@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Inter", "Raleway", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.navbar-expand-lg {
  flex-wrap: wrap;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url(
      data:image/svg + xml,
      %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 30 30"%3e%3cpathstroke="rgba%2833, 37, 41, 0.75%29"stroke-linecap="round"stroke-miterlimit="10"stroke-width="2"d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.hidden {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-mb {
    display: none;
  }
}

.hero {
  min-height: 905px;
  background-color: rgb(5, 5, 38);
  color: #FFF;
  background-image: url("../../assets/media/homepage-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.hero.internal {
  min-height: 300px;
}
@media (max-width: 1198.98px) {
  .hero.internal {
    min-height: 100px;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1198.98px) {
  .hero {
    padding-bottom: 130px;
  }
}

.nav-quick-links {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 19px 0px;
  background: transparent;
}
.nav-quick-links * {
  color: #FFF;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
}

.carousel-image {
  position: relative;
  margin-bottom: 4em;
}
.carousel-image .img-caro {
  position: relative;
  z-index: 100;
}
.carousel-image .deco-caro {
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: 0;
}
@media (max-width: 1198.98px) {
  .carousel-image .deco-caro {
    left: -15px;
    bottom: -15px;
  }
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.navbar {
  min-height: 115px;
  background: rgba(0, 0, 0, 0.5) !important;
  border-top: 1px solid rgba(189, 139, 61, 0.25);
  border-bottom: 1px solid rgba(189, 139, 61, 0.25);
}
.navbar * {
  color: #FFF;
}
.navbar .navbar-nav {
  min-height: 115px;
  -moz-column-gap: 2em;
       column-gap: 2em;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1198.98px) {
  .navbar .navbar-nav {
    align-items: flex-start;
  }
}
.navbar a.nav-link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1198.98px) {
  .navbar a.nav-link {
    font-size: 1.6em;
    line-height: 1.7em;
    width: 100%;
  }
}
.navbar a.nav-link:hover, .navbar a.nav-link.active {
  color: #BD8B3D;
}
.navbar .login-cta a.nav-link {
  color: #BD8B3D;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 25px;
}
@media (max-width: 1198.98px) {
  .navbar .login-cta a.nav-link {
    border: unset;
    border-top: 1px solid #D9D9D9;
    padding: 25px 0px;
  }
}
.navbar .offcanvas-body {
  justify-content: flex-end;
}

.navbar-toggler-icon {
  color: #FFF;
}

@media (max-width: 1198.98px) {
  .offcanvas-body, .offcanvas-header {
    background-color: #040f25;
    backdrop-filter: blur(2px); /* closest to your 0.2 idea */
    -webkit-backdrop-filter: blur(2px); /* Safari support */
  }
}

.navbar-toggler {
  border-color: transparent;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H23ZM1 9H23ZM1 17H23Z" fill="%23BD8B3D"/><path d="M1 1H23M1 9H23M1 17H23" stroke="%23BD8B3D" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/></svg>') !important;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.29297%201.29308C0.480497%201.10561%200.734805%201.00029%200.99997%201.00029C1.26513%201.00029%201.51944%201.10561%201.70697%201.29308L7.99997%207.58608L14.293%201.29308C14.3852%201.19757%2014.4956%201.12139%2014.6176%201.06898C14.7396%201.01657%2014.8708%200.988985%2015.0036%200.987831C15.1363%200.986677%2015.268%201.01198%2015.3909%201.06226C15.5138%201.11254%2015.6255%201.18679%2015.7194%201.28069C15.8133%201.37458%2015.8875%201.48623%2015.9378%201.60913C15.9881%201.73202%2016.0134%201.8637%2016.0122%201.99648C16.0111%202.12926%2015.9835%202.26048%2015.9311%202.38249C15.8787%202.50449%2015.8025%202.61483%2015.707%202.70708L9.41397%209.00008L15.707%2015.2931C15.8891%2015.4817%2015.9899%2015.7343%2015.9876%2015.9965C15.9854%2016.2587%2015.8802%2016.5095%2015.6948%2016.6949C15.5094%2016.8803%2015.2586%2016.9855%2014.9964%2016.9878C14.7342%2016.99%2014.4816%2016.8892%2014.293%2016.7071L7.99997%2010.4141L1.70697%2016.7071C1.51837%2016.8892%201.26577%2016.99%201.00357%2016.9878C0.741372%2016.9855%200.490559%2016.8803%200.305151%2016.6949C0.119743%2016.5095%200.0145739%2016.2587%200.0122955%2015.9965C0.0100171%2015.7343%200.110812%2015.4817%200.29297%2015.2931L6.58597%209.00008L0.29297%202.70708C0.105499%202.51955%200.000183105%202.26525%200.000183105%202.00008C0.000183105%201.73492%200.105499%201.48061%200.29297%201.29308Z%22%20fill%3D%22%23BD8B3D%22/%3E%3C/svg%3E");
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #BD8B3D;
  transition: transform 0.2s ease;
}

.nav-item.dropdown:hover .custom-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.custom-dropdown {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 0.25rem;
  min-width: 200px;
  transition: opacity 0.3s ease;
  border: 0px solid #BD8B3D;
  padding-top: 1rem;
}
@media (max-width: 1198.98px) {
  .custom-dropdown {
    padding-top: 0rem;
  }
}
.custom-dropdown li a:hover {
  color: #FFF;
  background: rgba(189, 139, 61, 0.5) !important;
}
@media (max-width: 1198.98px) {
  .custom-dropdown li {
    width: 100%;
  }
}
@media (max-width: 1198.98px) {
  .custom-dropdown li a {
    padding: 0px !important;
    background: transparent !important;
    font-size: 1.6em;
    line-height: 1.7em;
    width: 100%;
    text-transform: uppercase;
  }
}
@media (min-width: 1199px) {
  .custom-dropdown .dropdown-item {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
  }
}
@media (max-width: 1198.98px) {
  .custom-dropdown {
    background: transparent !important;
  }
}

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.subheading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  color: #bd8b3d;
}

