body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #c0a375 !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #c0a375 !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #c0a375;
}
.btn-social:hover {
  background: #c0a375;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #c0a375;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #c0a375;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c0a375;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c0a375;
}
.lead a,
.lead a:hover {
  color: #c0a375;
}
.lead blockquote {
  border-color: #c0a375;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #c0a375;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header1-1 .mbr-section-title {
  color: #ffffff;
}
#header1-1 .mbr-section-lead {
  font-size: 30px;
}
#header3-p .mbr-section-title,
#header3-p .mbr-section-subtitle {
  text-align: center;
}
#header3-q .mbr-section-title,
#header3-q .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-l .mbr-section-title,
#header3-l .mbr-section-subtitle {
  text-align: center;
}
#features1-qb .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-qb .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #cccccc;
}
#features1-qe .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-w5 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#features1-qf .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#header3-8y .mbr-section-title,
#header3-8y .mbr-section-subtitle {
  text-align: center;
}
#features1-h .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#header3-8z .mbr-section-title,
#header3-8z .mbr-section-subtitle {
  text-align: center;
}
#features1-j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-v .mbr-section-title,
#header3-v .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-12 H3 {
  color: #c0a375;
}
#msg-box5-94 H3 {
  color: #c0a375;
}
#header3-rv .mbr-section-title,
#header3-rv .mbr-section-subtitle {
  text-align: center;
}
#header3-rv .mbr-section-title {
  text-align: center;
}
#msg-box5-10 H3 {
  color: #c0a375;
}
#msg-box5-z H3 {
  color: #c0a375;
}
#msg-box5-rp H3 {
  color: #c0a375;
}
#msg-box5-y H3 {
  color: #c0a375;
}
#header3-rw .mbr-section-title,
#header3-rw .mbr-section-subtitle {
  text-align: center;
}
#header3-rw .mbr-section-title {
  text-align: center;
}
#msg-box5-11 H3 {
  color: #c0a375;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-15 .mbr-section-title,
#header3-15 .mbr-section-subtitle {
  text-align: center;
}
#features1-1q .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-1q .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-1q .mbr-cards-col:nth-child(odd) .card-text {
  color: #000000;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-13 .mbr-section-title,
#header3-13 .mbr-section-subtitle {
  text-align: center;
}
#header3-13 .mbr-section-title {
  font-size: 48px;
}
#msg-box5-4z P {
  font-size: 20px;
}
#msg-box5-s2 P {
  font-size: 20px;
}
#msg-box5-s3 I {
  font-size: 20px;
}
#msg-box5-s3 P {
  font-size: 20px;
}
#msg-box5-s1 P {
  font-size: 20px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-19 .mbr-section-title,
#header3-19 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-26 P {
  text-align: left;
}
#msg-box5-28 P {
  text-align: left;
}
#msg-box5-2c P {
  text-align: left;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1d .mbr-section-title,
