html, body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300; /*
-webkit-user-select: none;  
-moz-user-select: none; 
-ms-user-select: none;
user-select: none;
*/
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
}

.c1280, .c1280h {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.wrapper {
  padding-top: 72px;
}

.main-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.hea-in {
  -webkit-animation: headerin 0.5s ease-out forwards;
          animation: headerin 0.5s ease-out forwards;
}

@-webkit-keyframes headerin {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerin {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.up-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 180px;
}
.social-nav img {
  height: 20px;
}

.logo a {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.logo a img.iicon {
  height: 64px;
}
.logo a img.ilogo {
  height: 44px;
}

.cta-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 180px;
  height: 48px;
  border: 1px solid rgba(188, 165, 101, 0.5);
}
.cta-bar a img {
  height: 14px;
}

img.m {
  max-height: 32px;
}

.mbtn {
  cursor: pointer;
  display: none;
}

.mbtn-label {
  display: none;
}

.gen-nav {
  border-top: 1px solid #987929;
  border-bottom: 1px solid #987929;
}

.gen-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.gen-nav-inner a {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  height: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.75);
}
.gen-nav-inner a::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 0px;
  background-color: #fff;
}
.gen-nav-inner a:hover {
  color: rgb(255, 255, 255);
}
.gen-nav-inner a:hover::after {
  height: 20px;
}

.cta-bar-mob {
  display: none;
}

/* ------------------------------------------------------ */
.hero-item {
  position: relative;
}
.hero-item .hero-img img {
  width: 100%;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-item .hero-box {
  position: absolute;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero-item .hero-box h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}
.hero-item .hero-box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  max-width: 380px;
}
.hero-item .hero-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  gap: 12px;
  padding: 0 32px;
  height: 48px;
  font-weight: 400;
  background-color: #BCA565;
  color: #000;
}
.hero-item .hero-box a img {
  height: 14px;
}

/* ------------------------------------------------------ */
.menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.menu-inner .menu-wr {
  background-color: #DAC9AF;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
  padding-bottom: 64px;
}
.menu-inner .menu-wr .menu-up {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 32px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.menu-inner .menu-wr .menu-up h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #042958;
}
.menu-inner .menu-wr .menu-up p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #042958;
}
.menu-inner .menu-wr h3 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #042958;
}
.menu-inner .menu-wr a {
  color: #042958;
  padding: 12px 24px;
  border: 1px solid rgba(4, 41, 88, 0.25);
}
.menu-inner .menu-wr a:hover {
  border: 1px solid #042958;
}
.menu-inner .menu-wr.b1 {
  background-color: #042958;
}
.menu-inner .menu-wr.b1 .menu-up h2 {
  color: #BCA565;
}
.menu-inner .menu-wr.b1 .menu-up p {
  color: #BCA565;
}
.menu-inner .menu-wr.b1 h3 {
  color: #BCA565;
}
.menu-inner .menu-wr.b1 a {
  color: #BCA565;
  border: 1px solid rgba(188, 165, 101, 0.25);
}
.menu-inner .menu-wr.b1 a:hover {
  border: 1px solid #bca565;
}

/* ------------------------------------------------------ */
.duo-img-inner img {
  width: 100%;
}

/* ------------------------------------------------------ */
.content-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 64px 0;
}
.content-inner h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.content-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  text-align: center;
}
.content-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  gap: 12px;
  padding: 0 32px;
  height: 48px;
  font-weight: 400;
  background-color: #BCA565;
  color: #000;
  margin-bottom: 32px;
}
.content-inner a img {
  height: 14px;
}
/* ------------------------------------------------------ */
.duo-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 128px;
}

.inner-duo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 128px;
}

.duo-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.duo-item h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.duo-item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  max-width: 480px;
  text-align: center;
}
.duo-item img {
  width: 100%;
  max-width: 360px;
}

/* ------------------------------------------------------ */
.team-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
}
.team-inner .team-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}
.team-inner .team-item h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.team-inner .team-item p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.team-inner .team-item img {
  margin-top: 32px;
  width: 100%;
  max-height: 236px;
}
.team-inner .team-item p.ti-show {
  opacity: 0;
}

