body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c8a468 !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #c8a468 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c8a468 !important;
  border-color: #c8a468 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #a77f3d !important;
  border-color: #a77f3d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #a77f3d !important;
  border-color: #a77f3d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #d6bb8d !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #030405 !important;
  border-color: #030405 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c8a468 !important;
  border-color: #c8a468 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #a77f3d !important;
  border-color: #a77f3d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #a77f3d !important;
  border-color: #a77f3d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #c8a468 !important;
  color: #ffffff !important;
  color: #c8a468 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c8a468;
  color: #c8a468;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c8a468;
  border-color: #c8a468;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c8a468 !important;
  border-color: #c8a468 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #c8a468 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #030405 !important;
  color: #ffffff !important;
  color: #030405 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #030405;
  color: #030405;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #030405;
  border-color: #030405;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #030405 !important;
  border-color: #030405 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #030405 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #c8a468 !important;
  color: #ffffff !important;
  color: #c8a468 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c8a468;
  color: #c8a468;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c8a468;
  border-color: #c8a468;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c8a468 !important;
  border-color: #c8a468 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #c8a468 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c8a468 !important;
}
.text-secondary {
  color: #030405 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #c8a468 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e3d1b3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #293745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e3d1b3 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c8a468;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #c8a468;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c8a468;
  border-color: #c8a468;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c8a468;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eadcc5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eadcc5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c8a468;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c8a468;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c8a468;
  border-bottom-color: #c8a468;
}
.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: #c8a468 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #030405 !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='%23c8a468' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tAE1jeaU96 .navbar-dropdown {
  position: relative !important;
}
.cid-tAE1jeaU96 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-tAE1jeaU96 .wrapper {
    padding: 0;
  }
}
.cid-tAE1jeaU96 .btn {
  border-radius: 30px;
}
.cid-tAE1jeaU96 .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-tAE1jeaU96 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAE1jeaU96 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAE1jeaU96 .dropdown-item:hover,
.cid-tAE1jeaU96 .dropdown-item:focus {
  background: #c8a468 !important;
  color: white !important;
}
.cid-tAE1jeaU96 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAE1jeaU96 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAE1jeaU96 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-tAE1jeaU96 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAE1jeaU96 .nav-link {
  position: relative;
}
.cid-tAE1jeaU96 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAE1jeaU96 .dropdown-menu,
.cid-tAE1jeaU96 .navbar.opened {
  background: #ffffff !important;
}
.cid-tAE1jeaU96 .nav-item:focus,
.cid-tAE1jeaU96 .nav-link:focus {
  outline: none;
}
.cid-tAE1jeaU96 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAE1jeaU96 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAE1jeaU96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAE1jeaU96 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAE1jeaU96 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAE1jeaU96 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAE1jeaU96 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tAE1jeaU96 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAE1jeaU96 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAE1jeaU96 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAE1jeaU96 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAE1jeaU96 .navbar.collapsed {
  justify-content: center;
}
.cid-tAE1jeaU96 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAE1jeaU96 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAE1jeaU96 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-tAE1jeaU96 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAE1jeaU96 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAE1jeaU96 .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-tAE1jeaU96 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAE1jeaU96 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAE1jeaU96 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAE1jeaU96 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAE1jeaU96 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAE1jeaU96 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAE1jeaU96 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAE1jeaU96 .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-tAE1jeaU96 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAE1jeaU96 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAE1jeaU96 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAE1jeaU96 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAE1jeaU96 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAE1jeaU96 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tAE1jeaU96 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAE1jeaU96 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAE1jeaU96 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAE1jeaU96 .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-tAE1jeaU96 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAE1jeaU96 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAE1jeaU96 .dropdown-item.active,
.cid-tAE1jeaU96 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAE1jeaU96 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAE1jeaU96 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAE1jeaU96 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAE1jeaU96 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tAE1jeaU96 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAE1jeaU96 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAE1jeaU96 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAE1jeaU96 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAE1jeaU96 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-tAE1jeaU96 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8a468;
}
.cid-tAE1jeaU96 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAE1jeaU96 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE1jeaU96 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAE1jeaU96 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAE1jeaU96 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE1jeaU96 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAE1jeaU96 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAE1jeaU96 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAE1jeaU96 .navbar-dropdown {
  padding: 0 .5rem;
}
.cid-tAE1jeaU96 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAE1jeaU96 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAE1jeaU96 .navbar {
    height: 70px;
  }
  .cid-tAE1jeaU96 .navbar.opened {
    height: auto;
  }
  .cid-tAE1jeaU96 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAsbFkayEz {
  display: flex;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
  align-items: center;
}
.cid-tAsbFkayEz .mbr-overlay {
  background-color: #c8a468;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tAsbFkayEz .row {
    justify-content: center;
  }
  .cid-tAsbFkayEz .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .cid-tAsbFkayEz .content-wrap {
    width: 100%;
  }
}
.cid-tAsbFkayEz .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tAsbFkayEz .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tAsbFkayEz .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tAsbFkayEz .mbr-section-btn {
    text-align: center;
  }
}
.cid-tAsbFkayEz .mbr-section-title,
.cid-tAsbFkayEz .mbr-section-btn {
  color: #030405;
}
.cid-rUTpFZsfIT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #030405;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #c8a468;
}
.cid-rUTpFZsfIT H3 {
  color: #c8a468;
}
.cid-rUTpFZsfIT .mbr-text,
.cid-rUTpFZsfIT .mbr-section-btn {
  color: #030405;
}
.cid-tAtezzfSnb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c8a468;
}
@media (max-width: 992px) {
  .cid-tAtezzfSnb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-tAtezzfSnb {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.cid-tAtezzfSnb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tAtezzfSnb .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tAtezzfSnb .row {
    padding: 0;
  }
}
.cid-tAtezzfSnb .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tAtezzfSnb .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tAtezzfSnb .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-tAtezzfSnb .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tBHeLUiXog {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8a468;
}
@media (max-width: 992px) {
  .cid-tBHeLUiXog {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-tBHeLUiXog .box {
  background-image: url("../../../assets/images/mbr-700x525.jpeg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBHeLUiXog .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tBHeLUiXog .icon-wrap:hover {
  background-color: #c8a468 !important;
}
.cid-tBHeLUiXog .icon-wrap span {
  padding-left: 4px;
}
.cid-tBHeLUiXog .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #c8a468 !important;
}
.cid-tBHeLUiXog .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tBHeLUiXog .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-tBHeLUiXog .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBHeLUiXog .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBHeLUiXog .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBHeLUiXog a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tBHeLUiXog a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tBHeLUiXog {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .cid-tBHeLUiXog .box {
    height: 250px;
  }
  .cid-tBHeLUiXog .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-tBHeLUiXog .row {
    padding: 0 1rem;
  }
}
.cid-tBHeLUiXog H6 {
  color: #030405;
  text-align: center;
}
.cid-tAtieJhlIC {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tAtieJhlIC .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tAtieJhlIC img {
  filter: grayscale(1);
}
.cid-tAtieJhlIC .image-wrap {
  position: relative;
}
.cid-tAtieJhlIC .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tAtieJhlIC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tAtieJhlIC .card-wrap {
  background: #c8a468;
}
.cid-tAtieJhlIC .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tAtieJhlIC .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAtieJhlIC .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAtieJhlIC .mbr-role {
  margin-bottom: 1rem;
  color: #030405;
}
.cid-tAtieJhlIC .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tAtieJhlIC .btn {
  margin-top: 3rem;
}
.cid-tAtieJhlIC .mbr-text {
  color: #030405;
}
@media (max-width: 767px) {
  .cid-tAtieJhlIC .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tAtieJhlIC .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAtieJhlIC .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tAtieJhlIC .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tAtieJhlIC .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tAtieJhlIC .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tAtieJhlIC .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tAtieJhlIC .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tAtieJhlIC .btn-2 {
  color: #c8a468 !important;
}
.cid-tAtieJhlIC .main-title {
  color: #c8a468;
}
.cid-tAtieJhlIC .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-tAtieJhlIC .card-text {
  text-align: left;
}
.cid-tAtieJhlIC .card-text DIV {
  text-align: left;
}
.cid-tBFXrxeEIw {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tBFXrxeEIw .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tBFXrxeEIw img {
  filter: grayscale(1);
}
.cid-tBFXrxeEIw .image-wrap {
  position: relative;
}
.cid-tBFXrxeEIw .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tBFXrxeEIw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBFXrxeEIw .card-wrap {
  background: #c8a468;
}
.cid-tBFXrxeEIw .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tBFXrxeEIw .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tBFXrxeEIw .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBFXrxeEIw .mbr-role {
  margin-bottom: 1rem;
  color: #030405;
}
.cid-tBFXrxeEIw .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tBFXrxeEIw .btn {
  margin-top: 3rem;
}
.cid-tBFXrxeEIw .mbr-text {
  color: #030405;
}
@media (max-width: 767px) {
  .cid-tBFXrxeEIw .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tBFXrxeEIw .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBFXrxeEIw .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tBFXrxeEIw .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tBFXrxeEIw .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tBFXrxeEIw .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tBFXrxeEIw .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tBFXrxeEIw .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tBFXrxeEIw .btn-2 {
  color: #c8a468 !important;
}
.cid-tBFXrxeEIw .main-title {
  color: #c8a468;
}
.cid-tBFXrxeEIw .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-tBFXrxeEIw .card-text {
  text-align: left;
}
.cid-tAtnTfxLqO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-tAtnTfxLqO .card-title,
.cid-tAtnTfxLqO .mbr-role {
  transition: 0.3s;
}
.cid-tAtnTfxLqO .main-heading {
  margin-bottom: 1.3rem;
}
.cid-tAtnTfxLqO .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-tAtnTfxLqO .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-tAtnTfxLqO .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-tAtnTfxLqO .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-tAtnTfxLqO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-tAtnTfxLqO .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tAtnTfxLqO .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-tAtnTfxLqO .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tAtnTfxLqO .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-tAtnTfxLqO .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-tAtnTfxLqO a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-tAtnTfxLqO a:hover {
  color: #cccccc !important;
}
.cid-tAtnTfxLqO .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tAtnTfxLqO .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tAtnTfxLqO .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-tAtnTfxLqO .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAtnTfxLqO .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tAtnTfxLqO .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAtnTfxLqO .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tAtnTfxLqO .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tAtnTfxLqO .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tAtnTfxLqO .card-title {
  color: #303030;
}
.cid-tAtnTfxLqO .mbr-role DIV {
  text-align: justify;
}
.cid-rUTpIBvPaf {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-rUTpIBvPaf .card-title,
.cid-rUTpIBvPaf .mbr-role {
  transition: 0.3s;
}
.cid-rUTpIBvPaf .main-heading {
  margin-bottom: 1.3rem;
}
.cid-rUTpIBvPaf .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-rUTpIBvPaf .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-rUTpIBvPaf .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
  text-align: justify;
}
.cid-rUTpIBvPaf .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-rUTpIBvPaf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-rUTpIBvPaf .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTpIBvPaf .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-rUTpIBvPaf .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rUTpIBvPaf .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-rUTpIBvPaf .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-rUTpIBvPaf a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-rUTpIBvPaf a:hover {
  color: #cccccc !important;
}
.cid-rUTpIBvPaf .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-rUTpIBvPaf .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpIBvPaf .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rUTpIBvPaf .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpIBvPaf .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpIBvPaf .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-rUTpIBvPaf .main-title {
  color: #030405;
}
.cid-rUTpIBvPaf .card-title {
  color: #303030;
}
.cid-vfkXETV0cU {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-vfkXETV0cU .card-title,
.cid-vfkXETV0cU .mbr-role {
  transition: 0.3s;
}
.cid-vfkXETV0cU .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vfkXETV0cU .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-vfkXETV0cU .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-vfkXETV0cU .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-vfkXETV0cU .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-vfkXETV0cU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-vfkXETV0cU .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfkXETV0cU .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vfkXETV0cU .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfkXETV0cU .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-vfkXETV0cU .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-vfkXETV0cU a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vfkXETV0cU a:hover {
  color: #cccccc !important;
}
.cid-vfkXETV0cU .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfkXETV0cU .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vfkXETV0cU .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-vfkXETV0cU .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vfkXETV0cU .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfkXETV0cU .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfkXETV0cU .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vfkXETV0cU .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vfkXETV0cU .main-title {
  color: #030405;
}
.cid-vfkXETV0cU .card-title {
  color: #303030;
}
.cid-vfl1jA58np {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-vfl1jA58np .card-title,
.cid-vfl1jA58np .mbr-role {
  transition: 0.3s;
}
.cid-vfl1jA58np .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vfl1jA58np .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-vfl1jA58np .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-vfl1jA58np .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-vfl1jA58np .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-vfl1jA58np .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-vfl1jA58np .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl1jA58np .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vfl1jA58np .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfl1jA58np .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-vfl1jA58np .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-vfl1jA58np a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vfl1jA58np a:hover {
  color: #cccccc !important;
}
.cid-vfl1jA58np .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl1jA58np .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vfl1jA58np .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-vfl1jA58np .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vfl1jA58np .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfl1jA58np .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfl1jA58np .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vfl1jA58np .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vfl1jA58np .main-title {
  color: #030405;
}
.cid-vfl1jA58np .card-title {
  color: #303030;
}
.cid-rUTpJyOYUP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUTpJyOYUP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTpJyOYUP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTpJyOYUP H2 {
  color: #c8a468;
}
.cid-rUTpK0ygK3 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTpK0ygK3 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-rUTpK0ygK3 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-rUTpK0ygK3 .social-list {
  display: flex;
  justify-content: center;
}
.cid-rUTpK0ygK3 .card-inner {
  transition: 0.7s;
}
.cid-rUTpK0ygK3 .btn {
  margin-left: 0rem;
}
.cid-rUTpK0ygK3 .row {
  padding-bottom: 8rem;
}
.cid-rUTpK0ygK3 .link {
  margin: 0;
}
.cid-rUTpK0ygK3 .card-title {
  position: relative;
}
.cid-rUTpK0ygK3 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-rUTpK0ygK3 .card-box {
  position: relative;
}
.cid-rUTpK0ygK3 .card-img {
  margin-bottom: 1.5rem;
}
.cid-rUTpK0ygK3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-rUTpK0ygK3 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rUTpK0ygK3 .mbr-text,
.cid-rUTpK0ygK3 .link {
  color: #191919;
}
.cid-rUTpHPmDUm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8a468;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e2e3e7;
  border-color: #c8a468;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tBG5cZ9pF0 .navbar-dropdown {
  position: relative !important;
}
.cid-tBG5cZ9pF0 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-tBG5cZ9pF0 .wrapper {
    padding: 0;
  }
}
.cid-tBG5cZ9pF0 .btn {
  border-radius: 30px;
}
.cid-tBG5cZ9pF0 .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-tBG5cZ9pF0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBG5cZ9pF0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBG5cZ9pF0 .dropdown-item:hover,
.cid-tBG5cZ9pF0 .dropdown-item:focus {
  background: #c8a468 !important;
  color: white !important;
}
.cid-tBG5cZ9pF0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBG5cZ9pF0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBG5cZ9pF0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-tBG5cZ9pF0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBG5cZ9pF0 .nav-link {
  position: relative;
}
.cid-tBG5cZ9pF0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBG5cZ9pF0 .dropdown-menu,
.cid-tBG5cZ9pF0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tBG5cZ9pF0 .nav-item:focus,
.cid-tBG5cZ9pF0 .nav-link:focus {
  outline: none;
}
.cid-tBG5cZ9pF0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBG5cZ9pF0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBG5cZ9pF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBG5cZ9pF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBG5cZ9pF0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBG5cZ9pF0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBG5cZ9pF0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBG5cZ9pF0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBG5cZ9pF0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBG5cZ9pF0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBG5cZ9pF0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBG5cZ9pF0 .navbar.collapsed {
  justify-content: center;
}
.cid-tBG5cZ9pF0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBG5cZ9pF0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBG5cZ9pF0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-tBG5cZ9pF0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBG5cZ9pF0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBG5cZ9pF0 .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-tBG5cZ9pF0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBG5cZ9pF0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBG5cZ9pF0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBG5cZ9pF0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBG5cZ9pF0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBG5cZ9pF0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBG5cZ9pF0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBG5cZ9pF0 .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-tBG5cZ9pF0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBG5cZ9pF0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBG5cZ9pF0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBG5cZ9pF0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBG5cZ9pF0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBG5cZ9pF0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBG5cZ9pF0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBG5cZ9pF0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBG5cZ9pF0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBG5cZ9pF0 .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-tBG5cZ9pF0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBG5cZ9pF0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBG5cZ9pF0 .dropdown-item.active,
.cid-tBG5cZ9pF0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBG5cZ9pF0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBG5cZ9pF0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBG5cZ9pF0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBG5cZ9pF0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBG5cZ9pF0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBG5cZ9pF0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBG5cZ9pF0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBG5cZ9pF0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBG5cZ9pF0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-tBG5cZ9pF0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8a468;
}
.cid-tBG5cZ9pF0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBG5cZ9pF0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG5cZ9pF0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG5cZ9pF0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBG5cZ9pF0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG5cZ9pF0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBG5cZ9pF0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBG5cZ9pF0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG5cZ9pF0 .navbar-dropdown {
  padding: 0 .5rem;
}
.cid-tBG5cZ9pF0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBG5cZ9pF0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBG5cZ9pF0 .navbar {
    height: 70px;
  }
  .cid-tBG5cZ9pF0 .navbar.opened {
    height: auto;
  }
  .cid-tBG5cZ9pF0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBG5d2KGYm {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tBG5d2KGYm .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tBG5d2KGYm img {
  filter: grayscale(1);
}
.cid-tBG5d2KGYm .image-wrap {
  position: relative;
}
.cid-tBG5d2KGYm .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tBG5d2KGYm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBG5d2KGYm .card-wrap {
  background: #c8a468;
}
.cid-tBG5d2KGYm .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tBG5d2KGYm .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tBG5d2KGYm .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBG5d2KGYm .mbr-role {
  margin-bottom: 1rem;
  color: #030405;
}
.cid-tBG5d2KGYm .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tBG5d2KGYm .btn {
  margin-top: 3rem;
}
.cid-tBG5d2KGYm .mbr-text {
  color: #030405;
}
@media (max-width: 767px) {
  .cid-tBG5d2KGYm .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tBG5d2KGYm .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBG5d2KGYm .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tBG5d2KGYm .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG5d2KGYm .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tBG5d2KGYm .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tBG5d2KGYm .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tBG5d2KGYm .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tBG5d2KGYm .btn-2 {
  color: #c8a468 !important;
}
.cid-tBG5d2KGYm .main-title {
  color: #c8a468;
}
.cid-tBG5d2KGYm .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-tBG5d2KGYm .card-text {
  text-align: left;
}
.cid-tBG5d2KGYm .card-text DIV {
  text-align: left;
}
.cid-tBG5d46RJ3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tBG5d46RJ3 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-tBG5d46RJ3 img {
  filter: grayscale(1);
}
.cid-tBG5d46RJ3 .image-wrap {
  position: relative;
}
.cid-tBG5d46RJ3 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tBG5d46RJ3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBG5d46RJ3 .card-wrap {
  background: #c8a468;
}
.cid-tBG5d46RJ3 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tBG5d46RJ3 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tBG5d46RJ3 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBG5d46RJ3 .mbr-role {
  margin-bottom: 1rem;
  color: #030405;
}
.cid-tBG5d46RJ3 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tBG5d46RJ3 .btn {
  margin-top: 3rem;
}
.cid-tBG5d46RJ3 .mbr-text {
  color: #030405;
}
@media (max-width: 767px) {
  .cid-tBG5d46RJ3 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tBG5d46RJ3 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBG5d46RJ3 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tBG5d46RJ3 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG5d46RJ3 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tBG5d46RJ3 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tBG5d46RJ3 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tBG5d46RJ3 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tBG5d46RJ3 .btn-2 {
  color: #c8a468 !important;
}
.cid-tBG5d46RJ3 .main-title {
  color: #c8a468;
}
.cid-tBG5d46RJ3 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-tBG5d46RJ3 .card-text {
  text-align: left;
}
.cid-tBG5d9VFrs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBG5d9VFrs .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tBG5d9VFrs .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tBG5d9VFrs H2 {
  color: #c8a468;
}
.cid-tBG5daKmWM {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBG5daKmWM .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-tBG5daKmWM .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-tBG5daKmWM .social-list {
  display: flex;
  justify-content: center;
}
.cid-tBG5daKmWM .card-inner {
  transition: 0.7s;
}
.cid-tBG5daKmWM .btn {
  margin-left: 0rem;
}
.cid-tBG5daKmWM .row {
  padding-bottom: 8rem;
}
.cid-tBG5daKmWM .link {
  margin: 0;
}
.cid-tBG5daKmWM .card-title {
  position: relative;
}
.cid-tBG5daKmWM .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-tBG5daKmWM .card-box {
  position: relative;
}
.cid-tBG5daKmWM .card-img {
  margin-bottom: 1.5rem;
}
.cid-tBG5daKmWM .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-tBG5daKmWM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBG5daKmWM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG5daKmWM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tBG5daKmWM .mbr-text,
.cid-tBG5daKmWM .link {
  color: #191919;
}
.cid-tBG5dbXz7J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8a468;
}
.cid-tBG5dbXz7J .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tBG5dbXz7J .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tBG5dbXz7J input,
.cid-tBG5dbXz7J textarea {
  font-size: 14px;
}
.cid-tBG5dbXz7J input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tBG5dbXz7J textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tBG5dbXz7J .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tBG5dbXz7J .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tBG5dbXz7J img {
  width: 90%;
  border-radius: 8px;
}
.cid-tBG5dbXz7J .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tBG5dbXz7J .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tBG5dbXz7J .title-block {
  margin-bottom: 2rem;
}
.cid-tBG5dbXz7J .form-control,
.cid-tBG5dbXz7J .field-input {
  background-color: #e2e3e7;
  border-color: #c8a468;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBG5dbXz7J .form-control:hover,
.cid-tBG5dbXz7J .field-input:hover {
  background-color: #e2e3e7;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG5dbXz7J .form-control:focus,
.cid-tBG5dbXz7J .field-input:focus {
  background-color: #ffffff;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG5dbXz7J input::-webkit-input-placeholder,
.cid-tBG5dbXz7J textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tBG5dbXz7J input:-moz-placeholder,
.cid-tBG5dbXz7J textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tBG5dbXz7J .jq-selectbox li,
.cid-tBG5dbXz7J .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG5dbXz7J .jq-selectbox li:hover,
.cid-tBG5dbXz7J .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG5dbXz7J .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG5dbXz7J .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG5dbXz7J H5 {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBG5dbXz7J .mbr-text {
  color: #777777;
}
.cid-tBG5dbXz7J .mbr-form {
  padding: 0rem;
}
.cid-tBG5dbXz7J .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tBG5dbXz7J .form-row {
    margin: 0;
  }
  .cid-tBG5dbXz7J .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tBG5dbXz7J .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tBG5dbXz7J img {
    width: 100%;
  }
}
.cid-tBG5dbXz7J .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tBG5dcMR1v .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tBG5dcMR1v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBG5dcMR1v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBG5dcMR1v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBG5dcMR1v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBG5ddt5ua {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tBG5ddt5ua .media-container-row {
  align-items: center;
}
.cid-tBG5ddt5ua .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tBG5ddt5ua .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tBG5ddt5ua .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tBG5ddt5ua .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tBG5ddt5ua .foot-menu-item {
  transform: 0.2s;
}
.cid-tBG5ddt5ua .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tBG5ddt5ua .foot-menu {
    justify-content: center;
  }
  .cid-tBG5ddt5ua .mbr-text {
    text-align: center;
  }
  .cid-tBG5ddt5ua .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tBG5ddt5ua .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tBG5ddt5ua .link:hover {
  text-decoration: underline;
}
.cid-tBG5ddt5ua .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tBG5ddt5ua .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tBG5ddt5ua .container {
    padding: 0;
  }
}
.cid-tBG5ddt5ua .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tBG5gJLpMD .navbar-dropdown {
  position: relative !important;
}
.cid-tBG5gJLpMD .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-tBG5gJLpMD .wrapper {
    padding: 0;
  }
}
.cid-tBG5gJLpMD .btn {
  border-radius: 30px;
}
.cid-tBG5gJLpMD .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-tBG5gJLpMD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBG5gJLpMD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBG5gJLpMD .dropdown-item:hover,
.cid-tBG5gJLpMD .dropdown-item:focus {
  background: #c8a468 !important;
  color: white !important;
}
.cid-tBG5gJLpMD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBG5gJLpMD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBG5gJLpMD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-tBG5gJLpMD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBG5gJLpMD .nav-link {
  position: relative;
}
.cid-tBG5gJLpMD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBG5gJLpMD .dropdown-menu,
.cid-tBG5gJLpMD .navbar.opened {
  background: #ffffff !important;
}
.cid-tBG5gJLpMD .nav-item:focus,
.cid-tBG5gJLpMD .nav-link:focus {
  outline: none;
}
.cid-tBG5gJLpMD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBG5gJLpMD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBG5gJLpMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBG5gJLpMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBG5gJLpMD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBG5gJLpMD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBG5gJLpMD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBG5gJLpMD .navbar.opened {
  transition: all 0.3s;
}
.cid-tBG5gJLpMD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBG5gJLpMD .navbar .navbar-logo img {
  width: auto;
}
.cid-tBG5gJLpMD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBG5gJLpMD .navbar.collapsed {
  justify-content: center;
}
.cid-tBG5gJLpMD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBG5gJLpMD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBG5gJLpMD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tBG5gJLpMD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBG5gJLpMD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBG5gJLpMD .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-tBG5gJLpMD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBG5gJLpMD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBG5gJLpMD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBG5gJLpMD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBG5gJLpMD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBG5gJLpMD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBG5gJLpMD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBG5gJLpMD .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-tBG5gJLpMD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBG5gJLpMD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBG5gJLpMD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBG5gJLpMD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBG5gJLpMD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBG5gJLpMD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBG5gJLpMD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBG5gJLpMD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBG5gJLpMD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBG5gJLpMD .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-tBG5gJLpMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBG5gJLpMD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBG5gJLpMD .dropdown-item.active,
.cid-tBG5gJLpMD .dropdown-item:active {
  background-color: transparent;
}
.cid-tBG5gJLpMD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBG5gJLpMD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBG5gJLpMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBG5gJLpMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBG5gJLpMD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBG5gJLpMD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBG5gJLpMD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBG5gJLpMD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBG5gJLpMD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-tBG5gJLpMD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8a468;
}
.cid-tBG5gJLpMD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBG5gJLpMD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG5gJLpMD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG5gJLpMD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBG5gJLpMD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG5gJLpMD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBG5gJLpMD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBG5gJLpMD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG5gJLpMD .navbar-dropdown {
  padding: 0 .5rem;
}
.cid-tBG5gJLpMD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBG5gJLpMD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBG5gJLpMD .navbar {
    height: 70px;
  }
  .cid-tBG5gJLpMD .navbar.opened {
    height: auto;
  }
  .cid-tBG5gJLpMD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBG5gQ7bR8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-tBG5gQ7bR8 .card-title,
.cid-tBG5gQ7bR8 .mbr-role {
  transition: 0.3s;
}
.cid-tBG5gQ7bR8 .main-heading {
  margin-bottom: 1.3rem;
}
.cid-tBG5gQ7bR8 .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-tBG5gQ7bR8 .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-tBG5gQ7bR8 .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-tBG5gQ7bR8 .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-tBG5gQ7bR8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-tBG5gQ7bR8 .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tBG5gQ7bR8 .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-tBG5gQ7bR8 .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBG5gQ7bR8 .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-tBG5gQ7bR8 .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-tBG5gQ7bR8 a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-tBG5gQ7bR8 a:hover {
  color: #cccccc !important;
}
.cid-tBG5gQ7bR8 .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-tBG5gQ7bR8 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tBG5gQ7bR8 .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-tBG5gQ7bR8 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tBG5gQ7bR8 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBG5gQ7bR8 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBG5gQ7bR8 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tBG5gQ7bR8 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-tBG5gQ7bR8 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBG5gQ7bR8 .card-title {
  color: #303030;
}
.cid-vfl3a1t1gD {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-vfl3a1t1gD .card-title,
.cid-vfl3a1t1gD .mbr-role {
  transition: 0.3s;
}
.cid-vfl3a1t1gD .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vfl3a1t1gD .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-vfl3a1t1gD .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-vfl3a1t1gD .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
  text-align: justify;
}
.cid-vfl3a1t1gD .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-vfl3a1t1gD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-vfl3a1t1gD .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3a1t1gD .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vfl3a1t1gD .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfl3a1t1gD .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-vfl3a1t1gD .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-vfl3a1t1gD a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vfl3a1t1gD a:hover {
  color: #cccccc !important;
}
.cid-vfl3a1t1gD .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3a1t1gD .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vfl3a1t1gD .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-vfl3a1t1gD .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vfl3a1t1gD .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfl3a1t1gD .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfl3a1t1gD .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vfl3a1t1gD .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vfl3a1t1gD .main-title {
  color: #030405;
}
.cid-vfl3a1t1gD .card-title {
  color: #303030;
}
.cid-vfl3sh4T20 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-vfl3sh4T20 .card-title,
.cid-vfl3sh4T20 .mbr-role {
  transition: 0.3s;
}
.cid-vfl3sh4T20 .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vfl3sh4T20 .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-vfl3sh4T20 .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-vfl3sh4T20 .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-vfl3sh4T20 .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-vfl3sh4T20 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-vfl3sh4T20 .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3sh4T20 .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vfl3sh4T20 .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfl3sh4T20 .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-vfl3sh4T20 .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-vfl3sh4T20 a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vfl3sh4T20 a:hover {
  color: #cccccc !important;
}
.cid-vfl3sh4T20 .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3sh4T20 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vfl3sh4T20 .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-vfl3sh4T20 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vfl3sh4T20 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfl3sh4T20 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfl3sh4T20 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vfl3sh4T20 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vfl3sh4T20 .main-title {
  color: #030405;
}
.cid-vfl3sh4T20 .card-title {
  color: #303030;
}
.cid-vfl3thcg3q {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #c8a468;
}
.cid-vfl3thcg3q .card-title,
.cid-vfl3thcg3q .mbr-role {
  transition: 0.3s;
}
.cid-vfl3thcg3q .main-heading {
  margin-bottom: 1.3rem;
}
.cid-vfl3thcg3q .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-vfl3thcg3q .mbr-section-subtitle {
  color: #c8a468;
  font-weight: 700;
}
.cid-vfl3thcg3q .mbr-role {
  margin-bottom: 0rem;
  color: #555555;
}
.cid-vfl3thcg3q .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #42474c;
  transition: all .3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-vfl3thcg3q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-vfl3thcg3q .team-card:hover .card-wrap {
  background: #42474c;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3thcg3q .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-vfl3thcg3q .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfl3thcg3q .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-vfl3thcg3q .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-vfl3thcg3q a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-vfl3thcg3q a:hover {
  color: #cccccc !important;
}
.cid-vfl3thcg3q .card-wrap {
  padding: 5px;
  background: #a3a3a3;
  transition: all .3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-vfl3thcg3q .card-wrap .image-wrap img {
  width: 100%;
}
.cid-vfl3thcg3q .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-vfl3thcg3q .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-vfl3thcg3q .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vfl3thcg3q .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vfl3thcg3q .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-vfl3thcg3q .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-vfl3thcg3q .main-title {
  color: #030405;
}
.cid-vfl3thcg3q .card-title {
  color: #303030;
}
.cid-tBG5gUEFKl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBG5gUEFKl .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tBG5gUEFKl .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tBG5gUEFKl H2 {
  color: #c8a468;
}
.cid-tBG5gVwNF7 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tBG5gVwNF7 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-tBG5gVwNF7 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-tBG5gVwNF7 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tBG5gVwNF7 .card-inner {
  transition: 0.7s;
}
.cid-tBG5gVwNF7 .btn {
  margin-left: 0rem;
}
.cid-tBG5gVwNF7 .row {
  padding-bottom: 8rem;
}
.cid-tBG5gVwNF7 .link {
  margin: 0;
}
.cid-tBG5gVwNF7 .card-title {
  position: relative;
}
.cid-tBG5gVwNF7 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-tBG5gVwNF7 .card-box {
  position: relative;
}
.cid-tBG5gVwNF7 .card-img {
  margin-bottom: 1.5rem;
}
.cid-tBG5gVwNF7 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-tBG5gVwNF7 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBG5gVwNF7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG5gVwNF7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tBG5gVwNF7 .mbr-text,
.cid-tBG5gVwNF7 .link {
  color: #191919;
}
.cid-tBG5gWL4UQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8a468;
}
.cid-tBG5gWL4UQ .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tBG5gWL4UQ .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tBG5gWL4UQ input,
.cid-tBG5gWL4UQ textarea {
  font-size: 14px;
}
.cid-tBG5gWL4UQ input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tBG5gWL4UQ textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tBG5gWL4UQ .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tBG5gWL4UQ .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tBG5gWL4UQ img {
  width: 90%;
  border-radius: 8px;
}
.cid-tBG5gWL4UQ .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tBG5gWL4UQ .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tBG5gWL4UQ .title-block {
  margin-bottom: 2rem;
}
.cid-tBG5gWL4UQ .form-control,
.cid-tBG5gWL4UQ .field-input {
  background-color: #e2e3e7;
  border-color: #c8a468;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBG5gWL4UQ .form-control:hover,
.cid-tBG5gWL4UQ .field-input:hover {
  background-color: #e2e3e7;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG5gWL4UQ .form-control:focus,
.cid-tBG5gWL4UQ .field-input:focus {
  background-color: #ffffff;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG5gWL4UQ input::-webkit-input-placeholder,
.cid-tBG5gWL4UQ textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tBG5gWL4UQ input:-moz-placeholder,
.cid-tBG5gWL4UQ textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tBG5gWL4UQ .jq-selectbox li,
.cid-tBG5gWL4UQ .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG5gWL4UQ .jq-selectbox li:hover,
.cid-tBG5gWL4UQ .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG5gWL4UQ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG5gWL4UQ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG5gWL4UQ H5 {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBG5gWL4UQ .mbr-text {
  color: #777777;
}
.cid-tBG5gWL4UQ .mbr-form {
  padding: 0rem;
}
.cid-tBG5gWL4UQ .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tBG5gWL4UQ .form-row {
    margin: 0;
  }
  .cid-tBG5gWL4UQ .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tBG5gWL4UQ .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tBG5gWL4UQ img {
    width: 100%;
  }
}
.cid-tBG5gWL4UQ .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tBG5gXB4ek .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tBG5gXB4ek .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBG5gXB4ek .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBG5gXB4ek .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBG5gXB4ek .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBG5gYkEQ4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tBG5gYkEQ4 .media-container-row {
  align-items: center;
}
.cid-tBG5gYkEQ4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tBG5gYkEQ4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tBG5gYkEQ4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tBG5gYkEQ4 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tBG5gYkEQ4 .foot-menu-item {
  transform: 0.2s;
}
.cid-tBG5gYkEQ4 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tBG5gYkEQ4 .foot-menu {
    justify-content: center;
  }
  .cid-tBG5gYkEQ4 .mbr-text {
    text-align: center;
  }
  .cid-tBG5gYkEQ4 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tBG5gYkEQ4 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tBG5gYkEQ4 .link:hover {
  text-decoration: underline;
}
.cid-tBG5gYkEQ4 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tBG5gYkEQ4 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tBG5gYkEQ4 .container {
    padding: 0;
  }
}
.cid-tBG5gYkEQ4 .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tBG6rFbnWf .navbar-dropdown {
  position: relative !important;
}
.cid-tBG6rFbnWf .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-tBG6rFbnWf .wrapper {
    padding: 0;
  }
}
.cid-tBG6rFbnWf .btn {
  border-radius: 30px;
}
.cid-tBG6rFbnWf .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-tBG6rFbnWf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBG6rFbnWf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBG6rFbnWf .dropdown-item:hover,
.cid-tBG6rFbnWf .dropdown-item:focus {
  background: #c8a468 !important;
  color: white !important;
}
.cid-tBG6rFbnWf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBG6rFbnWf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBG6rFbnWf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-tBG6rFbnWf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBG6rFbnWf .nav-link {
  position: relative;
}
.cid-tBG6rFbnWf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBG6rFbnWf .dropdown-menu,
.cid-tBG6rFbnWf .navbar.opened {
  background: #ffffff !important;
}
.cid-tBG6rFbnWf .nav-item:focus,
.cid-tBG6rFbnWf .nav-link:focus {
  outline: none;
}
.cid-tBG6rFbnWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBG6rFbnWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBG6rFbnWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBG6rFbnWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBG6rFbnWf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBG6rFbnWf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBG6rFbnWf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBG6rFbnWf .navbar.opened {
  transition: all 0.3s;
}
.cid-tBG6rFbnWf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBG6rFbnWf .navbar .navbar-logo img {
  width: auto;
}
.cid-tBG6rFbnWf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBG6rFbnWf .navbar.collapsed {
  justify-content: center;
}
.cid-tBG6rFbnWf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBG6rFbnWf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBG6rFbnWf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tBG6rFbnWf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBG6rFbnWf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBG6rFbnWf .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-tBG6rFbnWf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBG6rFbnWf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBG6rFbnWf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBG6rFbnWf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBG6rFbnWf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBG6rFbnWf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBG6rFbnWf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBG6rFbnWf .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-tBG6rFbnWf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBG6rFbnWf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBG6rFbnWf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBG6rFbnWf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBG6rFbnWf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBG6rFbnWf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBG6rFbnWf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBG6rFbnWf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBG6rFbnWf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBG6rFbnWf .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-tBG6rFbnWf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBG6rFbnWf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBG6rFbnWf .dropdown-item.active,
.cid-tBG6rFbnWf .dropdown-item:active {
  background-color: transparent;
}
.cid-tBG6rFbnWf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBG6rFbnWf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBG6rFbnWf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBG6rFbnWf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBG6rFbnWf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBG6rFbnWf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBG6rFbnWf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBG6rFbnWf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBG6rFbnWf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-tBG6rFbnWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c8a468;
}
.cid-tBG6rFbnWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBG6rFbnWf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG6rFbnWf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBG6rFbnWf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBG6rFbnWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG6rFbnWf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBG6rFbnWf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBG6rFbnWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBG6rFbnWf .navbar-dropdown {
  padding: 0 .5rem;
}
.cid-tBG6rFbnWf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBG6rFbnWf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBG6rFbnWf .navbar {
    height: 70px;
  }
  .cid-tBG6rFbnWf .navbar.opened {
    height: auto;
  }
  .cid-tBG6rFbnWf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBG6rQGBOc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBG6rQGBOc .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-tBG6rQGBOc .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tBG6rQGBOc H2 {
  color: #c8a468;
}
.cid-tBG6rRorf7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBG6rRorf7 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-tBG6rRorf7 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-tBG6rRorf7 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tBG6rRorf7 .card-inner {
  transition: 0.7s;
}
.cid-tBG6rRorf7 .btn {
  margin-left: 0rem;
}
.cid-tBG6rRorf7 .row {
  padding-bottom: 8rem;
}
.cid-tBG6rRorf7 .link {
  margin: 0;
}
.cid-tBG6rRorf7 .card-title {
  position: relative;
}
.cid-tBG6rRorf7 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-tBG6rRorf7 .card-box {
  position: relative;
}
.cid-tBG6rRorf7 .card-img {
  margin-bottom: 1.5rem;
}
.cid-tBG6rRorf7 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-tBG6rRorf7 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tBG6rRorf7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBG6rRorf7 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tBG6rRorf7 .mbr-text,
.cid-tBG6rRorf7 .link {
  color: #191919;
}
.cid-tBG6rSHvzg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8a468;
}
.cid-tBG6rSHvzg .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tBG6rSHvzg .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tBG6rSHvzg input,
.cid-tBG6rSHvzg textarea {
  font-size: 14px;
}
.cid-tBG6rSHvzg input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tBG6rSHvzg textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tBG6rSHvzg .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tBG6rSHvzg .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tBG6rSHvzg img {
  width: 90%;
  border-radius: 8px;
}
.cid-tBG6rSHvzg .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tBG6rSHvzg .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tBG6rSHvzg .title-block {
  margin-bottom: 2rem;
}
.cid-tBG6rSHvzg .form-control,
.cid-tBG6rSHvzg .field-input {
  background-color: #e2e3e7;
  border-color: #c8a468;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tBG6rSHvzg .form-control:hover,
.cid-tBG6rSHvzg .field-input:hover {
  background-color: #e2e3e7;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG6rSHvzg .form-control:focus,
.cid-tBG6rSHvzg .field-input:focus {
  background-color: #ffffff;
  border-color: #030405;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tBG6rSHvzg input::-webkit-input-placeholder,
.cid-tBG6rSHvzg textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tBG6rSHvzg input:-moz-placeholder,
.cid-tBG6rSHvzg textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tBG6rSHvzg .jq-selectbox li,
.cid-tBG6rSHvzg .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG6rSHvzg .jq-selectbox li:hover,
.cid-tBG6rSHvzg .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tBG6rSHvzg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG6rSHvzg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tBG6rSHvzg H5 {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBG6rSHvzg .mbr-text {
  color: #777777;
}
.cid-tBG6rSHvzg .mbr-form {
  padding: 0rem;
}
.cid-tBG6rSHvzg .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tBG6rSHvzg .form-row {
    margin: 0;
  }
  .cid-tBG6rSHvzg .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tBG6rSHvzg .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tBG6rSHvzg img {
    width: 100%;
  }
}
.cid-tBG6rSHvzg .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tBG6rTwNQ4 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tBG6rTwNQ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBG6rTwNQ4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBG6rTwNQ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBG6rTwNQ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBG6rUfYZT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tBG6rUfYZT .media-container-row {
  align-items: center;
}
.cid-tBG6rUfYZT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tBG6rUfYZT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tBG6rUfYZT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tBG6rUfYZT .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tBG6rUfYZT .foot-menu-item {
  transform: 0.2s;
}
.cid-tBG6rUfYZT .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tBG6rUfYZT .foot-menu {
    justify-content: center;
  }
  .cid-tBG6rUfYZT .mbr-text {
    text-align: center;
  }
  .cid-tBG6rUfYZT .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tBG6rUfYZT .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tBG6rUfYZT .link:hover {
  text-decoration: underline;
}
.cid-tBG6rUfYZT .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tBG6rUfYZT .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tBG6rUfYZT .container {
    padding: 0;
  }
}
.cid-tBG6rUfYZT .media-container-row .mbr-text {
  color: #a3a3a3;
}
