body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b1a374 !important;
}
.bg-success {
  background-color: #e5dfcc !important;
}
.bg-info {
  background-color: #13202b !important;
}
.bg-warning {
  background-color: #333333 !important;
}
.bg-danger {
  background-color: #9a9978 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #370b1c !important;
  border-color: #370b1c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #13202b !important;
  border-color: #13202b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5dfcc !important;
  border-color: #e5dfcc !important;
  color: #76683c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #76683c !important;
  background-color: #cbbf99 !important;
  border-color: #cbbf99 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #76683c !important;
  background-color: #cbbf99 !important;
  border-color: #cbbf99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9a9978 !important;
  border-color: #9a9978 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #717055 !important;
  border-color: #717055 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #717055 !important;
  border-color: #717055 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #370b1c;
  border-color: #370b1c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #370b1c !important;
  border-color: #370b1c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #13202b;
  border-color: #13202b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #13202b !important;
  border-color: #13202b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c3b588;
  color: #c3b588;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #76683c;
  background-color: #e5dfcc;
  border-color: #e5dfcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #76683c !important;
  background-color: #e5dfcc !important;
  border-color: #e5dfcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #62624a;
  color: #62624a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #9a9978;
  border-color: #9a9978;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9a9978 !important;
  border-color: #9a9978 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1a374 !important;
}
.text-secondary {
  color: #370b1c !important;
}
.text-success {
  color: #e5dfcc !important;
}
.text-info {
  color: #13202b !important;
}
.text-warning {
  color: #333333 !important;
}
.text-danger {
  color: #9a9978 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7a6e45 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c3b588 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #62624a !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #13202b;
}
.alert-warning {
  background-color: #333333;
}
.alert-danger {
  background-color: #9a9978;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b1a374;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0d3e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d1d0c1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b1a374;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b1a374;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b1a374;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1a374;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1a374;
  border-bottom-color: #b1a374;
}
.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: #000000 !important;
  background-color: #b1a374 !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: #370b1c !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23b1a374' %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.3;
}
.cid-rBWhE9G7Ga {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-rBWhE9G7Ga .mbr-section-subtitle {
  color: #767676;
}
.cid-rBWhE9G7Ga .btn {
  margin: 0 0 .5rem 0;
}
.cid-tDcEZe1r7x {
  background-image: url("../../../assets/images/walk-concrete-1701x1276.jpg");
}
.cid-tDcEZe1r7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcEZe1r7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDcEZe1r7x .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tDcEZe1r7x .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDcEZe1r7x .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tDcEZe1r7x .container {
    padding: 0 20px;
  }
  .cid-tDcEZe1r7x .container .row {
    padding: 0;
  }
}
.cid-tDcEZe1r7x .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tDcEZe1r7x .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDcEZe1r7x .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tDcEZe1r7x .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tDcEZe1r7x .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tDcEZe1r7x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tDcEZe1r7x .mbr-text {
  color: #ffffff;
}
.cid-tIWoVl9oEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-tIWoVl9oEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWoVl9oEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWoVl9oEv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIWoVl9oEv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tIWoVl9oEv .container {
    padding: 0;
  }
}
.cid-tIWoVl9oEv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tIWoVl9oEv .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4d295;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tIWoVl9oEv .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tIWoVl9oEv .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tIWoVl9oEv .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tIWoVl9oEv .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tIWoVl9oEv .mbr-section-title {
  color: #ffffff;
}
.cid-tIWoVl9oEv .mbr-box {
  color: #465052;
}
.cid-tIWoVl9oEv .mbr-section-btn {
  text-align: center;
}
.cid-tIWoVl9oEv .mbr-section-title,
.cid-tIWoVl9oEv .mbr-section-btn,
.cid-tIWoVl9oEv .title-wrapper {
  color: #b1a374;
}
.cid-ufjZLbAiQn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/584485a4-16a5-4d67-a366-775f0f18815a-1200x1600.jpg");
}
.cid-ufjZLbAiQn H2 {
  color: #e4d295;
}
.cid-ufjZLbAiQn DIV {
  text-align: center;
}
.cid-qYZw3z3joH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #13202b;
}
.cid-qYZw3z3joH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qYZw3z3joH p {
  color: #767676;
  text-align: left;
}
.cid-qYZw3z3joH .card-box {
  padding-top: 2rem;
}
.cid-qYZw3z3joH .card-wrapper {
  height: 100%;
}
.cid-qYZw3z3joH P {
  color: #ffffff;
}
.cid-qYZw3z3joH .card-title {
  color: #b1a374;
  text-align: center;
}
.cid-uBgVPSlbrv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #13202b;
}
.cid-uBgVPSlbrv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBgVPSlbrv p {
  color: #767676;
  text-align: left;
}
.cid-uBgVPSlbrv .card-box {
  padding-top: 2rem;
}
.cid-uBgVPSlbrv .card-wrapper {
  height: 100%;
}
.cid-uBgVPSlbrv P {
  color: #ffffff;
}
.cid-uBgVPSlbrv .card-title {
  color: #b1a374;
  text-align: center;
}
.cid-tB9fnvKgam {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/postcards-850x638.jpg");
}
.cid-tB9fnvKgam .mbr-overlay {
  z-index: 1;
}
.cid-tB9fnvKgam .carousel-caption {
  bottom: 40px;
}
.cid-tB9fnvKgam .carousel-control .icon-next,
.cid-tB9fnvKgam .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tB9fnvKgam .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB9fnvKgam .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tB9fnvKgam .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tB9fnvKgam .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tB9fnvKgam .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tB9fnvKgam .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tB9fnvKgam .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tB9fnvKgam .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tB9fnvKgam .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tB9fnvKgam .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tB9fnvKgam .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-tB9fnvKgam .carousel-indicators li.active,
.cid-tB9fnvKgam .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tB9fnvKgam .carousel-indicators li::after,
.cid-tB9fnvKgam .carousel-indicators li::before {
  content: none;
}
.cid-tB9fnvKgam .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tB9fnvKgam .carousel-indicators {
    display: none !important;
  }
}
.cid-tB9fnvKgam H5 {
  text-align: left;
}
.cid-tB9fnvKgam P {
  text-align: left;
}
.cid-tGMSt0vaph {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-tGMSt0vaph img {
  width: 120px;
  margin: auto;
}
.cid-tGMSt0vaph .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGMSt0vaph .card {
    max-width: 12.5%;
  }
}
.cid-tGMSt0vaph .mbr-section-title {
  color: #9a9978;
}
.cid-qYTPHcKqrP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #13202b;
}
.cid-qYTPHcKqrP .mbr-text {
  color: #e5dfcc;
}
.cid-uiBtBDXyu3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #13202b;
}
.cid-uiBtBDXyu3 .mbr-section-subtitle {
  color: #fcfbf5;
}
.cid-uiBtBDXyu3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uho1lMuQx3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-uho1lMuQx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uho1lMuQx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uho1lMuQx3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uho1lMuQx3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uho1lMuQx3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uho1lMuQx3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uho1lMuQx3 .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uho1lMuQx3 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uho1lMuQx3 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-uho1lMuQx3 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #e4d295;
  border-radius: 10rem;
}
.cid-uho1lMuQx3 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uho1lMuQx3 .box .mbr-media {
    height: 350px;
  }
}
.cid-uho1lMuQx3 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uho1lMuQx3 .box .mbr-media .mbr-iconfont {
  font-size: 24px;
  color: #232323;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}
.cid-uho1lMuQx3 .mbr-media {
  position: relative;
}
.cid-uho1lMuQx3 .mbr-media img {
  width: 200vh;
  object-fit: cover;
}
.cid-uho1lMuQx3 a:hover {
  background-image: none !important;
}
.cid-uho1lMuQx3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uho1lMuQx3 .icon-wrap:hover {
  opacity: 1;
  background-color: #232323;
  cursor: pointer;
}
.cid-uho1lMuQx3 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uho1lMuQx3 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uho1lMuQx3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uho1lMuQx3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uho1lMuQx3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uho1lMuQx3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uho1lMuQx3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uho1lMuQx3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tGBofqE16C {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGBofqE16C .mbr-text,
.cid-tGBofqE16C blockquote {
  color: #767676;
}
.cid-tGBofqE16C .mbr-text {
  color: #232323;
}
.cid-tGIr8VWFs0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-tGIr8VWFs0 img {
  width: 120px;
  margin: auto;
}
.cid-tGIr8VWFs0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGIr8VWFs0 .card {
    max-width: 12.5%;
  }
}
.cid-tGIr8VWFs0 .mbr-section-title {
  color: #9a9978;
}
.cid-tIu4yBiIsg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4yBiIsg .content {
    text-align: center;
  }
  .cid-tIu4yBiIsg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4yBiIsg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4yBiIsg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4yBiIsg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4yBiIsg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4yBiIsg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4yBiIsg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4yBiIsg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4yBiIsg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4yBiIsg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4yBiIsg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4yBiIsg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4yBiIsg H5 {
  color: #b1a374;
}
.cid-tIu4yBiIsg P {
  color: #ffffff;
}
.cid-qYNJQrOpcj .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYNJQrOpcj .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYNJQrOpcj a {
  font-style: normal;
}
.cid-qYNJQrOpcj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYNJQrOpcj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYNJQrOpcj .nav-item:focus,
.cid-qYNJQrOpcj .nav-link:focus {
  outline: none;
}
.cid-qYNJQrOpcj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYNJQrOpcj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYNJQrOpcj .menu-logo {
  margin-right: auto;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYNJQrOpcj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYNJQrOpcj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYNJQrOpcj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYNJQrOpcj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYNJQrOpcj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYNJQrOpcj .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYNJQrOpcj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYNJQrOpcj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYNJQrOpcj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYNJQrOpcj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYNJQrOpcj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYNJQrOpcj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYNJQrOpcj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYNJQrOpcj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYNJQrOpcj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYNJQrOpcj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYNJQrOpcj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYNJQrOpcj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYNJQrOpcj button.navbar-toggler:focus {
  outline: none;
}
.cid-qYNJQrOpcj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYNJQrOpcj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYNJQrOpcj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYNJQrOpcj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYNJQrOpcj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYNJQrOpcj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYNJQrOpcj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYNJQrOpcj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYNJQrOpcj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYNJQrOpcj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYNJQrOpcj .collapsed .btn {
  display: flex;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse.collapsing,
.cid-qYNJQrOpcj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYNJQrOpcj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYNJQrOpcj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYNJQrOpcj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYNJQrOpcj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYNJQrOpcj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYNJQrOpcj .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYNJQrOpcj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYNJQrOpcj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYNJQrOpcj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYNJQrOpcj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYNJQrOpcj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYNJQrOpcj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYNJQrOpcj.navbar-expand {
    flex-direction: column;
  }
  .cid-qYNJQrOpcj img {
    height: 3.8rem !important;
  }
  .cid-qYNJQrOpcj .btn {
    display: flex;
  }
  .cid-qYNJQrOpcj button.navbar-toggler {
    display: block;
  }
  .cid-qYNJQrOpcj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYNJQrOpcj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYNJQrOpcj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYNJQrOpcj .navbar-collapse.collapsing,
  .cid-qYNJQrOpcj .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYNJQrOpcj .navbar-collapse.collapsing .navbar-nav,
  .cid-qYNJQrOpcj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYNJQrOpcj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYNJQrOpcj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYNJQrOpcj .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYNJQrOpcj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYNJQrOpcj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYNJQrOpcj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYNJQrOpcj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYNJQrOpcj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYNJQrOpcj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYNJQrOpcj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYNJQrOpcj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYNJQrOpcj .navbar-collapse {
  flex-basis: auto;
}
.cid-qYNJQrOpcj .nav-link:hover,
.cid-qYNJQrOpcj .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-rbgDdR9G51 .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rbgDdR9G51 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-rbgDdR9G51 a {
  font-style: normal;
}
.cid-rbgDdR9G51 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rbgDdR9G51 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rbgDdR9G51 .nav-item:focus,
.cid-rbgDdR9G51 .nav-link:focus {
  outline: none;
}
.cid-rbgDdR9G51 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rbgDdR9G51 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rbgDdR9G51 .menu-logo {
  margin-right: auto;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rbgDdR9G51 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rbgDdR9G51 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rbgDdR9G51 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rbgDdR9G51 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rbgDdR9G51 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rbgDdR9G51 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rbgDdR9G51 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rbgDdR9G51 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rbgDdR9G51 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rbgDdR9G51 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rbgDdR9G51 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rbgDdR9G51 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rbgDdR9G51 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rbgDdR9G51 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rbgDdR9G51 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rbgDdR9G51 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rbgDdR9G51 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rbgDdR9G51 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rbgDdR9G51 button.navbar-toggler:focus {
  outline: none;
}
.cid-rbgDdR9G51 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rbgDdR9G51 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rbgDdR9G51 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rbgDdR9G51 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rbgDdR9G51 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rbgDdR9G51 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbgDdR9G51 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rbgDdR9G51 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rbgDdR9G51 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rbgDdR9G51 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rbgDdR9G51 .collapsed .btn {
  display: flex;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse.collapsing,
.cid-rbgDdR9G51 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rbgDdR9G51 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rbgDdR9G51 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rbgDdR9G51 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rbgDdR9G51 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rbgDdR9G51 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rbgDdR9G51 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rbgDdR9G51 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rbgDdR9G51 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rbgDdR9G51 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rbgDdR9G51 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rbgDdR9G51 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rbgDdR9G51 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rbgDdR9G51.navbar-expand {
    flex-direction: column;
  }
  .cid-rbgDdR9G51 img {
    height: 3.8rem !important;
  }
  .cid-rbgDdR9G51 .btn {
    display: flex;
  }
  .cid-rbgDdR9G51 button.navbar-toggler {
    display: block;
  }
  .cid-rbgDdR9G51 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rbgDdR9G51 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rbgDdR9G51 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rbgDdR9G51 .navbar-collapse.collapsing,
  .cid-rbgDdR9G51 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rbgDdR9G51 .navbar-collapse.collapsing .navbar-nav,
  .cid-rbgDdR9G51 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rbgDdR9G51 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rbgDdR9G51 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rbgDdR9G51 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rbgDdR9G51 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rbgDdR9G51 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rbgDdR9G51 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rbgDdR9G51 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rbgDdR9G51 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rbgDdR9G51 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rbgDdR9G51 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rbgDdR9G51 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rbgDdR9G51 .navbar-collapse {
  flex-basis: auto;
}
.cid-rbgDdR9G51 .nav-link:hover,
.cid-rbgDdR9G51 .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-tGSOr6tEtr {
  background-image: url("../../../assets/images/collection-2000x1500.jpg");
}
.cid-tGSOr6tEtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGSOr6tEtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGSOr6tEtr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tGSOr6tEtr .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGSOr6tEtr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGSOr6tEtr .container {
    padding: 0 20px;
  }
}
.cid-tGSOr6tEtr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tGSOr6tEtr .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tGSOr6tEtr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tGSOr6tEtr .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-tGHZ2JCHDH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ecede8;
}
.cid-tGHZ2JCHDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHZ2JCHDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHZ2JCHDH .card {
  min-height: 500px;
}
.cid-tGHZ2JCHDH .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tGHZ2JCHDH .img1 {
  background-image: url("../../../assets/images/designbyjagz-canon-camera-2000x2167.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tGHZ2JCHDH .img2 {
  background-image: url("../../../assets/images/dowan-videography-1533x1013.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tGHZ2JCHDH .img3 {
  background-image: url("../../../assets/images/23-1512x2268.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tGHZ2JCHDH .card-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 2px solid #dfdbd7;
  border-radius: 8px;
}
.cid-tGHZ2JCHDH .card-wrap .image-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  top: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGHZ2JCHDH .card-wrap .image-wrap {
    left: -100%;
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .cid-tGHZ2JCHDH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGHZ2JCHDH .card-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tGHZ2JCHDH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGHZ2JCHDH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGHZ2JCHDH .card-wrap:hover .image-wrap,
.cid-tGHZ2JCHDH .card-wrap:focus-within .image-wrap {
  left: -100%;
  opacity: 0.2;
}
.cid-tGHZ2JCHDH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGHZ2JCHDH .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .cid-tGHZ2JCHDH .social-row {
    text-align: center;
  }
}
.cid-tGHZ2JCHDH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
  padding: 0.2rem;
  transition: all 0.3s;
}
.cid-tGHZ2JCHDH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1d5356;
  font-size: 1.3rem;
}
.cid-tGHZ2JCHDH .mbr-role,
.cid-tGHZ2JCHDH .social-row {
  color: #13202b;
}
.cid-tGHZ2JCHDH .card-title,
.cid-tGHZ2JCHDH .social-row {
  color: #491414;
}
.cid-tGHZ2JCHDH .card-text,
.cid-tGHZ2JCHDH .mbr-section-btn,
.cid-tGHZ2JCHDH .social-row {
  color: #232323;
}
.cid-tGHZ2JCHDH .mbr-section-title {
  color: #13202b;
}
.cid-tGHZjeAjAM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tGHZjeAjAM h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tGHZjeAjAM .mbr-section-subtitle {
  color: #767676;
}
.cid-tGHZjeAjAM .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tGHZjeAjAM .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tGI4DNVDSp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-tGI4DNVDSp h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tGI4DNVDSp .mbr-section-subtitle {
  color: #767676;
}
.cid-tGI4DNVDSp .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tGI4DNVDSp .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-tT28ED8eRk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-tT28ED8eRk h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-tT28ED8eRk .mbr-section-subtitle {
  color: #767676;
}
.cid-tT28ED8eRk .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-tT28ED8eRk .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-uxqY0JfWji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-4308-2000x1003.jpg");
}
.cid-uxqY0JfWji P {
  color: #767676;
}
.cid-uBhRihelW0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-uBhRihelW0 .item {
  padding-bottom: 2rem;
}
.cid-uBhRihelW0 .item-wrapper {
  height: 100%;
}
.cid-uBhRihelW0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uBhRihelW0 .carousel-control,
.cid-uBhRihelW0 .close {
  background: #1b1b1b;
}
.cid-uBhRihelW0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBhRihelW0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBhRihelW0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uBhRihelW0 .close::before {
  content: '\e91a';
}
.cid-uBhRihelW0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBhRihelW0 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uBhRihelW0 .carousel-inner > .active {
  display: block;
}
.cid-uBhRihelW0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBhRihelW0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBhRihelW0 .carousel-control .icon-next,
.cid-uBhRihelW0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uBhRihelW0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBhRihelW0 .carousel-control,
  .cid-uBhRihelW0 .carousel-indicators,
  .cid-uBhRihelW0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBhRihelW0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBhRihelW0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBhRihelW0 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uBhRihelW0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBhRihelW0 .carousel-indicators {
    display: none;
  }
}
.cid-uBhRihelW0 .carousel-indicators .active,
.cid-uBhRihelW0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uBhRihelW0 .carousel-indicators .active {
  background: #fff;
}
.cid-uBhRihelW0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBhRihelW0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBhRihelW0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBhRihelW0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBhRihelW0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBhRihelW0 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uBhRihelW0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBhRihelW0 .carousel {
  width: 100%;
}
.cid-uBhRihelW0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBhRihelW0 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uBhRihelW0 .modal.fade .modal-dialog,
.cid-uBhRihelW0 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uBhRihelW0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBhRihelW0 a {
  display: block;
}
.cid-uBhRihelW0 a.img {
  pointer-events: none;
}
.cid-uBhRihelW0 H3 {
  color: #c1c1c1;
}
.cid-uciVUAsqNT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uciVUAsqNT .item {
  padding-bottom: 2rem;
}
.cid-uciVUAsqNT .item-wrapper {
  height: 100%;
}
.cid-uciVUAsqNT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uciVUAsqNT .carousel-control,
.cid-uciVUAsqNT .close {
  background: #1b1b1b;
}
.cid-uciVUAsqNT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uciVUAsqNT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uciVUAsqNT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uciVUAsqNT .close::before {
  content: '\e91a';
}
.cid-uciVUAsqNT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uciVUAsqNT .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uciVUAsqNT .carousel-inner > .active {
  display: block;
}
.cid-uciVUAsqNT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uciVUAsqNT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uciVUAsqNT .carousel-control .icon-next,
.cid-uciVUAsqNT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uciVUAsqNT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uciVUAsqNT .carousel-control,
  .cid-uciVUAsqNT .carousel-indicators,
  .cid-uciVUAsqNT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uciVUAsqNT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uciVUAsqNT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uciVUAsqNT .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uciVUAsqNT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uciVUAsqNT .carousel-indicators {
    display: none;
  }
}
.cid-uciVUAsqNT .carousel-indicators .active,
.cid-uciVUAsqNT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uciVUAsqNT .carousel-indicators .active {
  background: #fff;
}
.cid-uciVUAsqNT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uciVUAsqNT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uciVUAsqNT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uciVUAsqNT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uciVUAsqNT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uciVUAsqNT .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uciVUAsqNT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uciVUAsqNT .carousel {
  width: 100%;
}
.cid-uciVUAsqNT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uciVUAsqNT .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uciVUAsqNT .modal.fade .modal-dialog,
.cid-uciVUAsqNT .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uciVUAsqNT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uciVUAsqNT a {
  display: block;
}
.cid-uciVUAsqNT a.img {
  pointer-events: none;
}
.cid-uciVUAsqNT H3 {
  color: #c1c1c1;
}
.cid-ucifAxXdY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-ucifAxXdY6 .item {
  padding-bottom: 2rem;
}
.cid-ucifAxXdY6 .item-wrapper {
  height: 100%;
}
.cid-ucifAxXdY6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucifAxXdY6 .carousel-control,
.cid-ucifAxXdY6 .close {
  background: #1b1b1b;
}
.cid-ucifAxXdY6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ucifAxXdY6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ucifAxXdY6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-ucifAxXdY6 .close::before {
  content: '\e91a';
}
.cid-ucifAxXdY6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ucifAxXdY6 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-ucifAxXdY6 .carousel-inner > .active {
  display: block;
}
.cid-ucifAxXdY6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucifAxXdY6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucifAxXdY6 .carousel-control .icon-next,
.cid-ucifAxXdY6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ucifAxXdY6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ucifAxXdY6 .carousel-control,
  .cid-ucifAxXdY6 .carousel-indicators,
  .cid-ucifAxXdY6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ucifAxXdY6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ucifAxXdY6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ucifAxXdY6 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-ucifAxXdY6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ucifAxXdY6 .carousel-indicators {
    display: none;
  }
}
.cid-ucifAxXdY6 .carousel-indicators .active,
.cid-ucifAxXdY6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-ucifAxXdY6 .carousel-indicators .active {
  background: #fff;
}
.cid-ucifAxXdY6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ucifAxXdY6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ucifAxXdY6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ucifAxXdY6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ucifAxXdY6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ucifAxXdY6 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-ucifAxXdY6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ucifAxXdY6 .carousel {
  width: 100%;
}
.cid-ucifAxXdY6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ucifAxXdY6 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-ucifAxXdY6 .modal.fade .modal-dialog,
.cid-ucifAxXdY6 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-ucifAxXdY6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ucifAxXdY6 a {
  display: block;
}
.cid-ucifAxXdY6 a.img {
  pointer-events: none;
}
.cid-ucifAxXdY6 H3 {
  color: #c1c1c1;
}
.cid-uPTMMXX1fo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uPTMMXX1fo .item {
  padding-bottom: 2rem;
}
.cid-uPTMMXX1fo .item-wrapper {
  height: 100%;
}
.cid-uPTMMXX1fo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uPTMMXX1fo .carousel-control,
.cid-uPTMMXX1fo .close {
  background: #1b1b1b;
}
.cid-uPTMMXX1fo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPTMMXX1fo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPTMMXX1fo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uPTMMXX1fo .close::before {
  content: '\e91a';
}
.cid-uPTMMXX1fo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPTMMXX1fo .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uPTMMXX1fo .carousel-inner > .active {
  display: block;
}
.cid-uPTMMXX1fo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPTMMXX1fo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPTMMXX1fo .carousel-control .icon-next,
.cid-uPTMMXX1fo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPTMMXX1fo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPTMMXX1fo .carousel-control,
  .cid-uPTMMXX1fo .carousel-indicators,
  .cid-uPTMMXX1fo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPTMMXX1fo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPTMMXX1fo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPTMMXX1fo .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uPTMMXX1fo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPTMMXX1fo .carousel-indicators {
    display: none;
  }
}
.cid-uPTMMXX1fo .carousel-indicators .active,
.cid-uPTMMXX1fo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uPTMMXX1fo .carousel-indicators .active {
  background: #fff;
}
.cid-uPTMMXX1fo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPTMMXX1fo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPTMMXX1fo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPTMMXX1fo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPTMMXX1fo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPTMMXX1fo .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uPTMMXX1fo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPTMMXX1fo .carousel {
  width: 100%;
}
.cid-uPTMMXX1fo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPTMMXX1fo .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uPTMMXX1fo .modal.fade .modal-dialog,
.cid-uPTMMXX1fo .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uPTMMXX1fo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPTMMXX1fo a {
  display: block;
}
.cid-uPTMMXX1fo a.img {
  pointer-events: none;
}
.cid-uPTMMXX1fo H3 {
  color: #c1c1c1;
}
.cid-tGNDVwIPMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tbd-labels-2000x1500.jpg");
}
.cid-tGNDVwIPMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGNDVwIPMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGNDVwIPMA .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tGNDVwIPMA .container-fluid {
    padding: 0 16px;
  }
}
.cid-tGNDVwIPMA .container-fluid .row {
  padding: 0;
}
.cid-tGNDVwIPMA .container {
  overflow: hidden;
}
.cid-tGNDVwIPMA .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tGNDVwIPMA .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tGNDVwIPMA .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tGNDVwIPMA .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tGNDVwIPMA .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tGNDVwIPMA .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tGNDVwIPMA .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tGNDVwIPMA .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tGNDVwIPMA .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tGNDVwIPMA .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tGSJ3A3XH0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-tGSJ3A3XH0 img {
  width: 120px;
  margin: auto;
}
.cid-tGSJ3A3XH0 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGSJ3A3XH0 .card {
    max-width: 12.5%;
  }
}
.cid-tGSJ3A3XH0 .mbr-section-title {
  color: #9a9978;
}
.cid-tIu4mHh4E0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4mHh4E0 .content {
    text-align: center;
  }
  .cid-tIu4mHh4E0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4mHh4E0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4mHh4E0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4mHh4E0 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4mHh4E0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4mHh4E0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4mHh4E0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4mHh4E0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4mHh4E0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4mHh4E0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4mHh4E0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4mHh4E0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4mHh4E0 H5 {
  color: #b1a374;
}
.cid-tIu4mHh4E0 P {
  color: #ffffff;
}
.cid-qYPiwUSoV1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-7180-2000x2667.jpg");
}
.cid-qYPiwUSoV1 h1 {
  color: #616161;
}
.cid-qYPiwUSoV1 h2,
.cid-qYPiwUSoV1 h3,
.cid-qYPiwUSoV1 p {
  color: #767676;
}
.cid-qYPiwUSoV1 .mbr-section-subtitle {
  font-style: italic;
}
.cid-qYPiwUSoV1 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-qYPiwUSoV1 P {
  color: #ffffff;
  text-align: right;
}
.cid-qYPiwUSoV1 H3 {
  color: #ffffff;
}
.cid-tGIaUOQZZp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-tGIaUOQZZp img {
  width: 120px;
  margin: auto;
}
.cid-tGIaUOQZZp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGIaUOQZZp .card {
    max-width: 12.5%;
  }
}
.cid-tGIaUOQZZp .mbr-section-title {
  color: #9a9978;
}
.cid-tGFDYTIzLQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/thank-you-bc-dark-2000x1500.jpg");
}
.cid-tGFDYTIzLQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tGFDYTIzLQ .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-tGFDYTIzLQ .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: '';
  display: block;
}
.cid-tGFDYTIzLQ .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-tGFDYTIzLQ .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tGFDYTIzLQ .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-tGFDYTIzLQ .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tGFDYTIzLQ .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGFDYTIzLQ .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-tGFDYTIzLQ .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-tGFDYTIzLQ .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-tGFDYTIzLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFDYTIzLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFDYTIzLQ .mbr-author-name P {
  text-align: center;
}
.cid-tGFDYTIzLQ .mbr-author-desc P {
  text-align: center;
}
.cid-tGFDYTIzLQ .card-block P {
  color: #13202b;
}
.cid-qZn4goo1gC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #13202b;
}
.cid-qZn4goo1gC .carousel-item {
  justify-content: center;
}
.cid-qZn4goo1gC .carousel-item.active,
.cid-qZn4goo1gC .carousel-item-next,
.cid-qZn4goo1gC .carousel-item-prev {
  display: flex;
}
.cid-qZn4goo1gC .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qZn4goo1gC .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qZn4goo1gC .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qZn4goo1gC .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qZn4goo1gC .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qZn4goo1gC .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qZn4goo1gC .user_text {
  color: #ffffff;
  text-align: left;
}
.cid-qZn4goo1gC .user_name {
  color: #e5dfcc;
  text-align: center;
}
.cid-tGFMW5iAcW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #13202b;
}
.cid-tGFMW5iAcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFMW5iAcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGFMW5iAcW .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-tGFMW5iAcW .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-tGFMW5iAcW .card {
  background: #e5dfcc;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tGFMW5iAcW .card {
    padding: 1rem;
  }
}
.cid-tGFMW5iAcW .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tGFMW5iAcW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tGFMW5iAcW .mbr-text {
  text-align: left;
}
.cid-tGG6LPyscc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #13202b;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tGG6LPyscc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGG6LPyscc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGG6LPyscc .section-border-item {
  background-color: #fcdb42;
}
.cid-tGG6LPyscc .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-tGG6LPyscc .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tGG6LPyscc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGG6LPyscc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #b1a374;
  margin: 0 0.2rem;
}
.cid-tGG6LPyscc .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tGG6LPyscc .card-text {
  color: #FFF;
  text-align: left;
}
.cid-tGG6LPyscc .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-tGG6LPyscc .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-tGG6LPyscc .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tGG6LPyscc .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tGG6LPyscc .card-name-text-wrap {
  flex-grow: 1;
}
.cid-tGG6LPyscc .card-name {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-name {
    text-align: center;
  }
}
.cid-tGG6LPyscc .card-prof {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .card-prof {
    text-align: center;
  }
}
.cid-tGG6LPyscc .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-tGG6LPyscc .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-tGG6LPyscc .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-uiBRdVihfu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #13202b;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uiBRdVihfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBRdVihfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBRdVihfu .section-border-item {
  background-color: #fcdb42;
}
.cid-uiBRdVihfu .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-uiBRdVihfu .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uiBRdVihfu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiBRdVihfu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #b1a374;
  margin: 0 0.2rem;
}
.cid-uiBRdVihfu .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uiBRdVihfu .card-text {
  color: #FFF;
  text-align: left;
}
.cid-uiBRdVihfu .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-uiBRdVihfu .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-uiBRdVihfu .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-uiBRdVihfu .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uiBRdVihfu .card-name-text-wrap {
  flex-grow: 1;
}
.cid-uiBRdVihfu .card-name {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-name {
    text-align: center;
  }
}
.cid-uiBRdVihfu .card-prof {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .card-prof {
    text-align: center;
  }
}
.cid-uiBRdVihfu .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-uiBRdVihfu .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-uiBRdVihfu .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-ufizKLdfgx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #13202b;
}
.cid-ufizKLdfgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufizKLdfgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufizKLdfgx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .container {
    padding: 0 26px;
  }
}
.cid-ufizKLdfgx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .item {
    margin-bottom: 20px;
  }
  .cid-ufizKLdfgx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ufizKLdfgx .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-ufizKLdfgx .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-ufizKLdfgx .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-ufizKLdfgx .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufizKLdfgx .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-tGFFr1H6GD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #13202b;
}
.cid-tGFFr1H6GD .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tGFFr1H6GD .testimonials-container {
  margin: 0 auto;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tGFFr1H6GD .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item .user {
  background: #9a9978;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tGFFr1H6GD .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tGFFr1H6GD .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tGFFr1H6GD .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tGFFr1H6GD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFFr1H6GD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFFr1H6GD .user_text {
  text-align: left;
}
.cid-tGFFr1H6GD .user_name {
  text-align: left;
}
.cid-tGFFr1H6GD .user_desk {
  text-align: left;
}
.cid-tGFJwoOso6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #13202b;
}
.cid-tGFJwoOso6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tGFJwoOso6 .testimonials-container {
  margin: 0 auto;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tGFJwoOso6 .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item .user {
  background: #9a9978;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tGFJwoOso6 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tGFJwoOso6 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tGFJwoOso6 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tGFJwoOso6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFJwoOso6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFJwoOso6 .user_text {
  text-align: left;
}
.cid-tGFJwoOso6 .user_name {
  text-align: left;
}
.cid-tGFJwoOso6 .user_desk {
  text-align: left;
}
.cid-tGCxzBGc9L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #070606;
}
.cid-tGCxzBGc9L .mbr-text,
.cid-tGCxzBGc9L blockquote {
  color: #767676;
}
.cid-tGCxzBGc9L .mbr-text {
  color: #9a9978;
}
.cid-tGCxzBGc9L .mbr-text P {
  text-align: center;
}
.cid-qYPiEKqhNl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-qYPiEKqhNl .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #e5dfcc;
}
.cid-qYPiEKqhNl .mbr-author-name {
  font-weight: bold;
  color: #9a9978;
}
.cid-qYPiEKqhNl .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qYPiIHOJgm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070606;
}
.cid-qYPiIHOJgm .testimonial-text {
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.cid-qYPiIHOJgm .mbr-author-name {
  font-weight: bold;
  color: #9a9978;
}
.cid-qYPiIHOJgm .mbr-author-desc {
  color: #ffffff;
}
.cid-tIu4aTUCRE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4aTUCRE .content {
    text-align: center;
  }
  .cid-tIu4aTUCRE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4aTUCRE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4aTUCRE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4aTUCRE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4aTUCRE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4aTUCRE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4aTUCRE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4aTUCRE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4aTUCRE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4aTUCRE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4aTUCRE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4aTUCRE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4aTUCRE H5 {
  color: #b1a374;
}
.cid-tIu4aTUCRE P {
  color: #ffffff;
}
.cid-qYOidXsBZM .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYOidXsBZM .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYOidXsBZM a {
  font-style: normal;
}
.cid-qYOidXsBZM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYOidXsBZM .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYOidXsBZM .nav-item:focus,
.cid-qYOidXsBZM .nav-link:focus {
  outline: none;
}
.cid-qYOidXsBZM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYOidXsBZM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYOidXsBZM .menu-logo {
  margin-right: auto;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYOidXsBZM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYOidXsBZM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYOidXsBZM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYOidXsBZM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYOidXsBZM button.navbar-toggler:focus {
  outline: none;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOidXsBZM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYOidXsBZM .collapsed .btn {
  display: flex;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYOidXsBZM .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYOidXsBZM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYOidXsBZM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYOidXsBZM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYOidXsBZM.navbar-expand {
    flex-direction: column;
  }
  .cid-qYOidXsBZM img {
    height: 3.8rem !important;
  }
  .cid-qYOidXsBZM .btn {
    display: flex;
  }
  .cid-qYOidXsBZM button.navbar-toggler {
    display: block;
  }
  .cid-qYOidXsBZM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYOidXsBZM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYOidXsBZM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing,
  .cid-qYOidXsBZM .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-nav,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYOidXsBZM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYOidXsBZM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYOidXsBZM .navbar-collapse {
  flex-basis: auto;
}
.cid-qYOidXsBZM .nav-link:hover,
.cid-qYOidXsBZM .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-qZiEA3n62q {
  background-image: url("../../../assets/images/conference-room-2000x1500.jpg");
}
.cid-qZiEA3n62q SPAN {
  color: #b1a374;
}
.cid-qZiEA3n62q H1 {
  text-align: left;
  color: #e5dfcc;
}
.cid-qZiEA3n62q H3 {
  text-align: left;
}
.cid-qZiEA3n62q P {
  text-align: left;
}
.cid-rBWzlsYzkN {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #13202b, #13202b);
}
.cid-rBWzlsYzkN .mbr-iconfont-social {
  font-size: 32px;
  color: #b1a374;
}
.cid-rBWzlsYzkN .social-list a:focus {
  text-decoration: none;
}
.cid-rBWzlsYzkN H2 {
  color: #e5dfcc;
  text-align: center;
}
.cid-tFJTRBKiUf .main_wrapper {
  position: relative;
  height: 41rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-tFJTRBKiUf .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-tFJTRBKiUf .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-tFJTRBKiUf .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tFJTRBKiUf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-tFJTRBKiUf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFJTRBKiUf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFJTRBKiUf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFJTRBKiUf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tFJTRBKiUf .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-tFJTRBKiUf .google-map {
    position: relative;
  }
  .cid-tFJTRBKiUf .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-tFJTRBKiUf H4 {
  color: #13202b;
}
.cid-tFJTRBKiUf P {
  color: #13202b;
}
.cid-uBhMWrlc8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #13202b;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uBhMWrlc8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBhMWrlc8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBhMWrlc8T .section-border-item {
  background-color: #fcdb42;
}
.cid-uBhMWrlc8T .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cid-uBhMWrlc8T .testimonial-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uBhMWrlc8T .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBhMWrlc8T .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #b1a374;
  margin: 0 0.2rem;
}
.cid-uBhMWrlc8T .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uBhMWrlc8T .card-text {
  color: #FFF;
  text-align: center;
}
.cid-uBhMWrlc8T .card-bottom-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.cid-uBhMWrlc8T .card-name-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-name-wrap {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    border-right: none;
  }
}
.cid-uBhMWrlc8T .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-name-image-wrap {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-uBhMWrlc8T .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uBhMWrlc8T .card-name-text-wrap {
  flex-grow: 1;
}
.cid-uBhMWrlc8T .card-name {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-name {
    text-align: center;
  }
}
.cid-uBhMWrlc8T .card-prof {
  color: #FFF;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .card-prof {
    text-align: center;
  }
}
.cid-uBhMWrlc8T .logo-wrap {
  width: 100%;
  max-width: 108px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cid-uBhMWrlc8T .logo-wrap {
    margin-top: 16px;
    margin-left: 0;
  }
}
.cid-uBhMWrlc8T .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-qYOidXsBZM .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYOidXsBZM .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYOidXsBZM a {
  font-style: normal;
}
.cid-qYOidXsBZM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYOidXsBZM .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYOidXsBZM .nav-item:focus,
.cid-qYOidXsBZM .nav-link:focus {
  outline: none;
}
.cid-qYOidXsBZM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYOidXsBZM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYOidXsBZM .menu-logo {
  margin-right: auto;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYOidXsBZM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYOidXsBZM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYOidXsBZM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYOidXsBZM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYOidXsBZM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYOidXsBZM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYOidXsBZM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYOidXsBZM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYOidXsBZM button.navbar-toggler:focus {
  outline: none;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYOidXsBZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYOidXsBZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYOidXsBZM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYOidXsBZM .collapsed .btn {
  display: flex;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYOidXsBZM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYOidXsBZM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYOidXsBZM .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYOidXsBZM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYOidXsBZM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYOidXsBZM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYOidXsBZM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYOidXsBZM.navbar-expand {
    flex-direction: column;
  }
  .cid-qYOidXsBZM img {
    height: 3.8rem !important;
  }
  .cid-qYOidXsBZM .btn {
    display: flex;
  }
  .cid-qYOidXsBZM button.navbar-toggler {
    display: block;
  }
  .cid-qYOidXsBZM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYOidXsBZM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYOidXsBZM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing,
  .cid-qYOidXsBZM .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-nav,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYOidXsBZM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYOidXsBZM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYOidXsBZM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYOidXsBZM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYOidXsBZM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYOidXsBZM .navbar-collapse {
  flex-basis: auto;
}
.cid-qYOidXsBZM .nav-link:hover,
.cid-qYOidXsBZM .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-tGGmXoEomW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #13202b;
}
.cid-tGGmXoEomW .card .card-img img {
  transition: all 0.5s;
}
.cid-tGGmXoEomW .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tGGmXoEomW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tGGmXoEomW .form1 {
  background: #13202b;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGGmXoEomW .form-group {
  margin-bottom: 1rem;
}
.cid-tGGmXoEomW .form-control {
  border: none !important;
  padding: 1rem;
  background: #e5dfcc;
  color: #13202b;
  width: 100%;
}
.cid-tGGmXoEomW .form-control::-webkit-input-placeholder {
  color: #13202b;
}
.cid-tGGmXoEomW .form-control::-moz-placeholder {
  color: #13202b;
}
.cid-tGGmXoEomW .form-control:-moz-placeholder {
  color: #13202b;
}
.cid-tGGmXoEomW .form-control:-ms-input-placeholder {
  color: #13202b;
}
.cid-tGGmXoEomW textarea.form-control {
  min-height: 172px;
}
.cid-tGGmXoEomW .input-group-btn {
  width: 100%;
}
.cid-tGGmXoEomW .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-tGGmXoEomW .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tGGmXoEomW .card {
  height: 100%;
}
.cid-tGGmXoEomW .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-tGGmXoEomW .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-tGGmXoEomW .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tGGmXoEomW .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-tGGmXoEomW .caption .mbr-text {
  margin: 0;
}
.cid-tGGmXoEomW .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGGmXoEomW .form1 {
    padding: 1.5rem;
  }
  .cid-tGGmXoEomW .second-card {
    padding-bottom: 2rem;
  }
  .cid-tGGmXoEomW .first-row,
  .cid-tGGmXoEomW .second-row,
  .cid-tGGmXoEomW .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-tGGmXoEomW .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-tGGmXoEomW .items-column {
    padding-top: 2rem;
  }
}
.cid-tGGmXoEomW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGmXoEomW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGmXoEomW DIV {
  text-align: left;
}
.cid-tGGmXoEomW H3 {
  text-align: left;
}
.cid-tGGmXoEomW H2 {
  text-align: left;
}
.cid-uciapUQLmE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #13202b;
}
.cid-uciapUQLmE img {
  width: 120px;
  margin: auto;
}
.cid-uciapUQLmE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uciapUQLmE .card {
    max-width: 12.5%;
  }
}
.cid-uciapUQLmE .mbr-section-title {
  color: #9a9978;
}
.cid-tGSCI3rvBD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tGSCI3rvBD .content {
    text-align: center;
  }
  .cid-tGSCI3rvBD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGSCI3rvBD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGSCI3rvBD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGSCI3rvBD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tGSCI3rvBD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGSCI3rvBD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tGSCI3rvBD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tGSCI3rvBD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGSCI3rvBD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGSCI3rvBD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGSCI3rvBD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGSCI3rvBD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tGSCI3rvBD H5 {
  color: #b1a374;
}
.cid-tGSCI3rvBD P {
  color: #ffffff;
}
.cid-qYPDe9Fv85 .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYPDe9Fv85 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYPDe9Fv85 a {
  font-style: normal;
}
.cid-qYPDe9Fv85 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYPDe9Fv85 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYPDe9Fv85 .nav-item:focus,
.cid-qYPDe9Fv85 .nav-link:focus {
  outline: none;
}
.cid-qYPDe9Fv85 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYPDe9Fv85 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYPDe9Fv85 .menu-logo {
  margin-right: auto;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYPDe9Fv85 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler:focus {
  outline: none;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .btn {
  display: flex;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYPDe9Fv85 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYPDe9Fv85 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYPDe9Fv85 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYPDe9Fv85.navbar-expand {
    flex-direction: column;
  }
  .cid-qYPDe9Fv85 img {
    height: 3.8rem !important;
  }
  .cid-qYPDe9Fv85 .btn {
    display: flex;
  }
  .cid-qYPDe9Fv85 button.navbar-toggler {
    display: block;
  }
  .cid-qYPDe9Fv85 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYPDe9Fv85 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYPDe9Fv85 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing,
  .cid-qYPDe9Fv85 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYPDe9Fv85 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYPDe9Fv85 .navbar-collapse {
  flex-basis: auto;
}
.cid-qYPDe9Fv85 .nav-link:hover,
.cid-qYPDe9Fv85 .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-uxqKlIiEjv {
  background-image: url("../../../assets/images/the-group-thin-2000x1007.jpg");
}
.cid-uxqKlIiEjv P {
  color: #767676;
}
.cid-uxqKlIiEjv H1 {
  color: #e4d295;
}
.cid-uxqKlIiEjv .mbr-text,
.cid-uxqKlIiEjv .mbr-section-btn {
  color: #ffffff;
}
.cid-uiBBO6hma6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uiBBO6hma6 .card-img span {
  color: #e4d295;
  font-size: 4rem;
}
.cid-uiBBO6hma6 .mbr-text {
  color: #e4d295;
}
.cid-uiBBO6hma6 .border-r {
  border-right: 1px solid #656565;
}
.cid-uiBBO6hma6 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uiBBO6hma6 .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-uiBBO6hma6 .card {
    margin-bottom: 2rem;
  }
}
.cid-uiBBO6hma6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBBO6hma6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBAfwnQEa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uiBAfwnQEa .counter-container {
  color: #767676;
}
.cid-uiBAfwnQEa .counter-container ul {
  margin-bottom: 0;
}
.cid-uiBAfwnQEa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uiBAfwnQEa .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #94a393;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uiBKboG63m {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tGNRxgaPLE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #1a1919;
}
.cid-tGNRxgaPLE .row-element,
.cid-tGNRxgaPLE .image-element {
  padding: 0;
}
.cid-tGNRxgaPLE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGNRxgaPLE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tGNRxgaPLE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tGNRxgaPLE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b1a374, #370b1c);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tGNRxgaPLE .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tGNRxgaPLE .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGNRxgaPLE .text-content {
    padding: 2rem 1rem;
  }
  .cid-tGNRxgaPLE .underline .line {
    height: 2px;
  }
  .cid-tGNRxgaPLE .mbr-title,
  .cid-tGNRxgaPLE .underline,
  .cid-tGNRxgaPLE .mbr-text,
  .cid-tGNRxgaPLE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tGImzldHtq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-5628-2000x1500.jpg");
}
.cid-tGImzldHtq .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tGImzldHtq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tGImzldHtq .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGImzldHtq .first-table {
  margin: 0;
}
.cid-tGImzldHtq .first-table.two-items {
  margin-right: 15px;
}
.cid-tGImzldHtq .first-table .table-head-wrapper {
  background: #0e374b;
}
.cid-tGImzldHtq .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tGImzldHtq .second-table .table-head-wrapper {
  background: #94a393;
}
.cid-tGImzldHtq .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-tGImzldHtq .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tGImzldHtq .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tGImzldHtq .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tGImzldHtq .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: 0.5rem !important;
}
.cid-tGImzldHtq .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tGImzldHtq .table .table-wrapper .list-group li {
  padding: 0.4rem;
  border-bottom: 1px solid #efefef;
}
.cid-tGImzldHtq .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tGImzldHtq .first-table,
  .cid-tGImzldHtq .second-table {
    margin: 0 15px;
  }
  .cid-tGImzldHtq .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tGImzldHtq .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tGImzldHtq .first-table,
  .cid-tGImzldHtq .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tGImzldHtq .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tGImzldHtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGImzldHtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGImzldHtq .pricing-value {
  color: #ffffff;
}
.cid-tGImzldHtq .table-pricing {
  color: #ffffff;
}
.cid-tGImzldHtq .table-heading {
  color: #ffffff;
}
.cid-tGNSuzKf7I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGNSuzKf7I .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tGNSuzKf7I .modal-body .close {
  background: #1b1b1b;
}
.cid-tGNSuzKf7I .modal-body .close span {
  font-style: normal;
}
.cid-tGNSuzKf7I .carousel-inner > .active,
.cid-tGNSuzKf7I .carousel-inner > .next,
.cid-tGNSuzKf7I .carousel-inner > .prev {
  display: flex;
}
.cid-tGNSuzKf7I .carousel-control .icon-next,
.cid-tGNSuzKf7I .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tGNSuzKf7I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGNSuzKf7I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tGNSuzKf7I .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tGNSuzKf7I .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tGNSuzKf7I .boxed-slider > div {
  position: relative;
}
.cid-tGNSuzKf7I .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tGNSuzKf7I .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tGNSuzKf7I .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGNSuzKf7I .mbr-table-cell {
  padding: 0;
}
.cid-tGNSuzKf7I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tGNSuzKf7I .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGNSuzKf7I .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tGNSuzKf7I .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tGNSuzKf7I .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tGNSuzKf7I .carousel-item .container {
    width: 100%;
  }
}
.cid-tGNSuzKf7I .carousel-item-next.carousel-item-left,
.cid-tGNSuzKf7I .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tGNSuzKf7I .active.carousel-item-right,
.cid-tGNSuzKf7I .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tGNSuzKf7I .active.carousel-item-left,
.cid-tGNSuzKf7I .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tGNSuzKf7I .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGNSuzKf7I .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tGNSuzKf7I .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators li.active,
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators li::after,
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tGNSuzKf7I .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tGNSuzKf7I .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tGNSuzKf7I .mbr-slider > .container img {
  width: 100%;
}
.cid-tGNSuzKf7I .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tGNSuzKf7I .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tGNSuzKf7I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGNSuzKf7I .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tGNSuzKf7I .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tGNSuzKf7I .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tGNSuzKf7I .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tGNSuzKf7I .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tGNSuzKf7I .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tGNSuzKf7I .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tGNSuzKf7I .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tGNSuzKf7I .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tGNSuzKf7I .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tGNSuzKf7I .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tGNSuzKf7I .carousel-inner {
  height: 100%;
}
.cid-tGNSuzKf7I .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tGNSuzKf7I .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-tGNSuzKf7I .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tGNSuzKf7I .content-slider-wrap {
  width: 100%;
}
.cid-u1DQWcIA0K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #13202b;
}
.cid-u1DQWcIA0K .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
.cid-u1DQWcIA0K .mbr-author-name {
  font-weight: bold;
  color: #b1a374;
}
.cid-u1DQWcIA0K .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-u1DQWcIA0K .mbr-figure,
  .cid-u1DQWcIA0K img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-u1DQWcIA0K .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tGO76UAtBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/booklets-2000x1500.jpg");
}
.cid-tGO76UAtBT .mbr-section-title {
  color: #fcfbf5;
}
.cid-tGO76UAtBT .mbr-text,
.cid-tGO76UAtBT .mbr-section-btn {
  color: #232323;
}
.cid-tGO76UAtBT .mbr-iconfont {
  font-size: 10rem;
  color: #e5dfcc;
}
.cid-tGO76UAtBT .mbr-section-subtitle {
  color: #b1a374;
}
.cid-tGO76UAtBT h1 {
  line-height: 1.3;
}
.cid-tGOnNFHRdR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGOnNFHRdR .mbr-section-title {
  margin: 0;
  color: #b1a374;
}
.cid-tGOnNFHRdR img {
  width: 100%;
}
.cid-tGOnNFHRdR .text-wrapper {
  z-index: 11;
}
.cid-tGOnNFHRdR .wrapper {
  display: flex;
}
.cid-tGOnNFHRdR .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-tGOnNFHRdR .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #004cd5;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tGOnNFHRdR .wrapper {
    flex-direction: column;
  }
  .cid-tGOnNFHRdR .iconfont-wrapper {
    margin: auto;
  }
  .cid-tGOnNFHRdR .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tGOnNFHRdR .mbr-text,
