:root {
  --gray900: #1d1912;
  --gray700: #333;
  --gray500: #666;
  --white: white;
  --gray900\<deleted\|variable-28dc713c\>: #1d1d1f;
  --gray300: #999;
  --gold600: #bb8525;
  --gray100: #d3d3d3;
  --graytransparent: #0000006b;
  --gold200: #eecd5c;
  --gold400: #d2a63c;
  --cream: #f3f3e6;
}

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

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--gray700);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: var(--gray900);
  text-decoration: underline;
}

a:hover {
  color: var(--gray500);
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.section {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  overflow: hidden;
}

.container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.modal-bg {
  z-index: 999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.modal-close {
  color: var(--gray900\<deleted\|variable-28dc713c\>);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.lighter-text {
  color: var(--gray300);
}

.ligh-text {
  color: var(--gray500);
}

.grid-2-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.hero---2-columns.section {
  margin-top: 80px;
}

.rounded {
  border-radius: 20px;
}

.button-prim {
  background-color: var(--gold600);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.button-prim:hover {
  background-color: var(--gold600);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.button-prim.for-dark-bg {
  background-color: var(--white);
  color: var(--gray900\<deleted\|variable-28dc713c\>);
}

.button-sec {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.button-sec:hover {
  background-color: var(--gold600);
  color: #fff;
  border-color: #0000;
  transform: translate3d(0, -3px, .01px);
}

.button-sec.for-dark-bg {
  color: var(--white);
  background-color: #0000;
}

.button-sec.for-dark-bg:hover {
  background-color: var(--white);
  color: var(--gray900\<deleted\|variable-28dc713c\>);
}

.line {
  background-color: var(--gray100);
  width: 100%;
  height: 2px;
  margin-top: 120px;
}

.line.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.button-row.centered {
  justify-content: center;
  align-items: center;
}

.hero---centered.section {
  margin-top: 40px;
}

.mb-40-20 {
  margin-bottom: 40px;
}

.centered {
  text-align: center;
}

.text-box {
  max-width: 560px;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

.image-full-width {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dark-bg {
  background-color: var(--gray900\<deleted\|variable-28dc713c\>);
}

.white-text {
  color: var(--white);
}

.hero---full-width.section {
  background-color: var(--graytransparent);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dark-layer {
  background-color: #0006;
}

.navbar {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
}

.navbar.section {
  z-index: 100;
  z-index: 100;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  position: sticky;
  overflow: visible;
}

.hamburger-top-bar, .hamburger-bottom-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.navbar-link-holder {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.hamburger-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-wrapper:hover {
  transform: scale(.96);
}

.hamburger-wrapper.w--open {
  background-color: #0000;
}

.navbar-right-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-grow {
  flex: 1;
}

.inner-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

.plr-60-24 {
  padding-left: 60px;
  padding-right: 60px;
}

.max-w-50-desktop {
  max-width: 50%;
}

.grid-3-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shadow {
  box-shadow: 0 2px 5px #0003;
}

.card {
  padding: 20px 10px;
}

.navbar-shadow {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 2px 5px #00000040;
}

.logo {
  height: 50px;
}

.navbar-link {
  font-size: 18px;
  text-decoration: none;
}

.navbar-link:hover, .navbar-link.w--current {
  color: var(--gold600);
}

.text-logo {
  font-size: 24px;
  line-height: 1.1;
  text-decoration: none;
}

.text-logo.w--current:hover {
  color: #1d1d1f;
}

.ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.fixed-height-div-block {
  height: 10rem;
  overflow: hidden;
}

.ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.ratio-4-5 {
  aspect-ratio: 4 / 5;
}

.ratio-9-16 {
  aspect-ratio: 9 / 16;
}

.text-right {
  text-align: right;
}

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

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-64 {
  margin-bottom: 64px;
}

.overflow-hidden {
  overflow: hidden;
}

.colored-div-block {
  background-color: var(--gold600);
  width: 40px;
  height: 40px;
}

.colored-div-holder {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hover-scale-up {
  transition: transform .2s;
}

.hover-scale-up:hover {
  transform: scale(1.05);
}

.profile-pic {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}

.icon-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nothing-div {
  display: none;
}

.divider-shape {
  width: 100%;
  height: 48px;
  position: absolute;
  inset: 0% 0% auto;
}

.relative {
  position: relative;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.image {
  opacity: .08;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--gold200);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 20% 0% 0% 50%;
  transform: translate(-50%);
}

.body {
  background-color: var(--gray900);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .grid-2-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-prim {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hamburger-top-bar {
    width: 44px;
    height: 3px;
  }

  .navbar-link-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    height: 90vh;
    padding: 24px;
  }

  .hamburger-bottom-bar {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navbar-link-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-wrapper.w--open {
    background-color: #0000;
  }

  .space-between.column-on-tablet {
    flex-flow: column;
  }

  .max-w-50-desktop {
    max-width: none;
  }

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

@media screen and (max-width: 767px) {
  body {
    background-color: var(--gray900);
  }

  h1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  .grid-2-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-prim {
    padding: 20px 32px;
  }

  .button-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-row {
    margin-top: 24px;
  }

  .mb-40-20 {
    margin-bottom: 20px;
  }

  .plr-60-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image {
    opacity: .05;
  }

  .text-block {
    color: var(--gold200);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
    line-height: 1.3;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero---2-columns.section {
    margin-top: 40px;
  }

  .button-prim, .button-sec {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .line {
    margin-top: 40px;
  }

  .button-row {
    flex-flow: column;
    display: flex;
  }

  .divider-shape {
    height: 24px;
  }
}


