.btn {
  border-width: 2px;
}
body {
  font-family: Gloock;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.875rem;
  line-height: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  letter-spacing: -0.014em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f6eb1f !important;
}
.bg-info {
  background-color: #d4af37 !important;
}
.bg-warning {
  background-color: #d4af37 !important;
}
.bg-danger {
  background-color: #c2b299 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
  color: #726447 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #726447 !important;
  background-color: #c3b79f !important;
  border-color: #c3b79f !important;
}
.btn-info,
.btn-info:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6eb1f !important;
  border-color: #f6eb1f !important;
  color: #151401 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b7ae07 !important;
  border-color: #b7ae07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #151401 !important;
  background-color: #b7ae07 !important;
  border-color: #b7ae07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #947920 !important;
  border-color: #947920 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a28963 !important;
  border-color: #a28963 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e4dfd4;
  color: #e4dfd4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3b79f !important;
  background-color: transparent!important;
  border-color: #c3b79f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #726447 !important;
  background-color: #e4dfd4 !important;
  border-color: #e4dfd4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d4af37;
  color: #d4af37;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #947920 !important;
  background-color: transparent!important;
  border-color: #947920 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f6eb1f;
  color: #f6eb1f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b7ae07 !important;
  background-color: transparent!important;
  border-color: #b7ae07 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #151401 !important;
  background-color: #f6eb1f !important;
  border-color: #f6eb1f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d4af37;
  color: #d4af37;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #947920 !important;
  background-color: transparent!important;
  border-color: #947920 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2b299;
  color: #c2b299;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a28963 !important;
  background-color: transparent!important;
  border-color: #a28963 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2b299 !important;
  border-color: #c2b299 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #e4dfd4 !important;
}
.text-success {
  color: #f6eb1f !important;
}
.text-info {
  color: #d4af37 !important;
}
.text-warning {
  color: #d4af37 !important;
}
.text-danger {
  color: #c2b299 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bdb095 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a8a007 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #886f1d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #886f1d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #99815c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d4af37;
}
.alert-warning {
  background-color: #d4af37;
}
.alert-danger {
  background-color: #c2b299;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefde3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8f2df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8f2df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f2eee9;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.56rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4dfd4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 18px 62px;
  border: 1px solid !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 18px 32px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 0 0 0 #d4af37 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #e4dfd4 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #f6eb1f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border-color: #ffffff !important;
  box-shadow: inset 250px 0 0 0 #ffffff !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #c2b299 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border-color: #d4af37 !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border-color: #d4af37 !important;
}
.cid-tUmz3vNi4d .navbar {
  padding: .5rem 0;
  background: #1b1b1b;
  transition: none;
  min-height: 77px;
}
.cid-tUmz3vNi4d .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1b1b;
}
.cid-tUmz3vNi4d a {
  font-style: normal;
}
.cid-tUmz3vNi4d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tUmz3vNi4d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tUmz3vNi4d .nav-item:focus,
.cid-tUmz3vNi4d .nav-link:focus {
  outline: none;
}
.cid-tUmz3vNi4d .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUmz3vNi4d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tUmz3vNi4d .menu-logo {
  margin-right: auto;
}
.cid-tUmz3vNi4d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUmz3vNi4d .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-tUmz3vNi4d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUmz3vNi4d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUmz3vNi4d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUmz3vNi4d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUmz3vNi4d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tUmz3vNi4d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tUmz3vNi4d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUmz3vNi4d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUmz3vNi4d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUmz3vNi4d .dropdown .dropdown-menu {
  background: #1b1b1b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tUmz3vNi4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tUmz3vNi4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUmz3vNi4d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUmz3vNi4d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUmz3vNi4d .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-tUmz3vNi4d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tUmz3vNi4d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tUmz3vNi4d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUmz3vNi4d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUmz3vNi4d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUmz3vNi4d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUmz3vNi4d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tUmz3vNi4d button.navbar-toggler:focus {
  outline: none;
}
.cid-tUmz3vNi4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.cid-tUmz3vNi4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUmz3vNi4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUmz3vNi4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUmz3vNi4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUmz3vNi4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUmz3vNi4d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUmz3vNi4d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUmz3vNi4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUmz3vNi4d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tUmz3vNi4d .collapsed .btn {
  display: -webkit-flex;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse.collapsing,
.cid-tUmz3vNi4d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUmz3vNi4d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUmz3vNi4d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUmz3vNi4d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tUmz3vNi4d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUmz3vNi4d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tUmz3vNi4d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUmz3vNi4d .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUmz3vNi4d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tUmz3vNi4d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tUmz3vNi4d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tUmz3vNi4d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUmz3vNi4d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUmz3vNi4d .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: 1023px) {
  .cid-tUmz3vNi4d .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tUmz3vNi4d img {
    height: 3.8rem !important;
  }
  .cid-tUmz3vNi4d .btn {
    display: -webkit-flex;
  }
  .cid-tUmz3vNi4d button.navbar-toggler {
    display: block;
  }
  .cid-tUmz3vNi4d .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tUmz3vNi4d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tUmz3vNi4d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUmz3vNi4d .navbar-collapse.collapsing,
  .cid-tUmz3vNi4d .navbar-collapse.show {
    display: block !important;
  }
  .cid-tUmz3vNi4d .navbar-collapse.collapsing .navbar-nav,
  .cid-tUmz3vNi4d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUmz3vNi4d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUmz3vNi4d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUmz3vNi4d .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUmz3vNi4d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tUmz3vNi4d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUmz3vNi4d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUmz3vNi4d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tUmz3vNi4d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUmz3vNi4d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUmz3vNi4d .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-tUmz3vNi4d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tUmz3vNi4d .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tUmz3vNi4d .nav-link:hover,
.cid-tUmz3vNi4d .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tTuo7Fb5QI .modal-body .close {
  background: #1b1b1b;
}
.cid-tTuo7Fb5QI .modal-body .close span {
  font-style: normal;
}
.cid-tTuo7Fb5QI .carousel-inner > .active,
.cid-tTuo7Fb5QI .carousel-inner > .next,
.cid-tTuo7Fb5QI .carousel-inner > .prev {
  display: table;
}
.cid-tTuo7Fb5QI .carousel-control .icon-next,
.cid-tTuo7Fb5QI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tTuo7Fb5QI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tTuo7Fb5QI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTuo7Fb5QI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tTuo7Fb5QI .boxed-slider > div {
  position: relative;
}
.cid-tTuo7Fb5QI .container img {
  width: 100%;
}
.cid-tTuo7Fb5QI .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-tTuo7Fb5QI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tTuo7Fb5QI .mbr-table-cell {
  padding: 0;
}
.cid-tTuo7Fb5QI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tTuo7Fb5QI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tTuo7Fb5QI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tTuo7Fb5QI .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-tTuo7Fb5QI .carousel-item .container {
    width: 100%;
  }
}
.cid-tTuo7Fb5QI .carousel-item-next.carousel-item-left,
.cid-tTuo7Fb5QI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tTuo7Fb5QI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators li.active,
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators li::after,
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tTuo7Fb5QI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tTuo7Fb5QI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tTuo7Fb5QI .mbr-slider > .container img {
  width: 100%;
}
.cid-tTuo7Fb5QI .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-tTuo7Fb5QI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tTuo7Fb5QI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tTuo7Fb5QI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tTuo7Fb5QI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tTuo7Fb5QI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tTuo7Fb5QI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tTuo7Fb5QI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tTuo7Fb5QI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tTuo7Fb5QI .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tTuo7Fb5QI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tTuo7Fb5QI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tTuo7Fb5QI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tTuo7Fb5QI P {
  text-align: center;
}
.cid-tTuAIE8pTJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tTuAIE8pTJ .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tTuAIE8pTJ h4 {
  font-weight: 500;
}
.cid-tTuAIE8pTJ h4,
.cid-tTuAIE8pTJ h5 {
  text-align: center;
}
.cid-tTuAIE8pTJ p {
  text-align: center;
}
.cid-tTuAIE8pTJ .card-box {
  text-align: center;
}
.cid-tTuAIE8pTJ .card-img {
  font-size: 3rem;
}
.cid-tTuAIE8pTJ .mbr-iconfont {
  color: #ffffff;
}
.cid-tTuAIE8pTJ .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tTuAIE8pTJ B {
  color: #333333;
}
.cid-tTuAIE8pTJ H2 {
  color: #d4af37;
}
.cid-tTuAIE8pTJ .card-title {
  text-align: center;
}
.cid-tGGwbYbj5h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-tGGwbYbj5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGwbYbj5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGwbYbj5h .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .container {
    padding: 0 20px;
  }
}
.cid-tGGwbYbj5h .row {
  justify-content: center;
}
.cid-tGGwbYbj5h .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tGGwbYbj5h .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tGGwbYbj5h .mbr-text {
  color: #fafafa;
}
.cid-tGGwbYbj5h .mbr-desc {
  color: #e4dfd4;
}
.cid-tUg76DwApA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUg76DwApA .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tUg76DwApA h4 {
  font-weight: 500;
}
.cid-tUg76DwApA h4,
.cid-tUg76DwApA h5 {
  text-align: center;
}
.cid-tUg76DwApA p {
  text-align: center;
}
.cid-tUg76DwApA .card-box {
  text-align: center;
}
.cid-tUg76DwApA .card-img {
  font-size: 3rem;
}
.cid-tUg76DwApA .mbr-iconfont {
  color: #ffffff;
}
.cid-tUg76DwApA .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tUg76DwApA B {
  color: #333333;
}
.cid-tUg76DwApA H2 {
  color: #c2b299;
  text-align: left;
}
.cid-tUg76DwApA .card-title {
  text-align: center;
}
.cid-tUm7OeVCIX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-tUm7OeVCIX .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tUm7OeVCIX .card-img {
  padding-bottom: 2rem;
}
.cid-tUm7OeVCIX .mbr-text {
  color: #767676;
}
.cid-tUm7OeVCIX span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tUm7OeVCIX .mbr-section-btn {
  margin-left: 0;
}
.cid-tUm7OeVCIX .date span {
  display: inline-block;
  background-color: #e4dfd4;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tUm7OeVCIX .card-title {
    text-align: center;
  }
  .cid-tUm7OeVCIX p.mbr-text,
  .cid-tUm7OeVCIX p.date {
    text-align: center;
  }
}
.cid-tUm7OeVCIX H2 {
  text-align: left;
  color: #d4af37;
}
.cid-tUm7OeVCIX .card-title,
.cid-tUm7OeVCIX .card-img {
  color: #c2b299;
}
.cid-tUm7OeVCIX .mbr-text,
.cid-tUm7OeVCIX .mbr-section-btn {
  color: #ffffff;
}
.cid-tTuutJCeMG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-tTuutJCeMG img,
.cid-tTuutJCeMG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tTuutJCeMG .item:focus,
.cid-tTuutJCeMG span:focus {
  outline: none;
}
.cid-tTuutJCeMG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tTuutJCeMG .item {
    margin-bottom: 1rem;
  }
}
.cid-tTuutJCeMG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tTuutJCeMG .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tTuutJCeMG .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tTuutJCeMG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tTuutJCeMG .mbr-section-title {
  color: #d4af37;
  text-align: left;
}
.cid-tTuutJCeMG .item-title {
  text-align: left;
  color: #d4af37;
}
.cid-tTuutJCeMG .item-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-tTuutJCeMG .mbr-text,
.cid-tTuutJCeMG .item .mbr-section-btn {
  text-align: left;
}
.cid-tTuutJCeMG .mbr-section-subtitle,
.cid-tTuutJCeMG .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tTAXYH8poA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tTAXYH8poA .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tTAXYH8poA h4 {
  font-weight: 500;
}
.cid-tTAXYH8poA h4,
.cid-tTAXYH8poA h5 {
  text-align: center;
}
.cid-tTAXYH8poA p {
  text-align: center;
}
.cid-tTAXYH8poA .card-box {
  text-align: center;
}
.cid-tTAXYH8poA .card-img {
  font-size: 3rem;
}
.cid-tTAXYH8poA .mbr-iconfont {
  color: #ffffff;
}
.cid-tTAXYH8poA .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tTAXYH8poA B {
  color: #333333;
}
.cid-tTAXYH8poA H2 {
  color: #d4af37;
}
.cid-tTAXYH8poA .card-title {
  text-align: center;
}
.cid-tGGwpiToEK {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1b1b1b;
}
.cid-tGGwpiToEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGwpiToEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGwpiToEK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tGGwpiToEK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwpiToEK .container {
    padding: 0 20px;
  }
}
.cid-tGGwpiToEK .row {
  justify-content: center;
}
.cid-tGGwpiToEK .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tGGwpiToEK .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwpiToEK .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tGGwpiToEK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tGGwpiToEK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGwpiToEK .dragArea.row {
  padding: 80px 78px;
  background-color: #d4af37;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tGGwpiToEK .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGGwpiToEK .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tGGwpiToEK .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-control:hover,
.cid-tGGwpiToEK .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tGGwpiToEK .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-tGGwpiToEK .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tGGwpiToEK .mbr-section-title {
  color: #c2b299;
}
.cid-tGGwpiToEK .mbr-text {
  color: #1b1b1b;
}
.cid-tGGwpiToEK label {
  color: #c2b299;
}
.cid-tGGwpiToEK .mbr-section-title,
.cid-tGGwpiToEK .mbr-section-btn {
  color: #c2b299;
}
.cid-tGGwpiToEK P {
  color: #ffffff;
}
.cid-tGGwpiToEK H2 {
  color: #000000;
}
.cid-tGGwpiToEK LABEL {
  color: #000000;
}
.cid-tUyAIApHDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUyAIApHDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyAIApHDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyAIApHDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUyAIApHDs .row {
    text-align: center;
  }
  .cid-tUyAIApHDs .row > div {
    margin: auto;
  }
  .cid-tUyAIApHDs .social-row {
    justify-content: center;
  }
}
.cid-tUyAIApHDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUyAIApHDs .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 0rem;
  }
}
.cid-tUyAIApHDs .mbr-text {
  color: #bbbbbb;
}
.cid-tUyAIApHDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUyAIApHDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUyAIApHDs .mbr-section-subtitle {
  color: #d4af37;
}
.cid-tUyAIApHDs H5 {
  color: #e5e1cf;
}
.cid-tWkGTtMExC .navbar {
  padding: .5rem 0;
  background: #1b1b1b;
  transition: none;
  min-height: 77px;
}
.cid-tWkGTtMExC .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1b1b;
}
.cid-tWkGTtMExC a {
  font-style: normal;
}
.cid-tWkGTtMExC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWkGTtMExC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWkGTtMExC .nav-item:focus,
.cid-tWkGTtMExC .nav-link:focus {
  outline: none;
}
.cid-tWkGTtMExC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWkGTtMExC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWkGTtMExC .menu-logo {
  margin-right: auto;
}
.cid-tWkGTtMExC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWkGTtMExC .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-tWkGTtMExC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWkGTtMExC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWkGTtMExC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWkGTtMExC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWkGTtMExC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWkGTtMExC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWkGTtMExC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWkGTtMExC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWkGTtMExC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWkGTtMExC .dropdown .dropdown-menu {
  background: #1b1b1b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWkGTtMExC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWkGTtMExC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWkGTtMExC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWkGTtMExC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWkGTtMExC .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-tWkGTtMExC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWkGTtMExC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWkGTtMExC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWkGTtMExC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWkGTtMExC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWkGTtMExC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWkGTtMExC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWkGTtMExC button.navbar-toggler:focus {
  outline: none;
}
.cid-tWkGTtMExC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.cid-tWkGTtMExC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWkGTtMExC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkGTtMExC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkGTtMExC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWkGTtMExC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkGTtMExC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWkGTtMExC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWkGTtMExC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkGTtMExC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkGTtMExC .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse.collapsing,
.cid-tWkGTtMExC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWkGTtMExC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWkGTtMExC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWkGTtMExC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWkGTtMExC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWkGTtMExC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tWkGTtMExC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWkGTtMExC .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWkGTtMExC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWkGTtMExC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkGTtMExC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWkGTtMExC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWkGTtMExC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWkGTtMExC .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: 1023px) {
  .cid-tWkGTtMExC .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkGTtMExC img {
    height: 3.8rem !important;
  }
  .cid-tWkGTtMExC .btn {
    display: -webkit-flex;
  }
  .cid-tWkGTtMExC button.navbar-toggler {
    display: block;
  }
  .cid-tWkGTtMExC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWkGTtMExC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkGTtMExC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWkGTtMExC .navbar-collapse.collapsing,
  .cid-tWkGTtMExC .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWkGTtMExC .navbar-collapse.collapsing .navbar-nav,
  .cid-tWkGTtMExC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWkGTtMExC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWkGTtMExC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWkGTtMExC .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWkGTtMExC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWkGTtMExC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWkGTtMExC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWkGTtMExC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWkGTtMExC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWkGTtMExC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWkGTtMExC .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-tWkGTtMExC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWkGTtMExC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWkGTtMExC .nav-link:hover,
.cid-tWkGTtMExC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tUCkEOhDzk {
  background-image: url("../../../assets/images/top-pawn-your-vehicle-banner-1920x1080.png");
}
.cid-tUCkEOhDzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUCkEOhDzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUCkEOhDzk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUCkEOhDzk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUCkEOhDzk .container {
    padding: 0 20px;
  }
}
.cid-tUCkEOhDzk .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tUCkEOhDzk .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tUCkEOhDzk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUCkEOhDzk .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tUCkEOhDzk .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tUCkEOhDzk .mbr-section-title {
  color: #ffffff;
}
.cid-tUCkEOhDzk .mbr-text {
  color: #f2f2f2;
}
.cid-tUCkEOhDzk .mbr-section-title,
.cid-tUCkEOhDzk .mbr-section-btn {
  text-align: center;
}
.cid-tTB2Mfob9y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tTB2Mfob9y .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tTB2Mfob9y h4 {
  font-weight: 500;
}
.cid-tTB2Mfob9y h4,
.cid-tTB2Mfob9y h5 {
  text-align: center;
}
.cid-tTB2Mfob9y p {
  text-align: center;
}
.cid-tTB2Mfob9y .card-box {
  text-align: center;
}
.cid-tTB2Mfob9y .card-img {
  font-size: 3rem;
}
.cid-tTB2Mfob9y .mbr-iconfont {
  color: #ffffff;
}
.cid-tTB2Mfob9y .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tTB2Mfob9y B {
  color: #333333;
}
.cid-tTB2Mfob9y H2 {
  color: #d4af37;
}
.cid-tTB2Mfob9y .card-title {
  text-align: center;
}
.cid-tTLjgPIm8L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-tTLjgPIm8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTLjgPIm8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTLjgPIm8L .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTLjgPIm8L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTLjgPIm8L .container {
    padding: 0 20px;
  }
}
.cid-tTLjgPIm8L .row {
  justify-content: center;
}
.cid-tTLjgPIm8L .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTLjgPIm8L .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tTLjgPIm8L .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tTLjgPIm8L .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tTLjgPIm8L .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tTLjgPIm8L .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tTLjgPIm8L .mbr-text {
  color: #ffffff;
}
.cid-tTLjgPIm8L .mbr-desc {
  color: #e4dfd4;
}
.cid-tUyI3wkdtx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUyI3wkdtx .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUyI3wkdtx .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUyI3wkdtx p {
  line-height: 1.6;
}
.cid-tUyI3wkdtx .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUyI3wkdtx .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUyI3wkdtx .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUyI3wkdtx img {
  transition: all 0.3s;
}
.cid-tUyI3wkdtx .card-box {
  padding: 1.5rem;
}
.cid-tUyI3wkdtx .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUyI3wkdtx .card-box > p,
.cid-tUyI3wkdtx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUyI3wkdtx .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUyJT2Opii {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUyJT2Opii .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUyJT2Opii .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUyJT2Opii p {
  line-height: 1.6;
}
.cid-tUyJT2Opii .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUyJT2Opii .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUyJT2Opii .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUyJT2Opii img {
  transition: all 0.3s;
}
.cid-tUyJT2Opii .card-box {
  padding: 1.5rem;
}
.cid-tUyJT2Opii .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUyJT2Opii .card-box > p,
.cid-tUyJT2Opii .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUyJT2Opii .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUyLXRtz7R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #1b1b1b;
}
.cid-tUyLXRtz7R .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUyLXRtz7R .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUyLXRtz7R p {
  line-height: 1.6;
}
.cid-tUyLXRtz7R .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUyLXRtz7R .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUyLXRtz7R .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUyLXRtz7R img {
  transition: all 0.3s;
}
.cid-tUyLXRtz7R .card-box {
  padding: 1.5rem;
}
.cid-tUyLXRtz7R .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUyLXRtz7R .card-box > p,
.cid-tUyLXRtz7R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUyLXRtz7R .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUkMpqHFcU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUkMpqHFcU .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tUkMpqHFcU h4 {
  font-weight: 500;
}
.cid-tUkMpqHFcU h4,
.cid-tUkMpqHFcU h5 {
  text-align: center;
}
.cid-tUkMpqHFcU p {
  text-align: center;
}
.cid-tUkMpqHFcU .card-box {
  text-align: center;
}
.cid-tUkMpqHFcU .card-img {
  font-size: 3rem;
}
.cid-tUkMpqHFcU .mbr-iconfont {
  color: #ffffff;
}
.cid-tUkMpqHFcU .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tUkMpqHFcU B {
  color: #333333;
}
.cid-tUkMpqHFcU H2 {
  color: #d4af37;
}
.cid-tUkMpqHFcU .card-title {
  text-align: center;
}
.cid-tUkMmR3OPP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1b1b1b;
}
.cid-tUkMmR3OPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUkMmR3OPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUkMmR3OPP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUkMmR3OPP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUkMmR3OPP .container {
    padding: 0 20px;
  }
}
.cid-tUkMmR3OPP .row {
  justify-content: center;
}
.cid-tUkMmR3OPP .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tUkMmR3OPP .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUkMmR3OPP .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tUkMmR3OPP .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUkMmR3OPP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUkMmR3OPP .dragArea.row {
  padding: 80px 78px;
  background-color: #d4af37;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tUkMmR3OPP .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUkMmR3OPP .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tUkMmR3OPP .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-control:hover,
.cid-tUkMmR3OPP .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tUkMmR3OPP .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-tUkMmR3OPP .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tUkMmR3OPP .mbr-section-title {
  color: #c2b299;
}
.cid-tUkMmR3OPP .mbr-text {
  color: #1b1b1b;
}
.cid-tUkMmR3OPP label {
  color: #c2b299;
}
.cid-tUkMmR3OPP .mbr-section-title,
.cid-tUkMmR3OPP .mbr-section-btn {
  color: #c2b299;
}
.cid-tUkMmR3OPP P {
  color: #ffffff;
}
.cid-tUkMmR3OPP H2 {
  color: #000000;
}
.cid-tUkMmR3OPP LABEL {
  color: #000000;
}
.cid-tUyAIApHDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUyAIApHDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyAIApHDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyAIApHDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUyAIApHDs .row {
    text-align: center;
  }
  .cid-tUyAIApHDs .row > div {
    margin: auto;
  }
  .cid-tUyAIApHDs .social-row {
    justify-content: center;
  }
}
.cid-tUyAIApHDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUyAIApHDs .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 0rem;
  }
}
.cid-tUyAIApHDs .mbr-text {
  color: #bbbbbb;
}
.cid-tUyAIApHDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUyAIApHDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUyAIApHDs .mbr-section-subtitle {
  color: #d4af37;
}
.cid-tUyAIApHDs H5 {
  color: #e5e1cf;
}
.cid-tWkH0jr0fe .navbar {
  padding: .5rem 0;
  background: #1b1b1b;
  transition: none;
  min-height: 77px;
}
.cid-tWkH0jr0fe .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1b1b;
}
.cid-tWkH0jr0fe a {
  font-style: normal;
}
.cid-tWkH0jr0fe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWkH0jr0fe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWkH0jr0fe .nav-item:focus,
.cid-tWkH0jr0fe .nav-link:focus {
  outline: none;
}
.cid-tWkH0jr0fe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWkH0jr0fe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWkH0jr0fe .menu-logo {
  margin-right: auto;
}
.cid-tWkH0jr0fe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWkH0jr0fe .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-tWkH0jr0fe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWkH0jr0fe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWkH0jr0fe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWkH0jr0fe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWkH0jr0fe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWkH0jr0fe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWkH0jr0fe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWkH0jr0fe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWkH0jr0fe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWkH0jr0fe .dropdown .dropdown-menu {
  background: #1b1b1b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWkH0jr0fe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWkH0jr0fe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWkH0jr0fe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWkH0jr0fe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWkH0jr0fe .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-tWkH0jr0fe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWkH0jr0fe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWkH0jr0fe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWkH0jr0fe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWkH0jr0fe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWkH0jr0fe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWkH0jr0fe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWkH0jr0fe button.navbar-toggler:focus {
  outline: none;
}
.cid-tWkH0jr0fe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.cid-tWkH0jr0fe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWkH0jr0fe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH0jr0fe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH0jr0fe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWkH0jr0fe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH0jr0fe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWkH0jr0fe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWkH0jr0fe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH0jr0fe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH0jr0fe .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse.collapsing,
.cid-tWkH0jr0fe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWkH0jr0fe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWkH0jr0fe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWkH0jr0fe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWkH0jr0fe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWkH0jr0fe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tWkH0jr0fe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWkH0jr0fe .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWkH0jr0fe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWkH0jr0fe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH0jr0fe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWkH0jr0fe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWkH0jr0fe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWkH0jr0fe .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: 1023px) {
  .cid-tWkH0jr0fe .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH0jr0fe img {
    height: 3.8rem !important;
  }
  .cid-tWkH0jr0fe .btn {
    display: -webkit-flex;
  }
  .cid-tWkH0jr0fe button.navbar-toggler {
    display: block;
  }
  .cid-tWkH0jr0fe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWkH0jr0fe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH0jr0fe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWkH0jr0fe .navbar-collapse.collapsing,
  .cid-tWkH0jr0fe .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWkH0jr0fe .navbar-collapse.collapsing .navbar-nav,
  .cid-tWkH0jr0fe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWkH0jr0fe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWkH0jr0fe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWkH0jr0fe .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWkH0jr0fe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWkH0jr0fe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWkH0jr0fe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWkH0jr0fe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWkH0jr0fe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWkH0jr0fe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWkH0jr0fe .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-tWkH0jr0fe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWkH0jr0fe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWkH0jr0fe .nav-link:hover,
.cid-tWkH0jr0fe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tUClW4BzI1 {
  background-image: url("../../../assets/images/pawn-or-sell-your-jewllery-or-luxury-items-1920x1080.png");
}
.cid-tUClW4BzI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUClW4BzI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUClW4BzI1 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUClW4BzI1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUClW4BzI1 .container {
    padding: 0 20px;
  }
}
.cid-tUClW4BzI1 .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tUClW4BzI1 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tUClW4BzI1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUClW4BzI1 .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tUClW4BzI1 .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tUClW4BzI1 .mbr-section-title {
  color: #ffffff;
}
.cid-tUClW4BzI1 .mbr-text {
  color: #f2f2f2;
}
.cid-tUClW4BzI1 .mbr-section-title,
.cid-tUClW4BzI1 .mbr-section-btn {
  text-align: center;
}
.cid-tTBh1SpWmo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tTBh1SpWmo .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tTBh1SpWmo h4 {
  font-weight: 500;
}
.cid-tTBh1SpWmo h4,
.cid-tTBh1SpWmo h5 {
  text-align: center;
}
.cid-tTBh1SpWmo p {
  text-align: center;
}
.cid-tTBh1SpWmo .card-box {
  text-align: center;
}
.cid-tTBh1SpWmo .card-img {
  font-size: 3rem;
}
.cid-tTBh1SpWmo .mbr-iconfont {
  color: #ffffff;
}
.cid-tTBh1SpWmo .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tTBh1SpWmo B {
  color: #333333;
}
.cid-tTBh1SpWmo H2 {
  color: #d4af37;
}
.cid-tTBh1SpWmo .card-title {
  text-align: center;
}
.cid-tTBiRNFMar {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-tTBiRNFMar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTBiRNFMar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTBiRNFMar .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTBiRNFMar .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTBiRNFMar .container {
    padding: 0 20px;
  }
}
.cid-tTBiRNFMar .row {
  justify-content: center;
}
.cid-tTBiRNFMar .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTBiRNFMar .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tTBiRNFMar .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tTBiRNFMar .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tTBiRNFMar .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tTBiRNFMar .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tTBiRNFMar .mbr-text {
  color: #fafafa;
}
.cid-tTBiRNFMar .mbr-desc {
  color: #e4dfd4;
}
.cid-tUCmBe9ryO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUCmBe9ryO .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUCmBe9ryO .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUCmBe9ryO p {
  line-height: 1.6;
}
.cid-tUCmBe9ryO .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUCmBe9ryO .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUCmBe9ryO .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUCmBe9ryO img {
  transition: all 0.3s;
}
.cid-tUCmBe9ryO .card-box {
  padding: 1.5rem;
}
.cid-tUCmBe9ryO .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUCmBe9ryO .card-box > p,
.cid-tUCmBe9ryO .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUCmBe9ryO .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUCmD4aSv6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUCmD4aSv6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUCmD4aSv6 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUCmD4aSv6 p {
  line-height: 1.6;
}
.cid-tUCmD4aSv6 .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUCmD4aSv6 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUCmD4aSv6 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUCmD4aSv6 img {
  transition: all 0.3s;
}
.cid-tUCmD4aSv6 .card-box {
  padding: 1.5rem;
}
.cid-tUCmD4aSv6 .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUCmD4aSv6 .card-box > p,
.cid-tUCmD4aSv6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUCmD4aSv6 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUZzRWgyd2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUZzRWgyd2 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUZzRWgyd2 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUZzRWgyd2 p {
  line-height: 1.6;
}
.cid-tUZzRWgyd2 .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUZzRWgyd2 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUZzRWgyd2 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUZzRWgyd2 img {
  transition: all 0.3s;
}
.cid-tUZzRWgyd2 .card-box {
  padding: 1.5rem;
}
.cid-tUZzRWgyd2 .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUZzRWgyd2 .card-box > p,
.cid-tUZzRWgyd2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUZzRWgyd2 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUmg2DPGpj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUmg2DPGpj .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tUmg2DPGpj h4 {
  font-weight: 500;
}
.cid-tUmg2DPGpj h4,
.cid-tUmg2DPGpj h5 {
  text-align: center;
}
.cid-tUmg2DPGpj p {
  text-align: center;
}
.cid-tUmg2DPGpj .card-box {
  text-align: center;
}
.cid-tUmg2DPGpj .card-img {
  font-size: 3rem;
}
.cid-tUmg2DPGpj .mbr-iconfont {
  color: #ffffff;
}
.cid-tUmg2DPGpj .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tUmg2DPGpj B {
  color: #333333;
}
.cid-tUmg2DPGpj H2 {
  color: #d4af37;
}
.cid-tUmg2DPGpj .card-title {
  text-align: center;
}
.cid-tUmg3T4slY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1b1b1b;
}
.cid-tUmg3T4slY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUmg3T4slY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUmg3T4slY .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUmg3T4slY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUmg3T4slY .container {
    padding: 0 20px;
  }
}
.cid-tUmg3T4slY .row {
  justify-content: center;
}
.cid-tUmg3T4slY .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tUmg3T4slY .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUmg3T4slY .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tUmg3T4slY .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUmg3T4slY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUmg3T4slY .dragArea.row {
  padding: 80px 78px;
  background-color: #d4af37;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tUmg3T4slY .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUmg3T4slY .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tUmg3T4slY .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-control:hover,
.cid-tUmg3T4slY .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tUmg3T4slY .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-tUmg3T4slY .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tUmg3T4slY .mbr-section-title {
  color: #c2b299;
}
.cid-tUmg3T4slY .mbr-text {
  color: #1b1b1b;
}
.cid-tUmg3T4slY label {
  color: #c2b299;
}
.cid-tUmg3T4slY .mbr-section-title,
.cid-tUmg3T4slY .mbr-section-btn {
  color: #c2b299;
}
.cid-tUmg3T4slY P {
  color: #ffffff;
}
.cid-tUmg3T4slY H2 {
  color: #000000;
}
.cid-tUmg3T4slY LABEL {
  color: #000000;
}
.cid-tUyAIApHDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUyAIApHDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyAIApHDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyAIApHDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUyAIApHDs .row {
    text-align: center;
  }
  .cid-tUyAIApHDs .row > div {
    margin: auto;
  }
  .cid-tUyAIApHDs .social-row {
    justify-content: center;
  }
}
.cid-tUyAIApHDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUyAIApHDs .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 0rem;
  }
}
.cid-tUyAIApHDs .mbr-text {
  color: #bbbbbb;
}
.cid-tUyAIApHDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUyAIApHDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUyAIApHDs .mbr-section-subtitle {
  color: #d4af37;
}
.cid-tUyAIApHDs H5 {
  color: #e5e1cf;
}
.cid-tWkH4FYy2x .navbar {
  padding: .5rem 0;
  background: #1b1b1b;
  transition: none;
  min-height: 77px;
}
.cid-tWkH4FYy2x .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1b1b;
}
.cid-tWkH4FYy2x a {
  font-style: normal;
}
.cid-tWkH4FYy2x .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWkH4FYy2x .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWkH4FYy2x .nav-item:focus,
.cid-tWkH4FYy2x .nav-link:focus {
  outline: none;
}
.cid-tWkH4FYy2x .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWkH4FYy2x .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWkH4FYy2x .menu-logo {
  margin-right: auto;
}
.cid-tWkH4FYy2x .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWkH4FYy2x .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-tWkH4FYy2x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWkH4FYy2x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWkH4FYy2x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWkH4FYy2x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWkH4FYy2x .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWkH4FYy2x .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWkH4FYy2x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWkH4FYy2x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWkH4FYy2x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWkH4FYy2x .dropdown .dropdown-menu {
  background: #1b1b1b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWkH4FYy2x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWkH4FYy2x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWkH4FYy2x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWkH4FYy2x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWkH4FYy2x .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-tWkH4FYy2x .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWkH4FYy2x .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWkH4FYy2x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWkH4FYy2x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWkH4FYy2x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWkH4FYy2x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWkH4FYy2x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWkH4FYy2x button.navbar-toggler:focus {
  outline: none;
}
.cid-tWkH4FYy2x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.cid-tWkH4FYy2x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWkH4FYy2x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH4FYy2x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH4FYy2x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWkH4FYy2x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH4FYy2x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWkH4FYy2x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWkH4FYy2x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH4FYy2x .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH4FYy2x .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse.collapsing,
.cid-tWkH4FYy2x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWkH4FYy2x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWkH4FYy2x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWkH4FYy2x .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWkH4FYy2x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWkH4FYy2x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tWkH4FYy2x .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWkH4FYy2x .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWkH4FYy2x .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWkH4FYy2x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH4FYy2x .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWkH4FYy2x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWkH4FYy2x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWkH4FYy2x .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: 1023px) {
  .cid-tWkH4FYy2x .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH4FYy2x img {
    height: 3.8rem !important;
  }
  .cid-tWkH4FYy2x .btn {
    display: -webkit-flex;
  }
  .cid-tWkH4FYy2x button.navbar-toggler {
    display: block;
  }
  .cid-tWkH4FYy2x .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWkH4FYy2x .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH4FYy2x .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWkH4FYy2x .navbar-collapse.collapsing,
  .cid-tWkH4FYy2x .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWkH4FYy2x .navbar-collapse.collapsing .navbar-nav,
  .cid-tWkH4FYy2x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWkH4FYy2x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWkH4FYy2x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWkH4FYy2x .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWkH4FYy2x .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWkH4FYy2x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWkH4FYy2x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWkH4FYy2x .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWkH4FYy2x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWkH4FYy2x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWkH4FYy2x .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-tWkH4FYy2x .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWkH4FYy2x .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWkH4FYy2x .nav-link:hover,
.cid-tWkH4FYy2x .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tUCyMLmh8b {
  background-image: url("../../../assets/images/top-commercial-banner-1920x1080.png");
}
.cid-tUCyMLmh8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUCyMLmh8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUCyMLmh8b .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUCyMLmh8b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUCyMLmh8b .container {
    padding: 0 20px;
  }
}
.cid-tUCyMLmh8b .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tUCyMLmh8b .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tUCyMLmh8b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUCyMLmh8b .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tUCyMLmh8b .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tUCyMLmh8b .mbr-section-title {
  color: #ffffff;
}
.cid-tUCyMLmh8b .mbr-text {
  color: #f2f2f2;
}
.cid-tUCyMLmh8b .mbr-section-title,
.cid-tUCyMLmh8b .mbr-section-btn {
  text-align: center;
}
.cid-tTBksVEnKi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tTBksVEnKi .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tTBksVEnKi h4 {
  font-weight: 500;
}
.cid-tTBksVEnKi h4,
.cid-tTBksVEnKi h5 {
  text-align: center;
}
.cid-tTBksVEnKi p {
  text-align: center;
}
.cid-tTBksVEnKi .card-box {
  text-align: center;
}
.cid-tTBksVEnKi .card-img {
  font-size: 3rem;
}
.cid-tTBksVEnKi .mbr-iconfont {
  color: #ffffff;
}
.cid-tTBksVEnKi .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tTBksVEnKi B {
  color: #333333;
}
.cid-tTBksVEnKi H2 {
  color: #d4af37;
}
.cid-tTBksVEnKi .card-title {
  text-align: center;
}
.cid-tTBlCNSU76 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1b1b;
}
.cid-tTBlCNSU76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTBlCNSU76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTBlCNSU76 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTBlCNSU76 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTBlCNSU76 .container {
    padding: 0 20px;
  }
}
.cid-tTBlCNSU76 .row {
  justify-content: center;
}
.cid-tTBlCNSU76 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tTBlCNSU76 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tTBlCNSU76 .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tTBlCNSU76 .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tTBlCNSU76 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tTBlCNSU76 .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tTBlCNSU76 .mbr-text {
  color: #fafafa;
}
.cid-tTBlCNSU76 .mbr-desc {
  color: #e4dfd4;
}
.cid-tUCuggW9PJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUCuggW9PJ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUCuggW9PJ .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUCuggW9PJ p {
  line-height: 1.6;
}
.cid-tUCuggW9PJ .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUCuggW9PJ .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUCuggW9PJ .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUCuggW9PJ img {
  transition: all 0.3s;
}
.cid-tUCuggW9PJ .card-box {
  padding: 1.5rem;
}
.cid-tUCuggW9PJ .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUCuggW9PJ .card-box > p,
.cid-tUCuggW9PJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUCuggW9PJ .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUCuhNGRTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUCuhNGRTX .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #d4af37;
  transition: all 0.3s;
}
.cid-tUCuhNGRTX .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tUCuhNGRTX p {
  line-height: 1.6;
}
.cid-tUCuhNGRTX .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tUCuhNGRTX .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-tUCuhNGRTX .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tUCuhNGRTX img {
  transition: all 0.3s;
}
.cid-tUCuhNGRTX .card-box {
  padding: 1.5rem;
}
.cid-tUCuhNGRTX .mbr-section-title {
  margin: 0 auto;
  color: #d4af37;
  text-align: center;
}
.cid-tUCuhNGRTX .card-box > p,
.cid-tUCuhNGRTX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tUCuhNGRTX .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tUmnvrrTY6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #1b1b1b;
}
.cid-tUmnvrrTY6 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tUmnvrrTY6 h4 {
  font-weight: 500;
}
.cid-tUmnvrrTY6 h4,
.cid-tUmnvrrTY6 h5 {
  text-align: center;
}
.cid-tUmnvrrTY6 p {
  text-align: center;
}
.cid-tUmnvrrTY6 .card-box {
  text-align: center;
}
.cid-tUmnvrrTY6 .card-img {
  font-size: 3rem;
}
.cid-tUmnvrrTY6 .mbr-iconfont {
  color: #ffffff;
}
.cid-tUmnvrrTY6 .mbr-section-subtitle {
  text-align: left;
  color: #e4dfd4;
}
.cid-tUmnvrrTY6 B {
  color: #333333;
}
.cid-tUmnvrrTY6 H2 {
  color: #d4af37;
}
.cid-tUmnvrrTY6 .card-title {
  text-align: center;
}
.cid-tUmntmODvC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1b1b1b;
}
.cid-tUmntmODvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUmntmODvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUmntmODvC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUmntmODvC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUmntmODvC .container {
    padding: 0 20px;
  }
}
.cid-tUmntmODvC .row {
  justify-content: center;
}
.cid-tUmntmODvC .title-wrapper {
  padding: 40px 78px;
  background-color: #1b1b1b;
}
@media (max-width: 1200px) {
  .cid-tUmntmODvC .title-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUmntmODvC .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-tUmntmODvC .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUmntmODvC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUmntmODvC .dragArea.row {
  padding: 80px 78px;
  background-color: #d4af37;
  margin: 0;
}
@media (max-width: 1200px) {
  .cid-tUmntmODvC .dragArea.row {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tUmntmODvC .dragArea.row {
    padding: 50px 25px;
  }
}
.cid-tUmntmODvC .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-control {
  padding: 16px 20px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-control:hover,
.cid-tUmntmODvC .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0 0 20px;
}
.cid-tUmntmODvC .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background-color: transparent;
  border-color: #787878;
}
.cid-tUmntmODvC .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tUmntmODvC .mbr-section-title {
  color: #c2b299;
}
.cid-tUmntmODvC .mbr-text {
  color: #1b1b1b;
}
.cid-tUmntmODvC label {
  color: #c2b299;
}
.cid-tUmntmODvC .mbr-section-title,
.cid-tUmntmODvC .mbr-section-btn {
  color: #c2b299;
}
.cid-tUmntmODvC P {
  color: #ffffff;
}
.cid-tUmntmODvC H2 {
  color: #000000;
}
.cid-tUmntmODvC LABEL {
  color: #000000;
}
.cid-tUyAIApHDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUyAIApHDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyAIApHDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyAIApHDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUyAIApHDs .row {
    text-align: center;
  }
  .cid-tUyAIApHDs .row > div {
    margin: auto;
  }
  .cid-tUyAIApHDs .social-row {
    justify-content: center;
  }
}
.cid-tUyAIApHDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUyAIApHDs .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 0rem;
  }
}
.cid-tUyAIApHDs .mbr-text {
  color: #bbbbbb;
}
.cid-tUyAIApHDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUyAIApHDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUyAIApHDs .mbr-section-subtitle {
  color: #d4af37;
}
.cid-tUyAIApHDs H5 {
  color: #e5e1cf;
}
.cid-tWkH9uKMo8 .navbar {
  padding: .5rem 0;
  background: #1b1b1b;
  transition: none;
  min-height: 77px;
}
.cid-tWkH9uKMo8 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1b1b;
}
.cid-tWkH9uKMo8 a {
  font-style: normal;
}
.cid-tWkH9uKMo8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tWkH9uKMo8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tWkH9uKMo8 .nav-item:focus,
.cid-tWkH9uKMo8 .nav-link:focus {
  outline: none;
}
.cid-tWkH9uKMo8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tWkH9uKMo8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tWkH9uKMo8 .menu-logo {
  margin-right: auto;
}
.cid-tWkH9uKMo8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tWkH9uKMo8 .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-tWkH9uKMo8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tWkH9uKMo8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tWkH9uKMo8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tWkH9uKMo8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tWkH9uKMo8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tWkH9uKMo8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tWkH9uKMo8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tWkH9uKMo8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tWkH9uKMo8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tWkH9uKMo8 .dropdown .dropdown-menu {
  background: #1b1b1b;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tWkH9uKMo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tWkH9uKMo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWkH9uKMo8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tWkH9uKMo8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWkH9uKMo8 .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-tWkH9uKMo8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tWkH9uKMo8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tWkH9uKMo8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tWkH9uKMo8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tWkH9uKMo8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tWkH9uKMo8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tWkH9uKMo8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tWkH9uKMo8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tWkH9uKMo8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d4af37;
}
.cid-tWkH9uKMo8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tWkH9uKMo8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH9uKMo8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tWkH9uKMo8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tWkH9uKMo8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH9uKMo8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tWkH9uKMo8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tWkH9uKMo8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tWkH9uKMo8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH9uKMo8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.collapsing,
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tWkH9uKMo8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tWkH9uKMo8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tWkH9uKMo8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tWkH9uKMo8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tWkH9uKMo8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tWkH9uKMo8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tWkH9uKMo8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tWkH9uKMo8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tWkH9uKMo8 .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: 1023px) {
  .cid-tWkH9uKMo8 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH9uKMo8 img {
    height: 3.8rem !important;
  }
  .cid-tWkH9uKMo8 .btn {
    display: -webkit-flex;
  }
  .cid-tWkH9uKMo8 button.navbar-toggler {
    display: block;
  }
  .cid-tWkH9uKMo8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tWkH9uKMo8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tWkH9uKMo8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tWkH9uKMo8 .navbar-collapse.collapsing,
  .cid-tWkH9uKMo8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tWkH9uKMo8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tWkH9uKMo8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tWkH9uKMo8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tWkH9uKMo8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tWkH9uKMo8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tWkH9uKMo8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tWkH9uKMo8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tWkH9uKMo8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tWkH9uKMo8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tWkH9uKMo8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tWkH9uKMo8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tWkH9uKMo8 .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-tWkH9uKMo8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tWkH9uKMo8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tWkH9uKMo8 .nav-link:hover,
.cid-tWkH9uKMo8 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-tUO4NAQ0fM {
  background-image: url("../../../assets/images/contact-1-1920x1080.png");
}
.cid-tUO4NAQ0fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUO4NAQ0fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUO4NAQ0fM .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tUO4NAQ0fM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUO4NAQ0fM .container {
    padding: 0 20px;
  }
}
.cid-tUO4NAQ0fM .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-tUO4NAQ0fM .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tUO4NAQ0fM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUO4NAQ0fM .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-tUO4NAQ0fM .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-tUO4NAQ0fM .mbr-section-title {
  color: #ffffff;
}
.cid-tUO4NAQ0fM .mbr-text {
  color: #f2f2f2;
}
.cid-tUO4NAQ0fM .mbr-section-title,
.cid-tUO4NAQ0fM .mbr-section-btn {
  text-align: center;
}
.cid-tTBtsnKAK8 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #1b1b1b;
}
@media (max-width: 991px) {
  .cid-tTBtsnKAK8 .title {
    margin-top: 2rem;
  }
  .cid-tTBtsnKAK8 .mbr-section-title {
    text-align: center;
  }
  .cid-tTBtsnKAK8 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tTBtsnKAK8 .input-group-btn {
    text-align: center;
  }
}
.cid-tTBtsnKAK8 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tTBtsnKAK8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tTBtsnKAK8 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tTBtsnKAK8 .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tTBtsnKAK8 .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tTBtsnKAK8 h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-tTBtsnKAK8 .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-tTBtsnKAK8 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-tTBtsnKAK8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tTBtsnKAK8 .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  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-tTBtsnKAK8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTBtsnKAK8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTBtsnKAK8 textarea.form-control {
  min-height: 154px;
}
.cid-tTBtsnKAK8 H2 {
  color: #d4af37;
}
.cid-tUyAIApHDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUyAIApHDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyAIApHDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyAIApHDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUyAIApHDs .row {
    text-align: center;
  }
  .cid-tUyAIApHDs .row > div {
    margin: auto;
  }
  .cid-tUyAIApHDs .social-row {
    justify-content: center;
  }
}
.cid-tUyAIApHDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tUyAIApHDs .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUyAIApHDs .list {
    margin-bottom: 0rem;
  }
}
.cid-tUyAIApHDs .mbr-text {
  color: #bbbbbb;
}
.cid-tUyAIApHDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tUyAIApHDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tUyAIApHDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tUyAIApHDs .mbr-section-subtitle {
  color: #d4af37;
}
.cid-tUyAIApHDs H5 {
  color: #e5e1cf;
}