#header3-1d .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1g .mbr-section-title,
#header3-1g .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1j .mbr-section-title,
#header3-1j .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-1m .mbr-section-title,
#header3-1m .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-3d .mbr-section-title,
#header3-3d .mbr-section-subtitle {
  text-align: center;
}
#header3-3d .mbr-section-title {
  color: #ffffff;
  font-size: 60px;
}
#content7-pt DIV {
  color: #efefef;
}
#content7-pt P {
  text-align: center;
}
#header3-3y .mbr-section-title,
#header3-3y .mbr-section-subtitle {
  text-align: center;
}
#header3-3y .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
#features3-3m P {
  color: #ffffff;
}
#features3-3m H5 {
  color: #ffffff;
}
#features3-3m H4 {
  color: #ffffff;
}
#features3-3n H5 {
  color: #ffffff;
}
#features3-3n H4 {
  color: #ffffff;
}
#features3-3o H5 {
  color: #ffffff;
}
#features3-3o H4 {
  color: #ffffff;
}
#features3-3p H4 {
  color: #ffffff;
}
#features3-3p H5 {
  color: #ffffff;
}
#features3-3z H4 {
  color: #ffffff;
}
#features3-3z H5 {
  color: #ffffff;
}
#features3-40 H4 {
  color: #ffffff;
}
#features3-40 H5 {
  color: #ffffff;
}
#features3-41 H5 {
  color: #ffffff;
}
#features3-41 H4 {
  color: #ffffff;
}
#features3-4u H4 {
  color: #ffffff;
}
#features3-4u H5 {
  color: #ffffff;
}
#features3-4e H4 {
  color: #ffffff;
}
#features3-4e H5 {
  color: #ffffff;
}
#header3-43 .mbr-section-title,
#header3-43 .mbr-section-subtitle {
  text-align: center;
}
#header3-43 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features3-44 H4 {
  color: #ffffff;
}
#features3-44 H5 {
  color: #ffffff;
}
#features3-4i H4 {
  color: #ffffff;
}
#features3-4i H5 {
  color: #ffffff;
}
#features3-4f H4 {
  color: #ffffff;
}
#features3-4f H5 {
  color: #ffffff;
}
#header3-48 .mbr-section-title,
#header3-48 .mbr-section-subtitle {
  text-align: center;
}
#header3-48 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features3-4g H4 {
  color: #ffffff;
}
#features3-4g H5 {
  color: #ffffff;
}
#features3-4h H5 {
  color: #ffffff;
}
#features3-4h H4 {
  color: #ffffff;
}
#features3-4j H5 {
  color: #ffffff;
}
#features3-4j H4 {
  color: #ffffff;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
  text-align: center;
}
#header3-49 .mbr-section-title {
  color: #ffffff;
  font-size: 30px;
}
#features3-47 H4 {
  color: #ffffff;
}
#features3-47 H5 {
  color: #ffffff;
}
#header3-4a .mbr-section-title,
#header3-4a .mbr-section-subtitle {
  text-align: center;
}
#header3-4a .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
}
#features3-4b H5 {
  color: #ffffff;
}
#features3-4b H4 {
  color: #ffffff;
}
#features3-4l H4 {
  color: #ffffff;
}
#features3-4l H5 {
  color: #ffffff;
}
#features3-4k H4 {
  color: #ffffff;
}
#features3-4k H5 {
  color: #ffffff;
}
#features3-4n H4 {
  color: #ffffff;
}
#features3-4n H5 {
  color: #ffffff;
}
#features3-4m H4 {
  color: #ffffff;
}
#features3-4m H5 {
  color: #ffffff;
}
#features3-4o H4 {
  color: #ffffff;
}
#features3-4o H5 {
  color: #ffffff;
}
#features3-4p H4 {
  color: #ffffff;
}
#features3-4p H5 {
  color: #ffffff;
}
#features3-4q H4 {
  color: #ffffff;
}
#features3-4q H5 {
  color: #ffffff;
}
#features3-4r H4 {
  color: #ffffff;
}
#features3-4r H5 {
  color: #ffffff;
}
#features3-4s H4 {
  color: #ffffff;
}
#features3-4s H5 {
  color: #ffffff;
}
#features3-4t H4 {
  color: #ffffff;
}
#features3-4t H5 {
  color: #ffffff;
}
#header3-4c .mbr-section-title,
#header3-4c .mbr-section-subtitle {
  text-align: center;
}
#header3-4c .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
}
#features3-4d H4 {
  color: #ffffff;
}
#features3-4d H5 {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-3r .mbr-section-title,
#header3-3r .mbr-section-subtitle {
  text-align: center;
}
#header3-3r .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-60 .mbr-section-title,
#header3-60 .mbr-section-subtitle {
  text-align: center;
}
#header3-60 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-64 .mbr-section-title,
#header3-64 .mbr-section-subtitle {
  text-align: center;
}
#header3-64 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-68 .mbr-section-title,
#header3-68 .mbr-section-subtitle {
  text-align: center;
}
#header3-68 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6c .mbr-section-title,
#header3-6c .mbr-section-subtitle {
  text-align: center;
}
#header3-6c .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6g .mbr-section-title,
#header3-6g .mbr-section-subtitle {
  text-align: center;
}
#header3-6g .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6k .mbr-section-title,
#header3-6k .mbr-section-subtitle {
  text-align: center;
}
#header3-6k .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6o .mbr-section-title,
#header3-6o .mbr-section-subtitle {
  text-align: center;
}
#header3-6o .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6s .mbr-section-title,
#header3-6s .mbr-section-subtitle {
  text-align: center;
}
#header3-6s .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-6w .mbr-section-title,
#header3-6w .mbr-section-subtitle {
  text-align: center;
}
#header3-6w .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-7c .mbr-section-title,
#header3-7c .mbr-section-subtitle {
  text-align: center;
}
#header3-7c .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-7w .mbr-section-title,
#header3-7w .mbr-section-subtitle {
  text-align: center;
}
#content1-85 P {
  text-align: left;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-89 .mbr-section-title,
#header3-89 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-8a H3 {
  color: #c0a375;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-96 .mbr-section-title,
#header3-96 .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-98 P {
  text-align: left;
  font-size: 17px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-9v .mbr-section-title,
