body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Abril Fatface', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c37a7a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c37a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f4848 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c37a7a !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #944343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c37a7a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c37a7a;
  border-color: #c37a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c37a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebd2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c37a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #c37a7a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c37a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c37a7a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c37a7a;
  border-bottom-color: #c37a7a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #379683 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c37a7a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tJF4UYxLnW {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/spaceagecity2-kok-1526x859.jpg");
}
.cid-tJF4UYxLnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJF4UYxLnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJF4UYxLnW .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJF4UYxLnW .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJJNZ7bDUc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJJNZ7bDUc .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJJNZ7bDUc .mbr-section-subtitle {
  text-align: center;
}
.cid-tJJNtYelao {
  display: flex;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tJJNtYelao .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJJNtYelao .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJJNtYelao {
    align-items: flex-end;
  }
  .cid-tJJNtYelao .row {
    justify-content: flex-start;
  }
  .cid-tJJNtYelao .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJJNtYelao .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJJNtYelao {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJJNtYelao .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJJNtYelao .content-wrap {
    width: 100%;
  }
}
.cid-tJJNSnlQX1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJJNSnlQX1 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJJNSnlQX1 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJJJwvNVXw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/naturallandscape-kok-800x533.jpg");
}
.cid-tJJJwvNVXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJJJwvNVXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFGBGm1Q33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kingdomofkush-flag2-800x600.jpg");
}
.cid-sFGBGm1Q33 .card-wrapper {
  background-color: #e6c63b;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #e6c63b;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sFGBGm1Q33 .mbr-section-title,
.cid-sFGBGm1Q33 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sFGBGm1Q33 .card-title {
  color: #379683;
}
.cid-sFGBGm1Q33 .mbr-text {
  color: #000000;
}
.cid-sFGBGm1Q33 .price {
  color: #379683;
}
.cid-sFGBGm1Q33 .mbr-section-title {
  color: #379683;
}
.cid-tJJPNLm6hc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJJPNLm6hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJJPNLm6hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJJPNLm6hc .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJJPNLm6hc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJKnaKZnOZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJKnaKZnOZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJKnaKZnOZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKlNFjnA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tJKlNFjnA6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJKlNFjnA6 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tJKlNFjnA6 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tJKlNFjnA6 .mbr-text {
  color: #e6c63b;
}
.cid-sFGGp6mJeM {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-sFGGp6mJeM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGGp6mJeM .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGGp6mJeM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGGp6mJeM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGGp6mJeM .social-row {
  text-align: center;
}
.cid-sFGGp6mJeM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e6c63b;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e6c63b;
  font-size: 1.5rem;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover {
  background-color: #e6c63b;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-sFGGp6mJeM .card-title,
.cid-sFGGp6mJeM .social-row {
  color: #940707;
}
.cid-sFGGp6mJeM .card-text,
.cid-sFGGp6mJeM .mbr-section-btn,
.cid-sFGGp6mJeM .social-row {
  color: #bbbbbb;
}
.cid-sFGGp6mJeM .mbr-role,
.cid-sFGGp6mJeM .social-row {
  color: #e6c63b;
}
.cid-sFGGp6mJeM .mbr-section-title {
  color: #c37a7a;
}
.cid-tJKvTKnykg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJKvTKnykg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKvTKnykg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKvTKnykg .mbr-section-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJKWZvwRqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tJKWZvwRqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKWZvwRqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKWZvwRqc .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJKWZvwRqc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJKWZvwRqc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJKWZvwRqc .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJKWZvwRqc .mbr-text,
.cid-tJKWZvwRqc .mbr-section-btn {
  color: #000000;
}
.cid-tJKWZvwRqc .card-title,
.cid-tJKWZvwRqc .card-box {
  text-align: left;
  color: #000000;
}
.cid-tJSTOdkW5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #940707;
}
.cid-tJSTOdkW5u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJSTOdkW5u form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tJSTOdkW5u form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJSTOdkW5u form.mbr-form {
    padding: 1rem;
  }
}
.cid-tJSTOdkW5u form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tJSTOdkW5u form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tJSTOdkW5u .mbr-section-title {
  color: #e6c63b;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVcJqi3A {
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-tJKVcJqi3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVcJqi3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVcJqi3A .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVcJqi3A .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKVcK3ypT .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVcK3ypT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVcK3ypT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVcK3ypT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVcK3ypT .dropdown-item:hover,
.cid-tJKVcK3ypT .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVcK3ypT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVcK3ypT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVcK3ypT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVcK3ypT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVcK3ypT .nav-link {
  position: relative;
}
.cid-tJKVcK3ypT .container {
  display: flex;
  margin: auto;
}
.cid-tJKVcK3ypT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVcK3ypT .dropdown-menu,
.cid-tJKVcK3ypT .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVcK3ypT .nav-item:focus,
.cid-tJKVcK3ypT .nav-link:focus {
  outline: none;
}
.cid-tJKVcK3ypT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVcK3ypT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVcK3ypT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVcK3ypT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVcK3ypT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVcK3ypT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVcK3ypT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVcK3ypT .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVcK3ypT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVcK3ypT .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVcK3ypT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVcK3ypT .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVcK3ypT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVcK3ypT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVcK3ypT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVcK3ypT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVcK3ypT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVcK3ypT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVcK3ypT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVcK3ypT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVcK3ypT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVcK3ypT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVcK3ypT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVcK3ypT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVcK3ypT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVcK3ypT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVcK3ypT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVcK3ypT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVcK3ypT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVcK3ypT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVcK3ypT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVcK3ypT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVcK3ypT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVcK3ypT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVcK3ypT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVcK3ypT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVcK3ypT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVcK3ypT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVcK3ypT .dropdown-item.active,
.cid-tJKVcK3ypT .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVcK3ypT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVcK3ypT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVcK3ypT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVcK3ypT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVcK3ypT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVcK3ypT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVcK3ypT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVcK3ypT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVcK3ypT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVcK3ypT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVcK3ypT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVcK3ypT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVcK3ypT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVcK3ypT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVcK3ypT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVcK3ypT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVcK3ypT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVcK3ypT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVcK3ypT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVcK3ypT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVcK3ypT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVcK3ypT .navbar {
    height: 70px;
  }
  .cid-tJKVcK3ypT .navbar.opened {
    height: auto;
  }
  .cid-tJKVcK3ypT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVcKB0ae {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVcKB0ae .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVcKB0ae .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVcKYM8n {
  display: flex;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tJKVcKYM8n .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJKVcKYM8n .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJKVcKYM8n {
    align-items: flex-end;
  }
  .cid-tJKVcKYM8n .row {
    justify-content: flex-start;
  }
  .cid-tJKVcKYM8n .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJKVcKYM8n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJKVcKYM8n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJKVcKYM8n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJKVcKYM8n .content-wrap {
    width: 100%;
  }
}
.cid-tJKVcNz5ES {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVcNz5ES .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVcNz5ES .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVcLGQKA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tJKVcLGQKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVcLGQKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVcLGQKA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJKVcLGQKA .mbr-section-subtitle {
  text-align: left;
}
.cid-tJKVcMHNl7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJKVcMHNl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVcMHNl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVcMHNl7 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJKVcMHNl7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tKl074kcKD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl074kcKD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl074kcKD .mbr-section-subtitle {
  text-align: center;
}
.cid-tKkYWcXagS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x502.jpg");
}
.cid-tKkYWcXagS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKkYWcXagS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKkYWcXagS .mbr-text,
.cid-tKkYWcXagS .mbr-section-btn {
  text-align: left;
}
.cid-tKl0qkAgwx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl0qkAgwx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl0qkAgwx .mbr-section-subtitle {
  text-align: center;
}
.cid-tKkZuBjWRj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x560.jpg");
}
.cid-tKkZuBjWRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKkZuBjWRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKkZuBjWRj .mbr-text,
.cid-tKkZuBjWRj .mbr-section-btn {
  text-align: left;
}
.cid-tKl0DBp1Qf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl0DBp1Qf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl0DBp1Qf .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl0NqYnQQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x542.jpg");
}
.cid-tKl0NqYnQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl0NqYnQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl0NqYnQQ .mbr-text,
.cid-tKl0NqYnQQ .mbr-section-btn {
  text-align: left;
}
.cid-tKl1DEodL7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl1DEodL7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl1DEodL7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl1Kdj5rp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x285.jpg");
}
.cid-tKl1Kdj5rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl1Kdj5rp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl1Kdj5rp .mbr-text,
.cid-tKl1Kdj5rp .mbr-section-btn {
  text-align: left;
}
.cid-tKl2Q8OUUq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl2Q8OUUq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl2Q8OUUq .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl2HJJ7NA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x628.jpg");
}
.cid-tKl2HJJ7NA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl2HJJ7NA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl2HJJ7NA .mbr-text,
.cid-tKl2HJJ7NA .mbr-section-btn {
  text-align: left;
}
.cid-tKl3tgotVV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl3tgotVV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl3tgotVV .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl3A5qpYl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x837.jpg");
}
.cid-tKl3A5qpYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl3A5qpYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl3A5qpYl .mbr-text,
.cid-tKl3A5qpYl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tKl4qgBsu0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl4qgBsu0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl4qgBsu0 .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl4oG3OTt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/spaceagetransportation-908x493.jpg");
}
.cid-tKl4oG3OTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl4oG3OTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl4oG3OTt .mbr-text,
.cid-tKl4oG3OTt .mbr-section-btn {
  text-align: left;
}
.cid-tKl4UY0qWM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl4UY0qWM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl4UY0qWM .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl59VzXxZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x589.jpg");
}
.cid-tKl59VzXxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl59VzXxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl59VzXxZ .mbr-text,
.cid-tKl59VzXxZ .mbr-section-btn {
  text-align: left;
}
.cid-tKl6MzDkmw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl6MzDkmw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl6MzDkmw .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl6K2WNmS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x585.jpg");
}
.cid-tKl6K2WNmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl6K2WNmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl6K2WNmS .mbr-text,
.cid-tKl6K2WNmS .mbr-section-btn {
  text-align: left;
}
.cid-tJLqtN5R31 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJLqtN5R31 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJLqtN5R31 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tJLqtN5R31 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tKl86zqnwO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKl86zqnwO .mbr-text {
  color: #e6c63b;
}
.cid-tKl9FkUBE0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKl9FkUBE0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKl9FkUBE0 .mbr-section-subtitle {
  text-align: center;
}
.cid-tKl9yD7YBe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/spaceagecity-kok-1256x707.jpg");
}
.cid-tKl9yD7YBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKl9yD7YBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKl9yD7YBe .mbr-text,
.cid-tKl9yD7YBe .mbr-section-btn {
  text-align: left;
}
.cid-tKlbTneD4m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKlbTneD4m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKlbTneD4m .mbr-section-subtitle {
  text-align: center;
}
.cid-tKlbZNGSaM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x474.jpg");
}
.cid-tKlbZNGSaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlbZNGSaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlbZNGSaM .mbr-text,
.cid-tKlbZNGSaM .mbr-section-btn {
  text-align: left;
}
.cid-tKld6mapbo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKld6mapbo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKld6mapbo .mbr-section-subtitle {
  text-align: center;
}
.cid-tKld4tLQ0w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/naturallandscape-kok-800x533.jpg");
}
.cid-tKld4tLQ0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKld4tLQ0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKld4tLQ0w .mbr-text,
.cid-tKld4tLQ0w .mbr-section-btn {
  text-align: left;
}
.cid-tJLuuVS36N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJLuuVS36N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLuuVS36N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJLuuVS36N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJLuuVS36N .row {
  flex-direction: row-reverse;
}
.cid-tJLuuVS36N img {
  width: 100%;
}
.cid-tJLv7VWgfT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJLv7VWgfT .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJLv7VWgfT .mbr-section-subtitle {
  text-align: center;
  color: #e6c63b;
}
.cid-tKleCC8hgi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKleCC8hgi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tKleCC8hgi .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tKleCC8hgi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e6c63b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tKleCC8hgi .mbr-text {
  color: #e6c63b;
}
.cid-tKleCC8hgi .mbr-section-title {
  color: #e6c63b;
}
.cid-tJLCLt6Ruc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJLCLt6Ruc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLCLt6Ruc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJLCLt6Ruc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJLCLt6Ruc .row {
  flex-direction: row-reverse;
}
.cid-tJLCLt6Ruc img {
  width: 100%;
}
.cid-tKlfAYQr1Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKlfAYQr1Y .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKlfAYQr1Y .mbr-section-subtitle {
  text-align: center;
}
.cid-tKlfCj3fyC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1256x835.jpg");
}
.cid-tKlfCj3fyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlfCj3fyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlfCj3fyC .mbr-text,
.cid-tKlfCj3fyC .mbr-section-btn {
  text-align: left;
}
.cid-tKlgS6FlBt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKlgS6FlBt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKlgS6FlBt .mbr-section-subtitle {
  text-align: center;
}
.cid-tKliNbnXfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKliNbnXfZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tKliNbnXfZ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tKliNbnXfZ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e6c63b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tKliNbnXfZ .mbr-text {
  color: #e6c63b;
}
.cid-tKliNbnXfZ .mbr-section-title {
  color: #e6c63b;
}
.cid-tJLQBbX8zO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJLQBbX8zO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJLQBbX8zO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJLQBbX8zO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJLQBbX8zO .row {
  flex-direction: row-reverse;
}
.cid-tJLQBbX8zO img {
  width: 100%;
}
.cid-tKlkdlq38a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tKlkdlq38a .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tKlkdlq38a .mbr-section-subtitle {
  text-align: center;
}
.cid-tJLOnsNKfE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJLOnsNKfE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJLOnsNKfE .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tJLOnsNKfE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e6c63b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tJLOnsNKfE .mbr-text {
  color: #e6c63b;
}
.cid-tJLOnsNKfE .mbr-section-title {
  color: #e6c63b;
  text-align: left;
}
.cid-tKlmvU42es {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKlmvU42es .mbr-text {
  color: #e6c63b;
}
.cid-tJMR0LDXDX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tJMR0LDXDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMR0LDXDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJMR0LDXDX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJMR0LDXDX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJMR0LDXDX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJMR0LDXDX .mbr-section-title {
  color: #e6c63b;
}
.cid-tJMR0LDXDX .mbr-text {
  color: #e6c63b;
}
.cid-tJMXfl6WW5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJMXfl6WW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJMXfl6WW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJMXfl6WW5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJMXfl6WW5 .row {
  flex-direction: row-reverse;
}
.cid-tJMXfl6WW5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJMXfl6WW5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJMXfl6WW5 .mbr-section-title {
  color: #e6c63b;
}
.cid-tJMXfl6WW5 .mbr-text {
  color: #e6c63b;
}
.cid-tJMYe279YV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJMYe279YV .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJMYe279YV .mbr-section-subtitle {
  text-align: center;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVnBa8IR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x922.jpg");
}
.cid-tJKVnBa8IR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVnBa8IR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVnBa8IR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVnBa8IR .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKVnBzqzU .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVnBzqzU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVnBzqzU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVnBzqzU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVnBzqzU .dropdown-item:hover,
.cid-tJKVnBzqzU .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVnBzqzU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVnBzqzU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVnBzqzU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVnBzqzU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVnBzqzU .nav-link {
  position: relative;
}
.cid-tJKVnBzqzU .container {
  display: flex;
  margin: auto;
}
.cid-tJKVnBzqzU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVnBzqzU .dropdown-menu,
.cid-tJKVnBzqzU .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVnBzqzU .nav-item:focus,
.cid-tJKVnBzqzU .nav-link:focus {
  outline: none;
}
.cid-tJKVnBzqzU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVnBzqzU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVnBzqzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVnBzqzU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVnBzqzU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVnBzqzU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVnBzqzU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVnBzqzU .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVnBzqzU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVnBzqzU .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVnBzqzU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVnBzqzU .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVnBzqzU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVnBzqzU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVnBzqzU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVnBzqzU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVnBzqzU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVnBzqzU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVnBzqzU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVnBzqzU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVnBzqzU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVnBzqzU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVnBzqzU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVnBzqzU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVnBzqzU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVnBzqzU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVnBzqzU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVnBzqzU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVnBzqzU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVnBzqzU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVnBzqzU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVnBzqzU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVnBzqzU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVnBzqzU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVnBzqzU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVnBzqzU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVnBzqzU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVnBzqzU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVnBzqzU .dropdown-item.active,
.cid-tJKVnBzqzU .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVnBzqzU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVnBzqzU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVnBzqzU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVnBzqzU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVnBzqzU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVnBzqzU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVnBzqzU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVnBzqzU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVnBzqzU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVnBzqzU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVnBzqzU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVnBzqzU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVnBzqzU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVnBzqzU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVnBzqzU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVnBzqzU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVnBzqzU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVnBzqzU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVnBzqzU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVnBzqzU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVnBzqzU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVnBzqzU .navbar {
    height: 70px;
  }
  .cid-tJKVnBzqzU .navbar.opened {
    height: auto;
  }
  .cid-tJKVnBzqzU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVnC1voA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVnC1voA .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVnC1voA .mbr-section-subtitle {
  text-align: center;
}
.cid-tJNuGMEYTu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJNuGMEYTu blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJNuGMEYTu .mbr-section-title {
  color: #e6c63b;
}
.cid-tJNuGMEYTu .mbr-text {
  color: #e6c63b;
}
.cid-tJNC9MuKUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tJNC9MuKUb blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJNC9MuKUb .mbr-section-title {
  color: #000000;
}
.cid-tJNC9MuKUb .mbr-text {
  color: #000000;
}
.cid-tJNBL8VlmR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJNBL8VlmR blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJNBL8VlmR .mbr-section-title {
  color: #e6c63b;
}
.cid-tJNBL8VlmR .mbr-text {
  color: #e6c63b;
}
.cid-tJNvltePZo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tJNvltePZo blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJNvltePZo .mbr-section-title {
  color: #000000;
}
.cid-tJNvltePZo .mbr-text {
  color: #000000;
}
.cid-tJPaw4xoL9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJPaw4xoL9 blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJPaw4xoL9 .mbr-section-title {
  color: #e6c63b;
}
.cid-tJPaw4xoL9 .mbr-text {
  color: #e6c63b;
}
.cid-tJPmeSA9Ma {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e6c63b;
}
.cid-tJPmeSA9Ma blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJPmeSA9Ma .mbr-section-title {
  color: #000000;
}
.cid-tJPmeSA9Ma .mbr-text {
  color: #000000;
}
.cid-tJPncfp2SO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJPncfp2SO blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJPncfp2SO .mbr-section-title {
  color: #e6c63b;
}
.cid-tJPncfp2SO .mbr-text {
  color: #e6c63b;
}
.cid-tJPZxLDLiH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tJPZxLDLiH blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJPZVWyYBt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJPZVWyYBt blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJPZVWyYBt .mbr-section-title {
  color: #e6c63b;
}
.cid-tJPZVWyYBt .mbr-text {
  color: #e6c63b;
}
.cid-tJQ1LxpF2J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tJQ1LxpF2J blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJQ2jL01DH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJQ2jL01DH blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJQ2jL01DH .mbr-section-title {
  color: #e6c63b;
}
.cid-tJQ2NBgrSK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tJQ2NBgrSK blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJQ2NBgrSK .mbr-section-title {
  text-align: left;
}
.cid-tJQ3pXUJDd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJQ3pXUJDd blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJQ3pXUJDd .mbr-section-title {
  color: #e6c63b;
}
.cid-tJQ3pXUJDd .mbr-text {
  color: #e6c63b;
}
.cid-tJSRqZxQyO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJSRqZxQyO blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e6c63b;
}
.cid-tJSRqZxQyO .mbr-text {
  color: #000000;
}
.cid-tJSROj9dXG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJSROj9dXG blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #000000;
}
.cid-tJSROj9dXG .mbr-text {
  color: #e6c63b;
}
.cid-tJSROj9dXG .mbr-section-title {
  color: #e6c63b;
}
.cid-tJKVnCJ2lM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVnCJ2lM .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVnCJ2lM .mbr-section-subtitle {
  text-align: center;
}
.cid-tJSYRJS7Z3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tJSYRJS7Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJSYRJS7Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJSYRJS7Z3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJSYRJS7Z3 .row {
  flex-direction: row-reverse;
}
.cid-tJSYRJS7Z3 img {
  width: 100%;
}
.cid-tJKVnE629K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVnE629K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVnE629K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVnE629K .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJKVnE629K .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJKVnEDCug {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJKVnEDCug .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVnEDCug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVnEDCug .mbr-section-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJKVnH3fMU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVnH3fMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVnH3fMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVnH3fMU .mbr-section-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJT131w9E0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tJT131w9E0 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJT131w9E0 .mbr-text {
  color: #e6c63b;
}
.cid-tJTyi517rR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJTyi517rR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJTyi517rR .mbr-section-subtitle {
  text-align: center;
}
.cid-tJTydoptX8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kingdomofkush-flag-528x281.jpg");
}
.cid-tJTydoptX8 .card-wrapper {
  background-color: #e6c63b;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #e6c63b;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tJTydoptX8 .mbr-section-title,
.cid-tJTydoptX8 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJTydoptX8 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTydoptX8 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tJTydoptX8 .card-title {
  color: #379683;
}
.cid-tJTydoptX8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tJTydoptX8 .price {
  color: #379683;
}
.cid-tJTydoptX8 .mbr-section-title {
  color: #379683;
}
.cid-tJTBYNcm9G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJTBYNcm9G .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJTBYNcm9G .mbr-section-subtitle {
  text-align: center;
}
.cid-tJTAOu453V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kingdomofkush-flag2-800x600.jpg");
}
.cid-tJTAOu453V .card-wrapper {
  background-color: #e6c63b;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #e6c63b;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tJTAOu453V .mbr-section-title,
.cid-tJTAOu453V .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJTAOu453V .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTAOu453V .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tJTAOu453V .card-title {
  color: #379683;
}
.cid-tJTAOu453V .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tJTAOu453V .price {
  color: #379683;
}
.cid-tJTAOu453V .mbr-section-title {
  color: #379683;
}
.cid-tJTC6wXVLo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJTC6wXVLo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJTC6wXVLo .mbr-section-subtitle {
  text-align: center;
}
.cid-tJTBn7SWZb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tJTBn7SWZb .card-wrapper {
  background-color: #e6c63b;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #e6c63b;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tJTBn7SWZb .mbr-section-title,
.cid-tJTBn7SWZb .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJTBn7SWZb .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTBn7SWZb .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tJTBn7SWZb .card-title {
  color: #379683;
}
.cid-tJTBn7SWZb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tJTBn7SWZb .price {
  color: #379683;
}
.cid-tJTBn7SWZb .mbr-section-title {
  color: #379683;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVyaMMHf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1758x1280.jpg");
}
.cid-tJKVyaMMHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVyaMMHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVyaMMHf .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVyaMMHf .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tJKVybiJ8W .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVybiJ8W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVybiJ8W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVybiJ8W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVybiJ8W .dropdown-item:hover,
.cid-tJKVybiJ8W .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVybiJ8W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVybiJ8W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVybiJ8W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVybiJ8W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVybiJ8W .nav-link {
  position: relative;
}
.cid-tJKVybiJ8W .container {
  display: flex;
  margin: auto;
}
.cid-tJKVybiJ8W .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVybiJ8W .dropdown-menu,
.cid-tJKVybiJ8W .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVybiJ8W .nav-item:focus,
.cid-tJKVybiJ8W .nav-link:focus {
  outline: none;
}
.cid-tJKVybiJ8W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVybiJ8W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVybiJ8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVybiJ8W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVybiJ8W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVybiJ8W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVybiJ8W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVybiJ8W .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVybiJ8W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVybiJ8W .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVybiJ8W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVybiJ8W .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVybiJ8W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVybiJ8W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVybiJ8W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVybiJ8W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVybiJ8W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVybiJ8W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVybiJ8W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVybiJ8W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVybiJ8W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVybiJ8W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVybiJ8W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVybiJ8W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVybiJ8W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVybiJ8W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVybiJ8W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVybiJ8W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVybiJ8W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVybiJ8W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVybiJ8W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVybiJ8W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVybiJ8W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVybiJ8W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVybiJ8W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVybiJ8W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVybiJ8W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVybiJ8W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVybiJ8W .dropdown-item.active,
.cid-tJKVybiJ8W .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVybiJ8W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVybiJ8W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVybiJ8W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVybiJ8W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVybiJ8W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVybiJ8W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVybiJ8W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVybiJ8W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVybiJ8W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVybiJ8W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVybiJ8W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVybiJ8W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVybiJ8W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVybiJ8W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVybiJ8W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVybiJ8W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVybiJ8W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVybiJ8W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVybiJ8W .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVybiJ8W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVybiJ8W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVybiJ8W .navbar {
    height: 70px;
  }
  .cid-tJKVybiJ8W .navbar.opened {
    height: auto;
  }
  .cid-tJKVybiJ8W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVybKp4O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVybKp4O .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVybKp4O .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVycoFLg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVycoFLg .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVycoFLg .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVycJpCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x965.jpg");
}
.cid-tJKVycJpCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVycJpCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVycJpCA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJYu0FEzoj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tJYu0FEzoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYu0FEzoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJYu0FEzoj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJYu0FEzoj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJYu0FEzoj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJYu0FEzoj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJYu0FEzoj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJYu0FEzoj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJYu0FEzoj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJYu0FEzoj .card-title {
  color: #940707;
}
.cid-tJYwl7wfBY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tJYwl7wfBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYwl7wfBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJYwl7wfBY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJYwl7wfBY .row {
  flex-direction: row-reverse;
}
.cid-tJYwl7wfBY img {
  width: 100%;
}
.cid-tJKVydGe1a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVydGe1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVydGe1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVydGe1a .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJKVydGe1a .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJKVyewyQ3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJKVyewyQ3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJKVyewyQ3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVyeUsKu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJKVyeUsKu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJKVyeUsKu .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tJKVyeUsKu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e6c63b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tJYz7Pkn0n {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #e6c63b;
}
.cid-tJYz7Pkn0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYz7Pkn0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJYz7Pkn0n .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-tJYz7Pkn0n .item {
    margin-bottom: 4rem;
  }
}
.cid-tJYz7Pkn0n .item:last-child .icon-box:before {
  display: none;
}
.cid-tJYz7Pkn0n .item.last .icon-box:before {
  display: none;
}
.cid-tJYz7Pkn0n .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tJYz7Pkn0n .icon-box {
    margin-right: 1rem;
  }
}
.cid-tJYz7Pkn0n span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJYz7Pkn0n .card {
    margin-bottom: 2rem;
  }
  .cid-tJYz7Pkn0n .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJYBTry17h {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tJYBTry17h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYBTry17h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJYBTry17h .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-tJYBTry17h .item {
    margin-bottom: 4rem;
  }
}
.cid-tJYBTry17h .item:last-child .icon-box:before {
  display: none;
}
.cid-tJYBTry17h .item.last .icon-box:before {
  display: none;
}
.cid-tJYBTry17h .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tJYBTry17h .icon-box {
    margin-right: 1rem;
  }
}
.cid-tJYBTry17h span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJYBTry17h .card {
    margin-bottom: 2rem;
  }
  .cid-tJYBTry17h .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJYHLRNbTX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJYHLRNbTX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJYHLRNbTX .mbr-section-subtitle {
  text-align: center;
}
.cid-tJYKwABQ50 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJYKwABQ50 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
}
.cid-tJYKwABQ50 .card {
  margin-bottom: 1.5rem;
}
.cid-tJYKwABQ50 .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #e6c63b;
}
@media (max-width: 767px) {
  .cid-tJYKwABQ50 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tJYKwABQ50 .card-wrapper-1 {
  border-color: #940707;
}
.cid-tJYKwABQ50 .card-wrapper-2 {
  border-color: #940707;
}
.cid-tJYKwABQ50 .card-wrapper-3 {
  border-color: #940707;
}
.cid-tJYKwABQ50 .card-wrapper-4 {
  border-color: #eec39c;
}
.cid-tJYKwABQ50 .card-wrapper-5 {
  border-color: #d4e7eb;
}
.cid-tJYKwABQ50 .card-wrapper-6 {
  border-color: #67beb0;
}
.cid-tJYKwABQ50 .card-text {
  text-align: left;
}
.cid-tJYKwABQ50 .card-number {
  color: #000000;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJYKwABQ50 .card-number {
    text-align: center;
  }
}
.cid-tJYKwABQ50 .mbr-section-title {
  text-align: left;
}
.cid-tJYKwABQ50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYKwABQ50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJYKY9E2Fr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tJYKY9E2Fr .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
}
.cid-tJYKY9E2Fr .card {
  margin-bottom: 1.5rem;
}
.cid-tJYKY9E2Fr .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #e6c63b;
}
@media (max-width: 767px) {
  .cid-tJYKY9E2Fr .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tJYKY9E2Fr .card-wrapper-1 {
  border-color: #940707;
}
.cid-tJYKY9E2Fr .card-wrapper-2 {
  border-color: #940707;
}
.cid-tJYKY9E2Fr .card-wrapper-3 {
  border-color: #940707;
}
.cid-tJYKY9E2Fr .card-wrapper-4 {
  border-color: #940707;
}
.cid-tJYKY9E2Fr .card-wrapper-5 {
  border-color: #d4e7eb;
}
.cid-tJYKY9E2Fr .card-wrapper-6 {
  border-color: #67beb0;
}
.cid-tJYKY9E2Fr .card-text {
  text-align: left;
}
.cid-tJYKY9E2Fr .card-number {
  color: #000000;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJYKY9E2Fr .card-number {
    text-align: center;
  }
}
.cid-tJYKY9E2Fr .mbr-section-title {
  text-align: left;
}
.cid-tJYKY9E2Fr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYKY9E2Fr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVyg31et {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tJKVyg31et .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVyg31et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVyg31et .mbr-section-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJKVyg31et .mbr-section-title {
  color: #e6c63b;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVIjUHNO {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tJKVIjUHNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVIjUHNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVIjUHNO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVIjUHNO .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKVIkrjRd .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVIkrjRd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVIkrjRd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVIkrjRd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVIkrjRd .dropdown-item:hover,
.cid-tJKVIkrjRd .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVIkrjRd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVIkrjRd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVIkrjRd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVIkrjRd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVIkrjRd .nav-link {
  position: relative;
}
.cid-tJKVIkrjRd .container {
  display: flex;
  margin: auto;
}
.cid-tJKVIkrjRd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVIkrjRd .dropdown-menu,
.cid-tJKVIkrjRd .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVIkrjRd .nav-item:focus,
.cid-tJKVIkrjRd .nav-link:focus {
  outline: none;
}
.cid-tJKVIkrjRd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVIkrjRd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVIkrjRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVIkrjRd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVIkrjRd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVIkrjRd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVIkrjRd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVIkrjRd .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVIkrjRd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVIkrjRd .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVIkrjRd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVIkrjRd .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVIkrjRd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVIkrjRd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVIkrjRd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVIkrjRd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVIkrjRd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVIkrjRd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVIkrjRd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVIkrjRd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVIkrjRd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVIkrjRd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVIkrjRd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVIkrjRd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVIkrjRd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVIkrjRd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVIkrjRd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVIkrjRd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVIkrjRd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVIkrjRd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVIkrjRd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVIkrjRd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVIkrjRd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVIkrjRd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVIkrjRd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVIkrjRd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVIkrjRd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVIkrjRd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVIkrjRd .dropdown-item.active,
.cid-tJKVIkrjRd .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVIkrjRd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVIkrjRd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVIkrjRd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVIkrjRd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVIkrjRd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVIkrjRd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVIkrjRd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVIkrjRd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVIkrjRd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVIkrjRd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVIkrjRd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVIkrjRd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVIkrjRd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVIkrjRd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVIkrjRd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVIkrjRd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVIkrjRd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVIkrjRd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVIkrjRd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVIkrjRd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVIkrjRd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVIkrjRd .navbar {
    height: 70px;
  }
  .cid-tJKVIkrjRd .navbar.opened {
    height: auto;
  }
  .cid-tJKVIkrjRd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVIkW1s4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVIkW1s4 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVIkW1s4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVIlWWqk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tJKVIlWWqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVIlWWqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVIlWWqk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJKVInPy5M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJKVInPy5M .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJKVInPy5M .mbr-section-subtitle {
  text-align: center;
}
.cid-tJZjRjWW8W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-tJZjRjWW8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZjRjWW8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJZjRjWW8W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJZjRjWW8W .row {
  flex-direction: row-reverse;
}
.cid-tJZjRjWW8W img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJZjRjWW8W .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJZjRjWW8W .mbr-text {
  color: #e6c63b;
}
.cid-tJKVImkDDE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVImkDDE .card-wrapper {
  background-color: #e6c63b;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #e6c63b;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tJKVImkDDE .mbr-section-title,
.cid-tJKVImkDDE .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJKVImkDDE .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJKVImkDDE .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tJKVImkDDE .card-title {
  color: #379683;
}
.cid-tJKVImkDDE .mbr-text {
  color: #000000;
}
.cid-tJKVImkDDE .price {
  color: #379683;
}
.cid-tJKVImkDDE .mbr-section-title {
  color: #e6c63b;
}
.cid-tKlrgbHhDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tKlrgbHhDt .mbr-text {
  color: #e6c63b;
}
.cid-tJZEsDVPBm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJZEsDVPBm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJZEsDVPBm .mbr-section-subtitle {
  text-align: center;
}
.cid-tK4qayjbjY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tK4qayjbjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4qayjbjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tK4qayjbjY .container {
    max-width: 1400px;
  }
}
.cid-tK4qayjbjY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e6c63b;
  margin-bottom: 2rem;
}
.cid-tK4qayjbjY .card-wrapper {
  margin-top: 3rem;
}
.cid-tK4qayjbjY .row {
  justify-content: center;
}
.cid-tK4qayjbjY .card-text {
  color: #e6c63b;
}
.cid-tK4qayjbjY .card-title,
.cid-tK4qayjbjY .iconfont-wrapper {
  color: #e6c63b;
}
.cid-tK4uUDVQS4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tK4uUDVQS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4uUDVQS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tK4uUDVQS4 .container {
    max-width: 1400px;
  }
}
.cid-tK4uUDVQS4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e6c63b;
  margin-bottom: 2rem;
}
.cid-tK4uUDVQS4 .card-wrapper {
  margin-top: 3rem;
}
.cid-tK4uUDVQS4 .row {
  justify-content: center;
}
.cid-tK4uUDVQS4 .card-title,
.cid-tK4uUDVQS4 .iconfont-wrapper {
  color: #e6c63b;
}
.cid-tK4uUDVQS4 .card-text {
  color: #e6c63b;
}
.cid-tK8A7XEtoq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tK8A7XEtoq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tK8A7XEtoq .mbr-section-subtitle {
  text-align: center;
}
.cid-tK8AvFuAiR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tK8AvFuAiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK8AvFuAiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK8AvFuAiR .content-wrapper {
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tK8AvFuAiR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tK8AvFuAiR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tK8AvFuAiR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tK8AvFuAiR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tK8AvFuAiR .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tK8AvFuAiR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tK8AvFuAiR .mbr-text,
.cid-tK8AvFuAiR .mbr-section-btn {
  color: #e6c63b;
}
.cid-tK8F6KvmWv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tK8F6KvmWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK8F6KvmWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK8F6KvmWv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK8F6KvmWv .row {
  flex-direction: row-reverse;
}
.cid-tK8F6KvmWv img {
  width: 100%;
}
.cid-tK98T6MN43 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tK98T6MN43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK98T6MN43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK98T6MN43 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK98T6MN43 .row {
  flex-direction: row-reverse;
}
.cid-tK98T6MN43 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tK98T6MN43 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tK9crKX4yt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tK9crKX4yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9crKX4yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9crKX4yt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9crKX4yt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tK9crKX4yt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tK9dY3yKQb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tK9dY3yKQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9dY3yKQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9dY3yKQb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9dY3yKQb .row {
  flex-direction: row-reverse;
}
.cid-tK9dY3yKQb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tK9dY3yKQb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tK9dY3yKQb .mbr-section-title {
  color: #e6c63b;
}
.cid-tK9dY3yKQb .mbr-text {
  color: #e6c63b;
}
.cid-tK9eLPcP21 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tK9eLPcP21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9eLPcP21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9eLPcP21 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9eLPcP21 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tK9eLPcP21 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tK9eLPcP21 .mbr-text {
  color: #e6c63b;
}
.cid-tK9gat2469 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tK9gat2469 .mbr-text {
  text-align: center;
  color: #e6c63b;
}
.cid-tK9gpGi9Zx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tK9gpGi9Zx .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tK9gpGi9Zx .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9gIJIydu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e6c63b;
}
.cid-tK9i7Kqcvw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tK9i7Kqcvw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tK9i7Kqcvw .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9igfg8XD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tK9iRoBvDG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tK9iRoBvDG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tK9iRoBvDG .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9iYvbFcb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tK9jowlkIt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tK9jowlkIt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tK9jowlkIt .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9jyjdDmw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVSnYaAG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpg");
}
.cid-tJKVSnYaAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVSnYaAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVSnYaAG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVSnYaAG .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKVSouwuP .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVSouwuP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVSouwuP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVSouwuP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVSouwuP .dropdown-item:hover,
.cid-tJKVSouwuP .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVSouwuP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVSouwuP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVSouwuP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVSouwuP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVSouwuP .nav-link {
  position: relative;
}
.cid-tJKVSouwuP .container {
  display: flex;
  margin: auto;
}
.cid-tJKVSouwuP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVSouwuP .dropdown-menu,
.cid-tJKVSouwuP .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVSouwuP .nav-item:focus,
.cid-tJKVSouwuP .nav-link:focus {
  outline: none;
}
.cid-tJKVSouwuP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVSouwuP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVSouwuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVSouwuP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVSouwuP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVSouwuP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVSouwuP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVSouwuP .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVSouwuP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVSouwuP .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVSouwuP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVSouwuP .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVSouwuP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVSouwuP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVSouwuP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVSouwuP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVSouwuP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVSouwuP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVSouwuP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVSouwuP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVSouwuP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVSouwuP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVSouwuP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVSouwuP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVSouwuP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVSouwuP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVSouwuP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVSouwuP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVSouwuP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVSouwuP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVSouwuP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVSouwuP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVSouwuP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVSouwuP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVSouwuP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVSouwuP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVSouwuP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVSouwuP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVSouwuP .dropdown-item.active,
.cid-tJKVSouwuP .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVSouwuP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVSouwuP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVSouwuP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVSouwuP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVSouwuP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVSouwuP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVSouwuP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVSouwuP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVSouwuP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVSouwuP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVSouwuP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVSouwuP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVSouwuP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVSouwuP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVSouwuP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVSouwuP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVSouwuP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVSouwuP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVSouwuP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVSouwuP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVSouwuP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVSouwuP .navbar {
    height: 70px;
  }
  .cid-tJKVSouwuP .navbar.opened {
    height: auto;
  }
  .cid-tJKVSouwuP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVSoWGkd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVSoWGkd .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVSoWGkd .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9mlnLnLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tK9mlnLnLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9mlnLnLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK9mlnLnLQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tK9mlnLnLQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tK9mlnLnLQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c37a7a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tK9mlnLnLQ H3 {
  color: #e6c63b;
}
.cid-tK9mlnLnLQ .list {
  color: #e6c63b;
}
.cid-tKluidVqOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKluidVqOw .mbr-text {
  text-align: center;
}
.cid-tK9nmBjq5x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tK9nmBjq5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9nmBjq5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9nmBjq5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9nmBjq5x .row {
  flex-direction: row-reverse;
}
.cid-tK9nmBjq5x img {
  width: 100%;
}
.cid-tJKVSq0vv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tJKVSq0vv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVSq0vv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVSq0vv3 .mbr-section-subtitle {
  text-align: left;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKVUaFGEE {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1348.jpg");
}
.cid-tJKVUaFGEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVUaFGEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVUaFGEE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKVUaFGEE .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKVUb3dgx .navbar-dropdown {
  position: relative !important;
}
.cid-tJKVUb3dgx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVUb3dgx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKVUb3dgx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKVUb3dgx .dropdown-item:hover,
.cid-tJKVUb3dgx .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKVUb3dgx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKVUb3dgx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKVUb3dgx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKVUb3dgx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKVUb3dgx .nav-link {
  position: relative;
}
.cid-tJKVUb3dgx .container {
  display: flex;
  margin: auto;
}
.cid-tJKVUb3dgx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKVUb3dgx .dropdown-menu,
.cid-tJKVUb3dgx .navbar.opened {
  background: #000000 !important;
}
.cid-tJKVUb3dgx .nav-item:focus,
.cid-tJKVUb3dgx .nav-link:focus {
  outline: none;
}
.cid-tJKVUb3dgx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKVUb3dgx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKVUb3dgx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKVUb3dgx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKVUb3dgx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKVUb3dgx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKVUb3dgx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKVUb3dgx .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKVUb3dgx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKVUb3dgx .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKVUb3dgx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKVUb3dgx .navbar.collapsed {
  justify-content: center;
}
.cid-tJKVUb3dgx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKVUb3dgx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKVUb3dgx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKVUb3dgx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKVUb3dgx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKVUb3dgx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKVUb3dgx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKVUb3dgx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKVUb3dgx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKVUb3dgx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKVUb3dgx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKVUb3dgx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKVUb3dgx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKVUb3dgx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKVUb3dgx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKVUb3dgx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKVUb3dgx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKVUb3dgx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKVUb3dgx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKVUb3dgx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKVUb3dgx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKVUb3dgx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKVUb3dgx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKVUb3dgx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKVUb3dgx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKVUb3dgx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKVUb3dgx .dropdown-item.active,
.cid-tJKVUb3dgx .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKVUb3dgx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKVUb3dgx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKVUb3dgx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKVUb3dgx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKVUb3dgx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKVUb3dgx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKVUb3dgx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKVUb3dgx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKVUb3dgx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKVUb3dgx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKVUb3dgx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKVUb3dgx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVUb3dgx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKVUb3dgx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKVUb3dgx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVUb3dgx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKVUb3dgx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKVUb3dgx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKVUb3dgx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKVUb3dgx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKVUb3dgx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKVUb3dgx .navbar {
    height: 70px;
  }
  .cid-tJKVUb3dgx .navbar.opened {
    height: auto;
  }
  .cid-tJKVUb3dgx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKVUbursU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKVUbursU .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKVUbursU .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVUdvTGy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKVUdvTGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVUdvTGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVUdvTGy .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJKVUdvTGy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tJKVUdvTGy .mbr-section-title {
  color: #e6c63b;
}
.cid-tJKVUdXTjd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tJKVUdXTjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKVUdXTjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKVUdXTjd .mbr-section-subtitle {
  text-align: left;
  color: #e6c63b;
}
.cid-tJKVUekye8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tJKVUekye8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tJKVUekye8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKVUekye8 .mbr-section-title DIV {
  text-align: left;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKWg39ksM {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tJKWg39ksM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKWg39ksM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKWg39ksM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKWg39ksM .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKWg3GBEb .navbar-dropdown {
  position: relative !important;
}
.cid-tJKWg3GBEb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKWg3GBEb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKWg3GBEb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKWg3GBEb .dropdown-item:hover,
.cid-tJKWg3GBEb .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKWg3GBEb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKWg3GBEb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKWg3GBEb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKWg3GBEb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKWg3GBEb .nav-link {
  position: relative;
}
.cid-tJKWg3GBEb .container {
  display: flex;
  margin: auto;
}
.cid-tJKWg3GBEb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKWg3GBEb .dropdown-menu,
.cid-tJKWg3GBEb .navbar.opened {
  background: #000000 !important;
}
.cid-tJKWg3GBEb .nav-item:focus,
.cid-tJKWg3GBEb .nav-link:focus {
  outline: none;
}
.cid-tJKWg3GBEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKWg3GBEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKWg3GBEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKWg3GBEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKWg3GBEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKWg3GBEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKWg3GBEb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKWg3GBEb .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKWg3GBEb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKWg3GBEb .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKWg3GBEb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKWg3GBEb .navbar.collapsed {
  justify-content: center;
}
.cid-tJKWg3GBEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKWg3GBEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKWg3GBEb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKWg3GBEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKWg3GBEb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKWg3GBEb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKWg3GBEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKWg3GBEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKWg3GBEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKWg3GBEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKWg3GBEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKWg3GBEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKWg3GBEb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKWg3GBEb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKWg3GBEb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKWg3GBEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKWg3GBEb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKWg3GBEb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKWg3GBEb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKWg3GBEb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKWg3GBEb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKWg3GBEb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKWg3GBEb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKWg3GBEb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKWg3GBEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKWg3GBEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKWg3GBEb .dropdown-item.active,
.cid-tJKWg3GBEb .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKWg3GBEb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKWg3GBEb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKWg3GBEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKWg3GBEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKWg3GBEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKWg3GBEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKWg3GBEb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKWg3GBEb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKWg3GBEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKWg3GBEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKWg3GBEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKWg3GBEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKWg3GBEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKWg3GBEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKWg3GBEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKWg3GBEb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKWg3GBEb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKWg3GBEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKWg3GBEb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKWg3GBEb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKWg3GBEb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKWg3GBEb .navbar {
    height: 70px;
  }
  .cid-tJKWg3GBEb .navbar.opened {
    height: auto;
  }
  .cid-tJKWg3GBEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKWg4cKd4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKWg4cKd4 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKWg4cKd4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKWg5cxMU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tJKWg5cxMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKWg5cxMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKWg5cxMU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tK9RAXqDrc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-tK9RAXqDrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9RAXqDrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9RAXqDrc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9RAXqDrc .row {
  flex-direction: row-reverse;
}
.cid-tK9RAXqDrc img {
  width: 100%;
}
.cid-tJKWg6XAv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJKWg6XAv4 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKWg6XAv4 .mbr-section-subtitle {
  text-align: center;
}
.cid-tKlxNVVKnj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKlxNVVKnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlxNVVKnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlxNVVKnj .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tK9VejiPB3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tK9VejiPB3 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tK9VejiPB3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKWg8smWb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tJKWg8smWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKWg8smWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKWg8smWb .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tK9WsHSXX9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tK9WsHSXX9 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tK9WsHSXX9 .mbr-section-subtitle {
  text-align: center;
}
.cid-tK9X1r9qHN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tK9X1r9qHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9X1r9qHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK9X1r9qHN .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tK9Zx2EftD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tK9Zx2EftD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK9Zx2EftD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tK9Zx2EftD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tK9Zx2EftD .row {
  flex-direction: row-reverse;
}
.cid-tK9Zx2EftD img {
  width: 100%;
}
.cid-tK9Y6WlGsM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tK9Y6WlGsM .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tK9Y6WlGsM .mbr-section-subtitle {
  text-align: center;
}
.cid-tKly93Lp7i {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKly93Lp7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKly93Lp7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKly93Lp7i .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa4DvE9A5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa4DvE9A5 .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa4DvE9A5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tKa4J9rKjX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKa4J9rKjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKa4J9rKjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKa4J9rKjX .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa55rC08f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa55rC08f .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa55rC08f .mbr-section-subtitle {
  text-align: center;
}
.cid-tKlyAzwBvf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKlyAzwBvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKlyAzwBvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKlyAzwBvf .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa5D9xOFP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa5D9xOFP .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa5D9xOFP .mbr-section-subtitle {
  text-align: center;
}
.cid-tKa5J73KAx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKa5J73KAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKa5J73KAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKa5J73KAx .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa61WaPUY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa61WaPUY .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa61WaPUY .mbr-section-subtitle {
  text-align: center;
}
.cid-tKa67MGqWv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKa67MGqWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKa67MGqWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKa67MGqWv .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa6kNE2Iv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa6kNE2Iv .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa6kNE2Iv .mbr-section-subtitle {
  text-align: center;
}
.cid-tKa6r70qsN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKa6r70qsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKa6r70qsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKa6r70qsN .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tKa6Cs1LTt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tKa6Cs1LTt .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tKa6Cs1LTt .mbr-section-subtitle {
  text-align: center;
}
.cid-tKa6UUNGQk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e6c63b;
}
.cid-tKa6UUNGQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKa6UUNGQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKa6UUNGQk .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tJKWmHS7QJ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/spaceagecity2-kok-1526x859.jpg");
}
.cid-tJKWmHS7QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJKWmHS7QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJKWmHS7QJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJKWmHS7QJ .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tJKWmIoYh5 .navbar-dropdown {
  position: relative !important;
}
.cid-tJKWmIoYh5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKWmIoYh5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJKWmIoYh5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJKWmIoYh5 .dropdown-item:hover,
.cid-tJKWmIoYh5 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tJKWmIoYh5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJKWmIoYh5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJKWmIoYh5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJKWmIoYh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJKWmIoYh5 .nav-link {
  position: relative;
}
.cid-tJKWmIoYh5 .container {
  display: flex;
  margin: auto;
}
.cid-tJKWmIoYh5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJKWmIoYh5 .dropdown-menu,
.cid-tJKWmIoYh5 .navbar.opened {
  background: #000000 !important;
}
.cid-tJKWmIoYh5 .nav-item:focus,
.cid-tJKWmIoYh5 .nav-link:focus {
  outline: none;
}
.cid-tJKWmIoYh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJKWmIoYh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJKWmIoYh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJKWmIoYh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJKWmIoYh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJKWmIoYh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJKWmIoYh5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJKWmIoYh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tJKWmIoYh5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJKWmIoYh5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tJKWmIoYh5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJKWmIoYh5 .navbar.collapsed {
  justify-content: center;
}
.cid-tJKWmIoYh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJKWmIoYh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJKWmIoYh5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tJKWmIoYh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJKWmIoYh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJKWmIoYh5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJKWmIoYh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJKWmIoYh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJKWmIoYh5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJKWmIoYh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJKWmIoYh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJKWmIoYh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJKWmIoYh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJKWmIoYh5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJKWmIoYh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJKWmIoYh5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJKWmIoYh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJKWmIoYh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJKWmIoYh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJKWmIoYh5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJKWmIoYh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJKWmIoYh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJKWmIoYh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJKWmIoYh5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJKWmIoYh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJKWmIoYh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJKWmIoYh5 .dropdown-item.active,
.cid-tJKWmIoYh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJKWmIoYh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJKWmIoYh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJKWmIoYh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJKWmIoYh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJKWmIoYh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJKWmIoYh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJKWmIoYh5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJKWmIoYh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJKWmIoYh5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJKWmIoYh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tJKWmIoYh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJKWmIoYh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKWmIoYh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJKWmIoYh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJKWmIoYh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKWmIoYh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJKWmIoYh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJKWmIoYh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJKWmIoYh5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJKWmIoYh5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJKWmIoYh5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJKWmIoYh5 .navbar {
    height: 70px;
  }
  .cid-tJKWmIoYh5 .navbar.opened {
    height: auto;
  }
  .cid-tJKWmIoYh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJKWmIQlnA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tJKWmIQlnA .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tJKWmIQlnA .mbr-section-subtitle {
  text-align: center;
}
.cid-tJKWmJbu5a {
  display: flex;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tJKWmJbu5a .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJKWmJbu5a .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJKWmJbu5a {
    align-items: flex-end;
  }
  .cid-tJKWmJbu5a .row {
    justify-content: flex-start;
  }
  .cid-tJKWmJbu5a .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJKWmJbu5a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJKWmJbu5a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJKWmJbu5a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJKWmJbu5a .content-wrap {
    width: 100%;
  }
}
.cid-tKeHQynMSU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nubian-coin-527x527.png");
}
.cid-tKeHQynMSU .mbr-overlay {
  background-color: #e6c63b;
  opacity: 0.8;
}
.cid-tKeHQynMSU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tKeHQynMSU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tKeHQynMSU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tKlA48QWoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tKlA48QWoH .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tKlA48QWoH form {
    width: 50%;
  }
}
.cid-tKlA48QWoH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tKlA48QWoH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tKlA48QWoH .mbr-section-title {
  color: #e6c63b;
}
.cid-tKlA0LBjWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #940707;
}
.cid-tKlA0LBjWd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKlA0LBjWd form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tKlA0LBjWd form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKlA0LBjWd form.mbr-form {
    padding: 1rem;
  }
}
.cid-tKlA0LBjWd form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tKlA0LBjWd form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tKlA0LBjWd .mbr-section-title {
  color: #e6c63b;
}
.cid-tJNm1Vciyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tJNm1Vciyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNm1Vciyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJNm1Vciyf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tJNm1Vciyf .row {
    text-align: center;
  }
  .cid-tJNm1Vciyf .row > div {
    margin: auto;
  }
  .cid-tJNm1Vciyf .social-row {
    justify-content: center;
  }
}
.cid-tJNm1Vciyf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tJNm1Vciyf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJNm1Vciyf .list {
    margin-bottom: 0rem;
  }
}
.cid-tJNm1Vciyf .mbr-text {
  color: #e6c63b;
}
.cid-tJNm1Vciyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tJNm1Vciyf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tJNm1Vciyf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJNm1Vciyf H5 {
  color: #e6c63b;
}
.cid-tLzxUPjT59 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/floorplan-576x243.png");
}
.cid-tLzxUPjT59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLzxUPjT59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLzxUPjT59 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLzxUPjT59 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tLzxUPB68r .navbar-dropdown {
  position: relative !important;
}
.cid-tLzxUPB68r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLzxUPB68r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLzxUPB68r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLzxUPB68r .dropdown-item:hover,
.cid-tLzxUPB68r .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tLzxUPB68r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLzxUPB68r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLzxUPB68r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLzxUPB68r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLzxUPB68r .nav-link {
  position: relative;
}
.cid-tLzxUPB68r .container {
  display: flex;
  margin: auto;
}
.cid-tLzxUPB68r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLzxUPB68r .dropdown-menu,
.cid-tLzxUPB68r .navbar.opened {
  background: #000000 !important;
}
.cid-tLzxUPB68r .nav-item:focus,
.cid-tLzxUPB68r .nav-link:focus {
  outline: none;
}
.cid-tLzxUPB68r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLzxUPB68r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLzxUPB68r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLzxUPB68r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLzxUPB68r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLzxUPB68r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLzxUPB68r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tLzxUPB68r .navbar.opened {
  transition: all 0.3s;
}
.cid-tLzxUPB68r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLzxUPB68r .navbar .navbar-logo img {
  width: auto;
}
.cid-tLzxUPB68r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLzxUPB68r .navbar.collapsed {
  justify-content: center;
}
.cid-tLzxUPB68r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLzxUPB68r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLzxUPB68r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tLzxUPB68r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLzxUPB68r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLzxUPB68r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLzxUPB68r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLzxUPB68r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLzxUPB68r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLzxUPB68r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLzxUPB68r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLzxUPB68r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLzxUPB68r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLzxUPB68r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLzxUPB68r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLzxUPB68r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLzxUPB68r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLzxUPB68r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLzxUPB68r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLzxUPB68r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLzxUPB68r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLzxUPB68r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLzxUPB68r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLzxUPB68r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLzxUPB68r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLzxUPB68r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLzxUPB68r .dropdown-item.active,
.cid-tLzxUPB68r .dropdown-item:active {
  background-color: transparent;
}
.cid-tLzxUPB68r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLzxUPB68r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLzxUPB68r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLzxUPB68r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLzxUPB68r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLzxUPB68r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLzxUPB68r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLzxUPB68r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLzxUPB68r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLzxUPB68r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tLzxUPB68r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLzxUPB68r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLzxUPB68r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLzxUPB68r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLzxUPB68r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLzxUPB68r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLzxUPB68r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLzxUPB68r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLzxUPB68r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLzxUPB68r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLzxUPB68r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLzxUPB68r .navbar {
    height: 70px;
  }
  .cid-tLzxUPB68r .navbar.opened {
    height: auto;
  }
  .cid-tLzxUPB68r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLzxUPWoLw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tLzxUPWoLw .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tLzxUPWoLw .mbr-section-subtitle {
  text-align: center;
}
.cid-tLzAkViGSi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLzAkViGSi .carousel {
    min-height: 700px;
  }
  .cid-tLzAkViGSi .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tLzAkViGSi .carousel {
    min-height: 455px;
  }
  .cid-tLzAkViGSi .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tLzAkViGSi .carousel {
    min-height: 385px;
  }
  .cid-tLzAkViGSi .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tLzAkViGSi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tLzAkViGSi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tLzAkViGSi .carousel,
