@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700;800;900&display=swap");
header,
footer {
  display: none !important;
}

main #content {
  padding: 0 !important;
}
main #content .row-main {
  max-width: 100% !important;
}
main #content .row-main > .col {
  padding: 0 !important;
}

.container-custom {
  background: #f1d89d;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0 !important;
}
.container-custom .section-content {
  max-width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.container-custom .section-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5vw solid #e5ad0e;
}
.container-custom .section-content .img-bg-custom-1 {
  position: absolute;
  width: 100%;
  height: 15vh;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
.container-custom .section-content .img-bg-custom-1 .img-inner {
  height: 100% !important;
}
.container-custom .section-content .img-bg-custom-1 .img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.container-custom .section-content .img-bg-custom-1.bottom {
  top: auto !important;
  bottom: 0;
  transform: rotate(180deg);
}
.container-custom .section-content .img-bg-custom-2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.08;
}
.container-custom .section-content .img-bg-custom-2 .img-inner {
  height: 100% !important;
}
.container-custom .section-content .img-bg-custom-2 .img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: scale(0.7);
  margin-top: 40px;
}
.container-custom .section-content .row {
  padding: 0 !important;
  margin: 0 !important;
}
.container-custom .section-content .row .col {
  padding: 0 !important;
}
.container-custom .section-content .section-bg {
  background-size: revert-layer !important;
}
.container-custom .section-content .table--main > .col > .col-inner > .row:first-child {
  padding-top: 1vh !important;
  flex-wrap: nowrap !important;
}
.container-custom .section-content .table--main > .col > .col-inner > .row:first-child .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-custom .section-content .table--main > .col > .col-inner > .row:first-child .col-inner .img {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 !important;
  margin-right: 1.5vw !important;
}
.container-custom .section-content .table--main > .col > .col-inner > .row:first-child .col-inner .img img {
  width: 5vw !important;
  height: 5vw !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.container-custom .section-content .table--main > .col > .col-inner > .row:first-child p {
  margin: 0 !important;
  font-size: 4vw !important;
  font-weight: 900 !important;
  font-family: "Noto Serif", serif !important;
  color: #80570e;
}
.container-custom .section-content .table--inner {
  padding-top: 1vh !important;
}
.container-custom .section-content .table--inner .row {
  border: 0.5vw solid #e5ad0e;
  border-bottom: 0px;
}
.container-custom .section-content .table--inner .row:first-child {
  border-top-width: 0.5vw;
}
.container-custom .section-content .table--inner .row:last-child {
  border-bottom: 0.5vw solid #e5ad0e;
}
.container-custom .section-content .table--inner .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vh !important;
  padding-bottom: 0.8vh !important;
}
.container-custom .section-content .table--inner .row .col:nth-child(1) {
  max-width: unset !important;
  flex-basis: unset !important;
  width: 28% !important;
}
.container-custom .section-content .table--inner .row .col:nth-child(2), .container-custom .section-content .table--inner .row .col:nth-child(3) {
  max-width: unset !important;
  flex-basis: unset !important;
  width: 36% !important;
}
.container-custom .section-content .table--inner .row .col:not(:last-child) {
  border-right: 0.5vw solid #e5ad0e;
}
.container-custom .section-content .table--inner h3,
.container-custom .section-content .table--inner h4,
.container-custom .section-content .table--inner p {
  font-size: 6vw !important;
  font-weight: 900 !important;
  font-family: "Noto Serif", serif !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  background-size: 400% 100%;
  background-position: 0 0;
  -webkit-background-clip: text;
          background-clip: text;
  animation: AnimationName 10s linear infinite;
  color: #80570e;
  text-shadow: 2px 2px 0px #b29658, 5px 4px 0px #816c38;
}
.container-custom .section-content .table--inner h3 {
  font-size: 6.5vw !important;
  white-space: nowrap;
}
.container-custom .section-content .table--inner h3,
.container-custom .section-content .table--inner h4 {
  padding: 1vh 2vw !important;
}
.container-custom .section-content .table--inner h4 {
  font-size: 5vw !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.container-custom .section-content .table--header .text {
  padding-top: 3vh;
  padding-bottom: 3vh;
  border: 0.5vw solid #e5ad0e;
}
.container-custom .section-content .table--header .text h2 {
  margin-bottom: 0 !important;
}
.container-custom .section-content .table--footer {
  padding-top: 3vh !important;
  height: 100%;
  border: 0.5vw solid #e5ad0e;
  border-top: 0;
}
.container-custom .section-content .table--footer .text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.container-custom .section-content .table--footer .text div {
  position: absolute;
  width: calc(100% - 1.4vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-custom .section-content .table--footer .text div:before {
  content: "";
  position: absolute;
  top: 0.4vh;
  left: 0;
  height: 0.3vh;
  width: 100%;
  background: #5e3b15;
  background: linear-gradient(to right, #5e3b15 0%, #e5ad0e 40%, #e5ad0e 50%, #e5ad0e 60%, #5e3b15 100%);
}
.container-custom .section-content .table--footer .text div:after {
  content: "";
  position: absolute;
  bottom: -0.1vh;
  left: 0;
  height: 0.3vh;
  width: 100%;
  background: #5e3b15;
  background: linear-gradient(to right, #5e3b15 0%, #e5ad0e 40%, #e5ad0e 50%, #e5ad0e 60%, #5e3b15 100%);
}
.container-custom .section-content .table--footer .text div h2 {
  font-size: 5vw !important;
  margin: 0 !important;
  letter-spacing: 4vw !important;
}
.container-custom .section-content .table--footer .text div h2:after {
  text-shadow: -1px 1px 0px #b29658, 1px 1px 0px #816c38 !important;
}
.container-custom .section-content .table--footer .text div h2:first-child {
  text-align: left !important;
  margin-left: 0.3vw !important;
}
.container-custom .section-content .table--footer .text div h2:last-child {
  text-align: right !important;
  margin-right: -4vw !important;
}
.container-custom .section-content .table--footer h2 {
  font-size: 9vw !important;
  margin: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  letter-spacing: 1vw !important;
}

.gold {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #5e3b15;
  background: linear-gradient(to right, #e5ad0e 0%, #d6a257 40%, #e5ad0e 50%, #d6a257 60%, #e5ad0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Playfair Display", serif;
  position: relative;
  text-transform: uppercase;
  font-size: 9.8vw;
  font-weight: 900;
  white-space: nowrap;
}
.gold:after {
  background: none;
  content: attr(data-heading)/"";
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  text-shadow: -3px 2px 0px #b29658, 0px 4px 0px #816c38;
}

.diamond {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.diamond.left {
  left: 12vw !important;
}

.diamond.right {
  right: 12vw !important;
  left: auto !important;
}

.diamond span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 50px;
  border-style: solid;
  border-color: transparent #533919 #845704 transparent;
}

.diamond span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 100px;
  width: 0;
  height: 0;
  border-width: 50px;
  border-style: solid;
  border-color: #d7b265 #533919 #845704 #e9c676;
  animation: animate 1.5s linear infinite;
}

.diamond span:nth-child(3) {
  position: absolute;
  top: 100px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 50px;
  border-style: solid;
  border-color: #d7b265 #533919 #845704 #e9c676;
  animation: animate 1.5s linear infinite;
}

.diamond span:nth-child(4) {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 0;
  height: 0;
  border-width: 50px;
  border-style: solid;
  border-color: #d7b265 #533919 #845704 #e9c676;
  animation: animate 1.5s linear infinite;
}

@keyframes animate {
  0% {
    border-color: #d7b265 #533919 #845704 #e9c676;
  }
  25% {
    border-color: #e9c676 #d7b265 #533919 #845704;
  }
  50% {
    border-color: #533919 #845704 #e9c676 #d7b265;
  }
  75% {
    border-color: #533919 #845704 #e9c676 #d7b265;
  }
  100% {
    border-color: #d7b265 #533919 #845704 #e9c676;
  }
}
.diamond-img {
  position: absolute;
  top: -0.5vh;
  left: 2vw;
  width: 18vw !important;
  height: 18vw !important;
  margin: 0 !important;
}
.diamond-img.right {
  left: unset;
  right: 2vw;
}
.diamond-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.table--header {
  height: 250px !important;
}
.table--main {
  height: calc(100% - 250px - 333px) !important;
}
.table--footer {
  height: 333px !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  transform: translateY(-100%) !important;
}

.container-custom .section-content .table--inner p.gold {
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
  color: unset !important;
  text-shadow: none !important;
}

.container-custom .section-content .table--inner h3.gold,
.container-custom .section-content .table--inner h4.gold {
  white-space: normal !important;
  animation: none !important;
  text-shadow: none !important;
  color: unset !important;
  font-weight: 900 !important;
}
.container-custom .section-content .table--inner h3.gold:after,
.container-custom .section-content .table--inner h4.gold:after {
  left: 2vw !important;
  top: 1vh !important;
  text-shadow: -12px 2px 0px #b29658, -9px 4px 0px #816c38 !important;
}

.container-custom .section-content .table--inner h3.gold {
  margin-left: auto !important;
  margin-right: auto !important;
  white-space: nowrap !important;
}
.container-custom .section-content .table--inner h3.gold:after {
  text-shadow: -3px 2px 0px #b29658, 0px 4px 0px #816c38 !important;
}

.container-custom .section-content .table--main > .col > .col-inner > .row:first-child p.gold {
  background-size: 400% 100%;
  background-position: 0 0;
}

@media (max-width: 767px) {
  .container-custom {
    overflow-y: auto !important;
    height: auto !important;
  }
  .container-custom .gold:after {
    text-shadow: 1px 1px 0px #b29658, 2px 1px 0px #816c38 !important;
  }
  .container-custom .section-content {
    height: auto !important;
  }
  .container-custom .section-content .table--header {
    height: auto !important;
  }
  .container-custom .section-content .table--main {
    height: auto !important;
  }
  .container-custom .section-content .table--main > .col > .col-inner > .row:first-child .col-inner .img img {
    width: 20px !important;
    height: 20px !important;
  }
  .container-custom .section-content .table--main > .col > .col-inner > .row:first-child p.gold {
    font-size: 20px !important;
  }
  .container-custom .section-content .table--inner h3,
  .container-custom .section-content .table--inner h4,
  .container-custom .section-content .table--inner p {
    text-shadow: 1px 1px 0px #b29658, 2px 2px 0px #816c38 !important;
  }
  .container-custom .section-content .table--footer {
    height: auto !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: none !important;
  }
}/*# sourceMappingURL=style.css.map */