#header3-9v .mbr-section-subtitle {
  text-align: center;
}
#header3-9v .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ac .mbr-section-title,
#header3-ac .mbr-section-subtitle {
  text-align: center;
}
#header3-ac .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ag .mbr-section-title,
#header3-ag .mbr-section-subtitle {
  text-align: center;
}
#header3-ag .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ak .mbr-section-title,
#header3-ak .mbr-section-subtitle {
  text-align: center;
}
#header3-ak .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ao .mbr-section-title,
#header3-ao .mbr-section-subtitle {
  text-align: center;
}
#header3-ao .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-as .mbr-section-title,
#header3-as .mbr-section-subtitle {
  text-align: center;
}
#header3-as .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-aw .mbr-section-title,
#header3-aw .mbr-section-subtitle {
  text-align: center;
}
#header3-aw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-b0 .mbr-section-title,
#header3-b0 .mbr-section-subtitle {
  text-align: center;
}
#header3-b0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-b4 .mbr-section-title,
#header3-b4 .mbr-section-subtitle {
  text-align: center;
}
#header3-b4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-b8 .mbr-section-title,
#header3-b8 .mbr-section-subtitle {
  text-align: center;
}
#header3-b8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bc .mbr-section-title,
#header3-bc .mbr-section-subtitle {
  text-align: center;
}
#header3-bc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bg .mbr-section-title,
#header3-bg .mbr-section-subtitle {
  text-align: center;
}
#header3-bg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bk .mbr-section-title,
#header3-bk .mbr-section-subtitle {
  text-align: center;
}
#header3-bk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bo .mbr-section-title,
#header3-bo .mbr-section-subtitle {
  text-align: center;
}
#header3-bo .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bs .mbr-section-title,
#header3-bs .mbr-section-subtitle {
  text-align: center;
}
#header3-bs .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-bw .mbr-section-title,
#header3-bw .mbr-section-subtitle {
  text-align: center;
}
#header3-bw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-c0 .mbr-section-title,
#header3-c0 .mbr-section-subtitle {
  text-align: center;
}
#header3-c0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-c4 .mbr-section-title,
#header3-c4 .mbr-section-subtitle {
  text-align: center;
}
#header3-c4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-c8 .mbr-section-title,
#header3-c8 .mbr-section-subtitle {
  text-align: center;
}
#header3-c8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-cc .mbr-section-title,
#header3-cc .mbr-section-subtitle {
  text-align: center;
}
#header3-cc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-cg .mbr-section-title,
#header3-cg .mbr-section-subtitle {
  text-align: center;
}
#header3-cg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ck .mbr-section-title,
#header3-ck .mbr-section-subtitle {
  text-align: center;
}
#header3-ck .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-co .mbr-section-title,
#header3-co .mbr-section-subtitle {
  text-align: center;
}
#header3-co .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-cs .mbr-section-title,
#header3-cs .mbr-section-subtitle {
  text-align: center;
}
#header3-cs .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-cw .mbr-section-title,
#header3-cw .mbr-section-subtitle {
  text-align: center;
}
#header3-cw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-d0 .mbr-section-title,
#header3-d0 .mbr-section-subtitle {
  text-align: center;
}
#header3-d0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-d4 .mbr-section-title,
#header3-d4 .mbr-section-subtitle {
  text-align: center;
}
#header3-d4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-d8 .mbr-section-title,
#header3-d8 .mbr-section-subtitle {
  text-align: center;
}
#header3-d8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-dc .mbr-section-title,
#header3-dc .mbr-section-subtitle {
  text-align: center;
}
#header3-dc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-dg .mbr-section-title,
#header3-dg .mbr-section-subtitle {
  text-align: center;
}
#header3-dg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-dk .mbr-section-title,
#header3-dk .mbr-section-subtitle {
  text-align: center;
}
#header3-dk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-do .mbr-section-title,
#header3-do .mbr-section-subtitle {
  text-align: center;
}
#header3-do .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ds .mbr-section-title,
#header3-ds .mbr-section-subtitle {
  text-align: center;
}
#header3-ds .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-dw .mbr-section-title,
#header3-dw .mbr-section-subtitle {
  text-align: center;
}
#header3-dw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-e0 .mbr-section-title,
#header3-e0 .mbr-section-subtitle {
  text-align: center;
}
#header3-e0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-e4 .mbr-section-title,
#header3-e4 .mbr-section-subtitle {
  text-align: center;
}
#header3-e4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-e8 .mbr-section-title,
#header3-e8 .mbr-section-subtitle {
  text-align: center;
}
#header3-e8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ec .mbr-section-title,
#header3-ec .mbr-section-subtitle {
  text-align: center;
}
#header3-ec .mbr-section-title {
  color: #ffffff;
}
#features3-ee H4 {
  color: #cccccc;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-eg .mbr-section-title,