h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}
h1 strong {
  font-weight: 800;
}
h1.p-heading {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  color: #ffffff;
}
@media (max-width: 1198.98px) {
  h1.p-heading {
    font-size: 35px;
  }
}

h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #030a20;
}
h2 .gold {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: right;
  color: #bd8b3d;
}
h2.h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  /* or 109% */
  color: #040f25;
}

p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}
p .hero p {
  color: #ffffff;
}

.large-chevron {
  width: 40px;
}

.text-dark {
  color: #040f25 !important;
}

h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #040f25;
}

.p-internal {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: #373737;
}

.btn-outline-primary {
  border-color: #bd8b3d !important;
  padding: 10px 35px;
  border-radius: 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.btn-outline-primary:hover {
  background: transparent;
  padding: 10px 45px;
}
.btn-outline-primary.btn-dark {
  margin-bottom: 1em;
  background-color: #040f25;
  position: relative;
}
.btn-outline-primary.btn-dark:hover {
  background: #040f25;
  padding: 10px 45px;
}
.btn-outline-primary.btn-dark:after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-color: #b1823a;
}
.btn-outline-primary.short {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 34px;
  color: #040f25;
  padding: 0px 25px;
}
.btn-outline-primary.short:hover {
  padding: 0px 35px;
}

.button-rows {
  margin: 3rem 0rem;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.button-rows .btn {
  min-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  text-align: left;
}
.button-rows .btn::after {
  height: 7px;
  bottom: -13px;
}
.button-rows .btn .tint {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  /* identical to box height */
  text-align: right;
  color: #bd8b3d;
}
.button-rows .btn.active {
  background: #bd8b3d;
}
.button-rows .btn.active .tint {
  color: #040f25;
}

.usp {
  margin-top: -88px;
}
.usp .usp-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.usp .usp-card {
  max-width: 360px;
  min-height: 375px;
  border-top: 6px solid #bd8b3d;
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px;
  text-decoration: none !important;
}
@media (max-width: 1198.98px) {
  .usp .usp-card {
    max-width: 100%;
  }
}
.usp .usp-card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.usp .usp-card p {
  max-width: 272px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #373737;
}
.usp .usp-card > img:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 20px;
}

