.btn {
  border-width: 2px;
}
body {
  font-family: 'Bodoni Moda', serif;
}
.display-1 {
  font-family: 'Sora', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'poppins.extralight-italic';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'poppins.extralight-italic';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Bodoni Moda', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.125rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 6px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d8b56a !important;
}
.bg-success {
  background-color: #8d763c !important;
}
.bg-info {
  background-color: #ad844e !important;
}
.bg-warning {
  background-color: #f8f5f0 !important;
}
.bg-danger {
  background-color: #ba9431 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8b56a !important;
  border-color: #d8b56a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ba8f31 !important;
  border-color: #ba8f31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba8f31 !important;
  border-color: #ba8f31 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b79a56 !important;
  border-color: #b79a56 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #806a36 !important;
  border-color: #806a36 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #806a36 !important;
  border-color: #806a36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ad844e !important;
  border-color: #ad844e !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: #715633 !important;
  border-color: #715633 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #715633 !important;
  border-color: #715633 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8d763c !important;
  border-color: #8d763c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #504322 !important;
  border-color: #504322 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #504322 !important;
  border-color: #504322 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8f5f0 !important;
  border-color: #f8f5f0 !important;
  color: #9f7f4a !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: #64502f !important;
  background-color: #dcceb5 !important;
  border-color: #dcceb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9f7f4a !important;
  background-color: #dcceb5 !important;
  border-color: #dcceb5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ba9431 !important;
  border-color: #ba9431 !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: #755d1f !important;
  border-color: #755d1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #755d1f !important;
  border-color: #755d1f !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: #d8b56a;
  color: #d8b56a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ba8f31 !important;
  background-color: transparent!important;
  border-color: #ba8f31 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8b56a !important;
  border-color: #d8b56a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b79a56;
  color: #b79a56;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #806a36 !important;
  background-color: transparent!important;
  border-color: #806a36 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79a56 !important;
  border-color: #b79a56 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ad844e;
  color: #ad844e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #715633 !important;
  background-color: transparent!important;
  border-color: #715633 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ad844e !important;
  border-color: #ad844e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8d763c;
  color: #8d763c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #504322 !important;
  background-color: transparent!important;
  border-color: #504322 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8d763c !important;
  border-color: #8d763c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f8f5f0;
  color: #f8f5f0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dcceb5 !important;
  background-color: transparent!important;
  border-color: #dcceb5 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9f7f4a !important;
  background-color: #f8f5f0 !important;
  border-color: #f8f5f0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ba9431;
  color: #ba9431;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #755d1f !important;
  background-color: transparent!important;
  border-color: #755d1f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9431 !important;
  border-color: #ba9431 !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: #d8b56a !important;
}
.text-secondary {
  color: #b79a56 !important;
}
.text-success {
  color: #8d763c !important;
}
.text-info {
  color: #ad844e !important;
}
.text-warning {
  color: #f8f5f0 !important;
}
.text-danger {
  color: #ba9431 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ae852e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #756132 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #453a1e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #674e2e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d8c7aa !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #69541c !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;
}
.nav-tabs .nav-link.active {
  color: #d8b56a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ad844e;
}
.alert-warning {
  background-color: #f8f5f0;
}
.alert-danger {
  background-color: #ba9431;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8b56a;
  border-color: #d8b56a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8b56a;
}
.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: #c9b480;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6c1a4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0c88a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'poppins.extralight-italic';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #d8b56a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'poppins.extralight-italic';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #d8b56a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8b56a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d8b56a;
}
.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: #d8b56a;
  border-bottom-color: #d8b56a;
}
.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: #d8b56a !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: #b79a56 !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='%23d8b56a' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uOqahTf3Yr {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .container,
  .cid-uOqahTf3Yr .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uOqahTf3Yr .container .navbar-collapse,
  .cid-uOqahTf3Yr .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr {
    flex-wrap: wrap;
  }
  .cid-uOqahTf3Yr .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uOqahTf3Yr .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uOqahTf3Yr .btn {
  padding: 0.8rem 2rem;
}
.cid-uOqahTf3Yr .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uOqahTf3Yr .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #b79a56;
}
.cid-uOqahTf3Yr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uOqahTf3Yr nav.navbar {
  position: fixed;
}
.cid-uOqahTf3Yr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOqahTf3Yr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOqahTf3Yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOqahTf3Yr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOqahTf3Yr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOqahTf3Yr .iconfont-wrapper {
  color: #8a35c5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown-menu,
.cid-uOqahTf3Yr .navbar.opened {
  background: #000000 !important;
}
.cid-uOqahTf3Yr .nav-item:focus,
.cid-uOqahTf3Yr .nav-link:focus {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqahTf3Yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqahTf3Yr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uOqahTf3Yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqahTf3Yr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqahTf3Yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uOqahTf3Yr .navbar.collapsed {
  justify-content: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqahTf3Yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOqahTf3Yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOqahTf3Yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqahTf3Yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOqahTf3Yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOqahTf3Yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqahTf3Yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOqahTf3Yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqahTf3Yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqahTf3Yr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOqahTf3Yr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown-item.active,
.cid-uOqahTf3Yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqahTf3Yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOqahTf3Yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOqahTf3Yr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqahTf3Yr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOqahTf3Yr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOqahTf3Yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqahTf3Yr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqahTf3Yr .navbar {
    height: 70px;
  }
  .cid-uOqahTf3Yr .navbar.opened {
    height: auto;
  }
  .cid-uOqahTf3Yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vptjF8K2kg {
  background-image: url("../../../assets/images/chatgpt20image201520jul2020262014-42-39-1117x1408.png");
}
.cid-vptjF8K2kg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptjF8K2kg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptjF8K2kg .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vptjF8K2kg .container-fluid {
    padding: 0 25px;
  }
}
.cid-vptjF8K2kg .container-fluid .row {
  padding: 0;
}
.cid-vptjF8K2kg .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-vptjF8K2kg .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-vptjF8K2kg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vptjF8K2kg .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vptjF8K2kg .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vptjF8K2kg .mbr-section-title {
  color: #ffffff;
}
.cid-vptjF8K2kg .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-vptjF8K2kg .mbr-section-title,
.cid-vptjF8K2kg .mbr-section-btn,
.cid-vptjF8K2kg .image-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uOpFIpCdmh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOpFIpCdmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpFIpCdmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOpFIpCdmh .row {
  justify-content: center;
}
.cid-uOpFIpCdmh .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOpFIpCdmh .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOpFIpCdmh .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uOpFIpCdmh .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOpFIpCdmh .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOpFIpCdmh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOpFIpCdmh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOpFIpCdmh .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uOpFIpCdmh .mbr-label,
.cid-uOpFIpCdmh .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOpFIpCdmh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOpFIpCdmh .mbr-section-subtitle {
  color: #968048;
  text-align: center;
}
.cid-uOpFIpCdmh .mbr-text,
.cid-uOpFIpCdmh .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uOpFIpCdmh .mbr-section-title,
.cid-uOpFIpCdmh .mbr-section-btn {
  text-align: center;
}
.cid-vptcjKMxsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vptcjKMxsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptcjKMxsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptcjKMxsr .image-wrapper {
  margin-bottom: 40px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-vptcjKMxsr .image-wrapper img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vptcjKMxsr .image-wrapper img {
    height: 300px;
  }
}
.cid-vptcjKMxsr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vptcjKMxsr .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vptcjKMxsr .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vptcjKMxsr .mbr-section-title {
  color: #ffffff;
}
.cid-vptcjKMxsr .mbr-section-title,
.cid-vptcjKMxsr .mbr-section-btn {
  text-align: center;
}
.cid-vpteaoVwWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vpteaoVwWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpteaoVwWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpteaoVwWu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vpteaoVwWu .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vpteaoVwWu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpteaoVwWu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vpteaoVwWu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpteaoVwWu .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vpteaoVwWu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #644319);
  opacity: .3;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #644319);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #644319);
}
@media (max-width: 1200px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
  border-color: #b77f3d;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_2 {
  background-color: #000000;
  border-color: #644319;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_3 {
  background-color: #000000;
  border-color: #b77f3d;
}
.cid-vpteaoVwWu .items-wrapper .item .item-wrapper .card_4 {
  background-color: #000000;
  border-color: #644319;
}
.cid-vpteaoVwWu .btn-wrapper {
  margin-right: 9%;
}
.cid-vpteaoVwWu .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vpteaoVwWu .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vpteaoVwWu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vpteaoVwWu .mbr-text,
.cid-vpteaoVwWu .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vpteaoVwWu .card-title_1 {
  color: #ffffff;
}
.cid-vpteaoVwWu .card-title_2 {
  color: #d8b56a;
}
.cid-vpteaoVwWu .card-title_3 {
  color: #b77f3d;
}
.cid-vpteaoVwWu .card-title_4 {
  color: #ffffff;
}
.cid-vpteaoVwWu .card-text_1 {
  color: #ffffff;
}
.cid-vpteaoVwWu .card-text_2 {
  color: #fafafa;
}
.cid-vpteaoVwWu .card-text_3 {
  color: #ffffff;
}
.cid-vpteaoVwWu .card-text_4 {
  color: #ffffff;
}
.cid-vpteaoVwWu .card-title_4,
.cid-vpteaoVwWu .mbr-section-btn {
  color: #d8b56a;
}
.cid-vpteaoVwWu .card-title_1,
.cid-vpteaoVwWu .mbr-section-btn {
  color: #d8b56a;
}
.cid-uOpKehQ0tU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOpKehQ0tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOpKehQ0tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOpKehQ0tU .row {
  justify-content: center;
}
.cid-uOpKehQ0tU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOpKehQ0tU .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOpKehQ0tU .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uOpKehQ0tU .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOpKehQ0tU .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOpKehQ0tU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOpKehQ0tU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOpKehQ0tU .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uOpKehQ0tU .mbr-label,
.cid-uOpKehQ0tU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOpKehQ0tU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOpKehQ0tU .mbr-section-subtitle {
  color: #181818;
  text-align: center;
}
.cid-uOpKehQ0tU .mbr-text,
.cid-uOpKehQ0tU .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uOpKehQ0tU .mbr-section-title,
.cid-uOpKehQ0tU .mbr-section-btn {
  text-align: center;
}
.cid-vptbwy1Qqf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vptbwy1Qqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptbwy1Qqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptbwy1Qqf .text-wrap {
  width: 100%;
}
.cid-vptbwy1Qqf .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-vptbwy1Qqf .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-vptbwy1Qqf .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-vptbwy1Qqf .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-vptbwy1Qqf .item-row {
  row-gap: 50px;
}
.cid-vptbwy1Qqf .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-vptbwy1Qqf .img-box {
  display: flex;
  align-items: center;
  max-width: 105px;
  width: 100%;
  height: 85px;
  margin: 0 auto 20px;
}
.cid-vptbwy1Qqf .img-box img {
  width: 100%;
  height: auto;
}
.cid-vptbwy1Qqf .item-title {
  width: 100%;
  margin: 0;
  color: #ffffff;
}
.cid-vptbwy1Qqf .item-text {
  color: #353535;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cid-vptbwy1Qqf .item-text {
    margin: 16px 0 0;
  }
}
.cid-vptbwy1Qqf .mbr-section-btn {
  margin-top: 20px;
}
.cid-vptbwy1Qqf .mbr-section-btn .btn {
  width: 180px;
  min-width: auto;
  min-height: 55px;
  max-width: 100%;
}
.cid-vptbwy1Qqf .item-text,
.cid-vptbwy1Qqf .mbr-section-btn {
  color: #ffffff;
}
.cid-uY1EFNYCf3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uY1EFNYCf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1EFNYCf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1EFNYCf3 .row {
  justify-content: center;
}
.cid-uY1EFNYCf3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1EFNYCf3 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uY1EFNYCf3 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY1EFNYCf3 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY1EFNYCf3 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1EFNYCf3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY1EFNYCf3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY1EFNYCf3 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uY1EFNYCf3 .mbr-label,
.cid-uY1EFNYCf3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY1EFNYCf3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY1EFNYCf3 .mbr-section-subtitle {
  color: #181818;
  text-align: center;
}
.cid-uY1EFNYCf3 .mbr-text,
.cid-uY1EFNYCf3 .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uY1EFNYCf3 .mbr-section-title,
.cid-uY1EFNYCf3 .mbr-section-btn {
  text-align: center;
}
.cid-vptdg7IrPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vptdg7IrPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptdg7IrPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptdg7IrPj .row {
  margin: 0 -20px;
}
.cid-vptdg7IrPj .card {
  padding: 0 20px;
}
.cid-vptdg7IrPj .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vptdg7IrPj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .image-wrapper img {
    height: 350px;
  }
}
.cid-vptdg7IrPj .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vptdg7IrPj .mbr-section-btn .btn::after,
.cid-vptdg7IrPj .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vptdg7IrPj .mbr-section-btn .btn:hover,
.cid-vptdg7IrPj .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vptdg7IrPj .mbr-section-btn .btn:hover::after,
.cid-vptdg7IrPj .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vptdg7IrPj .card-wrapper {
  background-color: #161009;
  padding: 80px 150px;
}
@media (max-width: 1640px) {
  .cid-vptdg7IrPj .card-wrapper {
    padding: 80px 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vptdg7IrPj .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .card-wrapper {
    padding: 20px;
  }
}
.cid-vptdg7IrPj .card-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #ad844e, #644319);
  -webkit-text-fill-color: #121212;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-stroke-width: 4px;
  text-stroke: 1px transparent;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .card-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-vptdg7IrPj .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vptdg7IrPj .card-wrapper .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-vptdg7IrPj .card-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vptdg7IrPj .card-wrapper .text-wrap .mbr-text {
  padding-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .card-wrapper .text-wrap .mbr-text {
    padding-left: 0;
  }
}
.cid-vptdg7IrPj .card-wrapper .mbr-section-btn {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-vptdg7IrPj .card-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-vptdg7IrPj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptdg7IrPj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vptdg7IrPj .mbr-tag {
  color: #adadad;
}
.cid-vptdg7IrPj .mbr-text {
  color: #c7c7c7;
}
.cid-uY1EQbCoHd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uY1EQbCoHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1EQbCoHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1EQbCoHd .row {
  justify-content: center;
}
.cid-uY1EQbCoHd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1EQbCoHd .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uY1EQbCoHd .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY1EQbCoHd .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY1EQbCoHd .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #968048, #f8f5f0 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1EQbCoHd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY1EQbCoHd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY1EQbCoHd .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uY1EQbCoHd .mbr-label,
.cid-uY1EQbCoHd .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY1EQbCoHd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY1EQbCoHd .mbr-section-subtitle {
  color: #181818;
  text-align: center;
}
.cid-uY1EQbCoHd .mbr-text,
.cid-uY1EQbCoHd .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uY1EQbCoHd .mbr-section-title,
.cid-uY1EQbCoHd .mbr-section-btn {
  text-align: center;
}
.cid-uY1EB8sUYj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-uY1EB8sUYj .carousel-control {
  background: #000;
}
.cid-uY1EB8sUYj .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uY1EB8sUYj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uY1EB8sUYj .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uY1EB8sUYj .carousel-item .wrap-img {
  text-align: center;
}
.cid-uY1EB8sUYj .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uY1EB8sUYj .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uY1EB8sUYj .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uY1EB8sUYj .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uY1EB8sUYj .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uY1EB8sUYj .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uY1EB8sUYj .cloneditem-1,
.cid-uY1EB8sUYj .cloneditem-2,
.cid-uY1EB8sUYj .cloneditem-3,
.cid-uY1EB8sUYj .cloneditem-4,
.cid-uY1EB8sUYj .cloneditem-5 {
  display: none;
}
.cid-uY1EB8sUYj .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uY1EB8sUYj .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides2 .cloneditem-1,
  .cid-uY1EB8sUYj .carousel-inner.slides2 .cloneditem-2,
  .cid-uY1EB8sUYj .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides3 .cloneditem-1,
  .cid-uY1EB8sUYj .carousel-inner.slides3 .cloneditem-2,
  .cid-uY1EB8sUYj .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides4 .cloneditem-1,
  .cid-uY1EB8sUYj .carousel-inner.slides4 .cloneditem-2,
  .cid-uY1EB8sUYj .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides5 .cloneditem-1,
  .cid-uY1EB8sUYj .carousel-inner.slides5 .cloneditem-2,
  .cid-uY1EB8sUYj .carousel-inner.slides5 .cloneditem-3,
  .cid-uY1EB8sUYj .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uY1EB8sUYj .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uY1EB8sUYj .carousel-inner.slides6 .cloneditem-1,
  .cid-uY1EB8sUYj .carousel-inner.slides6 .cloneditem-2,
  .cid-uY1EB8sUYj .carousel-inner.slides6 .cloneditem-3,
  .cid-uY1EB8sUYj .carousel-inner.slides6 .cloneditem-4,
  .cid-uY1EB8sUYj .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uY1EB8sUYj H2 {
  color: #ffffff;
}
.cid-vptaBSp8zQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/chatgpt20image201520jul2020262001-41-0220p.m.-1983x793.png");
}
.cid-vptaBSp8zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptaBSp8zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptaBSp8zQ .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vptaBSp8zQ .container-wrapper {
    padding: 0;
  }
}
.cid-vptaBSp8zQ .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vptaBSp8zQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vptaBSp8zQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vptaBSp8zQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vptaBSp8zQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vptaBSp8zQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vptaBSp8zQ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vptaBSp8zQ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vptaBSp8zQ .mbr-section-title,
.cid-vptaBSp8zQ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vptaBSp8zQ .mbr-text,
.cid-vptaBSp8zQ .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-voqGTggURE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-voqGTggURE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voqGTggURE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voqGTggURE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-voqGTggURE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-voqGTggURE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-voqGTggURE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-voqGTggURE .container {
    max-width: 100%;
  }
  .cid-voqGTggURE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voqGTggURE .item-wrap {
  width: 100%;
}
.cid-voqGTggURE .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-voqGTggURE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-voqGTggURE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-voqGTggURE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uOqahTf3Yr {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .container,
  .cid-uOqahTf3Yr .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uOqahTf3Yr .container .navbar-collapse,
  .cid-uOqahTf3Yr .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr {
    flex-wrap: wrap;
  }
  .cid-uOqahTf3Yr .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uOqahTf3Yr .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uOqahTf3Yr .btn {
  padding: 0.8rem 2rem;
}
.cid-uOqahTf3Yr .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uOqahTf3Yr .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #b79a56;
}
.cid-uOqahTf3Yr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uOqahTf3Yr nav.navbar {
  position: fixed;
}
.cid-uOqahTf3Yr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOqahTf3Yr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOqahTf3Yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOqahTf3Yr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOqahTf3Yr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOqahTf3Yr .iconfont-wrapper {
  color: #8a35c5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown-menu,
.cid-uOqahTf3Yr .navbar.opened {
  background: #000000 !important;
}
.cid-uOqahTf3Yr .nav-item:focus,
.cid-uOqahTf3Yr .nav-link:focus {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqahTf3Yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqahTf3Yr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uOqahTf3Yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqahTf3Yr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqahTf3Yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uOqahTf3Yr .navbar.collapsed {
  justify-content: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqahTf3Yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOqahTf3Yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOqahTf3Yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqahTf3Yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOqahTf3Yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOqahTf3Yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqahTf3Yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOqahTf3Yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqahTf3Yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqahTf3Yr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOqahTf3Yr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown-item.active,
.cid-uOqahTf3Yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqahTf3Yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOqahTf3Yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOqahTf3Yr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqahTf3Yr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOqahTf3Yr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOqahTf3Yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqahTf3Yr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqahTf3Yr .navbar {
    height: 70px;
  }
  .cid-uOqahTf3Yr .navbar.opened {
    height: auto;
  }
  .cid-uOqahTf3Yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voqp2zU2mt {
  background-image: url("../../../assets/images/chatgpt20image201520jul2020262002-44-1520p.m.-1774x887.png");
}
.cid-voqp2zU2mt .mbr-section-title {
  margin: 0;
}
.cid-voqp2zU2mt .container-fluid {
  padding: 0 2rem;
}
.cid-voqp2zU2mt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #d8b56a, #b79a56);
  display: inline-block;
}
.cid-voqp2zU2mt .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-voqp2zU2mt .form-1 {
  background-color: #000000;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 15px;
}
.cid-voqp2zU2mt .form-control-label {
  color: #ffffff;
}
.cid-voqp2zU2mt .form-group {
  margin-bottom: 1.3em;
}
.cid-voqp2zU2mt .form-control {
  background-color: #0f0e0e;
  border-radius: 22px;
  width: 100%;
  padding: .5rem 1rem;
}
.cid-voqp2zU2mt input.form-control {
  border: 1px solid #ddd;
  min-height: 42px;
}
.cid-voqp2zU2mt textarea.form-control {
  padding: 1rem;
}
.cid-voqp2zU2mt .input-group-btn .btn {
  padding: 1rem 4rem;
}
.cid-voqp2zU2mt .mbr-section-btn .btn {
  margin-left: 4px !important;
}
@media (min-width: 992px) {
  .cid-voqp2zU2mt .container-fluid {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .cid-voqp2zU2mt .underline .line {
    height: 2px;
  }
  .cid-voqp2zU2mt .text-element {
    padding-bottom: 1rem;
  }
  .cid-voqp2zU2mt .form-1 {
    pading: 1rem;
    margin: 1rem;
  }
}
.cid-voqp2zU2mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-voqp2zU2mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voqp2zU2mt LABEL {
  color: #ffffff;
}
.cid-voqp2zU2mt .form-title {
  color: #ffffff;
}
.cid-voqp2zU2mt .mbr-section-title,
.cid-voqp2zU2mt .underline {
  text-align: center;
}
.cid-vptkD71Wr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.cid-vptkD71Wr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptkD71Wr6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptkD71Wr6 .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vptkD71Wr6 .container-wrapper {
    padding: 0;
  }
}
.cid-vptkD71Wr6 .container-wrapper::before {
  content: '';
  position: absolute;
  top: -120px;
  width: 50%;
  height: 100px;
  background-image: radial-gradient(circle, #d8b56a 0%, transparent 70%);
  filter: blur(45px);
}
.cid-vptkD71Wr6 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(170deg, transparent 90%, #d8b56a 110%);
}
.cid-vptkD71Wr6 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vptkD71Wr6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vptkD71Wr6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vptkD71Wr6 .card-box {
  padding: 36px;
  border: 1px solid #b77f3d;
}
@media (max-width: 992px) {
  .cid-vptkD71Wr6 .card-box {
    padding: 20px;
  }
}
.cid-vptkD71Wr6 .card-box .google-map iframe {
  height: 520px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vptkD71Wr6 .card-box .google-map iframe {
    height: 300px;
  }
}
.cid-vptkD71Wr6 .mbr-section-title,
.cid-vptkD71Wr6 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voqGTggURE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-voqGTggURE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voqGTggURE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voqGTggURE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-voqGTggURE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-voqGTggURE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-voqGTggURE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-voqGTggURE .container {
    max-width: 100%;
  }
  .cid-voqGTggURE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voqGTggURE .item-wrap {
  width: 100%;
}
.cid-voqGTggURE .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-voqGTggURE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-voqGTggURE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-voqGTggURE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uOqahTf3Yr {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .container,
  .cid-uOqahTf3Yr .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uOqahTf3Yr .container .navbar-collapse,
  .cid-uOqahTf3Yr .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr {
    flex-wrap: wrap;
  }
  .cid-uOqahTf3Yr .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uOqahTf3Yr .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uOqahTf3Yr .btn {
  padding: 0.8rem 2rem;
}
.cid-uOqahTf3Yr .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uOqahTf3Yr .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #b79a56;
}
.cid-uOqahTf3Yr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uOqahTf3Yr nav.navbar {
  position: fixed;
}
.cid-uOqahTf3Yr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOqahTf3Yr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOqahTf3Yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOqahTf3Yr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOqahTf3Yr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOqahTf3Yr .iconfont-wrapper {
  color: #8a35c5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown-menu,
.cid-uOqahTf3Yr .navbar.opened {
  background: #000000 !important;
}
.cid-uOqahTf3Yr .nav-item:focus,
.cid-uOqahTf3Yr .nav-link:focus {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqahTf3Yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqahTf3Yr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uOqahTf3Yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqahTf3Yr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqahTf3Yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uOqahTf3Yr .navbar.collapsed {
  justify-content: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqahTf3Yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOqahTf3Yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOqahTf3Yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqahTf3Yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOqahTf3Yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOqahTf3Yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqahTf3Yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOqahTf3Yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqahTf3Yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqahTf3Yr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOqahTf3Yr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown-item.active,
.cid-uOqahTf3Yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqahTf3Yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOqahTf3Yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOqahTf3Yr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqahTf3Yr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOqahTf3Yr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOqahTf3Yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqahTf3Yr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqahTf3Yr .navbar {
    height: 70px;
  }
  .cid-uOqahTf3Yr .navbar.opened {
    height: auto;
  }
  .cid-uOqahTf3Yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vptgXgLNnM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vptgXgLNnM .content__block {
  padding: 50px 15px;
}
.cid-vptgXgLNnM .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d8b56a;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vptgXgLNnM .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-vptgXgLNnM .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vptgXgLNnM .image {
  perspective: 3500px;
  position: relative;
}
.cid-vptgXgLNnM .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
}
.cid-vptgXgLNnM .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vptgXgLNnM .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vptgXgLNnM .mbr-section-btn .btn-white-outline:hover {
  color: #d8b56a !important;
}
@media (max-width: 991px) {
  .cid-vptgXgLNnM .content__block {
    padding: 30px 15px;
  }
  .cid-vptgXgLNnM .mbr-figure {
    padding: 0;
  }
  .cid-vptgXgLNnM .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vptgXgLNnM .lg-push {
    right: 55%;
  }
  .cid-vptgXgLNnM .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vptgXgLNnM .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-vptgXgLNnM .lg-push {
    left: 55%;
  }
  .cid-vptgXgLNnM .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-vptgXgLNnM .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vptgXgLNnM .mbr-section-title {
  color: #b77f3d;
  text-align: center;
}
.cid-vptgXgLNnM .mbr-text,
.cid-vptgXgLNnM .mbr-section-btn {
  color: #ffffff;
}
.cid-udD8UfQJOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-udD8UfQJOq .section-head {
  margin-bottom: 2rem;
}
.cid-udD8UfQJOq .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-udD8UfQJOq .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-udD8UfQJOq .row {
    text-align: center;
  }
}
.cid-udD8UfQJOq .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-udD8UfQJOq .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-udD8UfQJOq .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-udD8UfQJOq .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vpthEfEU0j {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vpthEfEU0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpthEfEU0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpthEfEU0j .container {
    padding: 0 30px;
  }
}
.cid-vpthEfEU0j .row {
  position: relative;
}
.cid-vpthEfEU0j .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vpthEfEU0j .row img {
    top: auto;
    width: 100%;
  }
}
.cid-vpthEfEU0j .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #161009;
  position: relative;
}
@media (max-width: 768px) {
  .cid-vpthEfEU0j .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-vpthEfEU0j .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vpthEfEU0j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpthEfEU0j .mbr-text {
  color: #ffffff;
}
.cid-vpthEfEU0j .mbr-link,
.cid-vpthEfEU0j .mbr-iconfont {
  color: #212529;
}
.cid-vpthEfEU0j .mbr-section-title {
  color: #b77f3d;
  text-align: center;
}
.cid-vptiyaYmG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vptiyaYmG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptiyaYmG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptiyaYmG9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vptiyaYmG9 .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #000000;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vptiyaYmG9 .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-vptiyaYmG9 .mbr-section-title {
  color: #0f0f0f;
}
.cid-vptiyaYmG9 .card-title {
  color: #0f0f0f;
}
.cid-vptiyaYmG9 .card-text {
  color: #ffffff;
}
.cid-vptiyaYmG9 .card-title,
.cid-vptiyaYmG9 .mbr-section-btn {
  text-align: center;
  color: #d8b56a;
}
.cid-uY1IvBKlkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uY1IvBKlkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1IvBKlkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1IvBKlkf .row {
  justify-content: center;
}
.cid-uY1IvBKlkf .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ad844e, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1IvBKlkf .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uY1IvBKlkf .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY1IvBKlkf .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY1IvBKlkf .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ad844e, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uY1IvBKlkf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY1IvBKlkf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY1IvBKlkf .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uY1IvBKlkf .mbr-label,
.cid-uY1IvBKlkf .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY1IvBKlkf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY1IvBKlkf .mbr-section-subtitle {
  color: #181818;
  text-align: center;
}
.cid-uY1IvBKlkf .mbr-text,
.cid-uY1IvBKlkf .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uY1IvBKlkf .mbr-section-title,
.cid-uY1IvBKlkf .mbr-section-btn {
  text-align: center;
}
.cid-tX1KKcPbfx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tX1KKcPbfx h3 {
  text-align: center;
  letter-spacing: 0;
}
.cid-tX1KKcPbfx .wrap {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.cid-tX1KKcPbfx .pie_progress__number {
  font-weight: 600;
  text-align: center !important;
  color: #ffffff;
}
.cid-tX1KKcPbfx .mbr-section-subtitle {
  color: #999999;
}
.cid-tX1KKcPbfx .card-title {
  margin-bottom: 0;
}
.cid-tX1KKcPbfx .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tX1KKcPbfx .svg-gradient {
  position: absolute;
}
.cid-tX1KKcPbfx svg {
  overflow: visible;
}
.cid-tX1KKcPbfx ellipse {
  stroke: rgba(206, 206, 206, 0.4);
  stroke-width: 14px;
}
.cid-tX1KKcPbfx path {
  stroke-width: 14px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tX1KKcPbfx .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-tX1KKcPbfx .mbr-section-title {
  color: #090f10;
}
.cid-tX1KKcPbfx H4 {
  color: #ffffff;
}
.cid-tX1KKcPbfx .card-text {
  color: #ffffff;
}
.cid-voqGTggURE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-voqGTggURE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voqGTggURE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voqGTggURE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-voqGTggURE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-voqGTggURE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-voqGTggURE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-voqGTggURE .container {
    max-width: 100%;
  }
  .cid-voqGTggURE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voqGTggURE .item-wrap {
  width: 100%;
}
.cid-voqGTggURE .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-voqGTggURE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-voqGTggURE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-voqGTggURE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uOqahTf3Yr {
  z-index: 1000;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .container,
  .cid-uOqahTf3Yr .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uOqahTf3Yr .container .navbar-collapse,
  .cid-uOqahTf3Yr .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr {
    flex-wrap: wrap;
  }
  .cid-uOqahTf3Yr .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uOqahTf3Yr .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uOqahTf3Yr .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uOqahTf3Yr .btn {
  padding: 0.8rem 2rem;
}
.cid-uOqahTf3Yr .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uOqahTf3Yr .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #b79a56;
}
.cid-uOqahTf3Yr .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uOqahTf3Yr nav.navbar {
  position: fixed;
}
.cid-uOqahTf3Yr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOqahTf3Yr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOqahTf3Yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOqahTf3Yr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOqahTf3Yr .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOqahTf3Yr .iconfont-wrapper {
  color: #8a35c5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown-menu,
.cid-uOqahTf3Yr .navbar.opened {
  background: #000000 !important;
}
.cid-uOqahTf3Yr .nav-item:focus,
.cid-uOqahTf3Yr .nav-link:focus {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOqahTf3Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOqahTf3Yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOqahTf3Yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOqahTf3Yr .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uOqahTf3Yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOqahTf3Yr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOqahTf3Yr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOqahTf3Yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uOqahTf3Yr .navbar.collapsed {
  justify-content: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOqahTf3Yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOqahTf3Yr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOqahTf3Yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOqahTf3Yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOqahTf3Yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOqahTf3Yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOqahTf3Yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOqahTf3Yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOqahTf3Yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOqahTf3Yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOqahTf3Yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOqahTf3Yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOqahTf3Yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOqahTf3Yr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOqahTf3Yr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOqahTf3Yr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOqahTf3Yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOqahTf3Yr .dropdown-item.active,
.cid-uOqahTf3Yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOqahTf3Yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOqahTf3Yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOqahTf3Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOqahTf3Yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOqahTf3Yr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOqahTf3Yr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOqahTf3Yr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOqahTf3Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOqahTf3Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOqahTf3Yr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOqahTf3Yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOqahTf3Yr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOqahTf3Yr .navbar {
    height: 70px;
  }
  .cid-uOqahTf3Yr .navbar.opened {
    height: auto;
  }
  .cid-uOqahTf3Yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voq59D5GpS {
  background-image: url("../../../assets/images/chatgpt20image201520jul2020262002-27-4920p.m.-1748x900.png");
}
.cid-voq59D5GpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-voq59D5GpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-voq59D5GpS .col-content {
    text-align: center;
  }
}
.cid-voq59D5GpS .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-voq59D5GpS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-voq59D5GpS .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-voq59D5GpS .mbr-section-btn {
  margin-top: 22px;
}
.cid-voq59D5GpS .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-voq59D5GpS .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-voq59D5GpS .text-item {
    text-align: center;
  }
}
.cid-voq59D5GpS .mbr-text {
  color: #ffffff;
}
.cid-voq59D5GpS .address-text {
  margin-top: 8px;
  color: #f8f5f0;
}
.cid-voq59D5GpS .mbr-section-subtitle,
.cid-voq59D5GpS .mbr-section-btn {
  color: #edeff0;
  text-align: center;
}
.cid-vpszjkRcLH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpszjkRcLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpszjkRcLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpszjkRcLH .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vpszjkRcLH .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vpszjkRcLH .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vpszjkRcLH .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vpszjkRcLH .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpszjkRcLH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vpszjkRcLH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpszjkRcLH .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vpszjkRcLH .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #000000;
  border-top: 3px solid #181818;
  box-shadow: 0 8px 15px -8px #b77f3d;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #d8b56a;
  box-shadow: 0 8px 20px -8px #b77f3d;
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vpszjkRcLH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpszjkRcLH .mbr-label,
.cid-vpszjkRcLH .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vpszjkRcLH .mbr-section-title,
.cid-vpszjkRcLH .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vpszjkRcLH .mbr-text,
.cid-vpszjkRcLH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vpszjkRcLH .item-title {
  color: #000000;
}
.cid-vpszjkRcLH .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vpszjkRcLH .item-title,
.cid-vpszjkRcLH .mbr-section-btn {
  text-align: center;
  color: #b77f3d;
}
.cid-vptlDJORvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vptlDJORvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptlDJORvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptlDJORvp .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vptlDJORvp .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vptlDJORvp .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vptlDJORvp .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vptlDJORvp .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vptlDJORvp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vptlDJORvp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vptlDJORvp .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vptlDJORvp .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #000000;
  border-top: 3px solid #181818;
  box-shadow: 0 8px 15px -8px #b77f3d;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #d8b56a;
  box-shadow: 0 8px 20px -8px #b77f3d;
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vptlDJORvp .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vptlDJORvp .mbr-label,
.cid-vptlDJORvp .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vptlDJORvp .mbr-section-title,
.cid-vptlDJORvp .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vptlDJORvp .mbr-text,
.cid-vptlDJORvp .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vptlDJORvp .item-title {
  color: #000000;
}
.cid-vptlDJORvp .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vptlDJORvp .item-title,
.cid-vptlDJORvp .mbr-section-btn {
  text-align: center;
  color: #b77f3d;
}
.cid-vptm4npLTV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vptm4npLTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptm4npLTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vptm4npLTV .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vptm4npLTV .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vptm4npLTV .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vptm4npLTV .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vptm4npLTV .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vptm4npLTV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vptm4npLTV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vptm4npLTV .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vptm4npLTV .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #000000;
  border-top: 3px solid #181818;
  box-shadow: 0 8px 15px -8px #b77f3d;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #d8b56a;
  box-shadow: 0 8px 20px -8px #b77f3d;
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vptm4npLTV .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vptm4npLTV .mbr-label,
.cid-vptm4npLTV .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vptm4npLTV .mbr-section-title,
.cid-vptm4npLTV .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vptm4npLTV .mbr-text,
.cid-vptm4npLTV .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vptm4npLTV .item-title {
  color: #000000;
}
.cid-vptm4npLTV .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vptm4npLTV .item-title,
.cid-vptm4npLTV .mbr-section-btn {
  text-align: center;
  color: #b77f3d;
}
.cid-voqGTggURE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-voqGTggURE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voqGTggURE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voqGTggURE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-voqGTggURE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-voqGTggURE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-voqGTggURE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-voqGTggURE .container {
    max-width: 100%;
  }
  .cid-voqGTggURE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voqGTggURE .item-wrap {
  width: 100%;
}
.cid-voqGTggURE .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-voqGTggURE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-voqGTggURE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-voqGTggURE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-voqGTggURE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-voqGTggURE .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