.cid-tGOnNFHRdR .mbr-section-btn {
  color: #232323;
}
.cid-tGOnNFHRdR .mbr-section-subtitle,
.cid-tGOnNFHRdR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tGOnNFHRdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGOnNFHRdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIu4gCDIVT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4gCDIVT .content {
    text-align: center;
  }
  .cid-tIu4gCDIVT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4gCDIVT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4gCDIVT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4gCDIVT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4gCDIVT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4gCDIVT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4gCDIVT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4gCDIVT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4gCDIVT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4gCDIVT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4gCDIVT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4gCDIVT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4gCDIVT H5 {
  color: #b1a374;
}
.cid-tIu4gCDIVT P {
  color: #ffffff;
}
.cid-tGGGlj9q35 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fcfbf5;
}
.cid-tGGGlj9q35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGGlj9q35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGGlj9q35 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tGGGlj9q35 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGGGlj9q35 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGGlj9q35 .container {
    padding: 0 20px;
  }
}
.cid-tGGGlj9q35 .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tGGGlj9q35 .card {
  padding: 0;
}
.cid-tGGGlj9q35 .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tGGGlj9q35 .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-tGGGlj9q35 .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-tGGGlj9q35 .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGGlj9q35 .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tGGGlj9q35 .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tGGGlj9q35 .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tGGGlj9q35 .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-tGGGlj9q35 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tGGGlj9q35 .mbr-text {
  color: #0e374b;
}
.cid-tGShuRk0X7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fcfbf5;
}
.cid-tGShuRk0X7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGShuRk0X7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 1400px) {
  .cid-tGShuRk0X7 .text-wrapper {
    transform: translateX(290px);
  }
}
@media (max-width: 1400px) {
  .cid-tGShuRk0X7 .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tGShuRk0X7 .display-1 {
    font-size: 3rem;
  }
}
.cid-tGShuRk0X7 .mbr-section-title {
  color: #0e374b;
  text-align: left;
}
.cid-tGShuRk0X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGShuRk0X7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFwCRAVpK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fcfbf5;
}
.cid-tGFwCRAVpK .mbr-text {
  color: #767676;
}
.cid-uPTLu5vXtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bdcc-award-on-table-2000x1500.jpg");
}
.cid-uPTLu5vXtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLu5vXtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTLu5vXtO .title-wrapper {
  padding-top: 40%;
}
.cid-uPTLu5vXtO .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uPTLu5vXtO .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uPTLu5vXtO .mbr-section-title {
  color: #e4d295;
  text-align: center;
}
.cid-uPTKWjxcYl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPTKWjxcYl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPTKWjxcYl H2 {
  color: #e4d295;
}
.cid-uPYsA7wttt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uPYsA7wttt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPYsA7wttt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPYsA7wttt .row {
  justify-content: center;
}
.cid-uPYsA7wttt .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPYsA7wttt .row {
    padding: 0 12px;
  }
}
.cid-uPYsA7wttt .item-wrap {
  z-index: 1;
}
.cid-uPYsA7wttt .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-uPYsA7wttt .image-wrapper {
    padding: 12px 0;
  }
}
.cid-uPYsA7wttt .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPYsA7wttt .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-uPYsA7wttt .image-wrapper img {
    height: 150px;
  }
}
.cid-uHnWmsdtEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/award-2025-2000x1500.jpg");
}
.cid-uHnWmsdtEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnWmsdtEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHnWmsdtEl .title-wrapper {
  padding-top: 40%;
}
.cid-uHnWmsdtEl .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uHnWmsdtEl .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uHnWmsdtEl .mbr-section-title {
  color: #e4d295;
  text-align: center;
}
.cid-uJXz7b7O97 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uJXz7b7O97 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJXz7b7O97 H2 {
  color: #e4d295;
}
.cid-tIWjRALDxe {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/judges-award-2000x1500.jpg");
}
.cid-tIWjRALDxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIWjRALDxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIWjRALDxe .title-wrapper {
  padding-top: 40%;
}
.cid-tIWjRALDxe .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tIWjRALDxe .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tIWjRALDxe .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uHoddczfQd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-uHoddczfQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoddczfQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoddczfQd .row {
  justify-content: center;
}
.cid-uHoddczfQd .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHoddczfQd .row {
    padding: 0 12px;
  }
}
.cid-uHoddczfQd .item-wrap {
  z-index: 1;
}
.cid-uHoddczfQd .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-uHoddczfQd .image-wrapper {
    padding: 12px 0;
  }
}
.cid-uHoddczfQd .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHoddczfQd .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-uHoddczfQd .image-wrapper img {
    height: 150px;
  }
}
.cid-uJXyjyFv9E {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/micro-business-2000x1500.jpg");
}
.cid-uJXyjyFv9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXyjyFv9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXyjyFv9E .title-wrapper {
  padding-top: 40%;
}
.cid-uJXyjyFv9E .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uJXyjyFv9E .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uJXyjyFv9E .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-ufi8lAb79A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ufi8lAb79A .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufi8lAb79A .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-ufi8lAb79A .container {
    padding: 0 15px;
  }
}
.cid-ufi8lAb79A .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-ufi8lAb79A .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-ufi8lAb79A .content-wrapper {
    padding-left: 0;
  }
}
.cid-ufi8lAb79A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-ufi8lAb79A .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ufi8lAb79A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-ufi8lAb79A .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufi8lAb79A .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-ufi8lAb79A .embla__slide .slide-content {
  width: 100%;
}
.cid-ufi8lAb79A .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-ufi8lAb79A .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-ufi8lAb79A .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-ufi8lAb79A .embla__button--next,
.cid-ufi8lAb79A .embla__button--prev {
  display: flex;
}
.cid-ufi8lAb79A .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #370b1c !important;
  border: 2px solid #370b1c !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ufi8lAb79A .embla__button:hover {
  opacity: .5 !important;
}
.cid-ufi8lAb79A .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufi8lAb79A .embla__button.embla__button--next {
  right: 0;
}
.cid-ufi8lAb79A .embla {
  position: relative;
  width: 100%;
}
.cid-ufi8lAb79A .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ufi8lAb79A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufi8lAb79A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufi8lAb79A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tB93BE0dD7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #13202b;
}
.cid-tB93BE0dD7 .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tB93BE0dD7 .mbr-author-name {
  font-weight: bold;
  color: #e5dfcc;
}
.cid-tB93BE0dD7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tB93BE0dD7 .mbr-figure,
  .cid-tB93BE0dD7 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tB93BE0dD7 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tGFBvPbzuG {
  background-color: #9a9978;
}
.cid-tGFBvPbzuG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tGFBvPbzuG .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tGFBvPbzuG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tGFBvPbzuG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGFBvPbzuG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-tGFBvPbzuG .image-element {
    padding-right: 0;
  }
}
.cid-tGFBvPbzuG .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tGFBvPbzuG .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-tGFBvPbzuG .brown {
  color: #c19b76;
}
.cid-tGFBvPbzuG .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGFBvPbzuG .paragraphs-wrapper .first-paragraph,
.cid-tGFBvPbzuG .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tGFBvPbzuG .image-element {
    padding-bottom: 1rem;
  }
  .cid-tGFBvPbzuG .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tGFBvPbzuG .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tGFBvPbzuG .paragraphs-wrapper .first-paragraph,
  .cid-tGFBvPbzuG .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tGFBvPbzuG .first-paragraph,
  .cid-tGFBvPbzuG .second-paragraph {
    width: 50%;
  }
  .cid-tGFBvPbzuG .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-tGFBvPbzuG .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-tGFBvPbzuG .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tGFBvPbzuG .mbr-section-title,
  .cid-tGFBvPbzuG .mbr-section-btn {
    text-align: left;
  }
}
.cid-tGFBvPbzuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFBvPbzuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFBvPbzuG .mbr-text,
.cid-tGFBvPbzuG .mbr-section-btn {
  color: #ffffff;
}
.cid-tGFBvPbzuG .mbr-section-title {
  color: #13202b;
}
.cid-tGFBvPbzuG .mbr-section-subtitle,
.cid-tGFBvPbzuG .underline {
  color: #13202b;
}
.cid-qYPDe9Fv85 .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYPDe9Fv85 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYPDe9Fv85 a {
  font-style: normal;
}
.cid-qYPDe9Fv85 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYPDe9Fv85 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYPDe9Fv85 .nav-item:focus,
.cid-qYPDe9Fv85 .nav-link:focus {
  outline: none;
}
.cid-qYPDe9Fv85 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYPDe9Fv85 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYPDe9Fv85 .menu-logo {
  margin-right: auto;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYPDe9Fv85 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler:focus {
  outline: none;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .btn {
  display: flex;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYPDe9Fv85 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYPDe9Fv85 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYPDe9Fv85 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYPDe9Fv85.navbar-expand {
    flex-direction: column;
  }
  .cid-qYPDe9Fv85 img {
    height: 3.8rem !important;
  }
  .cid-qYPDe9Fv85 .btn {
    display: flex;
  }
  .cid-qYPDe9Fv85 button.navbar-toggler {
    display: block;
  }
  .cid-qYPDe9Fv85 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYPDe9Fv85 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYPDe9Fv85 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing,
  .cid-qYPDe9Fv85 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYPDe9Fv85 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYPDe9Fv85 .navbar-collapse {
  flex-basis: auto;
}
.cid-qYPDe9Fv85 .nav-link:hover,
.cid-qYPDe9Fv85 .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-rCl2owQDM0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #13202b;
}
.cid-rCl2owQDM0 .mbr-text,
.cid-rCl2owQDM0 blockquote {
  color: #767676;
}
.cid-rCl2owQDM0 .mbr-text P {
  text-align: left;
}
.cid-rCl2owQDM0 .mbr-text {
  color: #e5dfcc;
}
.cid-tIu4up1TuG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4up1TuG .content {
    text-align: center;
  }
  .cid-tIu4up1TuG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4up1TuG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4up1TuG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4up1TuG .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4up1TuG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4up1TuG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4up1TuG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4up1TuG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4up1TuG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4up1TuG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4up1TuG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4up1TuG .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4up1TuG H5 {
  color: #b1a374;
}
.cid-tIu4up1TuG P {
  color: #ffffff;
}
.cid-qYPDe9Fv85 .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYPDe9Fv85 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-qYPDe9Fv85 a {
  font-style: normal;
}
.cid-qYPDe9Fv85 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYPDe9Fv85 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYPDe9Fv85 .nav-item:focus,
.cid-qYPDe9Fv85 .nav-link:focus {
  outline: none;
}
.cid-qYPDe9Fv85 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYPDe9Fv85 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYPDe9Fv85 .menu-logo {
  margin-right: auto;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYPDe9Fv85 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYPDe9Fv85 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYPDe9Fv85 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYPDe9Fv85 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYPDe9Fv85 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYPDe9Fv85 button.navbar-toggler:focus {
  outline: none;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYPDe9Fv85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYPDe9Fv85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYPDe9Fv85 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .btn {
  display: flex;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYPDe9Fv85 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYPDe9Fv85 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYPDe9Fv85 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYPDe9Fv85 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYPDe9Fv85 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYPDe9Fv85 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYPDe9Fv85.navbar-expand {
    flex-direction: column;
  }
  .cid-qYPDe9Fv85 img {
    height: 3.8rem !important;
  }
  .cid-qYPDe9Fv85 .btn {
    display: flex;
  }
  .cid-qYPDe9Fv85 button.navbar-toggler {
    display: block;
  }
  .cid-qYPDe9Fv85 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYPDe9Fv85 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYPDe9Fv85 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing,
  .cid-qYPDe9Fv85 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYPDe9Fv85 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYPDe9Fv85 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYPDe9Fv85 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYPDe9Fv85 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYPDe9Fv85 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYPDe9Fv85 .navbar-collapse {
  flex-basis: auto;
}
.cid-qYPDe9Fv85 .nav-link:hover,
.cid-qYPDe9Fv85 .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-tGH1icTTU6 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #13202b;
}
.cid-tGH1icTTU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGH1icTTU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGH1icTTU6 .container {
    padding: 0 20px;
  }
  .cid-tGH1icTTU6 .container .row {
    padding: 0;
  }
}
.cid-tGH1icTTU6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGH1icTTU6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tGH1icTTU6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tGH1icTTU6 .title-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tGH1icTTU6 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGH1icTTU6 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #13202b;
}
.cid-tGH1icTTU6 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tGH1icTTU6 .mbr-text {
  color: #ffffff;
}
.cid-tGH1icTTU6 .mbr-text,
.cid-tGH1icTTU6 .mbr-section-btn {
  color: #e5dfcc;
}
.cid-tGHo2PEYRU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGHo2PEYRU .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-tGHo2PEYRU .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tGHo2PEYRU .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tGHo2PEYRU .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tGHo2PEYRU .btn {
  margin: 0 !important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tGHo2PEYRU .card {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.cid-tGHo2PEYRU .card:hover .card-box {
  bottom: 0;
}
.cid-tGHo2PEYRU .card:hover .btn {
  opacity: 1;
}
.cid-tGHo2PEYRU .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-tGHo2PEYRU .card-img {
  overflow: hidden !important;
  position: relative;
  border-radius: 0px;
}
.cid-tGHo2PEYRU .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-tGHo2PEYRU .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-tGHo2PEYRU .mbr-section-title,
.cid-tGHo2PEYRU .line-wrap {
  text-align: center;
}
.cid-tGHo2PEYRU .card-box > p,
.cid-tGHo2PEYRU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tGHo2PEYRU .card-box {
    bottom: 0;
  }
  .cid-tGHo2PEYRU .btn {
    opacity: 1;
  }
}
.cid-tGSwS7FyoH {
  background-image: url("../../../assets/images/how-we-work-2000x1465.png");
}
.cid-tGSwS7FyoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGSwS7FyoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGSwS7FyoH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tGSwS7FyoH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGSwS7FyoH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGSwS7FyoH .container {
    padding: 0 20px;
  }
}
.cid-tGSwS7FyoH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tGSwS7FyoH .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tGSwS7FyoH .mbr-section-title {
  color: #0e374b;
  text-align: left;
}
.cid-tGSwS7FyoH .mbr-desc {
  color: #0e374b;
  text-align: left;
}
.cid-tGHnLrI1Cj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGHnLrI1Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGHnLrI1Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGHnLrI1Cj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tGHnLrI1Cj .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGHnLrI1Cj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGHnLrI1Cj .container {
    padding: 0 20px;
  }
}
.cid-tGHnLrI1Cj .card {
  padding: 0;
}
.cid-tGHnLrI1Cj .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #9a9978;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tGHnLrI1Cj .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-tGHnLrI1Cj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGHnLrI1Cj .mbr-section-title {
  color: #1d1d1d;
}
.cid-tGHnLrI1Cj .mbr-section-subtitle {
  color: #1d1d1d;
}
.cid-tFJE7yoeqe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jagz-signature-grey-2000x958.png");
}
.cid-tFJE7yoeqe .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-tFJE7yoeqe .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-tFJE7yoeqe .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-tFJE7yoeqe .mbr-figure,
  .cid-tFJE7yoeqe img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tGHP7FmEpv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e5dfcc;
}
.cid-tGHP7FmEpv blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-tGHP7FmEpv .mbr-text,
.cid-tGHP7FmEpv .blockquote-quote {
  color: #13202b;
}
.cid-tGHP7FmEpv footer {
  font-style: normal;
}
.cid-tGHRqO1txt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGHRqO1txt blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-tGHRqO1txt .mbr-text,
.cid-tGHRqO1txt .blockquote-quote {
  color: #13202b;
}
.cid-tGHRqO1txt footer {
  font-style: normal;
}
.cid-tGHSBPe2e4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5dfcc;
}
.cid-tGHSBPe2e4 blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-tGHSBPe2e4 .mbr-text,
.cid-tGHSBPe2e4 .blockquote-quote {
  color: #13202b;
}
.cid-tGHSBPe2e4 footer {
  font-style: normal;
}
.cid-tGHWje8sy5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGHWje8sy5 blockquote {
  border-width: 1px;
  border-color: #767676;
  padding: 0 0 0 20px;
}
.cid-tGHWje8sy5 .mbr-text,
.cid-tGHWje8sy5 .blockquote-quote {
  color: #13202b;
}
.cid-tGHWje8sy5 footer {
  font-style: normal;
}
.cid-tIu4qqBnBV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tIu4qqBnBV .content {
    text-align: center;
  }
  .cid-tIu4qqBnBV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4qqBnBV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIu4qqBnBV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIu4qqBnBV .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tIu4qqBnBV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIu4qqBnBV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIu4qqBnBV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tIu4qqBnBV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIu4qqBnBV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIu4qqBnBV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIu4qqBnBV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIu4qqBnBV .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tIu4qqBnBV H5 {
  color: #b1a374;
}
.cid-tIu4qqBnBV P {
  color: #ffffff;
}
.cid-tPDnTgxZNj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/camera-bw-2000x1500.jpg");
}
.cid-tPDnTgxZNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDnTgxZNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPDnTgxZNj .container-fluid {
  padding: 0;
}
.cid-tPDnTgxZNj .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tPDnTgxZNj .row {
    padding: 0 12px;
  }
}
.cid-tPDnTgxZNj .title-wrapper {
  padding-top: 40%;
}
.cid-tPDnTgxZNj .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tPDnTgxZNj .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tPDnTgxZNj .mbr-section-title {
  color: #e4d295;
  text-align: center;
}
.cid-tPDofT8pzP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tPDofT8pzP .row {
  justify-content: center;
}
.cid-tPDofT8pzP .row .img-item {
  height: 354px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.7s;
  display: -webkit-flex;
  width: 100%;
}
.cid-tPDofT8pzP .row .img-item img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (max-width: 768px) {
  .cid-tPDofT8pzP .top {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPDofT8pzP .title {
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .cid-tPDofT8pzP .title {
    padding-left: 120px;
  }
}
.cid-tPDofT8pzP .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
}
.cid-tPDofT8pzP span {
  position: absolute;
  width: 105%;
  height: 80%;
  border: 1px solid #41392e;
}
.cid-tPDofT8pzP span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tPDofT8pzP span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform-origin: bottom right;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tPDofT8pzP .btn:hover span::before {
  border-top: 1px solid #b1a374;
  border-left: 1px solid #b1a374;
  transform: scale3d(1, 1, 1);
}
.cid-tPDofT8pzP .btn:hover span::after {
  border-bottom: 1px solid #b1a374;
  border-right: 1px solid #b1a374;
  transform: scale3d(1, 1, 1);
}
.cid-tPDofT8pzP .item-title {
  top: 50%;
  left: 50%;
  min-width: 200px;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tPDofT8pzP .img-item:hover .item-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tPDofT8pzP .img-item:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-tPDofT8pzP .mbr-text {
  font-style: italic;
  color: #9a948d;
}
.cid-tPDofT8pzP .mbr-section-title {
  color: #c1c1c1;
}
.cid-tPDEukRqLa {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fcfbf5;
}
.cid-tPDEukRqLa .mbr-section-subtitle {
  position: relative;
  margin-bottom: 3.75rem;
  color: #1d1e22;
}
.cid-tPDEukRqLa .mbr-section-subtitle::before {
  content: '"';
  position: absolute;
  left: -1.5rem;
  top: -0.2em;
  font-size: 1.8em;
}
@media (max-width: 546px) {
  .cid-tPDEukRqLa .mbr-section-subtitle::before {
    content: none;
  }
}
@media (max-width: 786px) {
  .cid-tPDEukRqLa .mbr-section-subtitle {
    margin-bottom: 1.875rem;
  }
}
.cid-tPDEukRqLa .mbr-text {
  color: #1d1e22;
}
.cid-tSuM1cA1BS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #dfdbd7;
}
.cid-tSuM1cA1BS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSuM1cA1BS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSuM1cA1BS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tSuM1cA1BS .container-fluid {
    padding: 0 30px;
  }
}
.cid-tSuM1cA1BS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSuM1cA1BS .container {
    padding: 0 30px;
  }
}
.cid-tSuM1cA1BS .card {
  margin-bottom: 64px;
}
.cid-tSuM1cA1BS .card .card-wrapper {
  display: flex;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  .cid-tSuM1cA1BS .card .card-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tSuM1cA1BS .card .card-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tSuM1cA1BS .card .card-wrapper {
    display: block;
  }
}
.cid-tSuM1cA1BS .card .card-wrapper .mbr-iconfont {
  font-size: 75px;
  margin-right: 28px;
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .cid-tSuM1cA1BS .card .card-wrapper .mbr-iconfont {
    margin-bottom: 16px;
    display: block;
  }
}
.cid-tSuM1cA1BS .card .card-wrapper .card-content .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tSuM1cA1BS .card .card-wrapper .card-content .mbr-text {
  line-height: 1.625;
  margin-bottom: 0;
}
.cid-tSuM1cA1BS .mbr-section-title {
  color: #000000;
}
.cid-tSuM1cA1BS .mbr-text {
  color: #000000;
}
.cid-u2cOH16TSp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfbf5;
}
.cid-u2cOH16TSp .item {
  padding-bottom: 2rem;
}
.cid-u2cOH16TSp .item-wrapper {
  height: 100%;
}
.cid-u2cOH16TSp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u2cOH16TSp .carousel-control,
.cid-u2cOH16TSp .close {
  background: #1b1b1b;
}
.cid-u2cOH16TSp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2cOH16TSp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2cOH16TSp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-u2cOH16TSp .close::before {
  content: '\e91a';
}
.cid-u2cOH16TSp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2cOH16TSp .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-u2cOH16TSp .carousel-inner > .active {
  display: block;
}
.cid-u2cOH16TSp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2cOH16TSp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2cOH16TSp .carousel-control .icon-next,
.cid-u2cOH16TSp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u2cOH16TSp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2cOH16TSp .carousel-control,
  .cid-u2cOH16TSp .carousel-indicators,
  .cid-u2cOH16TSp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2cOH16TSp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2cOH16TSp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2cOH16TSp .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-u2cOH16TSp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2cOH16TSp .carousel-indicators {
    display: none;
  }
}
.cid-u2cOH16TSp .carousel-indicators .active,
.cid-u2cOH16TSp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-u2cOH16TSp .carousel-indicators .active {
  background: #fff;
}
.cid-u2cOH16TSp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2cOH16TSp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2cOH16TSp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2cOH16TSp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2cOH16TSp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2cOH16TSp .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-u2cOH16TSp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2cOH16TSp .carousel {
  width: 100%;
}
.cid-u2cOH16TSp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2cOH16TSp .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-u2cOH16TSp .modal.fade .modal-dialog,
.cid-u2cOH16TSp .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-u2cOH16TSp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2cOH16TSp a {
  display: block;
}
.cid-u2cOH16TSp a.img {
  pointer-events: none;
}
.cid-tPDnThKwZW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #13202b;
}
.cid-tPDnThKwZW .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tPDnThKwZW .mbr-author-name {
  font-weight: bold;
  color: #b1a374;
}
.cid-tPDnThKwZW .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tPDnThKwZW .mbr-figure,
  .cid-tPDnThKwZW img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tPDnThKwZW .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tPDEBXB7gT {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #13202b;
}
.cid-tPDEBXB7gT .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tPDEBXB7gT .mbr-author-name {
  font-weight: bold;
  color: #b1a374;
}
.cid-tPDEBXB7gT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tPDEBXB7gT .mbr-figure,
  .cid-tPDEBXB7gT img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tPDEBXB7gT .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tPPClx0MiI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #13202b;
}
.cid-tPPClx0MiI .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-tPPClx0MiI .mbr-author-name {
  font-weight: bold;
  color: #b1a374;
}
.cid-tPPClx0MiI .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-tPPClx0MiI .mbr-figure,
  .cid-tPPClx0MiI img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-tPPClx0MiI .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-tUW5JdOrVH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUW5JdOrVH .item {
  padding-bottom: 2rem;
}
.cid-tUW5JdOrVH .item-wrapper {
  height: 100%;
}
.cid-tUW5JdOrVH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUW5JdOrVH .carousel-control,
.cid-tUW5JdOrVH .close {
  background: #1b1b1b;
}
.cid-tUW5JdOrVH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUW5JdOrVH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUW5JdOrVH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-tUW5JdOrVH .close::before {
  content: '\e91a';
}
.cid-tUW5JdOrVH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUW5JdOrVH .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-tUW5JdOrVH .carousel-inner > .active {
  display: block;
}
.cid-tUW5JdOrVH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUW5JdOrVH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUW5JdOrVH .carousel-control .icon-next,
.cid-tUW5JdOrVH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tUW5JdOrVH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUW5JdOrVH .carousel-control,
  .cid-tUW5JdOrVH .carousel-indicators,
  .cid-tUW5JdOrVH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUW5JdOrVH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUW5JdOrVH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUW5JdOrVH .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-tUW5JdOrVH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUW5JdOrVH .carousel-indicators {
    display: none;
  }
}
.cid-tUW5JdOrVH .carousel-indicators .active,
.cid-tUW5JdOrVH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-tUW5JdOrVH .carousel-indicators .active {
  background: #fff;
}
.cid-tUW5JdOrVH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUW5JdOrVH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUW5JdOrVH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUW5JdOrVH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUW5JdOrVH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUW5JdOrVH .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tUW5JdOrVH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUW5JdOrVH .carousel {
  width: 100%;
}
.cid-tUW5JdOrVH .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUW5JdOrVH .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-tUW5JdOrVH .modal.fade .modal-dialog,
.cid-tUW5JdOrVH .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-tUW5JdOrVH .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUW5JdOrVH a {
  display: block;
}
.cid-tUW5JdOrVH a.img {
  pointer-events: none;
}
.cid-tPDnTisVbb .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tPDnTisVbb .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-tPDnTisVbb a {
  font-style: normal;
}
.cid-tPDnTisVbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tPDnTisVbb .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tPDnTisVbb .nav-item:focus,
.cid-tPDnTisVbb .nav-link:focus {
  outline: none;
}
.cid-tPDnTisVbb .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tPDnTisVbb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tPDnTisVbb .menu-logo {
  margin-right: auto;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tPDnTisVbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tPDnTisVbb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tPDnTisVbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tPDnTisVbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPDnTisVbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tPDnTisVbb .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tPDnTisVbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tPDnTisVbb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPDnTisVbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tPDnTisVbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPDnTisVbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tPDnTisVbb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tPDnTisVbb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tPDnTisVbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tPDnTisVbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tPDnTisVbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tPDnTisVbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tPDnTisVbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tPDnTisVbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tPDnTisVbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tPDnTisVbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPDnTisVbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPDnTisVbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPDnTisVbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPDnTisVbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPDnTisVbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPDnTisVbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPDnTisVbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPDnTisVbb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tPDnTisVbb .collapsed .btn {
  display: flex;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse.collapsing,
.cid-tPDnTisVbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tPDnTisVbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tPDnTisVbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tPDnTisVbb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tPDnTisVbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tPDnTisVbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tPDnTisVbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tPDnTisVbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tPDnTisVbb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tPDnTisVbb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tPDnTisVbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tPDnTisVbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tPDnTisVbb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tPDnTisVbb.navbar-expand {
    flex-direction: column;
  }
  .cid-tPDnTisVbb img {
    height: 3.8rem !important;
  }
  .cid-tPDnTisVbb .btn {
    display: flex;
  }
  .cid-tPDnTisVbb button.navbar-toggler {
    display: block;
  }
  .cid-tPDnTisVbb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tPDnTisVbb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tPDnTisVbb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tPDnTisVbb .navbar-collapse.collapsing,
  .cid-tPDnTisVbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tPDnTisVbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tPDnTisVbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tPDnTisVbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tPDnTisVbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tPDnTisVbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tPDnTisVbb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tPDnTisVbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tPDnTisVbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tPDnTisVbb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tPDnTisVbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tPDnTisVbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tPDnTisVbb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tPDnTisVbb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tPDnTisVbb .navbar-collapse {
  flex-basis: auto;
}
.cid-tPDnTisVbb .nav-link:hover,
.cid-tPDnTisVbb .dropdown-item:hover {
  color: #e5dfcc !important;
}
.cid-tPDnTj1U0N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #13202b;
}
@media (max-width: 767px) {
  .cid-tPDnTj1U0N .content {
    text-align: center;
  }
  .cid-tPDnTj1U0N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPDnTj1U0N .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tPDnTj1U0N .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPDnTj1U0N .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tPDnTj1U0N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tPDnTj1U0N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tPDnTj1U0N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tPDnTj1U0N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tPDnTj1U0N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPDnTj1U0N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tPDnTj1U0N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPDnTj1U0N .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tPDnTj1U0N H5 {
  color: #b1a374;
}
.cid-tPDnTj1U0N P {
  color: #ffffff;
}