.no-bg::after {
  content: unset !important;
}

.about {
  margin-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.about hr {
  margin-top: 2em;
  margin-bottom: 2em;
}
.about::after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 415px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
  z-index: -1 !important;
}
.about.ceo::after {
  height: 553px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
  z-index: -1 !important;
}

.about-us-img-stack {
  position: relative;
  width: 100%;
}
@media (max-width: 1198.98px) {
  .about-us-img-stack img {
    width: calc(100% - 35px);
  }
}
.about-us-img-stack .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 161px;
  width: 161px;
  border: 10px solid #b1823a;
  position: absolute;
  bottom: 20px;
  right: 70px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #040f25;
}
@media (max-width: 1198.98px) {
  .about-us-img-stack .box {
    right: 0px;
  }
}
.about-us-img-stack .box .large {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #b1823a;
}

.quote {
  margin-top: 1em;
  display: flex;
  max-width: 480px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #676767;
}
.quote img {
  max-width: 80px;
  max-height: 55px;
}
@media (max-width: 1198.98px) {
  .quote img {
    max-width: 30px;
  }
}
.quote .author {
  text-align: right;
  padding-right: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  color: #9b7337;
}
@media (max-width: 1198.98px) {
  .quote {
    margin-bottom: 3rem;
  }
}

.events {
  margin-top: 5em;
  padding-bottom: 3em;
  position: relative;
}
.events::after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 415px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
}

.event-list {
  margin-top: 2em;
}

.event-card {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 1198.98px) {
  .event-card {
    flex-direction: column;
  }
}
.event-card .date-box {
  min-width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-card .date-box .date {
  background-color: #9b7337;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.event-card .date-box .date .mon {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 15px;
}
.event-card .date-box .date .day {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 68px;
  line-height: 82px;
  color: #ffffff;
}
.event-card .date-box .time {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  background-color: #040f25;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1198.98px) {
  .event-card .date-box .time {
    padding: 5px 10px;
  }
}
.event-card .event-box {
  max-width: 650px;
  padding: 24px 50px;
  background-color: #fff;
}
@media (max-width: 1198.98px) {
  .event-card .event-box {
    padding: 1rem 1rem;
  }
}
.event-card .event-box h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 48px;
  /* or 160% */
  color: #040f25;
}
.event-card .event-box p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #373737;
}
.event-card .event-image {
  max-width: 351px;
  width: 100%;
  min-height: 254px;
  background-size: cover;
  position: relative;
}
.event-card .event-image:after {
  content: "";
  left: 5%;
  top: 5%;
  border: 1px solid #9b7337;
  width: 90%;
  height: 90%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1198.98px) {
  .event-card .event-image {
    max-width: 100%;
  }
}

.events-more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1198.98px) {
  .events-more {
    justify-content: center;
  }
}

.member {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../assets/media/member-bg.jpg");
}
.member .member-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member .logo-icon {
  position: relative;
  bottom: -25px;
  width: 82px;
}
@media (max-width: 1198.98px) {
  .member .logo-icon {
    bottom: 10px;
  }
}
.member .member-stack {
  position: relative;
}
.member .member-stack h2 {
  /* Become a Member */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #040f25;
}
@media (max-width: 1198.98px) {
  .member .member-stack h2 {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
}
.member p {
  margin-top: 2em;
  text-align: center;
  max-width: 990px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  text-align: center;
  color: #000000;
}

.gold-divider {
  width: 100%;
  height: 70px;
  background-color: #9b7337;
}

.about-col-1 {
  max-width: 427px;
  width: 100%;
}
@media (min-width: 1199px) {
  .about-col-1 {
    padding: 0px;
  }
}
.ceo .about-col-1 {
  max-width: 497px;
}
.message .about-col-1 {
  max-width: 475px;
}

.about-col-2 {
  flex-grow: 1;
}

.about-us-pull-img-top {
  margin-top: -4rem;
}
@media (max-width: 1198.98px) {
  .about-us-pull-img-top {
    margin: unset;
  }
}

.why-exist {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.why-exist .description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-exist .description h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 48px;
  text-align: center;
  color: #040f25;
}
.why-exist .description p {
  max-width: 1069px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  text-align: center;
  color: #373737;
  padding: 25px 0px;
}
.why-exist .description h3 {
  padding: 25px 0px;
  max-width: 977px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #040f25;
}
.why-exist .description h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #040f25;
}