#header3-eg .mbr-section-subtitle {
  text-align: center;
}
#header3-eg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ek .mbr-section-title,
#header3-ek .mbr-section-subtitle {
  text-align: center;
}
#header3-ek .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-eo .mbr-section-title,
#header3-eo .mbr-section-subtitle {
  text-align: center;
}
#header3-eo .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-es .mbr-section-title,
#header3-es .mbr-section-subtitle {
  text-align: center;
}
#header3-es .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ew .mbr-section-title,
#header3-ew .mbr-section-subtitle {
  text-align: center;
}
#header3-ew .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-f0 .mbr-section-title,
#header3-f0 .mbr-section-subtitle {
  text-align: center;
}
#header3-f0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-f4 .mbr-section-title,
#header3-f4 .mbr-section-subtitle {
  text-align: center;
}
#header3-f4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-f8 .mbr-section-title,
#header3-f8 .mbr-section-subtitle {
  text-align: center;
}
#header3-f8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fc .mbr-section-title,
#header3-fc .mbr-section-subtitle {
  text-align: center;
}
#header3-fc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fg .mbr-section-title,
#header3-fg .mbr-section-subtitle {
  text-align: center;
}
#header3-fg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fk .mbr-section-title,
#header3-fk .mbr-section-subtitle {
  text-align: center;
}
#header3-fk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fo .mbr-section-title,
#header3-fo .mbr-section-subtitle {
  text-align: center;
}
#header3-fo .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fs .mbr-section-title,
#header3-fs .mbr-section-subtitle {
  text-align: center;
}
#header3-fs .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-fw .mbr-section-title,
#header3-fw .mbr-section-subtitle {
  text-align: center;
}
#header3-fw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-g0 .mbr-section-title,
#header3-g0 .mbr-section-subtitle {
  text-align: center;
}
#header3-g0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-g4 .mbr-section-title,
#header3-g4 .mbr-section-subtitle {
  text-align: center;
}
#header3-g4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-g8 .mbr-section-title,
#header3-g8 .mbr-section-subtitle {
  text-align: center;
}
#header3-g8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-gc .mbr-section-title,
#header3-gc .mbr-section-subtitle {
  text-align: center;
}
#header3-gc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-gg .mbr-section-title,
#header3-gg .mbr-section-subtitle {
  text-align: center;
}
#header3-gg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-gk .mbr-section-title,
#header3-gk .mbr-section-subtitle {
  text-align: center;
}
#header3-gk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-go .mbr-section-title,
#header3-go .mbr-section-subtitle {
  text-align: center;
}
#header3-go .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-gs .mbr-section-title,
#header3-gs .mbr-section-subtitle {
  text-align: center;
}
#header3-gs .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-gw .mbr-section-title,
#header3-gw .mbr-section-subtitle {
  text-align: center;
}
#header3-gw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-h0 .mbr-section-title,
#header3-h0 .mbr-section-subtitle {
  text-align: center;
}
#header3-h0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-h4 .mbr-section-title,
#header3-h4 .mbr-section-subtitle {
  text-align: center;
}
#header3-h4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-h8 .mbr-section-title,
#header3-h8 .mbr-section-subtitle {
  text-align: center;
}
#header3-h8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-hc .mbr-section-title,
#header3-hc .mbr-section-subtitle {
  text-align: center;
}
#header3-hc .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-hg .mbr-section-title,
#header3-hg .mbr-section-subtitle {
  text-align: center;
}
#header3-hg .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-hk .mbr-section-title,
#header3-hk .mbr-section-subtitle {
  text-align: center;
}
#header3-hk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ho .mbr-section-title,
#header3-ho .mbr-section-subtitle {
  text-align: center;
}
#header3-ho .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-hs .mbr-section-title,
#header3-hs .mbr-section-subtitle {
  text-align: center;
}
#header3-hs .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-hw .mbr-section-title,
#header3-hw .mbr-section-subtitle {
  text-align: center;
}
#header3-hw .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-i0 .mbr-section-title,
#header3-i0 .mbr-section-subtitle {
  text-align: center;
}
#header3-i0 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-i4 .mbr-section-title,
#header3-i4 .mbr-section-subtitle {
  text-align: center;
}
#header3-i4 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-i8 .mbr-section-title,
#header3-i8 .mbr-section-subtitle {
  text-align: center;
}
#header3-i8 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-id .mbr-section-title,
#header3-id .mbr-section-subtitle {
  text-align: center;
}
#header3-id .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ih .mbr-section-title,
#header3-ih .mbr-section-subtitle {
  text-align: center;
}
#header3-ih .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-il .mbr-section-title,
#header3-il .mbr-section-subtitle {
  text-align: center;
}
#header3-il .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ip .mbr-section-title,
#header3-ip .mbr-section-subtitle {
  text-align: center;
}
#header3-ip .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-it .mbr-section-title,
#header3-it .mbr-section-subtitle {
  text-align: center;
}
#header3-it .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ix .mbr-section-title,
#header3-ix .mbr-section-subtitle {
  text-align: center;
}
#header3-ix .mbr-section-title {
  color: #ffffff;
}
#content1-pu DIV {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-j1 .mbr-section-title,
#header3-j1 .mbr-section-subtitle {
  text-align: center;
}
#header3-j1 .mbr-section-title {
  color: #ffffff;
}
#content1-p9 DIV {
  color: #cccccc;
}
#content1-pb DIV {
  color: #efefef;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-j5 .mbr-section-title,
