﻿html {
  font-family: "HK Grotesk", sans-serif;
}
html,
body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}
:root {
  --background-hightlight-colour: #A7D8BA26;
}
button {
  font-family: "HK Grotesk", sans-serif;
}
button:not(.inline) {
  border-radius: 8px;
  width: 225px;
  height: 45px;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
button:not(.inline):hover {
  transform: scale(1.02);
  background-color: #BB967A;
  color: white;
}
h1,
h3,
h4 {
  margin: 5px 0;
}
p {
  line-height: 1.4;
}
/*
    contains base styles and variables that can be used in other less files
*/
p {
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 25px;
  line-height: 2.3;
  font-weight: normal;
}
@media only screen and (max-width: 1920px) {
  p {
    font-size: 20px;
    line-height: 1.84;
  }
}
@media only screen and (max-width: 1410px) {
  p {
    font-size: 16.75px;
    line-height: 2;
  }
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 18px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body-content,
.page-summary .content-container .content,
header-container {
  width: 90%;
  position: relative;
  max-width: 1520px;
  justify-self: center;
}
@media only screen and (max-width: 1920px) {
  body-content,
  .page-summary .content-container .content,
  header-container {
    max-width: 1240px;
  }
}
@media only screen and (max-width: 1410px) {
  body-content,
  .page-summary .content-container .content,
  header-container {
    width: 75%;
    max-width: 1520px;
  }
}
@media only screen and (max-width: 800px) {
  body-content,
  .page-summary .content-container .content,
  header-container {
    padding: 52px 0;
    width: 85%;
    max-width: 1520px;
  }
}
body-content {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1920px) {
  body-content {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 1410px) {
  body-content {
    padding-top: 93px;
    padding-bottom: 93px;
  }
}
@media only screen and (max-width: 800px) {
  body-content {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
hero {
  display: block;
  position: relative;
}
hero h1 {
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 70px;
  line-height: 90px;
  font-weight: normal;
  text-shadow: 0px 0px 20px #24201D;
}
@media only screen and (max-width: 1920px) {
  hero h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1410px) {
  hero h1 {
    font-size: 46.9px;
  }
}
@media only screen and (max-width: 800px) {
  hero h1 {
    font-size: 29px;
    line-height: 40px;
  }
}
hero p {
  text-align: left;
  color: white !important;
}
@media only screen and (max-width: 1410px) {
  hero p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  hero p {
    line-height: 1.5em;
  }
}
read-more-link a {
  display: inline-block;
  position: relative;
  color: #BB967A;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1920px) {
  read-more-link a {
    font-size: 17.6px;
  }
}
@media only screen and (max-width: 1410px) {
  read-more-link a {
    font-size: 14.75px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 800px) {
  read-more-link a {
    font-size: 18px;
    margin: 25px 0;
  }
}
read-more-link a .fa-arrow-right {
  display: none;
}
read-more-link a:hover {
  border-bottom: 1px solid #BB967A;
  transform: scale(1.05) translateZ(0);
}
read-more-link a:hover .fa-chevron-right {
  display: none;
}
read-more-link a:hover .fa-arrow-right {
  display: inline;
}
topic {
  display: grid;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 1410px) {
  topic {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 800px) {
  topic h3 {
    margin-bottom: 20px !important;
  }
}
topic > topic-information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (max-width: 1410px) {
  topic > topic-information {
    grid-row: 3;
  }
}
topic > topic-information p {
  margin-top: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1410px) {
  topic > topic-information p {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 800px) {
  topic > topic-information p {
    margin: 25px 0;
  }
}
topic > topic-information p:nth-last-child(1) {
  margin-bottom: 0;
}
topic > topic-information i {
  padding-left: 9px;
}
@media only screen and (max-width: 800px) {
  topic > topic-information .history-text {
    margin: 0;
  }
}
topic .no-image-information p {
  width: 100%;
}
topic p {
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  color: #6c6967;
}
topic .large {
  height: 800px;
  object-fit: contain;
  margin-left: 80px;
  grid-row: 2;
  grid-column: 2;
}
@media only screen and (max-width: 1920px) {
  topic .large {
    height: 640px;
  }
}
@media only screen and (max-width: 1410px) {
  topic .large {
    display: none;
  }
}
topic .small {
  display: none;
}
@media only screen and (max-width: 1410px) {
  topic .small {
    margin-bottom: 0px;
    grid-row: 2;
    grid-column: 1;
    display: block;
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 800px) {
  topic .small {
    margin-bottom: 10px;
  }
}
@keyframes topic-line {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@media only screen and (max-width: 1410px) {
  @keyframes topic-line {
    0% {
      width: 0%;
    }
    100% {
      width: 9%;
    }
  }
}
content-details {
  position: relative;
  display: grid;
}
content-details h3 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  content-details h3 {
    margin-bottom: 20px !important;
  }
}
content-details .description {
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  color: #64656A;
}
@media only screen and (max-width: 1410px) {
  content-details .description {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 800px) {
  content-details .description {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
content-details read-more-link {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1410px) {
  content-details read-more-link {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  content-details read-more-link {
    margin-bottom: 0;
  }
}
content-details ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  grid-row-gap: 2px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1410px) {
  content-details ul {
    grid-template-columns: auto;
    justify-content: center;
  }
}
content-details ul.no-alt li:hover strategy,
content-details ul.no-alt li:focus strategy,
content-details ul.no-alt li:active strategy {
  transition: none;
  -webkit-transition: none;
  opacity: 1;
}
content-details ul li:nth-child(1),
content-details ul li:nth-child(4) {
  padding-left: 0;
}
@media only screen and (max-width: 1410px) {
  content-details ul li:nth-child(1),
  content-details ul li:nth-child(4) {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul li:nth-child(1),
  content-details ul li:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }
}
content-details ul li:nth-child(3),
content-details ul li:nth-child(6) {
  padding-right: 0;
}
@media only screen and (max-width: 1410px) {
  content-details ul li:nth-child(3),
  content-details ul li:nth-child(6) {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul li:nth-child(3),
  content-details ul li:nth-child(6) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1410px) {
  content-details ul li:nth-child(1),
  content-details ul li:nth-child(3),
  content-details ul li:nth-child(5) {
    padding-left: 0;
  }
  content-details ul li:nth-child(2),
  content-details ul li:nth-child(4),
  content-details ul li:nth-child(6) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul li {
    padding-left: 0;
  }
}
content-details ul li {
  position: relative;
  padding: 65px 50px;
}
@media only screen and (max-width: 800px) {
  content-details ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
content-details ul li strategy::after,
content-details ul li strategy-details::after {
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  width: 2px;
  background-color: #BB967A;
  right: 0;
  top: 65px;
  bottom: 65px;
}
@media only screen and (max-width: 1410px) {
  content-details ul li strategy::after,
  content-details ul li strategy-details::after {
    display: none;
  }
  content-details ul li strategy::before,
  content-details ul li strategy-details::before {
    position: absolute;
    display: block;
    z-index: 1;
    content: "";
    height: 2px;
    background-color: #BB967A;
    left: 0;
    right: 0;
    top: 0;
  }
}
content-details ul li:last-child strategy::after,
content-details ul li:last-child strategy-details::after {
  display: none;
}
content-details ul li:first-child strategy::before,
content-details ul li:first-child strategy-details::before {
  display: none;
}
content-details ul.four-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
content-details ul.four-col li strategy::before,
content-details ul.four-col li strategy-details::before {
  position: absolute;
  display: none;
  z-index: 1;
  content: "";
  height: 2px;
  background-color: #BB967A;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 800.02px) and (max-width: 1410px) {
  content-details ul.four-col {
    grid-template-columns: 1fr 1fr;
  }
  content-details ul.four-col li strategy::before,
  content-details ul.four-col li strategy-details::before {
    display: block;
  }
  content-details ul.four-col li:nth-child(1),
  content-details ul.four-col li:nth-child(2) {
    padding-top: 0;
  }
  content-details ul.four-col li:nth-child(1) strategy::before,
  content-details ul.four-col li:nth-child(2) strategy::before,
  content-details ul.four-col li:nth-child(1) strategy-details::before,
  content-details ul.four-col li:nth-child(2) strategy-details::before {
    display: none;
  }
  content-details ul.four-col li:nth-child(1) strategy::after,
  content-details ul.four-col li:nth-child(2) strategy::after,
  content-details ul.four-col li:nth-child(1) strategy-details::after,
  content-details ul.four-col li:nth-child(2) strategy-details::after {
    display: block;
    top: 0;
    bottom: 65px;
  }
  content-details ul.four-col li:nth-last-child(1),
  content-details ul.four-col li:nth-last-child(2) {
    padding-bottom: 0;
  }
  content-details ul.four-col li:nth-last-child(1) strategy::before,
  content-details ul.four-col li:nth-last-child(2) strategy::before,
  content-details ul.four-col li:nth-last-child(1) strategy-details::before,
  content-details ul.four-col li:nth-last-child(2) strategy-details::before {
    left: 65px;
    right: 65px;
  }
  content-details ul.four-col li:nth-last-child(1) strategy::after,
  content-details ul.four-col li:nth-last-child(2) strategy::after,
  content-details ul.four-col li:nth-last-child(1) strategy-details::after,
  content-details ul.four-col li:nth-last-child(2) strategy-details::after {
    display: block;
    top: 65px;
    bottom: 0;
  }
  content-details ul.four-col li:nth-child(2n) strategy::before,
  content-details ul.four-col li:nth-child(2n) strategy-details::before {
    left: 65px;
  }
  content-details ul.four-col li:nth-child(2n) strategy::after,
  content-details ul.four-col li:nth-child(2n) strategy-details::after {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul.four-col {
    grid-template-columns: auto;
  }
  content-details ul.four-col li strategy::before,
  content-details ul.four-col li strategy-details::before {
    display: block;
  }
  content-details ul.four-col li:first-child strategy::before,
  content-details ul.four-col li:first-child strategy-details::before {
    display: none;
  }
}
content-details ul.three-col li strategy::after,
content-details ul.three-col li strategy-details::after {
  display: block;
  top: 0;
  bottom: 0;
}
content-details ul.three-col li strategy::before,
content-details ul.three-col li strategy-details::before {
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
  height: 2px;
  background-color: #BB967A;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1410.02px) {
  content-details ul.three-col li:nth-child(3n) {
    border-right: none;
  }
  content-details ul.three-col li:nth-child(3n) strategy::after,
  content-details ul.three-col li:nth-child(3n) strategy-details::after {
    display: none;
  }
  content-details ul.three-col li:nth-child(3n + 1) strategy::before,
  content-details ul.three-col li:nth-child(3n + 1) strategy-details::before {
    left: 0;
  }
  content-details ul.three-col li:nth-child(3n + 3) strategy::before,
  content-details ul.three-col li:nth-child(3n + 3) strategy-details::before {
    right: 0;
  }
  content-details ul.three-col li:nth-child(1),
  content-details ul.three-col li:nth-child(2),
  content-details ul.three-col li:nth-child(3) {
    padding-top: 0;
  }
  content-details ul.three-col li:nth-child(1) strategy::before,
  content-details ul.three-col li:nth-child(2) strategy::before,
  content-details ul.three-col li:nth-child(3) strategy::before,
  content-details ul.three-col li:nth-child(1) strategy-details::before,
  content-details ul.three-col li:nth-child(2) strategy-details::before,
  content-details ul.three-col li:nth-child(3) strategy-details::before {
    display: none;
  }
  content-details ul.three-col li:nth-child(1) strategy::after,
  content-details ul.three-col li:nth-child(2) strategy::after,
  content-details ul.three-col li:nth-child(3) strategy::after,
  content-details ul.three-col li:nth-child(1) strategy-details::after,
  content-details ul.three-col li:nth-child(2) strategy-details::after,
  content-details ul.three-col li:nth-child(3) strategy-details::after {
    bottom: 65px;
  }
  content-details ul.three-col li:nth-last-child(1),
  content-details ul.three-col li:nth-last-child(2),
  content-details ul.three-col li:nth-last-child(3) {
    padding-bottom: 0;
  }
  content-details ul.three-col li:nth-last-child(1) strategy::before,
  content-details ul.three-col li:nth-last-child(2) strategy::before,
  content-details ul.three-col li:nth-last-child(3) strategy::before,
  content-details ul.three-col li:nth-last-child(1) strategy-details::before,
  content-details ul.three-col li:nth-last-child(2) strategy-details::before,
  content-details ul.three-col li:nth-last-child(3) strategy-details::before {
    left: 65px;
    right: 65px;
  }
  content-details ul.three-col li:nth-last-child(1) strategy::after,
  content-details ul.three-col li:nth-last-child(2) strategy::after,
  content-details ul.three-col li:nth-last-child(3) strategy::after,
  content-details ul.three-col li:nth-last-child(1) strategy-details::after,
  content-details ul.three-col li:nth-last-child(2) strategy-details::after,
  content-details ul.three-col li:nth-last-child(3) strategy-details::after {
    top: 65px;
    bottom: 0;
  }
  content-details ul.three-col li:nth-last-child(3) strategy::before,
  content-details ul.three-col li:nth-last-child(3) strategy-details::before {
    left: 0 !important;
  }
  content-details ul.three-col li:nth-last-child(1) strategy::before,
  content-details ul.three-col li:nth-last-child(1) strategy-details::before {
    right: 0 !important;
  }
}
@media only screen and (min-width: 800.02px) and (max-width: 1410px) {
  content-details ul.three-col {
    grid-template-columns: 1fr 1fr;
  }
  content-details ul.three-col li:nth-child(2n) strategy::before,
  content-details ul.three-col li:nth-child(2n) strategy-details::before {
    left: 65px;
  }
  content-details ul.three-col li:nth-child(2n) strategy::after,
  content-details ul.three-col li:nth-child(2n) strategy-details::after {
    display: none;
  }
  content-details ul.three-col li:nth-child(2n + 1) strategy::before,
  content-details ul.three-col li:nth-child(2n + 1) strategy-details::before {
    right: 0;
  }
  content-details ul.three-col li:nth-child(1),
  content-details ul.three-col li:nth-child(2) {
    padding-top: 0;
  }
  content-details ul.three-col li:nth-child(1) strategy::before,
  content-details ul.three-col li:nth-child(2) strategy::before,
  content-details ul.three-col li:nth-child(1) strategy-details::before,
  content-details ul.three-col li:nth-child(2) strategy-details::before {
    display: none;
  }
  content-details ul.three-col li:nth-child(1) strategy::after,
  content-details ul.three-col li:nth-child(2) strategy::after,
  content-details ul.three-col li:nth-child(1) strategy-details::after,
  content-details ul.three-col li:nth-child(2) strategy-details::after {
    bottom: 65px;
  }
  content-details ul.three-col li:nth-child(3) strategy::before,
  content-details ul.three-col li:nth-child(4) strategy::before,
  content-details ul.three-col li:nth-child(3) strategy-details::before,
  content-details ul.three-col li:nth-child(4) strategy-details::before {
    left: 65px;
    right: 65px;
  }
  content-details ul.three-col li:nth-child(3) strategy::after,
  content-details ul.three-col li:nth-child(4) strategy::after,
  content-details ul.three-col li:nth-child(3) strategy-details::after,
  content-details ul.three-col li:nth-child(4) strategy-details::after {
    top: 65px;
    bottom: 65px;
  }
  content-details ul.three-col li:nth-last-child(1),
  content-details ul.three-col li:nth-last-child(2) {
    padding-bottom: 0;
  }
  content-details ul.three-col li:nth-last-child(1) strategy::before,
  content-details ul.three-col li:nth-last-child(2) strategy::before,
  content-details ul.three-col li:nth-last-child(1) strategy-details::before,
  content-details ul.three-col li:nth-last-child(2) strategy-details::before {
    left: 65px;
    right: 65px;
  }
  content-details ul.three-col li:nth-last-child(1) strategy::after,
  content-details ul.three-col li:nth-last-child(2) strategy::after,
  content-details ul.three-col li:nth-last-child(1) strategy-details::after,
  content-details ul.three-col li:nth-last-child(2) strategy-details::after {
    top: 65px;
    bottom: 0;
  }
  content-details ul.three-col li:nth-child(1) strategy::before,
  content-details ul.three-col li:nth-child(3) strategy::before,
  content-details ul.three-col li:nth-child(5) strategy::before,
  content-details ul.three-col li:nth-child(1) strategy-details::before,
  content-details ul.three-col li:nth-child(3) strategy-details::before,
  content-details ul.three-col li:nth-child(5) strategy-details::before {
    left: 0 !important;
  }
  content-details ul.three-col li:nth-child(2) strategy::before,
  content-details ul.three-col li:nth-child(4) strategy::before,
  content-details ul.three-col li:nth-child(6) strategy::before,
  content-details ul.three-col li:nth-child(2) strategy-details::before,
  content-details ul.three-col li:nth-child(4) strategy-details::before,
  content-details ul.three-col li:nth-child(6) strategy-details::before {
    right: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul.three-col {
    grid-template-columns: auto;
  }
  content-details ul.three-col li strategy::before,
  content-details ul.three-col li strategy-details::before {
    display: block;
  }
  content-details ul.three-col li strategy::after,
  content-details ul.three-col li strategy-details::after {
    display: none;
  }
  content-details ul.three-col li:first-child strategy::before,
  content-details ul.three-col li:first-child strategy-details::before {
    display: none;
  }
}
content-details ul li {
  list-style: none;
  display: inline-grid;
  justify-items: center;
  width: 100%;
}
content-details ul li:hover strategy,
content-details ul li:focus strategy,
content-details ul li:active strategy {
  transition: opacity 1s ease;
  -webkit-transition: ease 1s;
  opacity: 0;
}
content-details ul li:hover strategy-details,
content-details ul li:focus strategy-details,
content-details ul li:active strategy-details {
  transition: opacity 1s ease;
  -webkit-transition: ease 1s;
  opacity: 1;
}
content-details ul li strategy,
content-details ul li strategy-details {
  grid-row: 1;
  grid-column: 1;
  height: 100%;
}
content-details ul li strategy {
  display: grid;
  grid-template-rows: 1fr auto auto 1fr;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: ease 1s;
  background: transparent;
  align-items: center;
}
content-details ul li strategy i {
  grid-row: 2;
  color: #BC987C;
  text-align: center;
}
@media only screen and (max-width: 1920px) {
  content-details ul li strategy i {
    font-size: 85.76px !important;
  }
}
content-details ul li strategy p {
  grid-row: 3;
  text-align: center;
  line-height: 1.2em;
}
content-details ul li strategy-details {
  background: transparent;
  opacity: 0;
  align-self: center;
  display: inline-flex;
  flex-direction: column;
  height: auto;
}
content-details ul li strategy-details h4 {
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 1410px) {
  content-details ul li strategy-details h4 {
    padding: 0;
  }
}
content-details ul li strategy-details p {
  margin: 0 auto;
}
content-details ul li vertical-line {
  position: absolute;
  border-right: 2px solid #BC987C;
  height: 80%;
  right: 0;
}
@media only screen and (max-width: 1410px) {
  content-details ul li vertical-line {
    display: none;
  }
}
content-details ul li horizontal-line {
  position: absolute;
  width: 70%;
  height: 0;
  bottom: 0;
  border-bottom: 2px solid #BC987C;
}
@media only screen and (max-width: 800px) {
  content-details ul li horizontal-line {
    left: 0%;
    width: 90%;
  }
}
content-details ul li horizontal-line.mobile {
  display: none;
}
@media only screen and (max-width: 1410px) {
  content-details ul li horizontal-line.mobile {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  content-details ul li {
    grid-template-columns: auto;
  }
}
@keyframes element-line {
  0% {
    width: 0%;
  }
  100% {
    width: 38%;
  }
}
@media only screen and (max-width: 1410px) {
  @keyframes element-line {
    0% {
      width: 0%;
    }
    100% {
      width: 9%;
    }
  }
}
@keyframes values-line {
  0% {
    width: 0%;
  }
  100% {
    width: 38%;
  }
}
@media only screen and (max-width: 1410px) {
  @keyframes values-line {
    0% {
      width: 0%;
    }
    100% {
      width: 9%;
    }
  }
}
company-information-layout ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  padding-left: 0;
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}
@media only screen and (max-width: 1410px) {
  company-information-layout ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  company-information-layout ul {
    grid-template-columns: 1fr;
  }
}
company-information-layout ul li {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 145px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1410px) {
  company-information-layout ul li {
    margin-bottom: 7.5px;
  }
}
@media only screen and (max-width: 800px) {
  company-information-layout ul li {
    margin-bottom: 48.33333333px;
  }
}
company-information-layout ul li icon-image {
  position: relative;
  cursor: pointer;
  width: auto;
  height: auto;
  text-align: center;
}
company-information-layout ul li icon-image .image-link {
  display: grid;
}
company-information-layout ul li icon-image .image-link .icon {
  position: relative;
  object-fit: contain;
  object-position: top;
  width: 100%;
  z-index: 3;
  grid-row: 1;
  grid-column: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 1s ease;
  -webkit-transition: ease 1s;
}
company-information-layout ul li icon-image .image-link .icon:hover {
  transition: 1s ease;
  -webkit-transition: ease 1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 800px) {
  company-information-layout ul li icon-image .image-link .icon {
    width: 100%;
  }
}
company-information-layout ul li icon-image .image-link .skeleton {
  position: relative;
  object-fit: contain;
  object-position: top;
  width: 90%;
  background: linear-gradient(to right, rgba(246, 245, 243, 0), rgba(246, 245, 243, 0.5) 50%, rgba(246, 245, 243, 0) 90%), #e7e6e5;
  background-repeat: repeat-y;
  background-size: 120px 500px;
  background-position: 0 0;
  animation: shine 1.5s infinite;
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
}
company-information-layout ul li h2 {
  position: relative;
  color: #64656A;
  font-size: 22px;
  text-transform: uppercase;
  width: 90%;
  margin: 0;
  z-index: 1;
  line-height: 40px;
}
@media only screen and (max-width: 1920px) {
  company-information-layout ul li h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  company-information-layout ul li h2 {
    align-self: start;
  }
}
company-information-layout ul li p {
  position: relative;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0.75;
  display: block;
  margin: 0;
  line-height: 20px;
  width: 90%;
  z-index: 1;
}
@media only screen and (max-width: 1920px) {
  company-information-layout ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  company-information-layout ul li p {
    align-self: start;
  }
}
.dialog-open {
  overflow-y: hidden;
}
overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
overlay card-details {
  position: relative;
  max-width: 1600px;
  max-height: 1000px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 100%;
  background-color: #EEECE7;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 6px 6px 10px #00000029;
}
@media only screen and (max-width: 1920px) {
  overlay card-details {
    max-width: 1240px;
    max-height: 800px;
    width: 83%;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details {
    grid-template-columns: auto;
    grid-template-rows: none;
    max-width: 730px;
    max-height: 830px;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details {
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-height: 840px) and (min-width: 810px) and (max-width: 1800px) {
  overlay card-details {
    max-height: 700px;
  }
}
@media only screen and (max-height: 930px) and (min-width: 1920px) {
  overlay card-details {
    max-height: 800px;
  }
}
overlay card-details span.close {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 10000;
}
overlay card-details span.close .exit {
  position: absolute;
  color: #BC987C;
  cursor: pointer;
  font-size: 20px;
  display: inline-flex;
  justify-self: flex-end;
  padding: 25px;
  right: 0;
}
overlay card-details information {
  position: relative;
  margin: 75px;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information {
    margin: 65px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information {
    display: grid;
    grid-template-columns: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    max-height: 780px;
  }
}
@media only screen and (max-height: 840px) and (min-width: 810px) and (max-width: 1800px) {
  overlay card-details information {
    max-height: 650px;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information {
    display: grid;
    margin-top: 25px;
    margin-left: 6%;
    margin-right: 6%;
    max-height: calc(100vh - 80px);
  }
}
overlay card-details information text-container {
  grid-column: 1;
  grid-row: 1;
  overflow-y: auto;
  max-height: 880px !important;
  max-height: 900px;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container {
    max-height: 720px !important;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container {
    display: contents;
  }
}
overlay card-details information text-container h2 {
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 60px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 0.95;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container h2 {
    position: relative;
    margin-bottom: 25px;
    font-size: 33.5px;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information text-container h2 {
    font-size: 35px;
  }
}
overlay card-details information text-container h4 {
  margin-top: 31px;
  margin-bottom: 10px;
  padding-left: 4px;
  font-size: 20px;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container h4 {
    font-size: 18.4px;
    margin-top: 26px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container h4 {
    font-size: 13.4px;
    padding-left: 0;
    grid-row: 4;
    margin-top: 0;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
overlay card-details information text-container quick-info {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #DEDAD1;
  border-bottom: solid 1px #DEDAD1;
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container quick-info {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 13px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information text-container quick-info {
    margin-bottom: 3px;
    padding-bottom: 19px;
  }
}
overlay card-details information text-container quick-info tags {
  align-self: center;
}
overlay card-details information text-container quick-info tags tag {
  display: inline-block;
  background-color: #DEDAD1;
  color: #64656A;
  text-transform: uppercase;
  border: none;
  text-align: center;
  width: auto;
  padding: 10px 15px;
  margin: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 0;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container quick-info tags tag {
    font-size: 12.8px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container quick-info tags tag {
    font-size: 10.72px;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information text-container quick-info tags tag {
    font-size: 13px;
    padding: 9px 15px;
  }
  overlay card-details information text-container quick-info tags tag:nth-last-child(1) {
    margin-top: 10px;
  }
}
overlay card-details information text-container quick-info seperator {
  flex: 1;
}
@media only screen and (max-width: 470px) {
  overlay card-details information text-container quick-info seperator {
    display: none;
  }
}
overlay card-details information text-container quick-info a {
  position: relative;
  display: inline-flex;
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  backface-visibility: hidden;
  border-bottom: 1px solid transparent;
  margin: 12px 5px 10px 10px;
}
overlay card-details information text-container quick-info a:hover {
  border-bottom: 1px solid #BC987C;
  transform: scale(1.05) translateZ(0);
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container quick-info a {
    font-size: 12.8px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container quick-info a {
    font-size: 10.72px;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information text-container quick-info a {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 0;
  }
}
overlay card-details information text-container quick-info i {
  margin-right: 5px;
  margin-top: 1px;
}
overlay card-details information text-container content-information {
  display: contents;
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container content-information {
    display: block;
    overflow-y: auto;
    max-height: 100%;
  }
}
overlay card-details information text-container p {
  color: #64656A;
  margin-top: 0;
  padding-left: 4px;
  font-size: 23px;
}
overlay card-details information text-container p:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container p {
    font-size: 18.4px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container p {
    font-size: 15.41px;
    padding-left: 0;
    max-width: 100%;
  }
}
overlay card-details information text-container ul {
  font-size: 23px;
  margin: 0;
}
@media only screen and (max-width: 1920px) {
  overlay card-details information text-container ul {
    font-size: 18.4px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information text-container ul {
    font-size: 15.41px;
  }
}
overlay card-details information text-container ul li {
  color: #64656A;
  padding-top: 0;
  margin: 0;
  line-height: 2.3;
  font-family: Georgia, serif;
}
overlay card-details information img {
  object-fit: cover;
  object-position: center;
  min-width: 300px;
}
@media only screen and (max-width: 800px) {
  overlay card-details information img {
    min-width: 0;
  }
}
overlay card-details information img.large {
  grid-column: 2;
  grid-row: 1;
  max-height: calc(91vh - 110px);
  height: auto;
  width: 600px;
  object-fit: contain;
  image-rendering: auto;
  margin-left: 75px;
  align-self: center;
}
@media only screen and (max-height: 1050px) {
  overlay card-details information img.large {
    width: 500px;
  }
}
@media only screen and (max-height: 900px) and (max-width: 1910px) {
  overlay card-details information img.large {
    width: 400px;
  }
}
@media only screen and (max-width: 1920px) {
  overlay card-details information img.large {
    max-height: calc(83vh - 110px);
    width: 400px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1410px) {
  overlay card-details information img.large {
    display: none;
  }
}
overlay card-details information img.small {
  display: none;
}
@media only screen and (max-width: 1410px) {
  overlay card-details information img.small {
    object-fit: contain;
    display: block;
    grid-row: 3;
    width: 80%;
    float: none;
    max-height: 400px;
    height: auto;
    margin-bottom: 25px;
    justify-self: center;
  }
}
@media only screen and (max-width: 800px) {
  overlay card-details information img.small {
    padding-top: 30px;
  }
}
.privacy-and-terms-section body-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.first-section body-content {
  padding-top: 150px;
}
@media only screen and (max-width: 1410px) {
  .first-section body-content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 800px) {
  .first-section body-content {
    padding-top: 100px;
  }
}
privacy-and-terms {
  display: grid;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 1410px) {
  privacy-and-terms {
    grid-template-columns: 1fr;
  }
}
privacy-and-terms > privacy-and-terms-information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (max-width: 1410px) {
  privacy-and-terms > privacy-and-terms-information {
    grid-row: 3;
  }
}
privacy-and-terms > privacy-and-terms-information p {
  margin-top: 0;
}
@media only screen and (max-width: 1410px) {
  privacy-and-terms > privacy-and-terms-information p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  privacy-and-terms > privacy-and-terms-information p {
    margin: 25px 0;
  }
}
privacy-and-terms > privacy-and-terms-information i {
  padding-left: 9px;
}
privacy-and-terms p {
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  color: #6c6967;
  font-size: 18px;
  line-height: 2;
  font-size: 16px;
}
privacy-and-terms ul {
  color: #BC987C;
}
privacy-and-terms ul li {
  padding-bottom: 7px;
}
privacy-and-terms ul li p {
  margin: 0;
}
privacy-and-terms .link {
  display: inline-block;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  backface-visibility: hidden;
  border-bottom: 1px solid transparent;
}
privacy-and-terms .link:hover {
  border-bottom: 1px solid #BB967A;
  transform: scale(1.05) translateZ(0);
}
.bgh-background-light {
  background-color: #f6f5f3;
}
.bgh-background-light p {
  color: #6C6967;
}
.bgh-background-light icon {
  background-color: #f6f5f3;
}
.bgh-background-dark {
  background-color: #233441;
}
.bgh-background-dark p {
  color: white;
}
.bgh-background-dark icon {
  background-color: #233441;
}
.bgh-footer-background {
  background-color: #24201D;
}
.bgh-footer-background body-content {
  padding: 0;
}
.delay {
  opacity: 0;
  transition: opacity linear 1s;
  transition-delay: 1s;
}
html.scrolled-section-2 main > .animation-element:nth-child(2) .delay {
  opacity: 1;
}
html.scrolled-section-3 main > .animation-element:nth-child(3) .delay {
  opacity: 1;
}
html.scrolled-section-4 main > .animation-element:nth-child(4) .delay {
  opacity: 1;
}
html.scrolled-section-5 main > .animation-element:nth-child(5) .delay {
  opacity: 1;
}
html.scrolled-section-6 main > .animation-element:nth-child(6) .delay {
  opacity: 1;
}
/*For h3 to animate across on pages.*/
.animation-element.section-slide-up h3 {
  position: relative;
}
.animation-element.section-slide-up h3.with-line {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1920px) {
  .animation-element.section-slide-up h3.with-line {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 800px) {
  .animation-element.section-slide-up h3.with-line {
    margin-bottom: 0;
  }
}
.animation-element.section-slide-up h3.with-line:before {
  position: absolute;
  content: "";
  margin-top: 11px;
  display: block;
  height: 2px;
  background: #BC987C;
  width: 100%;
  right: 100%;
  margin-right: 100%;
  transition-delay: 1s;
  transition: right 1s linear;
  -webkit-transition: right linear 1s;
}
@media only screen and (max-width: 1920px) {
  .animation-element.section-slide-up h3.with-line:before {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1410px) {
  .animation-element.section-slide-up h3.with-line:before {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 800px) {
  .animation-element.section-slide-up h3.with-line:before {
    top: auto;
    bottom: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    right: 0 !important;
  }
}
html.scrolled-section-2 main > .animation-element:nth-child(2) h3.with-line:before {
  right: 1%;
}
html.scrolled-section-3 main > .animation-element:nth-child(3) h3.with-line:before {
  right: 1%;
}
html.scrolled-section-4 main > .animation-element:nth-child(4) h3.with-line:before {
  right: 1%;
}
html.scrolled-section-5 main > .animation-element:nth-child(5) h3.with-line:before {
  right: 1%;
}
html.scrolled-section-6 main > .animation-element:nth-child(6) h3.with-line:before {
  right: 1%;
}
@keyframes shine {
  to {
    background-position: 100% 0;
  }
}
@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/HKGrotesk-Regular.ttf") format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("/fonts/HKGrotesk-SemiBoldLegacy.ttf") format('truetype');
  font-weight: 600;
}
h1 {
  color: #BB967A;
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #BB967A;
}
h3 {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  text-transform: uppercase;
  color: #BB967A;
}
@media only screen and (max-width: 1920px) {
  h3 {
    font-size: 17.6px;
  }
}
@media only screen and (max-width: 1410px) {
  h3 {
    font-size: 14.75px;
  }
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #BB967A;
  font-weight: 600;
}
@media only screen and (max-width: 1920px) {
  h4 {
    font-size: 17.6px;
  }
}
@media only screen and (max-width: 1410px) {
  h4 {
    font-size: 14.75px;
  }
}
@media only screen and (max-width: 800px) {
  h4 {
    font-size: 18px;
  }
}
p {
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, serif;
  font-style: normal;
  font-size: 25px;
  line-height: 2.3;
  font-weight: normal;
}
@media only screen and (max-width: 1920px) {
  p {
    font-size: 20px;
    line-height: 1.84;
  }
}
@media only screen and (max-width: 1410px) {
  p {
    font-size: 16.75px;
    line-height: 2;
  }
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 18px;
  }
}
a {
  font-weight: 500;
  color: #BB967A;
}
.animation-element.section-slide-up {
  transition: ease-in-out 0.6s;
  -webkit-transition: ease-in-out 0.6s;
  transition-delay: 0.2s;
  transform: translateY(50px);
  opacity: 0;
}
.animation-element.section-slide-up.scrolled {
  opacity: 1;
  transform: translate(0px);
}
.animation-element.delay-short {
  transition-delay: 0.5s;
}
html.scrolled-section-1 main > .animation-element:nth-child(1) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-2 main > .animation-element:nth-child(2) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-2 main > .footer-reload:nth-child(2) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-3 main > .animation-element:nth-child(3) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-3 main > .footer-reload:nth-child(3) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-4 main > .animation-element:nth-child(4) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-4 main > .footer-reload:nth-child(4) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-5 main > .animation-element:nth-child(5) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-5 main > .footer-reload:nth-child(5) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-6 main > .animation-element:nth-child(6) {
  opacity: 1;
  transform: translate(0px);
}
html.scrolled-section-6 main > .footer-reload:nth-child(6) {
  opacity: 1;
  transform: translate(0px);
}
body > video {
  object-fit: cover;
  height: 100vh;
}
@media only screen and (max-width: 1410px) {
  body > video {
    height: 70vh;
    max-height: 1000px;
    min-height: 700px;
  }
}