.reason {
  min-height: 91px;
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
  display: flex;
  border-right: 12px solid #bd8b3d;
  margin-bottom: 1.5rem;
}
@media (max-width: 1198.98px) {
  .reason {
    flex-direction: column;
  }
}
.reason .title {
  min-width: 211px;
  padding-right: 10px;
  background: #040f25;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 1198.98px) {
  .reason .title {
    justify-content: flex-start;
    padding: 10px;
  }
}
.reason .title span.gold {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 31px;
  text-align: right;
  color: #bd8b3d;
}
.reason .desc {
  display: flex;
  padding: 10px;
  align-items: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #040f25;
}

.signature-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
.signature-row img {
  max-width: 217px;
}
.signature-row .post-script {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #b1823a;
  margin-top: 10px;
}
.signature-row .name {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #040f25;
}
.signature-row .title,
.signature-row .company {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #b1823a;
}

.contact-socials {
  padding: 3rem;
  padding-top: 4rem;
  min-height: 562px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-socials .socials h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 62px;
  text-align: center;
  color: #040f25;
  margin-bottom: 1rem;
}
.contact-socials .socials p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #bd8b3d;
}
.contact-socials .socials .links {
  margin: 4rem 0rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: center;
}
@media (max-width: 1198.98px) {
  .contact-socials .socials .links {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.contact-socials .socials img {
  max-width: 114px;
}
@media (max-width: 1198.98px) {
  .contact-socials .socials img {
    max-width: 90px;
  }
}

.contact-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-title h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 62px;
  text-align: center;
  color: #040f25;
}
.contact-title p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #bd8b3d;
}

.contact-detail {
  display: flex;
  align-items: center;
  margin: 4rem 0rem;
}
@media (max-width: 1198.98px) {
  .contact-detail {
    margin: 1rem 0rem;
  }
}
.contact-detail img {
  max-width: 123px;
}
.contact-detail > div {
  flex-grow: 1;
  padding-left: 1rem;
}
.contact-detail .title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #bd8b3d;
}
.contact-detail .phone a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #040f25;
}
.contact-detail .desc:not(.phone),
.contact-detail a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #040f25;
}

.partners {
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 5rem;
}
.partners.state .partners-row {
  margin-top: -50px;
  transform: translateY(100px);
}
.partners.state.leadership {
  min-height: 450px;
}
.partners.state.leadership .partners-row {
  margin-top: -20px;
  transform: translateY(170px);
}
.partners.regional {
  min-height: 445px;
  margin-bottom: 250px;
}
@media (max-width: 1198.98px) {
  .partners.regional {
    margin-bottom: 300px;
  }
}
.partners.regional .partners-row {
  transform: translateY(170px);
}
.partners.regional:after {
  height: 445px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
}