.cid-tLzAkViGSi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tLzAkViGSi .item-wrapper {
  width: 100%;
}
.cid-tLzAkViGSi .carousel-caption {
  bottom: 40px;
}
.cid-tLzAkViGSi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tLzAkViGSi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tLzAkViGSi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tLzAkViGSi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tLzAkViGSi .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tLzAkViGSi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLzAkViGSi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tLzAkViGSi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLzAkViGSi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tLzAkViGSi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tLzAkViGSi .carousel-indicators li.active,
.cid-tLzAkViGSi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tLzAkViGSi .carousel-indicators li::after,
.cid-tLzAkViGSi .carousel-indicators li::before {
  content: none;
}
.cid-tLzAkViGSi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tLzAkViGSi .carousel-indicators {
    display: none !important;
  }
}
.cid-tLzxURoHek {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tLzxURoHek .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLzxURoHek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLzxURoHek .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLzxURoHek .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLzxURoHek .row {
    text-align: center;
  }
  .cid-tLzxURoHek .row > div {
    margin: auto;
  }
  .cid-tLzxURoHek .social-row {
    justify-content: center;
  }
}
.cid-tLzxURoHek .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLzxURoHek .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tLzxURoHek .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLzxURoHek .list {
    margin-bottom: 0rem;
  }
}
.cid-tLzxURoHek .mbr-text {
  color: #e6c63b;
}
.cid-tLzxURoHek .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tLzxURoHek .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLzxURoHek div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLzxURoHek H5 {
  color: #e6c63b;
}
.cid-tL0RsG0HZR {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/spaceagecity2-kok-1526x859.jpg");
}
.cid-tL0RsG0HZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0RsG0HZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0RsG0HZR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tL0RsG0HZR .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-tL0RsGjxzv .navbar-dropdown {
  position: relative !important;
}
.cid-tL0RsGjxzv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL0RsGjxzv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL0RsGjxzv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL0RsGjxzv .dropdown-item:hover,
.cid-tL0RsGjxzv .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-tL0RsGjxzv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL0RsGjxzv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL0RsGjxzv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL0RsGjxzv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL0RsGjxzv .nav-link {
  position: relative;
}
.cid-tL0RsGjxzv .container {
  display: flex;
  margin: auto;
}
.cid-tL0RsGjxzv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL0RsGjxzv .dropdown-menu,
.cid-tL0RsGjxzv .navbar.opened {
  background: #000000 !important;
}
.cid-tL0RsGjxzv .nav-item:focus,
.cid-tL0RsGjxzv .nav-link:focus {
  outline: none;
}
.cid-tL0RsGjxzv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL0RsGjxzv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL0RsGjxzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL0RsGjxzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL0RsGjxzv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL0RsGjxzv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL0RsGjxzv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tL0RsGjxzv .navbar.opened {
  transition: all 0.3s;
}
.cid-tL0RsGjxzv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL0RsGjxzv .navbar .navbar-logo img {
  width: auto;
}
.cid-tL0RsGjxzv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL0RsGjxzv .navbar.collapsed {
  justify-content: center;
}
.cid-tL0RsGjxzv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL0RsGjxzv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tL0RsGjxzv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tL0RsGjxzv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL0RsGjxzv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL0RsGjxzv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tL0RsGjxzv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL0RsGjxzv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL0RsGjxzv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL0RsGjxzv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL0RsGjxzv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL0RsGjxzv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL0RsGjxzv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL0RsGjxzv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tL0RsGjxzv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL0RsGjxzv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL0RsGjxzv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL0RsGjxzv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL0RsGjxzv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL0RsGjxzv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tL0RsGjxzv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL0RsGjxzv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL0RsGjxzv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL0RsGjxzv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL0RsGjxzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL0RsGjxzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL0RsGjxzv .dropdown-item.active,
.cid-tL0RsGjxzv .dropdown-item:active {
  background-color: transparent;
}
.cid-tL0RsGjxzv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL0RsGjxzv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL0RsGjxzv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL0RsGjxzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tL0RsGjxzv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL0RsGjxzv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL0RsGjxzv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL0RsGjxzv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL0RsGjxzv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL0RsGjxzv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tL0RsGjxzv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL0RsGjxzv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL0RsGjxzv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL0RsGjxzv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL0RsGjxzv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL0RsGjxzv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL0RsGjxzv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL0RsGjxzv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL0RsGjxzv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tL0RsGjxzv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL0RsGjxzv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL0RsGjxzv .navbar {
    height: 70px;
  }
  .cid-tL0RsGjxzv .navbar.opened {
    height: auto;
  }
  .cid-tL0RsGjxzv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL0RsGFFum {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #940707;
}
.cid-tL0RsGFFum .mbr-section-title {
  text-align: center;
  color: #e6c63b;
}
.cid-tL0RsGFFum .mbr-section-subtitle {
  text-align: center;
}
.cid-tL0RsGZqLb {
  display: flex;
  background-image: url("../../../assets/images/kingdomofkush-map-location-706x524.jpg");
}
.cid-tL0RsGZqLb .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tL0RsGZqLb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tL0RsGZqLb {
    align-items: flex-end;
  }
  .cid-tL0RsGZqLb .row {
    justify-content: flex-start;
  }
  .cid-tL0RsGZqLb .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tL0RsGZqLb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tL0RsGZqLb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tL0RsGZqLb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tL0RsGZqLb .content-wrap {
    width: 100%;
  }
}
.cid-tL0RsHDsFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tL0RsHDsFS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tL0RsHDsFS form {
    width: 50%;
  }
}
.cid-tL0RsHDsFS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tL0RsHDsFS form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tL0RsHDsFS .mbr-section-title {
  color: #e6c63b;
}
.cid-tL0RsHVeWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #940707;
}
.cid-tL0RsHVeWy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tL0RsHVeWy form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tL0RsHVeWy form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tL0RsHVeWy form.mbr-form {
    padding: 1rem;
  }
}
.cid-tL0RsHVeWy form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tL0RsHVeWy form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tL0RsHVeWy .mbr-section-title {
  color: #e6c63b;
}
.cid-tL0RsIhdEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-174904798-preview-1000x250.jpg");
}
.cid-tL0RsIhdEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL0RsIhdEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL0RsIhdEf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tL0RsIhdEf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0RsIhdEf .row {
    text-align: center;
  }
  .cid-tL0RsIhdEf .row > div {
    margin: auto;
  }
  .cid-tL0RsIhdEf .social-row {
    justify-content: center;
  }
}
.cid-tL0RsIhdEf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tL0RsIhdEf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tL0RsIhdEf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL0RsIhdEf .list {
    margin-bottom: 0rem;
  }
}
.cid-tL0RsIhdEf .mbr-text {
  color: #e6c63b;
}
.cid-tL0RsIhdEf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tL0RsIhdEf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tL0RsIhdEf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tL0RsIhdEf H5 {
  color: #e6c63b;
}