/* ------------------------------------------------------ */
.inner-res {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-align: center;
}
.inner-res h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.inner-res p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
}
.inner-res p a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #fff;
}
.inner-res p a:hover {
  color: #BCA565;
}
.inner-res .res-imgs {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.inner-res .res-imgs img {
  width: auto;
  max-height: 268px;
}

/* ------------------------------------------------------ */
.inner-gallery {
  margin-top: 128px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.inner-gallery .ig1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.inner-gallery .ig1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-gallery .ig2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.inner-gallery .ig2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-gallery .ig3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.inner-gallery .ig3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------------ */
.inner-contact {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 128px;
}
.inner-contact h2 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
  margin-bottom: 64px;
}
.inner-contact .contact-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  gap: 32px;
}
.inner-contact .contact-wr .contact-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.inner-contact .contact-wr h3 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
  color: #BCA565;
}
.inner-contact .contact-wr p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
}
.inner-contact .contact-wr .directionbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 9px 18px;
  margin-top: 32px;
}
.inner-contact .contact-wr .directionbtn .in-dire {
  text-align: left;
}
.inner-contact .contact-wr .directionbtn .in-dire h4 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.inner-contact .contact-wr .directionbtn .in-dire p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #fff;
}
.inner-contact .contact-wr .directionbtn img {
  height: 20px;
}

.cont-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-top: 64px;
}
.cont-social a img {
  height: 20px;
}

/* ------------------------------------------------------ */
.main-footer {
  text-align: center;
  margin: 64px auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  max-width: 720px;
  padding: 32px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.main-footer p a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #fff;
  margin-left: 12px;
}
.main-footer p a:hover {
  color: #BCA565;
}