#header3-j5 .mbr-section-subtitle {
  text-align: center;
}
#header3-j5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-j9 .mbr-section-title,
#header3-j9 .mbr-section-subtitle {
  text-align: center;
}
#header3-j9 .mbr-section-title {
  color: #ffffff;
}
#content1-pa DIV {
  color: #efefef;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jd .mbr-section-title,
#header3-jd .mbr-section-subtitle {
  text-align: center;
}
#header3-jd .mbr-section-title {
  color: #ffffff;
}
#content1-pc DIV {
  color: #efefef;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jh .mbr-section-title,
#header3-jh .mbr-section-subtitle {
  text-align: center;
}
#header3-jh .mbr-section-title {
  color: #ffffff;
}
#content1-pd DIV {
  color: #efefef;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jl .mbr-section-title,
#header3-jl .mbr-section-subtitle {
  text-align: center;
}
#header3-jl .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jp .mbr-section-title,
#header3-jp .mbr-section-subtitle {
  text-align: center;
}
#header3-jp .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jt .mbr-section-title,
#header3-jt .mbr-section-subtitle {
  text-align: center;
}
#header3-jt .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-jx .mbr-section-title,
#header3-jx .mbr-section-subtitle {
  text-align: center;
}
#header3-jx .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-k1 .mbr-section-title,
#header3-k1 .mbr-section-subtitle {
  text-align: center;
}
#header3-k1 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-k5 .mbr-section-title,
#header3-k5 .mbr-section-subtitle {
  text-align: center;
}
#header3-k5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-k9 .mbr-section-title,
#header3-k9 .mbr-section-subtitle {
  text-align: center;
}
#header3-k9 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kd .mbr-section-title,
#header3-kd .mbr-section-subtitle {
  text-align: center;
}
#header3-kd .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kh .mbr-section-title,
#header3-kh .mbr-section-subtitle {
  text-align: center;
}
#header3-kh .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kl .mbr-section-title,
#header3-kl .mbr-section-subtitle {
  text-align: center;
}
#header3-kl .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kp .mbr-section-title,
#header3-kp .mbr-section-subtitle {
  text-align: center;
}
#header3-kp .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kt .mbr-section-title,
#header3-kt .mbr-section-subtitle {
  text-align: center;
}
#header3-kt .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-kx .mbr-section-title,
#header3-kx .mbr-section-subtitle {
  text-align: center;
}
#header3-kx .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-l1 .mbr-section-title,
#header3-l1 .mbr-section-subtitle {
  text-align: center;
}
#header3-l1 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-l5 .mbr-section-title,
#header3-l5 .mbr-section-subtitle {
  text-align: center;
}
#header3-l5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-l9 .mbr-section-title,
#header3-l9 .mbr-section-subtitle {
  text-align: center;
}
#header3-l9 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ld .mbr-section-title,
#header3-ld .mbr-section-subtitle {
  text-align: center;
}
#header3-ld .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-lh .mbr-section-title,
#header3-lh .mbr-section-subtitle {
  text-align: center;
}
#header3-lh .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ll .mbr-section-title,
#header3-ll .mbr-section-subtitle {
  text-align: center;
}
#header3-ll .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-lp .mbr-section-title,
#header3-lp .mbr-section-subtitle {
  text-align: center;
}
#header3-lp .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-lt .mbr-section-title,
#header3-lt .mbr-section-subtitle {
  text-align: center;
}
#header3-lt .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-lx .mbr-section-title,
#header3-lx .mbr-section-subtitle {
  text-align: center;
}
#header3-lx .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-m1 .mbr-section-title,
#header3-m1 .mbr-section-subtitle {
  text-align: center;
}
#header3-m1 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-m5 .mbr-section-title,
#header3-m5 .mbr-section-subtitle {
  text-align: center;
}
#header3-m5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-m9 .mbr-section-title,
#header3-m9 .mbr-section-subtitle {
  text-align: center;
}
#header3-m9 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-md .mbr-section-title,
#header3-md .mbr-section-subtitle {
  text-align: center;
}
#header3-md .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-mh .mbr-section-title,
#header3-mh .mbr-section-subtitle {
  text-align: center;
}
#header3-mh .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ml .mbr-section-title,
#header3-ml .mbr-section-subtitle {
  text-align: center;
}
#header3-ml .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-mp .mbr-section-title,
#header3-mp .mbr-section-subtitle {
  text-align: center;
}
#header3-mp .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-mt .mbr-section-title,
#header3-mt .mbr-section-subtitle {
  text-align: center;
}
#header3-mt .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-mx .mbr-section-title,
#header3-mx .mbr-section-subtitle {
  text-align: center;
}
#header3-mx .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-n1 .mbr-section-title,
#header3-n1 .mbr-section-subtitle {
  text-align: center;
}
#header3-n1 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-n5 .mbr-section-title,
#header3-n5 .mbr-section-subtitle {
  text-align: center;
}
#header3-n5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-n9 .mbr-section-title,
#header3-n9 .mbr-section-subtitle {
  text-align: center;
}
#header3-n9 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-nd .mbr-section-title,
#header3-nd .mbr-section-subtitle {
  text-align: center;
}
#header3-nd .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-nh .mbr-section-title,
#header3-nh .mbr-section-subtitle {
  text-align: center;
}
#header3-nh .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-nl .mbr-section-title,
#header3-nl .mbr-section-subtitle {
  text-align: center;
}
#header3-nl .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-np .mbr-section-title,
#header3-np .mbr-section-subtitle {
  text-align: center;
}
#header3-np .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-nt .mbr-section-title,
#header3-nt .mbr-section-subtitle {
  text-align: center;
}
#header3-nt .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-nx .mbr-section-title,
#header3-nx .mbr-section-subtitle {
  text-align: center;
}
#header3-nx .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-o5 .mbr-section-title,
#header3-o5 .mbr-section-subtitle {
  text-align: center;
}
#header3-o5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-o9 .mbr-section-title,
#header3-o9 .mbr-section-subtitle {
  text-align: center;
}
#header3-o9 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-od .mbr-section-title,
#header3-od .mbr-section-subtitle {
  text-align: center;
}
#header3-od .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-oh .mbr-section-title,
#header3-oh .mbr-section-subtitle {
  text-align: center;
}
#header3-oh .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ol .mbr-section-title,
#header3-ol .mbr-section-subtitle {
  text-align: center;
}
#header3-ol .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-op .mbr-section-title,
#header3-op .mbr-section-subtitle {
  text-align: center;
}
#header3-op .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ot .mbr-section-title,
#header3-ot .mbr-section-subtitle {
  text-align: center;
}
#header3-ot .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-ox .mbr-section-title,
#header3-ox .mbr-section-subtitle {
  text-align: center;
}
#header3-ox .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-p1 .mbr-section-title,
#header3-p1 .mbr-section-subtitle {
  text-align: center;
}
#header3-p1 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-p5 .mbr-section-title,
#header3-p5 .mbr-section-subtitle {
  text-align: center;
}
#header3-p5 .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-pf .mbr-section-title,
#header3-pf .mbr-section-subtitle {
  text-align: center;
}
#header3-pf .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-pk .mbr-section-title,
#header3-pk .mbr-section-subtitle {
  text-align: center;
}
#header3-pk .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-pp .mbr-section-title,
#header3-pp .mbr-section-subtitle {
  text-align: center;
}
#header3-pp .mbr-section-title {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-qh .mbr-section-title,
#header3-qh .mbr-section-subtitle {
  text-align: center;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-px .mbr-section-title,