.partners-row h2 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 62px;
  /* or 155% */
  text-align: center;
  color: #040f25;
}
.partners-row .partners-grid {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.leadership .partners-row .partners-grid {
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 2rem;
}
.partners-row .partner {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners-row .partner h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}
.partners-row .partner a {
  text-decoration: none;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #bd8b3d;
}
.partners-row .partner.leader .role {
  max-width: 278px;
  background: #ffffff;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.partners-row .partner.leader .role img {
  max-width: 100%;
  max-height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-row .partner.leader .role .title {
  min-height: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bd8b3d;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}
.partners-row .partner.leader h3 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.partners-row .partner.leader a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  text-align: center;
  color: #bd8b3d;
}

.memberships {
  position: relative;
}
.memberships::after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 415px;
  background: linear-gradient(180deg, rgba(177, 130, 58, 0) 0%, rgba(177, 130, 58, 0.15) 100%);
}

.member-title {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.member-title h1 {
  max-width: 784px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 54px;
  line-height: 55px;
  /* or 102% */
  text-align: center;
  color: #040f25;
}
.member-title img {
  margin: 2rem 0rem;
}
.member-title p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  color: #bd8b3d;
}

.mem-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  padding-bottom: 5rem;
  position: relative;
}

.mem-card {
  width: 360px;
  min-height: 719px;
  border-radius: 9px;
  overflow: hidden;
  border-bottom: 27px solid #9b7337;
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mem-card > div > .title {
  background: #001236;
  border-radius: 9px 9px 0px 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mem-card > div > .price {
  width: 360px;
  min-height: 61px;
  background: #e4e5e8;
  border-radius: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 55px;
  text-align: center;
  color: #040f25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mem-card > div > .benefits {
  min-height: 38px;
  background: #a88450;
  border-radius: 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.mem-card > div > .benefits img {
  position: absolute;
  bottom: -30px;
}
.mem-card .feature-row {
  padding: 1.3rem 2rem 0rem 2rem;
  text-align: center;
}
.mem-card .feature-row .title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #001236;
  margin-bottom: 5px;
}
.mem-card .feature-row > div:not(.title):not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.mem-card .feature-row > div:not(.title) {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  /* or 350% */
  text-align: center;
  padding: 12px 0;
  color: #000000;
}
.mem-card .btn {
  max-width: 189px;
  min-height: 39px;
  background: #040f25;
  border-radius: 7px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 20px;
  margin: 2rem 0;
}

.message h1 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 96px;
  color: #040f25;
}
.message p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #373737;
}
.message ul li {
  margin-bottom: 10px;
}

footer {
  padding-top: 3rem;
  background-image: url("../../assets/media/footer-bg.jpg");
  min-height: 425px;
}

.footer-links {
  display: flex;
}
@media (max-width: 1198.98px) {
  .footer-links {
    flex-direction: column;
  }
}
.footer-links > div {
  width: 33.3333333333%;
  padding: 50px 35px;
}
@media (max-width: 1198.98px) {
  .footer-links > div {
    width: 100%;
  }
}
.footer-links .info {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(189, 139, 61, 0.25);
}
.footer-links .info img {
  max-width: 198px;
}
.footer-links .info p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}
@media (max-width: 1198.98px) {
  .footer-links .info {
    border-left: unset;
    border-bottom: 1px solid rgba(189, 139, 61, 0.25);
  }
}
.footer-links .contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2rem;
  border-left: 1px solid rgba(189, 139, 61, 0.25);
}
.footer-links .contacts .contact-details {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footer-links .contacts .contact-details a,
.footer-links .contacts .contact-details p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1198.98px) {
  .footer-links .contacts {
    border-left: unset;
    border-bottom: 1px solid rgba(189, 139, 61, 0.25);
  }
}
.footer-links .socials {
  border-left: 1px solid rgba(189, 139, 61, 0.25);
  border-right: 1px solid rgba(189, 139, 61, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 1198.98px) {
  .footer-links .socials {
    border-left: unset;
    border-right: unset;
  }
}

.copyright {
  background-color: #000;
  margin-top: 2rem;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.copyright p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  /* identical to box height, or 164% */
  text-align: center;
  color: #5c5c5c;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}
.copyright a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  /* identical to box height, or 177% */
  text-align: center;
  text-decoration-line: underline;
  color: #9b7337;
}/*# sourceMappingURL=main.css.map */