/* ------------------------------------------------------ */
.single-page-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper ul {
  list-style-type: circle;
  padding-left: 32px;
  line-height: 200%;
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper td, .single-page-wrapper th {
  padding: 8px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.single-page-wrapper a {
  color: rgba(188, 165, 101, 0.75);
}
.single-page-wrapper .logo-l {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 64px;
}
.single-page-wrapper .logo-l a img {
  height: 96px;
}
.single-page-wrapper .logo-l .go-back {
  padding: 12px 24px;
  background-color: #BCA565;
  color: #000;
}

/* ------------------------------------------------------ */
.chk-menu {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: -999;
  left: -9999px;
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* --------- */
@media (max-width: 1024px) {
  /* --------- */
  .c1280 {
    max-width: 1024px;
    padding-left: 32px;
    padding-right: 32px;
  }
  /* --------- */
}
/* --------- */
@media (max-width: 768px) {
  /* --------- */
  .c1280 {
    max-width: 768px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c1280h {
    max-width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  header {
    /**/
    height: 129px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
  }
  #chk-menu:checked ~ header {
    height: 610px;
    overflow: visible;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
  }
  #chk-menu ~ header {
    height: 129px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
  }
  .wrapper {
    padding-top: 128px;
  }
  .main-header {
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: #000;
  }
  .main-header.dimb {
    background: #000;
  }
  .up-nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: start;
        align-content: start;
    -ms-grid-columns: 48px auto 1fr auto 48px;
    grid-template-columns: 48px 1fr 48px;
    padding-top: 24px;
    padding-bottom: 12px;
    gap: auto;
  }
  .social-nav {
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-items: flex-end;
  }
  .social-nav a {
    width: 48px;
    height: 48px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    justify-items: end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .social-nav img {
    height: 24px;
    display: block;
  }
  .social-nav a.mob-dn {
    display: none;
  }
  .logo {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .logo a {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .logo a img.iicon {
    height: 48px;
  }
  .logo a img.ilogo {
    height: 32px;
  }
  .cta-bar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
  .cta-bar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 170px;
    height: 40px;
  }
  .cta-bar a img {
    height: 20px;
  }
  .gen-nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gen-nav-inner {
    display: none;
    display: -ms-grid;
    display: grid;
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .gen-nav-inner a {
    min-height: auto;
    font-size: 18px;
  }
  .gen-nav-inner a::after {
    display: none;
  }
  .gen-nav-inner a:hover::after {
    display: none;
  }
  .gen-nav-inner .cta-bar-mob {
    display: block;
  }
  .gen-nav-inner .cta-bar-mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 200px;
    height: 48px;
    color: #fff;
    border: 1px solid rgba(188, 165, 101, 0.5);
  }
  .gen-nav-inner .cta-bar-mob a img {
    height: 14px;
  }
  .mbtn-label {
    display: block;
  }
  .mbtn {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    justify-items: start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    font-size: 48px;
    width: 1em;
    height: 1em;
  }
  .mbtn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 24px;
  }
  .mbtn span.m__2 {
    background-color: #BCA565;
  }
  .mbtn.mtoggle {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  .mbtn.mtoggle span.m__1 {
    -webkit-transform: rotate(-45deg) translateX(0px) translateY(5px);
            transform: rotate(-45deg) translateX(0px) translateY(5px);
  }
  .mbtn.mtoggle span.m__2 {
    display: none;
  }
  .mbtn.mtoggle span.m__3 {
    -webkit-transform: rotate(45deg) translateX(-1px) translateY(-5px);
            transform: rotate(45deg) translateX(-1px) translateY(-5px);
  }
  /* --------- */
  .hero-box {
    width: 90%;
    padding: 24px;
  }
  /* --------- */
  .menu-inner {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .menu-inner .menu-wr {
    background-color: #BCA565;
    text-align: center;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: start;
        align-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 32px;
    padding-bottom: 64px;
  }
  .menu-inner .menu-wr .menu-up {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 32px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .menu-inner .menu-wr .menu-up h2 {
    font-size: 32px;
    line-height: 150%;
    font-weight: 300;
    color: #042958;
  }
  .menu-inner .menu-wr .menu-up p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    color: #042958;
  }
  .menu-inner .menu-wr h3 {
    font-size: 22px;
    font-weight: 400;
  }
  .menu-inner .menu-wr a {
    color: #042958;
    padding: 12px 24px;
    border: 1px solid rgba(4, 41, 88, 0.25);
  }
  .menu-inner .menu-wr a:hover {
    border: 1px solid #042958;
  }
  .menu-inner .menu-wr.b1 {
    background-color: #042958;
  }
  .menu-inner .menu-wr.b1 .menu-up h2 {
    color: #BCA565;
  }
  .menu-inner .menu-wr.b1 .menu-up p {
    color: #BCA565;
  }
  .menu-inner .menu-wr.b1 h3 {
    color: #BCA565;
  }
  .menu-inner .menu-wr.b1 a {
    color: #BCA565;
    border: 1px solid rgba(188, 165, 101, 0.25);
  }
  .menu-inner .menu-wr.b1 a:hover {
    border: 1px solid #bca565;
  }
  /* --------- */
  .inner-duo-content {
    display: -ms-grid;
    display: grid;
    gap: 32px;
  }
  /* --------- */
  .team-inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .team-inner .team-item img {
    margin-top: 0;
  }
  /* --------- */
  .inner-res .res-imgs {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  .inner-res .res-imgs img {
    width: auto;
    max-height: 268px;
  }
  /* --------- */
  .inner-gallery {
    margin-top: 128px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .inner-gallery .ig1 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .inner-gallery .ig1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-gallery .ig2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .inner-gallery .ig2 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-gallery .ig3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .inner-gallery .ig3 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* --------- */
  .inner-contact {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-top: 128px;
  }
  .inner-contact h2 {
    font-size: 32px;
    line-height: 150%;
    font-weight: 300;
    color: #BCA565;
    margin-bottom: 64px;
  }
  .inner-contact .contact-wr {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    gap: 32px;
  }
  .inner-contact .contact-wr .contact-col {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .inner-contact .contact-wr h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 300;
    color: #BCA565;
  }
  .inner-contact .contact-wr p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    max-width: 360px;
  }
  .inner-contact .contact-wr .directionbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 9px 18px;
    margin-top: 32px;
  }
  .inner-contact .contact-wr .directionbtn .in-dire {
    text-align: left;
  }
  .inner-contact .contact-wr .directionbtn .in-dire h4 {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
  }
  .inner-contact .contact-wr .directionbtn .in-dire p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    color: #fff;
  }
  .inner-contact .contact-wr .directionbtn img {
    height: 20px;
  }
  .cont-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-top: 64px;
  }
  .cont-social a img {
    height: 20px;
  }
  /* --------- */
  .single-page-wrapper {
    padding: 24px;
  }
  /* --------- */
  /* --------- */
  /* --------- */
  /* --------- */
  /* --------- */
}
/* --------- */
@media (max-width: 480px) {
  /* --------- */
  /* --------- */
}
/* --------- */
@media (max-width: 320px) {
  /* --------- */
  /* --------- */
}