#header3-px .mbr-section-subtitle {
  text-align: center;
}
#header3-px .mbr-section-title {
  font-size: 48px;
}
#msg-box5-py P {
  font-size: 20px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-qn .mbr-section-title,
#header3-qn .mbr-section-subtitle {
  text-align: center;
}
#header3-qn .mbr-section-title {
  color: #ffffff;
  font-size: 60px;
}
#content7-qo DIV {
  color: #efefef;
}
#content7-qo P {
  text-align: center;
}
#header3-u4 .mbr-section-title,
#header3-u4 .mbr-section-subtitle {
  text-align: center;
}
#header3-u4 .mbr-section-title {
  color: #ffffff;
}
#features3-qy H4 {
  color: #ffffff;
}
#features3-qy H5 {
  color: #ffffff;
}
#features3-r3 H4 {
  color: #ffffff;
}
#features3-r3 H5 {
  color: #ffffff;
}
#features3-qz H4 {
  color: #ffffff;
}
#features3-qz H5 {
  color: #ffffff;
}
#features3-r1 H4 {
  color: #ffffff;
}
#features3-r1 H5 {
  color: #ffffff;
}
#features3-r2 H4 {
  color: #ffffff;
}
#features3-r2 H5 {
  color: #ffffff;
}
#features3-r5 H4 {
  color: #ffffff;
}
#features3-r5 H5 {
  color: #ffffff;
}
#features3-r6 H5 {
  color: #ffffff;
}
#features3-r6 H4 {
  color: #ffffff;
}
#header3-ra .mbr-section-title,
#header3-ra .mbr-section-subtitle {
  text-align: center;
}
#header3-ra .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#features3-rb H5 {
  color: #ffffff;
}
#features3-rb H4 {
  color: #ffffff;
}
#features3-rc H4 {
  color: #ffffff;
}
#features3-rc H5 {
  color: #ffffff;
}
#header3-ua .mbr-section-title,
#header3-ua .mbr-section-subtitle {
  text-align: center;
}
#header3-ua .mbr-section-title {
  color: #ffffff;
}
#features3-rd H4 {
  color: #ffffff;
}
#features3-rd H5 {
  color: #ffffff;
}
#header3-u6 .mbr-section-title,
#header3-u6 .mbr-section-subtitle {
  text-align: center;
}
#header3-u6 .mbr-section-title {
  color: #ffffff;
}
#features3-rg H4 {
  color: #ffffff;
}
#features3-rg H5 {
  color: #ffffff;
}
#header3-u7 .mbr-section-title,
#header3-u7 .mbr-section-subtitle {
  text-align: center;
}
#header3-u7 .mbr-section-title {
  color: #ffffff;
}
#features3-rh H4 {
  color: #ffffff;
}
#features3-rh H5 {
  color: #ffffff;
}
#header3-u5 .mbr-section-title,
#header3-u5 .mbr-section-subtitle {
  text-align: center;
}
#header3-u5 .mbr-section-title {
  color: #ffffff;
}
#features3-re H4 {
  color: #ffffff;
}
#features3-re H5 {
  color: #ffffff;
}
#features3-rf H4 {
  color: #ffffff;
}
#features3-rf H5 {
  color: #ffffff;
}
#header3-u9 .mbr-section-title,
#header3-u9 .mbr-section-subtitle {
  text-align: center;
}
#header3-u9 .mbr-section-title {
  color: #ffffff;
}
#features3-rn H4 {
  color: #ffffff;
}
#features3-rn H5 {
  color: #ffffff;
}
#header3-u8 .mbr-section-title,
#header3-u8 .mbr-section-subtitle {
  text-align: center;
}
#header3-u8 .mbr-section-title {
  color: #ffffff;
}
#features3-ri H4 {
  color: #ffffff;
}
#features3-ri H5 {
  color: #ffffff;
}
#header3-rm .mbr-section-title,
#header3-rm .mbr-section-subtitle {
  text-align: center;
}
#header3-rm .mbr-section-title {
  font-size: 48px;
  color: #ffffff;
}
#features3-r9 H4 {
  color: #ffffff;
}
#features3-r9 H5 {
  color: #ffffff;
}
#header3-qq .mbr-section-title,
#header3-qq .mbr-section-subtitle {
  text-align: center;
}
#header3-qq .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
}
#features3-qr P {
  color: #ffffff;
}
#features3-qr H5 {
  color: #ffffff;
}
#features3-qr H4 {
  color: #ffffff;
}
#features3-qs H5 {
  color: #ffffff;
}
#features3-qs H4 {
  color: #ffffff;
}
#features3-qt H5 {
  color: #ffffff;
}
#features3-qt H4 {
  color: #ffffff;
}
#features3-qu H4 {
  color: #ffffff;
}
#features3-qu H5 {
  color: #ffffff;
}
#features3-qx H5 {
  color: #ffffff;
}
#features3-qx H4 {
  color: #ffffff;
}
#features3-qv H4 {
  color: #ffffff;
}
#features3-qv H5 {
  color: #ffffff;
}
#features3-qw H4 {
  color: #ffffff;
}
#features3-qw H5 {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-rr .mbr-section-title,
#header3-rr .mbr-section-subtitle {
  text-align: center;
}
#msg-box5-ru H3 {
  font-size: 20px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-s4 .mbr-section-title,
#header3-s4 .mbr-section-subtitle {
  text-align: center;
}
#header3-s4 .mbr-section-title {
  color: #ffffff;
  font-size: 60px;
}
#content7-s5 DIV {
  color: #efefef;
}
#content7-s5 P {
  text-align: center;
}
#header3-ul .mbr-section-title,
#header3-ul .mbr-section-subtitle {
  text-align: center;
}
#header3-ul .mbr-section-title {
  color: #ffffff;
}
#features3-s8 P {
  color: #ffffff;
}
#features3-s8 H5 {
  color: #ffffff;
}
#features3-s8 H4 {
  color: #ffffff;
}
#features3-se H5 {
  color: #ffffff;
}
#features3-se H4 {
  color: #ffffff;
}
#features3-sf H4 {
  color: #ffffff;
}
#features3-sf H5 {
  color: #ffffff;
}
#features3-sg H4 {
  color: #ffffff;
}
#features3-sg H5 {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-t5 .mbr-section-title,
#header3-t5 .mbr-section-subtitle {
  text-align: center;
}
#header3-t5 .mbr-section-title {
  color: #ffffff;
  font-size: 60px;
}
#content7-t6 DIV {
  color: #efefef;
}
#content7-t6 P {
  text-align: center;
}
#header3-t8 .mbr-section-title,
#header3-t8 .mbr-section-subtitle {
  text-align: center;
}
#header3-t8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
#features3-t9 P {
  color: #ffffff;
}
#features3-t9 H5 {
  color: #ffffff;
}
#features3-t9 H4 {
  color: #ffffff;
}
#features3-ta H5 {
  color: #ffffff;
}
#features3-ta H4 {
  color: #ffffff;
}
#features3-tb H5 {
  color: #ffffff;
}
#features3-tb H4 {
  color: #ffffff;
}
#features3-tc H4 {
  color: #ffffff;
}
#features3-tc H5 {
  color: #ffffff;
}
#features3-td H4 {
  color: #ffffff;
}
#features3-td H5 {
  color: #ffffff;
}
#features3-te H4 {
  color: #ffffff;
}
#features3-te H5 {
  color: #ffffff;
}
#features3-tf H5 {
  color: #ffffff;
}
#features3-tf H4 {
  color: #ffffff;
}
#features3-tg H4 {
  color: #ffffff;
}
#features3-tg H5 {
  color: #ffffff;
}
#features3-th H4 {
  color: #ffffff;
}
#features3-th H5 {
  color: #ffffff;
}
#features3-tj H4 {
  color: #ffffff;
}
#features3-tj H5 {
  color: #ffffff;
}
#features3-tk H4 {
  color: #ffffff;
}
#features3-tk H5 {
  color: #ffffff;
}
#features3-tl H4 {
  color: #ffffff;
}
#features3-tl H5 {
  color: #ffffff;
}
#features3-tm H5 {
  color: #ffffff;
}
#features3-tm H4 {
  color: #ffffff;
}
#features3-tn H4 {
  color: #ffffff;
}
#features3-tn H5 {
  color: #ffffff;
}
#features3-to H4 {
  color: #ffffff;
}
#features3-to H5 {
  color: #ffffff;
}
#features3-tq H4 {
  color: #ffffff;
}
#features3-tq H5 {
  color: #ffffff;
}
#header3-ts .mbr-section-title,
#header3-ts .mbr-section-subtitle {
  text-align: center;
}
#header3-ts .mbr-section-title {
  color: #ffffff;
}
#features3-tp H4 {
  color: #ffffff;
}
#features3-tp H5 {
  color: #ffffff;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-tu .mbr-section-title,
#header3-tu .mbr-section-subtitle {
  text-align: center;
}
#header3-tu .mbr-section-title {
  font-size: 48px;
}
#msg-box5-tv P {
  font-size: 20px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-uc .mbr-section-title,
#header3-uc .mbr-section-subtitle {
  text-align: center;
}
#header3-uc .mbr-section-title {
  font-size: 48px;
}
#msg-box5-ud P {
  font-size: 20px;
}
#msg-box5-vu H3 {
  font-size: 30px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#header3-un .mbr-section-title,
#header3-un .mbr-section-subtitle {
  text-align: center;
}
#header3-un .mbr-section-title {
  font-size: 48px;
}
#msg-box5-uo P {
  font-size: 20px;
}
#ext_menu-w3 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-w3 .navbar-caption {
  color: #ffffff;
}
#ext_menu-w3 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-w3 .close-icon::before,
#ext_menu-w3 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-w3 .link,
#ext_menu-w3 .dropdown-item {
  color: #ffffff;
}
#ext_menu-w3 .link {
  font-size: 1.1rem;
}
#ext_menu-w3 .dropdown-item,
#ext_menu-w3 .nav-dropdown-sm .link {
  font-size: 1.191rem;
}
#ext_menu-w3 .link:hover,
#ext_menu-w3 .dropdown-item:hover,
#ext_menu-w3 .link:focus,
#ext_menu-w3 .dropdown-item:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .nav-dropdown-sm .link:focus,
#ext_menu-w3 .nav-dropdown-sm .link:hover,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-w3 .nav-dropdown-sm .dropdown-item:hover {
  background: #000000!important;
}
#ext_menu-w3 .navbar,
#ext_menu-w3 .nav-dropdown-sm,
#ext_menu-w3 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-w3 .nav-dropdown-sm .dropdown-menu {
  background: #000000;
}
#ext_menu-w3 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-w3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-w3 .bg-color.transparent.opened .link:hover,
#ext_menu-w3 .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#ext_menu-w3 .link[aria-expanded="true"],
#ext_menu-w3 .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
