body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e2c054 !important;
}
.bg-success {
  background-color: #e2c054 !important;
}
.bg-info {
  background-color: #343434 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #343434 !important;
  border-color: #343434 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-success,
.btn-success:active {
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8a022 !important;
  border-color: #c8a022 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b28e1e;
  color: #b28e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e2c054;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2c054;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #000000;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #010101;
  color: #010101;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #343434;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #343434;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #343434 !important;
  border-color: #343434 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b28e1e;
  color: #b28e1e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e2c054;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e2c054;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e2c054 !important;
  border-color: #e2c054 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #c1c1c1;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e2c054 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #e2c054 !important;
}
.text-info {
  color: #343434 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b28e1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b28e1e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010101 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #343434;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2c054;
  border-color: #e2c054;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2c054;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7a7a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e2c054;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2c054;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2c054;
  border-bottom-color: #e2c054;
}
.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: #e2c054 !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: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23e2c054' %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;
}
.cid-t4GS3wNW49 .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4GS3wNW49 .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4GS3wNW49 .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4GS3wNW49 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4GS3wNW49 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4GS3wNW49 .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4GS3wNW49 .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4GS3wNW49 .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4GS3wNW49 .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4GS3wNW49 a {
  font-style: normal;
}
.cid-t4GS3wNW49 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4GS3wNW49 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4GS3wNW49 .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4GS3wNW49 .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4GS3wNW49 .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4GS3wNW49 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4GS3wNW49 .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4GS3wNW49 .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-right {
    display: none;
  }
}
.cid-t4GS3wNW49 .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4GS3wNW49 .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4GS3wNW49 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4GS3wNW49 .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4GS3wNW49 .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .right-box {
    display: none;
  }
}
.cid-t4GS3wNW49 .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4GS3wNW49 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4GS3wNW49 .content-text {
  margin-bottom: 0;
}
.cid-t4GS3wNW49 .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4GS3wNW49 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4GS3wNW49 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4GS3wNW49 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4GS3wNW49 .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4GS3wNW49 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4GS3wNW49 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4GS3wNW49 .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4GS3wNW49 .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4GS3wNW49 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4GS3wNW49 .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4GS3wNW49 .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4GS3wNW49 .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4GS3wNW49 .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4GS3wNW49 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4GS3wNW49 .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4GS3wNW49 .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4GS3wNW49 .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4GS3wNW49 .menu-content-top.show {
  display: block;
}
.cid-t4GS3wNW49 .pre-header-right {
  align-self: center;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4GS3wNW49 .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4GS3wNW49 .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .navbar .menu-content-top {
    display: none;
  }
  .cid-t4GS3wNW49 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4GS3wNW49 .dropdown-item:before {
    display: none;
  }
  .cid-t4GS3wNW49 .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4GS3wNW49 img {
    height: 3.8rem !important;
  }
  .cid-t4GS3wNW49 .btn {
    display: flex;
  }
  .cid-t4GS3wNW49 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4GS3wNW49 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4GS3wNW49 .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4GS3wNW49 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing,
  .cid-t4GS3wNW49 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4GS3wNW49 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4GS3wNW49 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4GS3wNW49 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4GS3wNW49 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4GS3wNW49 .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4GS3wNW49 .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4GS3wNW49 .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4GS3wNW49 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4GS3wNW49 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4GS3wNW49 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4GS3wNW49 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4GS3wNW49 .navbar-toggler {
    display: none;
  }
}
.cid-t4GS3wNW49 .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4GS3wNW49 .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4GS3wNW49 .navbar-short {
  background: transparent;
}
.cid-t4GS3wNW49 .navbar-short .menu-content-top,
.cid-t4GS3wNW49 .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4GS3wNW49 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4GS3wNW49 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4GS3wNW49 .dropdown {
  color: #e2c054 !important;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4GS3wNW49 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4GS3wNW49 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4GS3wNW49 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4GS3wNW49 .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4GS3wNW49 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4GS3wNW49 button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4GS3wNW49 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 button.navbar-toggler:focus {
  outline: none;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4GS3wNW49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4GS3wNW49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4GS3wNW49 .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4GS3wNW49 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4GS3wNW49 .collapsed .btn {
  display: flex;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4GS3wNW49 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4GS3wNW49 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4GS3wNW49 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4GS3wNW49 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4GS3wNW49 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4GS3wNW49 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4GS3wNW49 .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4GS3wNW49 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4GS3wNW49 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4GS3wNW49 .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4GS3wNW49 .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4GS3wNW49 .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4GS3wNW49 .nav-link:focus {
  outline: none;
}
.cid-t4GS3wNW49 .navbar-toggler {
  position: relative;
}
.cid-t4GS3wNW49 .dropdown-item.active,
.cid-t4GS3wNW49 .dropdown-item:active {
  color: auto;
}
.cid-t4GS3wNW49 .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4acclcT2Q {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-t4acclcT2Q .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-t4acclcT2Q .wrapper {
  position: relative;
}
.cid-t4acclcT2Q .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-t4acclcT2Q .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-t4acclcT2Q .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-t4acclcT2Q .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-t4acclcT2Q .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-t4acclcT2Q .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-t4acclcT2Q .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-t4acclcT2Q .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-t4acclcT2Q .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-t4acclcT2Q .img2 {
    width: 400px;
  }
  .cid-t4acclcT2Q .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-t4acclcT2Q .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t4acclcT2Q .img2 {
    width: 400px;
  }
  .cid-t4acclcT2Q .img1 {
    padding-right: 4rem;
  }
  .cid-t4acclcT2Q .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4acclcT2Q .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-t4acclcT2Q .img2 {
    width: 200px;
  }
  .cid-t4acclcT2Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-t4acclcT2Q .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rArWGumJqV {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #000000;
  padding: 3rem 6rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWGumJqV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  text-align: center;
}
.cid-rArWGumJqV H4 {
  color: #e2c054;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    background-color: #000000;
    padding: 2rem 2rem;
  }
}
.cid-t3Vscp2Gc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3Vscp2Gc1 img,
.cid-t3Vscp2Gc1 .item-img {
  width: 100%;
}
.cid-t3Vscp2Gc1 .item:focus,
.cid-t3Vscp2Gc1 span:focus {
  outline: none;
}
.cid-t3Vscp2Gc1 .item-wrapper {
  position: relative;
}
.cid-t3Vscp2Gc1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3Vscp2Gc1 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3Vscp2Gc1 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t3Vscp2Gc1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3Vscp2Gc1 .mbr-section-title {
  color: #232323;
}
.cid-t3Vscp2Gc1 .mbr-text,
.cid-t3Vscp2Gc1 .mbr-section-btn {
  text-align: left;
}
.cid-t3Vscp2Gc1 .item-title {
  text-align: left;
}
.cid-t3Vscp2Gc1 .item-subtitle {
  text-align: left;
}
.cid-t3Vscp2Gc1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t3Vscp2Gc1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t3Vscp2Gc1 .embla__button--next,
.cid-t3Vscp2Gc1 .embla__button--prev {
  display: flex;
}
.cid-t3Vscp2Gc1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t3Vscp2Gc1 .embla__button {
    display: none;
  }
}
.cid-t3Vscp2Gc1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3Vscp2Gc1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t3Vscp2Gc1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3Vscp2Gc1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3Vscp2Gc1 .embla__button {
    top: auto;
  }
}
.cid-t3Vscp2Gc1 .embla {
  position: relative;
  width: 100%;
}
.cid-t3Vscp2Gc1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3Vscp2Gc1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3Vscp2Gc1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3Vscp2Gc1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3VWRA4TNR {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t3VWRA4TNR h2 {
  text-align: center;
}
.cid-t3VWRA4TNR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-t3VWRA4TNR p {
  color: #767676;
}
.cid-t3VWRA4TNR img {
  object-fit: cover;
}
.cid-t3VWRA4TNR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3VWRA4TNR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t3VWRA4TNR .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-t3VWRA4TNR .mbr-section-subtitle {
  color: #767676;
}
.cid-t3VWRA4TNR .card-title {
  font-weight: 500;
}
.cid-t3VWRA4TNR .card-img {
  text-align: inherit;
}
.cid-t3VWRA4TNR .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t3VWRA4TNR .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t3VWRA4TNR .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t3VWRA4TNR .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-t3VWRA4TNR .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-t3VWRA4TNR .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-t4tNUXN1no {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t4tNUXN1no .row {
  margin: 0;
}
.cid-t4tNUXN1no .container-fluid {
  padding: 0;
}
.cid-t4tNUXN1no p {
  line-height: 1.6;
}
.cid-t4tNUXN1no .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-t4tNUXN1no .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-t4tNUXN1no .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-t4tNUXN1no .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-t4tNUXN1no .mbr-section-title {
  text-align: left;
}
.cid-t4tNUXN1no .card {
  margin-bottom: 1.5rem;
}
.cid-t4tNUXN1no .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-t4tNUXN1no .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-t4tNUXN1no .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-t4tNUXN1no .mbr-iconfont {
  font-size: 1rem;
}
.cid-t4tNUXN1no .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-t4tNUXN1no .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4tNUXN1no .card-title {
  color: #e2c054;
  text-align: left;
}
.cid-t4tNUXN1no .card-img {
  margin: auto;
  border-radius: 0;
  width: 155px;
}
.cid-t4tNUXN1no .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4tNUXN1no .mbr-section-title,
.cid-t4tNUXN1no .line-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-t4tNUXN1no .card-box,
.cid-t4tNUXN1no .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t4tNUXN1no .text,
.cid-t4tNUXN1no .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-t4tNUXN1no .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-t4tNUXN1no .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-t4tNUXN1no .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-t4tNUXN1no .content {
    padding: 3rem;
  }
  .cid-t4tNUXN1no .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t4tNUXN1no .card-img {
    width: 100%;
  }
}
.cid-t4EUAoPrtx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4EUAoPrtx .video-wrapper iframe {
  width: 100%;
}
.cid-t4EUAoPrtx .mbr-section-title,
.cid-t4EUAoPrtx .mbr-section-subtitle,
.cid-t4EUAoPrtx .mbr-text {
  text-align: center;
}
.cid-usbf44Cmm6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usbf44Cmm6 .video-wrapper iframe {
  width: 100%;
}
.cid-usbf44Cmm6 .mbr-section-title,
.cid-usbf44Cmm6 .mbr-section-subtitle,
.cid-usbf44Cmm6 .mbr-text {
  text-align: center;
}
.cid-t4FWTyjj34 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t4FWTyjj34 .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-t4FWTyjj34 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-t4FWTyjj34 .image-block:hover:before {
  opacity: 0.4;
}
.cid-t4FWTyjj34 .image-block:hover .wrap {
  opacity: 1;
}
.cid-t4FWTyjj34 .image-block:hover img {
  transform: scale(1.05);
}
.cid-t4FWTyjj34 .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-t4FWTyjj34 h4 {
  letter-spacing: 2px;
}
.cid-t4FWTyjj34 figcaption {
  position: relative;
}
.cid-t4FWTyjj34 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-t4FWTyjj34 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-t4FWTyjj34 .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-t4FWTyjj34 .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-t4FWTyjj34 .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-t4FWTyjj34 .image-block:before {
    opacity: 0.4;
  }
  .cid-t4FWTyjj34 .image-block .wrap {
    opacity: 1;
  }
}
.cid-usbh6tdTww {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-usbh6tdTww .image-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cid-usbh6tdTww .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-usbh6tdTww .image-block:hover:before {
  opacity: 0.4;
}
.cid-usbh6tdTww .image-block:hover .wrap {
  opacity: 1;
}
.cid-usbh6tdTww .image-block:hover img {
  transform: scale(1.05);
}
.cid-usbh6tdTww .row {
  justify-content: center;
  padding: 0.2rem;
}
.cid-usbh6tdTww h4 {
  letter-spacing: 2px;
}
.cid-usbh6tdTww figcaption {
  position: relative;
}
.cid-usbh6tdTww figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-usbh6tdTww img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-usbh6tdTww .col-md-4 {
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .cid-usbh6tdTww .col-lg-25 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0.2rem;
  }
  .cid-usbh6tdTww .image-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-usbh6tdTww .image-block:before {
    opacity: 0.4;
  }
  .cid-usbh6tdTww .image-block .wrap {
    opacity: 1;
  }
}
.cid-t4FXQOjg8y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4FXQOjg8y .container {
  padding: 0 5%;
}
.cid-t4FXQOjg8y .features-content {
  width: 50%;
  margin: 0 auto;
}
.cid-t4FXQOjg8y .features-content span {
  color: #e2c054;
}
.cid-t4FXQOjg8y .features-content p {
  margin: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .features-content p {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-t4FXQOjg8y .features-content {
    width: auto;
  }
}
.cid-t4FXQOjg8y .features-content-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .features-content-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-t4FXQOjg8y .mbr-section-btn {
  margin-left: 4.5rem;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .mbr-section-btn {
    text-align: center;
    margin-left: 0;
  }
}
.cid-t4FXQOjg8y .btn {
  width: 280px;
  height: 55px;
  box-shadow: none;
  opacity: .85;
  margin-left: 1rem;
}
.cid-t4FXQOjg8y .btn:hover {
  background: #e2c054 !important;
  opacity: 1;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .cid-t4FXQOjg8y .btn {
    width: 200px;
  }
}
.cid-t4FXQOjg8y .mbr-text,
.cid-t4FXQOjg8y .btn {
  color: #FFFFFF;
}
.cid-t4FXQOjg8y .mbr-text,
.cid-t4FXQOjg8y .mbr-iconfont {
  color: #000000;
}
.cid-t3Wak29gEN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3Wak29gEN img,
.cid-t3Wak29gEN .item-img {
  width: 100%;
}
.cid-t3Wak29gEN .item:focus,
.cid-t3Wak29gEN span:focus {
  outline: none;
}
.cid-t3Wak29gEN .item-wrapper {
  position: relative;
}
.cid-t3Wak29gEN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3Wak29gEN .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3Wak29gEN .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t3Wak29gEN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3Wak29gEN .mbr-section-title {
  color: #232323;
}
.cid-t3Wak29gEN .mbr-text,
.cid-t3Wak29gEN .mbr-section-btn {
  text-align: left;
}
.cid-t3Wak29gEN .item-title {
  text-align: left;
}
.cid-t3Wak29gEN .item-subtitle {
  text-align: left;
}
.cid-t3Wak29gEN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t3Wak29gEN .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t3Wak29gEN .embla__button--next,
.cid-t3Wak29gEN .embla__button--prev {
  display: flex;
}
.cid-t3Wak29gEN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t3Wak29gEN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3Wak29gEN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t3Wak29gEN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3Wak29gEN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3Wak29gEN .embla__button {
    top: auto;
  }
}
.cid-t3Wak29gEN .embla {
  position: relative;
  width: 100%;
}
.cid-t3Wak29gEN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t3Wak29gEN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3Wak29gEN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3Wak29gEN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3WcMa41xP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3WcMa41xP [class^="socicon-"]:before,
.cid-t3WcMa41xP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t3WcMa41xP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t3WcMa41xP .btn-social:hover {
  background: #e2c054;
}
.cid-t3WcMa41xP .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-rArWJRbpio {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rArWJRbpio .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rArWJRbpio h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-rArWJRbpio .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rArWJRbpio .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rArWJRbpio .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rArWJRbpio .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rArWJRbpio .col,
  .cid-rArWJRbpio .col-lg-6 {
    max-width: 48%;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWJRbpio .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rArWJRbpio label {
  margin-bottom: 0;
}
.cid-rArWJRbpio .form-row {
  justify-content: space-between;
}
.cid-rArWJRbpio .form-control,
.cid-rArWJRbpio .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control input:-moz-placeholder,
.cid-rArWJRbpio .field-input input:-moz-placeholder,
.cid-rArWJRbpio .form-control textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover,
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .form-control:hover input:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover input:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus input:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus input:-moz-placeholder,
.cid-rArWJRbpio .form-control:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .jq-number__spin:hover,
.cid-rArWJRbpio .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-selectbox li,
.cid-rArWJRbpio .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox li:hover,
.cid-rArWJRbpio .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:hover:after,
.cid-rArWJRbpio .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:after,
.cid-rArWJRbpio .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio input::-webkit-clear-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-inner-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-outer-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rArWJRbpio H5 {
  text-align: center;
}
.cid-rArWJRbpio P {
  text-align: center;
}
.cid-rArWJRbpio LABEL {
  color: #000000;
}
.cid-rArWJRbpio H4 {
  color: #343434;
}
.cid-rArWJZPMfb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rArWJZPMfb .mbr-text {
  color: #000000;
}
.cid-rArWJZPMfb .container {
  max-width: 1000px;
}
.cid-rArWJZPMfb h4 {
  text-align: center;
}
.cid-rArWJZPMfb p {
  text-align: center;
}
.cid-rArWJZPMfb .row {
  justify-content: center;
}
.cid-rArWJZPMfb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rArWJZPMfb .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-rArWJZPMfb .card-title,
.cid-rArWJZPMfb .card-img {
  color: #e2c054;
}
.cid-rArWJZPMfb .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-rArWJZPMfb .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-rArWJZPMfb img {
  margin-bottom: 5rem;
}
.cid-rArWKbZ4Lx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rArWKbZ4Lx .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd7WbZLH9.popup-builder {
  background-color: #ffffff;
}
.cid-uAd7WbZLH9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd7WbZLH9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd7WbZLH9 .modal-content,
.cid-uAd7WbZLH9 .modal-dialog {
  height: auto;
}
.cid-uAd7WbZLH9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd7WbZLH9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd7WbZLH9 .form-wrapper .mbr-form .form-group,
  .cid-uAd7WbZLH9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd7WbZLH9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd7WbZLH9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd7WbZLH9 .mbr-text {
  text-align: center;
}
.cid-uAd7WbZLH9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd7WbZLH9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd7WbZLH9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd7WbZLH9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd7WbZLH9 .modal-open {
  overflow: hidden;
}
.cid-uAd7WbZLH9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd7WbZLH9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd7WbZLH9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd7WbZLH9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd7WbZLH9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd7WbZLH9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd7WbZLH9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd7WbZLH9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd7WbZLH9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd7WbZLH9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd7WbZLH9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd7WbZLH9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd7WbZLH9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd7WbZLH9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd7WbZLH9 .modal-header {
    padding: 1rem;
  }
}
.cid-uAd7WbZLH9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd7WbZLH9 .modal-header .close svg {
  fill: #353535;
}
.cid-uAd7WbZLH9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd7WbZLH9 .modal-header .close:focus {
  outline: none;
}
.cid-uAd7WbZLH9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd7WbZLH9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd7WbZLH9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd7WbZLH9 .modal-body {
    padding: 1rem;
  }
}
.cid-uAd7WbZLH9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd7WbZLH9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd7WbZLH9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd7WbZLH9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd7WbZLH9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd7WbZLH9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd7WbZLH9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd7WbZLH9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd7WbZLH9 .modal-lg,
  .cid-uAd7WbZLH9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd7WbZLH9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd7WbZLH9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd7WbZLH9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd7WbZLH9 .form-group {
  margin-bottom: 1rem;
}
.cid-uAd7WbZLH9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd7WbZLH9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd7WbZLH9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd7WbZLH9 .mbr-section-btn {
  margin: 0;
}
.cid-uAd7WbZLH9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H4LHnHsc .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4LHnHsc .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4LHnHsc .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4LHnHsc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4LHnHsc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H4LHnHsc .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4LHnHsc .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4LHnHsc .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4LHnHsc .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4LHnHsc a {
  font-style: normal;
}
.cid-t4H4LHnHsc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4LHnHsc .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4LHnHsc .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4LHnHsc .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4LHnHsc .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4LHnHsc .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4LHnHsc .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4LHnHsc .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-right {
    display: none;
  }
}
.cid-t4H4LHnHsc .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4LHnHsc .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4LHnHsc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4LHnHsc .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4LHnHsc .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .right-box {
    display: none;
  }
}
.cid-t4H4LHnHsc .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4LHnHsc .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4LHnHsc .content-text {
  margin-bottom: 0;
}
.cid-t4H4LHnHsc .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4LHnHsc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4LHnHsc .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4LHnHsc .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4LHnHsc .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4LHnHsc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4LHnHsc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4LHnHsc .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4LHnHsc .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4LHnHsc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4LHnHsc .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4LHnHsc .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4LHnHsc .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4LHnHsc .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4LHnHsc .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4LHnHsc .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4LHnHsc .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4LHnHsc .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4LHnHsc .menu-content-top.show {
  display: block;
}
.cid-t4H4LHnHsc .pre-header-right {
  align-self: center;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4LHnHsc .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4LHnHsc .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4LHnHsc .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4LHnHsc .dropdown-item:before {
    display: none;
  }
  .cid-t4H4LHnHsc .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4LHnHsc img {
    height: 3.8rem !important;
  }
  .cid-t4H4LHnHsc .btn {
    display: flex;
  }
  .cid-t4H4LHnHsc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4LHnHsc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4LHnHsc .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4LHnHsc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing,
  .cid-t4H4LHnHsc .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4LHnHsc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4LHnHsc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4LHnHsc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4LHnHsc .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4LHnHsc .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4LHnHsc .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4LHnHsc .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4LHnHsc .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4LHnHsc .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4LHnHsc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4LHnHsc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4LHnHsc .navbar-toggler {
    display: none;
  }
}
.cid-t4H4LHnHsc .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4LHnHsc .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4LHnHsc .navbar-short {
  background: transparent;
}
.cid-t4H4LHnHsc .navbar-short .menu-content-top,
.cid-t4H4LHnHsc .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4LHnHsc .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4LHnHsc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4LHnHsc .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4LHnHsc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4LHnHsc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4LHnHsc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4LHnHsc .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4LHnHsc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4LHnHsc button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4LHnHsc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4LHnHsc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4LHnHsc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4LHnHsc .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4LHnHsc .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4LHnHsc .collapsed .btn {
  display: flex;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4LHnHsc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4LHnHsc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4LHnHsc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4LHnHsc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4LHnHsc .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4LHnHsc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4LHnHsc .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4LHnHsc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4LHnHsc .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4LHnHsc .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4LHnHsc .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4LHnHsc .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4LHnHsc .nav-link:focus {
  outline: none;
}
.cid-t4H4LHnHsc .navbar-toggler {
  position: relative;
}
.cid-t4H4LHnHsc .dropdown-item.active,
.cid-t4H4LHnHsc .dropdown-item:active {
  color: auto;
}
.cid-t4H4LHnHsc .dropdown-item:hover {
  color: #e2c054;
}
.cid-rArXEdIV84 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20220423-wa0012-1600x1200.jpeg");
}
.cid-rArXEdIV84 DIV {
  text-align: center;
}
.cid-rArXEqnXGf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rArXEqnXGf .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rArXEqnXGf .title {
  max-width: 800px;
  margin: auto;
}
.cid-rArXEqnXGf .text-wrap {
  padding: 0 1rem;
}
.cid-rArXEqnXGf .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArXEqnXGf .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArXEqnXGf .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArXEqnXGf .card-block:hover img {
  transform: scale(1.1);
}
.cid-rArXEqnXGf .card {
  padding: 0;
}
.cid-rArXEqnXGf .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rArXEqnXGf .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rArXEqnXGf .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rArXEqnXGf H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-rArXEqnXGf .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-t3WoWvw7GI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-home-1916x984.jpg");
}
.cid-t3WoWvw7GI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t3WoWvw7GI .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t3WoWvw7GI .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4ajatfPLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4ajatfPLA .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4ajatfPLA .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4ajatfPLA .image-wrapper {
    padding: 30px;
  }
}
.cid-t4ajatfPLA .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4ajatfPLA .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4ajatfPLA .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4ajatfPLA .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .col-text {
    text-align: center;
  }
}
.cid-t4ajatfPLA .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4ajatfPLA .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4ajatfPLA .label-text {
    text-align: center !important;
  }
}
.cid-t4ajatfPLA .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4ajatfPLA .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4ajatfPLA .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4ajatfPLA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4ajatfPLA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ah8NMaWM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ah8NMaWM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-t4ah8NMaWM .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .col-text {
    margin-bottom: 3rem;
  }
}
.cid-t4ah8NMaWM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .text-wrapper {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #e2c054;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .label-text {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t4ah8NMaWM .mbr-text {
    text-align: center !important;
  }
}
.cid-t4ah8NMaWM .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn {
  padding: 0;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t4ah8NMaWM .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t4ah8NMaWM .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-t4ah8NMaWM .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-t4ah8NMaWM .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-t4ah8NMaWM .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t4ah8NMaWM .card-title {
  color: #e2c054;
  margin-bottom: 1rem;
}
.cid-t4ah8NMaWM .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-t4ah8NMaWM .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-t4anjJBHO3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4anjJBHO3 .row {
  flex-direction: row-reverse;
}
.cid-t4anjJBHO3 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4anjJBHO3 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4anjJBHO3 .image-wrapper {
    padding: 30px;
  }
}
.cid-t4anjJBHO3 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4anjJBHO3 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4anjJBHO3 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4anjJBHO3 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .col-text {
    text-align: center;
  }
}
.cid-t4anjJBHO3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4anjJBHO3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4anjJBHO3 .label-text {
    text-align: center !important;
  }
}
.cid-t4anjJBHO3 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4anjJBHO3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4anjJBHO3 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4anjJBHO3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4anjJBHO3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4ap378iMk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4ap378iMk .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ap378iMk .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4ap378iMk .mbr-section-title {
  color: #000000;
}
.cid-t4ap378iMk .mbr-text {
  color: #6c7577;
}
.cid-t4ap378iMk .btn {
  padding: 1rem 3.4rem;
}
.cid-t4ap378iMk .mbr-text,
.cid-t4ap378iMk .mbr-section-btn {
  color: #000000;
}
.cid-t4Fp8AX0VF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4Fp8AX0VF [class^="socicon-"]:before,
.cid-t4Fp8AX0VF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4Fp8AX0VF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4Fp8AX0VF .btn-social:hover {
  background: #e2c054;
}
.cid-t4Fp8AX0VF .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4Fp9YTf94 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4Fp9YTf94 img,
.cid-t4Fp9YTf94 .item-img {
  width: 100%;
}
.cid-t4Fp9YTf94 .item:focus,
.cid-t4Fp9YTf94 span:focus {
  outline: none;
}
.cid-t4Fp9YTf94 .item-wrapper {
  position: relative;
}
.cid-t4Fp9YTf94 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4Fp9YTf94 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4Fp9YTf94 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4Fp9YTf94 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4Fp9YTf94 .mbr-section-title {
  color: #232323;
}
.cid-t4Fp9YTf94 .mbr-text,
.cid-t4Fp9YTf94 .mbr-section-btn {
  text-align: left;
}
.cid-t4Fp9YTf94 .item-title {
  text-align: left;
}
.cid-t4Fp9YTf94 .item-subtitle {
  text-align: left;
}
.cid-t4Fp9YTf94 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4Fp9YTf94 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4Fp9YTf94 .embla__button--next,
.cid-t4Fp9YTf94 .embla__button--prev {
  display: flex;
}
.cid-t4Fp9YTf94 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4Fp9YTf94 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4Fp9YTf94 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4Fp9YTf94 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4Fp9YTf94 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4Fp9YTf94 .embla__button {
    top: auto;
  }
}
.cid-t4Fp9YTf94 .embla {
  position: relative;
  width: 100%;
}
.cid-t4Fp9YTf94 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4Fp9YTf94 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4Fp9YTf94 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4Fp9YTf94 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FpaDqUmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FpaDqUmY .mbr-text {
  color: #000000;
}
.cid-t4FpaDqUmY .container {
  max-width: 1000px;
}
.cid-t4FpaDqUmY h4 {
  text-align: center;
}
.cid-t4FpaDqUmY p {
  text-align: center;
}
.cid-t4FpaDqUmY .row {
  justify-content: center;
}
.cid-t4FpaDqUmY .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FpaDqUmY .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FpaDqUmY .card-title,
.cid-t4FpaDqUmY .card-img {
  color: #e2c054;
}
.cid-t4FpaDqUmY .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FpaDqUmY .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FpaDqUmY img {
  margin-bottom: 5rem;
}
.cid-t4Fpk4yyWp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4Fpk4yyWp .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84XFc13.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84XFc13.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84XFc13.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84XFc13 .modal-content,
.cid-uAd84XFc13 .modal-dialog {
  height: auto;
}
.cid-uAd84XFc13 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84XFc13 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84XFc13 .form-wrapper .mbr-form .form-group,
  .cid-uAd84XFc13 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84XFc13 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84XFc13 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84XFc13 .mbr-text {
  text-align: center;
}
.cid-uAd84XFc13 .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84XFc13 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84XFc13 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84XFc13 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84XFc13 .modal-open {
  overflow: hidden;
}
.cid-uAd84XFc13 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84XFc13 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84XFc13 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84XFc13 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84XFc13 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84XFc13 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84XFc13 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84XFc13 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84XFc13 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84XFc13 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84XFc13 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84XFc13 .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84XFc13 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84XFc13 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84XFc13 .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84XFc13 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84XFc13 .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84XFc13 .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84XFc13 .modal-header .close:focus {
  outline: none;
}
.cid-uAd84XFc13 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84XFc13 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84XFc13 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84XFc13 .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84XFc13 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84XFc13 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84XFc13 .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84XFc13 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84XFc13 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84XFc13 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84XFc13 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84XFc13 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84XFc13 .modal-lg,
  .cid-uAd84XFc13 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84XFc13 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84XFc13 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84XFc13 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84XFc13 .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84XFc13 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84XFc13 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84XFc13 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84XFc13 .mbr-section-btn {
  margin: 0;
}
.cid-uAd84XFc13 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H4OCXSTz .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4OCXSTz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4OCXSTz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4OCXSTz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4OCXSTz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H4OCXSTz .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4OCXSTz .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4OCXSTz .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4OCXSTz .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4OCXSTz a {
  font-style: normal;
}
.cid-t4H4OCXSTz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4OCXSTz .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4OCXSTz .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4OCXSTz .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4OCXSTz .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4OCXSTz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4OCXSTz .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4OCXSTz .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-right {
    display: none;
  }
}
.cid-t4H4OCXSTz .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4OCXSTz .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4OCXSTz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4OCXSTz .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4OCXSTz .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .right-box {
    display: none;
  }
}
.cid-t4H4OCXSTz .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4OCXSTz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4OCXSTz .content-text {
  margin-bottom: 0;
}
.cid-t4H4OCXSTz .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4OCXSTz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4OCXSTz .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4OCXSTz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4OCXSTz .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4OCXSTz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4OCXSTz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4OCXSTz .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4OCXSTz .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4OCXSTz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4OCXSTz .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4OCXSTz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4OCXSTz .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4OCXSTz .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4OCXSTz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4OCXSTz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4OCXSTz .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4OCXSTz .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4OCXSTz .menu-content-top.show {
  display: block;
}
.cid-t4H4OCXSTz .pre-header-right {
  align-self: center;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4OCXSTz .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4OCXSTz .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4OCXSTz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4OCXSTz .dropdown-item:before {
    display: none;
  }
  .cid-t4H4OCXSTz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4OCXSTz img {
    height: 3.8rem !important;
  }
  .cid-t4H4OCXSTz .btn {
    display: flex;
  }
  .cid-t4H4OCXSTz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4OCXSTz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4OCXSTz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4OCXSTz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing,
  .cid-t4H4OCXSTz .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4OCXSTz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4OCXSTz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4OCXSTz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4OCXSTz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4OCXSTz .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4OCXSTz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4OCXSTz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4OCXSTz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4OCXSTz .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4OCXSTz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4OCXSTz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4OCXSTz .navbar-toggler {
    display: none;
  }
}
.cid-t4H4OCXSTz .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4OCXSTz .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4OCXSTz .navbar-short {
  background: transparent;
}
.cid-t4H4OCXSTz .navbar-short .menu-content-top,
.cid-t4H4OCXSTz .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4OCXSTz .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4OCXSTz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4OCXSTz .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4OCXSTz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4OCXSTz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4OCXSTz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4OCXSTz .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4OCXSTz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4OCXSTz button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4OCXSTz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4OCXSTz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4OCXSTz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4OCXSTz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4OCXSTz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4OCXSTz .collapsed .btn {
  display: flex;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4OCXSTz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4OCXSTz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4OCXSTz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4OCXSTz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4OCXSTz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4OCXSTz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4OCXSTz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4OCXSTz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4OCXSTz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4OCXSTz .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4OCXSTz .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4OCXSTz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4OCXSTz .nav-link:focus {
  outline: none;
}
.cid-t4H4OCXSTz .navbar-toggler {
  position: relative;
}
.cid-t4H4OCXSTz .dropdown-item.active,
.cid-t4H4OCXSTz .dropdown-item:active {
  color: auto;
}
.cid-t4H4OCXSTz .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4aqIQN214 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/custom-name-and-logo-on-store-glass-in-frosted-film-2000x1333.jpg");
}
.cid-t4aqISixfe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4aqISixfe .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t4aqISixfe .title {
  max-width: 800px;
  margin: auto;
}
.cid-t4aqISixfe .text-wrap {
  padding: 0 1rem;
}
.cid-t4aqISixfe .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t4aqISixfe .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t4aqISixfe .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t4aqISixfe .card-block:hover img {
  transform: scale(1.1);
}
.cid-t4aqISixfe .card {
  padding: 0;
}
.cid-t4aqISixfe .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t4aqISixfe .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t4aqISixfe .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t4aqISixfe H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-t4aqISixfe .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-t4aqISixfe .mbr-section-title {
  color: #000000;
}
.cid-t4aqISixfe .mbr-section-subtitle {
  color: #343434;
}
.cid-t4aqITJYif {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-product-2022-04-23-at-12.35.15-pm-1280x960.jpeg");
}
.cid-t4aqITJYif .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t4aqITJYif .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t4aqITJYif .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4aqITJYif .mbr-section-title {
  color: #efefef;
}
.cid-t4aqITJYif .mbr-text,
.cid-t4aqITJYif .mbr-section-btn,
.cid-t4aqITJYif .social-row {
  color: #efefef;
}
.cid-t4aqIV8Dn5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4aqIV8Dn5 .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-t4aqIV8Dn5 .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4aqIV8Dn5 .image-wrapper {
    padding: 30px;
  }
}
.cid-t4aqIV8Dn5 .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-t4aqIV8Dn5 .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-t4aqIV8Dn5 .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-t4aqIV8Dn5 .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .col-text {
    text-align: center;
  }
}
.cid-t4aqIV8Dn5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t4aqIV8Dn5 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-t4aqIV8Dn5 .label-text {
    text-align: center !important;
  }
}
.cid-t4aqIV8Dn5 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-t4aqIV8Dn5 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-t4aqIV8Dn5 .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-t4aqIV8Dn5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t4aqIV8Dn5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t4aDAzhT7r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4aDAzhT7r .card {
  align-self: stretch;
}
.cid-t4aDAzhT7r .card-box {
  height: 100%;
  background-color: #f1eeea;
  padding: 2rem;
}
.cid-t4aDAzhT7r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aDAzhT7r p {
  color: #767676;
  text-align: left;
}
.cid-t4aDAzhT7r .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t4aDAzhT7r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t4aDAzhT7r .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t4aDAzhT7r P {
  color: #000000;
}
.cid-t4aE4dasHR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aE4dasHR .card {
  align-self: stretch;
}
.cid-t4aE4dasHR .card-box {
  height: 100%;
  background-color: #f1eeea;
  padding: 2rem;
}
.cid-t4aE4dasHR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aE4dasHR p {
  color: #767676;
  text-align: left;
}
.cid-t4aE4dasHR .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-t4aE4dasHR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-t4aE4dasHR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t4aE4dasHR P {
  color: #000000;
}
.cid-t4FnsD7W0h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FnsD7W0h .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FnsD7W0h .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FnsD7W0h .mbr-section-title {
  color: #000000;
}
.cid-t4FnsD7W0h .mbr-text {
  color: #6c7577;
}
.cid-t4FnsD7W0h .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FnsD7W0h .mbr-text,
.cid-t4FnsD7W0h .mbr-section-btn {
  color: #000000;
}
.cid-t4FpBJ26bO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FpBJ26bO [class^="socicon-"]:before,
.cid-t4FpBJ26bO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FpBJ26bO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FpBJ26bO .btn-social:hover {
  background: #e2c054;
}
.cid-t4FpBJ26bO .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4FpCEcQw8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FpCEcQw8 img,
.cid-t4FpCEcQw8 .item-img {
  width: 100%;
}
.cid-t4FpCEcQw8 .item:focus,
.cid-t4FpCEcQw8 span:focus {
  outline: none;
}
.cid-t4FpCEcQw8 .item-wrapper {
  position: relative;
}
.cid-t4FpCEcQw8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4FpCEcQw8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4FpCEcQw8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4FpCEcQw8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4FpCEcQw8 .mbr-section-title {
  color: #232323;
}
.cid-t4FpCEcQw8 .mbr-text,
.cid-t4FpCEcQw8 .mbr-section-btn {
  text-align: left;
}
.cid-t4FpCEcQw8 .item-title {
  text-align: left;
}
.cid-t4FpCEcQw8 .item-subtitle {
  text-align: left;
}
.cid-t4FpCEcQw8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4FpCEcQw8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4FpCEcQw8 .embla__button--next,
.cid-t4FpCEcQw8 .embla__button--prev {
  display: flex;
}
.cid-t4FpCEcQw8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4FpCEcQw8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4FpCEcQw8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4FpCEcQw8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4FpCEcQw8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4FpCEcQw8 .embla__button {
    top: auto;
  }
}
.cid-t4FpCEcQw8 .embla {
  position: relative;
  width: 100%;
}
.cid-t4FpCEcQw8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4FpCEcQw8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4FpCEcQw8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4FpCEcQw8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FpD0Wxvt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FpD0Wxvt .mbr-text {
  color: #000000;
}
.cid-t4FpD0Wxvt .container {
  max-width: 1000px;
}
.cid-t4FpD0Wxvt h4 {
  text-align: center;
}
.cid-t4FpD0Wxvt p {
  text-align: center;
}
.cid-t4FpD0Wxvt .row {
  justify-content: center;
}
.cid-t4FpD0Wxvt .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FpD0Wxvt .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FpD0Wxvt .card-title,
.cid-t4FpD0Wxvt .card-img {
  color: #e2c054;
}
.cid-t4FpD0Wxvt .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FpD0Wxvt .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FpD0Wxvt img {
  margin-bottom: 5rem;
}
.cid-t4FpE76q3r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FpE76q3r .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84Yweas.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84Yweas.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84Yweas.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84Yweas .modal-content,
.cid-uAd84Yweas .modal-dialog {
  height: auto;
}
.cid-uAd84Yweas .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84Yweas .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84Yweas .form-wrapper .mbr-form .form-group,
  .cid-uAd84Yweas .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84Yweas .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84Yweas .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84Yweas .mbr-text {
  text-align: center;
}
.cid-uAd84Yweas .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84Yweas .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84Yweas .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84Yweas .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84Yweas .modal-open {
  overflow: hidden;
}
.cid-uAd84Yweas .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84Yweas .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84Yweas .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84Yweas .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84Yweas .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84Yweas .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84Yweas .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84Yweas .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84Yweas .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84Yweas .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84Yweas .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84Yweas .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84Yweas .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84Yweas .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Yweas .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84Yweas .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84Yweas .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84Yweas .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84Yweas .modal-header .close:focus {
  outline: none;
}
.cid-uAd84Yweas .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84Yweas .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84Yweas .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Yweas .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84Yweas .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84Yweas .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Yweas .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84Yweas .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84Yweas .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84Yweas .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84Yweas .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84Yweas .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84Yweas .modal-lg,
  .cid-uAd84Yweas .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84Yweas .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84Yweas .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84Yweas .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84Yweas .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84Yweas .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84Yweas .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84Yweas .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84Yweas .mbr-section-btn {
  margin: 0;
}
.cid-uAd84Yweas .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H4RofG4z .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4RofG4z .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4RofG4z .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4RofG4z .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4RofG4z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4RofG4z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H4RofG4z .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4RofG4z .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4RofG4z .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4RofG4z .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4RofG4z a {
  font-style: normal;
}
.cid-t4H4RofG4z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4RofG4z .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4RofG4z .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4RofG4z .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4RofG4z .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4RofG4z .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4RofG4z .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4RofG4z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4RofG4z .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .menu-content-right {
    display: none;
  }
}
.cid-t4H4RofG4z .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4RofG4z .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4RofG4z .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4RofG4z .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4RofG4z .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4RofG4z .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4RofG4z .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4RofG4z .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .right-box {
    display: none;
  }
}
.cid-t4H4RofG4z .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4RofG4z .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4RofG4z .content-text {
  margin-bottom: 0;
}
.cid-t4H4RofG4z .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4RofG4z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4RofG4z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4RofG4z .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4RofG4z .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4RofG4z .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4RofG4z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4RofG4z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4RofG4z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4RofG4z .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4RofG4z .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4RofG4z .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4RofG4z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4RofG4z .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4RofG4z .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4RofG4z .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4RofG4z .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4RofG4z .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4RofG4z .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4RofG4z .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4RofG4z .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4RofG4z .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4RofG4z .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4RofG4z .menu-content-top.show {
  display: block;
}
.cid-t4H4RofG4z .pre-header-right {
  align-self: center;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4RofG4z .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4RofG4z .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4RofG4z .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4RofG4z .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4RofG4z .dropdown-item:before {
    display: none;
  }
  .cid-t4H4RofG4z .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4RofG4z img {
    height: 3.8rem !important;
  }
  .cid-t4H4RofG4z .btn {
    display: flex;
  }
  .cid-t4H4RofG4z button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4RofG4z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4RofG4z .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4RofG4z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing,
  .cid-t4H4RofG4z .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4RofG4z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4RofG4z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4RofG4z .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4RofG4z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4RofG4z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4RofG4z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4RofG4z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4RofG4z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4RofG4z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4RofG4z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4RofG4z .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4RofG4z .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4RofG4z .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4RofG4z .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4RofG4z .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4RofG4z .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4RofG4z .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4RofG4z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4RofG4z .navbar-toggler {
    display: none;
  }
}
.cid-t4H4RofG4z .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4RofG4z .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4RofG4z .navbar-short {
  background: transparent;
}
.cid-t4H4RofG4z .navbar-short .menu-content-top,
.cid-t4H4RofG4z .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4RofG4z .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4RofG4z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4RofG4z .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4RofG4z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4RofG4z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4RofG4z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4RofG4z .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4RofG4z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4RofG4z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4RofG4z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4RofG4z .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4RofG4z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4RofG4z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4RofG4z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4RofG4z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4RofG4z button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4RofG4z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4RofG4z button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4RofG4z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H4RofG4z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4RofG4z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4RofG4z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4RofG4z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4RofG4z nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H4RofG4z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4RofG4z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4RofG4z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4RofG4z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4RofG4z .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4RofG4z .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4RofG4z .collapsed .btn {
  display: flex;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4RofG4z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4RofG4z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4RofG4z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4RofG4z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4RofG4z .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4RofG4z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4RofG4z .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4RofG4z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4RofG4z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4RofG4z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4RofG4z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4RofG4z .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4RofG4z .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4RofG4z .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4RofG4z .nav-link:focus {
  outline: none;
}
.cid-t4H4RofG4z .navbar-toggler {
  position: relative;
}
.cid-t4H4RofG4z .dropdown-item.active,
.cid-t4H4RofG4z .dropdown-item:active {
  color: auto;
}
.cid-t4H4RofG4z .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4aFdhG3Oa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/window-frosting-1536x1152.jpeg");
}
.cid-t4aGgycwbu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aGgycwbu .mbr-section-subtitle {
  color: #767676;
}
.cid-t4aGgycwbu H2 {
  color: #000000;
}
.cid-t4aFIBq5Jw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4aFIBq5Jw .mbr-text {
  color: #000000;
}
.cid-t4FnS34elp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FnS34elp .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FnS34elp .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FnS34elp .mbr-section-title {
  color: #000000;
}
.cid-t4FnS34elp .mbr-text {
  color: #6c7577;
}
.cid-t4FnS34elp .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FnS34elp .mbr-text,
.cid-t4FnS34elp .mbr-section-btn {
  color: #000000;
}
.cid-t4FqnjCKk2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FqnjCKk2 [class^="socicon-"]:before,
.cid-t4FqnjCKk2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FqnjCKk2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FqnjCKk2 .btn-social:hover {
  background: #e2c054;
}
.cid-t4FqnjCKk2 .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4FqnZ3DBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FqnZ3DBQ img,
.cid-t4FqnZ3DBQ .item-img {
  width: 100%;
}
.cid-t4FqnZ3DBQ .item:focus,
.cid-t4FqnZ3DBQ span:focus {
  outline: none;
}
.cid-t4FqnZ3DBQ .item-wrapper {
  position: relative;
}
.cid-t4FqnZ3DBQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4FqnZ3DBQ .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4FqnZ3DBQ .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4FqnZ3DBQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4FqnZ3DBQ .mbr-section-title {
  color: #232323;
}
.cid-t4FqnZ3DBQ .mbr-text,
.cid-t4FqnZ3DBQ .mbr-section-btn {
  text-align: left;
}
.cid-t4FqnZ3DBQ .item-title {
  text-align: left;
}
.cid-t4FqnZ3DBQ .item-subtitle {
  text-align: left;
}
.cid-t4FqnZ3DBQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4FqnZ3DBQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4FqnZ3DBQ .embla__button--next,
.cid-t4FqnZ3DBQ .embla__button--prev {
  display: flex;
}
.cid-t4FqnZ3DBQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4FqnZ3DBQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4FqnZ3DBQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4FqnZ3DBQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4FqnZ3DBQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4FqnZ3DBQ .embla__button {
    top: auto;
  }
}
.cid-t4FqnZ3DBQ .embla {
  position: relative;
  width: 100%;
}
.cid-t4FqnZ3DBQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4FqnZ3DBQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4FqnZ3DBQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4FqnZ3DBQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FqoldlfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FqoldlfI .mbr-text {
  color: #000000;
}
.cid-t4FqoldlfI .container {
  max-width: 1000px;
}
.cid-t4FqoldlfI h4 {
  text-align: center;
}
.cid-t4FqoldlfI p {
  text-align: center;
}
.cid-t4FqoldlfI .row {
  justify-content: center;
}
.cid-t4FqoldlfI .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FqoldlfI .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FqoldlfI .card-title,
.cid-t4FqoldlfI .card-img {
  color: #e2c054;
}
.cid-t4FqoldlfI .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FqoldlfI .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FqoldlfI img {
  margin-bottom: 5rem;
}
.cid-t4FqpPVTs4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FqpPVTs4 .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84YVCqc.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84YVCqc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84YVCqc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84YVCqc .modal-content,
.cid-uAd84YVCqc .modal-dialog {
  height: auto;
}
.cid-uAd84YVCqc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84YVCqc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84YVCqc .form-wrapper .mbr-form .form-group,
  .cid-uAd84YVCqc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84YVCqc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84YVCqc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84YVCqc .mbr-text {
  text-align: center;
}
.cid-uAd84YVCqc .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84YVCqc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84YVCqc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84YVCqc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84YVCqc .modal-open {
  overflow: hidden;
}
.cid-uAd84YVCqc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84YVCqc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84YVCqc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84YVCqc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84YVCqc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84YVCqc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84YVCqc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84YVCqc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84YVCqc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84YVCqc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84YVCqc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84YVCqc .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84YVCqc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84YVCqc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84YVCqc .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84YVCqc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84YVCqc .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84YVCqc .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84YVCqc .modal-header .close:focus {
  outline: none;
}
.cid-uAd84YVCqc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84YVCqc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84YVCqc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84YVCqc .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84YVCqc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84YVCqc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84YVCqc .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84YVCqc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84YVCqc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84YVCqc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84YVCqc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84YVCqc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84YVCqc .modal-lg,
  .cid-uAd84YVCqc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84YVCqc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84YVCqc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84YVCqc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84YVCqc .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84YVCqc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84YVCqc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84YVCqc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84YVCqc .mbr-section-btn {
  margin: 0;
}
.cid-uAd84YVCqc .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H4YFzCHL .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H4YFzCHL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H4YFzCHL .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H4YFzCHL .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H4YFzCHL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H4YFzCHL .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H4YFzCHL .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H4YFzCHL .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H4YFzCHL .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H4YFzCHL .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H4YFzCHL a {
  font-style: normal;
}
.cid-t4H4YFzCHL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H4YFzCHL .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H4YFzCHL .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H4YFzCHL .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H4YFzCHL .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H4YFzCHL .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H4YFzCHL .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4YFzCHL .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H4YFzCHL .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .menu-content-right {
    display: none;
  }
}
.cid-t4H4YFzCHL .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H4YFzCHL .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H4YFzCHL .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H4YFzCHL .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H4YFzCHL .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H4YFzCHL .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H4YFzCHL .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H4YFzCHL .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .right-box {
    display: none;
  }
}
.cid-t4H4YFzCHL .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4YFzCHL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H4YFzCHL .content-text {
  margin-bottom: 0;
}
.cid-t4H4YFzCHL .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H4YFzCHL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H4YFzCHL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H4YFzCHL .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H4YFzCHL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H4YFzCHL .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H4YFzCHL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H4YFzCHL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H4YFzCHL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H4YFzCHL .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H4YFzCHL .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H4YFzCHL .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H4YFzCHL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H4YFzCHL .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H4YFzCHL .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4YFzCHL .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4YFzCHL .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H4YFzCHL .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H4YFzCHL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H4YFzCHL .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H4YFzCHL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H4YFzCHL .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H4YFzCHL .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H4YFzCHL .menu-content-top.show {
  display: block;
}
.cid-t4H4YFzCHL .pre-header-right {
  align-self: center;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H4YFzCHL .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H4YFzCHL .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H4YFzCHL .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H4YFzCHL .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H4YFzCHL .dropdown-item:before {
    display: none;
  }
  .cid-t4H4YFzCHL .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H4YFzCHL img {
    height: 3.8rem !important;
  }
  .cid-t4H4YFzCHL .btn {
    display: flex;
  }
  .cid-t4H4YFzCHL button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H4YFzCHL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H4YFzCHL .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H4YFzCHL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing,
  .cid-t4H4YFzCHL .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H4YFzCHL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H4YFzCHL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H4YFzCHL .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H4YFzCHL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H4YFzCHL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H4YFzCHL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H4YFzCHL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H4YFzCHL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H4YFzCHL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H4YFzCHL .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H4YFzCHL .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H4YFzCHL .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H4YFzCHL .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4YFzCHL .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H4YFzCHL .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H4YFzCHL .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H4YFzCHL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H4YFzCHL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H4YFzCHL .navbar-toggler {
    display: none;
  }
}
.cid-t4H4YFzCHL .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H4YFzCHL .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H4YFzCHL .navbar-short {
  background: transparent;
}
.cid-t4H4YFzCHL .navbar-short .menu-content-top,
.cid-t4H4YFzCHL .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H4YFzCHL .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H4YFzCHL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H4YFzCHL .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H4YFzCHL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H4YFzCHL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4YFzCHL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H4YFzCHL .dropdown {
  color: #e2c054 !important;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H4YFzCHL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H4YFzCHL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H4YFzCHL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H4YFzCHL .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H4YFzCHL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H4YFzCHL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H4YFzCHL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H4YFzCHL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H4YFzCHL button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H4YFzCHL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4YFzCHL button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H4YFzCHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H4YFzCHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4YFzCHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4YFzCHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H4YFzCHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4YFzCHL nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H4YFzCHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H4YFzCHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4YFzCHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H4YFzCHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H4YFzCHL .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4YFzCHL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H4YFzCHL .collapsed .btn {
  display: flex;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H4YFzCHL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H4YFzCHL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H4YFzCHL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H4YFzCHL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H4YFzCHL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H4YFzCHL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H4YFzCHL .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H4YFzCHL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H4YFzCHL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H4YFzCHL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H4YFzCHL .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H4YFzCHL .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H4YFzCHL .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H4YFzCHL .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H4YFzCHL .nav-link:focus {
  outline: none;
}
.cid-t4H4YFzCHL .navbar-toggler {
  position: relative;
}
.cid-t4H4YFzCHL .dropdown-item.active,
.cid-t4H4YFzCHL .dropdown-item:active {
  color: auto;
}
.cid-t4H4YFzCHL .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4aH0hoTOC {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1281x1920.jpeg");
}
.cid-t4aH0iqK21 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aH0iqK21 .mbr-section-subtitle {
  color: #767676;
}
.cid-t4aH0iqK21 H2 {
  color: #000000;
}
.cid-t4aHQpHSIe {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t4aHQpHSIe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aHQpHSIe p {
  color: #767676;
  text-align: left;
}
.cid-t4aHQpHSIe .card-box {
  padding-top: 2rem;
}
.cid-t4aHQpHSIe .card-wrapper {
  height: 100%;
}
.cid-t4Foc1foF8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4Foc1foF8 .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4Foc1foF8 .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4Foc1foF8 .mbr-section-title {
  color: #000000;
}
.cid-t4Foc1foF8 .mbr-text {
  color: #6c7577;
}
.cid-t4Foc1foF8 .btn {
  padding: 1rem 3.4rem;
}
.cid-t4Foc1foF8 .mbr-text,
.cid-t4Foc1foF8 .mbr-section-btn {
  color: #000000;
}
.cid-t4FqCsMEtI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FqCsMEtI [class^="socicon-"]:before,
.cid-t4FqCsMEtI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FqCsMEtI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FqCsMEtI .btn-social:hover {
  background: #e2c054;
}
.cid-t4FqCsMEtI .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4FqDmSxb6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FqDmSxb6 img,
.cid-t4FqDmSxb6 .item-img {
  width: 100%;
}
.cid-t4FqDmSxb6 .item:focus,
.cid-t4FqDmSxb6 span:focus {
  outline: none;
}
.cid-t4FqDmSxb6 .item-wrapper {
  position: relative;
}
.cid-t4FqDmSxb6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4FqDmSxb6 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4FqDmSxb6 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4FqDmSxb6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4FqDmSxb6 .mbr-section-title {
  color: #232323;
}
.cid-t4FqDmSxb6 .mbr-text,
.cid-t4FqDmSxb6 .mbr-section-btn {
  text-align: left;
}
.cid-t4FqDmSxb6 .item-title {
  text-align: left;
}
.cid-t4FqDmSxb6 .item-subtitle {
  text-align: left;
}
.cid-t4FqDmSxb6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4FqDmSxb6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4FqDmSxb6 .embla__button--next,
.cid-t4FqDmSxb6 .embla__button--prev {
  display: flex;
}
.cid-t4FqDmSxb6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4FqDmSxb6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4FqDmSxb6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4FqDmSxb6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4FqDmSxb6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4FqDmSxb6 .embla__button {
    top: auto;
  }
}
.cid-t4FqDmSxb6 .embla {
  position: relative;
  width: 100%;
}
.cid-t4FqDmSxb6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4FqDmSxb6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4FqDmSxb6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4FqDmSxb6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FqDKYDT1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FqDKYDT1 .mbr-text {
  color: #000000;
}
.cid-t4FqDKYDT1 .container {
  max-width: 1000px;
}
.cid-t4FqDKYDT1 h4 {
  text-align: center;
}
.cid-t4FqDKYDT1 p {
  text-align: center;
}
.cid-t4FqDKYDT1 .row {
  justify-content: center;
}
.cid-t4FqDKYDT1 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FqDKYDT1 .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FqDKYDT1 .card-title,
.cid-t4FqDKYDT1 .card-img {
  color: #e2c054;
}
.cid-t4FqDKYDT1 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FqDKYDT1 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FqDKYDT1 img {
  margin-bottom: 5rem;
}
.cid-t4FqEq2zqO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FqEq2zqO .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84Zjwpw.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84Zjwpw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84Zjwpw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84Zjwpw .modal-content,
.cid-uAd84Zjwpw .modal-dialog {
  height: auto;
}
.cid-uAd84Zjwpw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84Zjwpw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84Zjwpw .form-wrapper .mbr-form .form-group,
  .cid-uAd84Zjwpw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84Zjwpw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84Zjwpw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84Zjwpw .mbr-text {
  text-align: center;
}
.cid-uAd84Zjwpw .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84Zjwpw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84Zjwpw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84Zjwpw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84Zjwpw .modal-open {
  overflow: hidden;
}
.cid-uAd84Zjwpw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84Zjwpw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84Zjwpw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84Zjwpw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84Zjwpw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84Zjwpw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84Zjwpw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84Zjwpw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84Zjwpw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84Zjwpw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84Zjwpw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84Zjwpw .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84Zjwpw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84Zjwpw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Zjwpw .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84Zjwpw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84Zjwpw .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84Zjwpw .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84Zjwpw .modal-header .close:focus {
  outline: none;
}
.cid-uAd84Zjwpw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84Zjwpw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84Zjwpw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Zjwpw .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84Zjwpw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84Zjwpw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Zjwpw .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84Zjwpw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84Zjwpw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84Zjwpw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84Zjwpw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84Zjwpw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84Zjwpw .modal-lg,
  .cid-uAd84Zjwpw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84Zjwpw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84Zjwpw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84Zjwpw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84Zjwpw .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84Zjwpw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84Zjwpw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84Zjwpw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84Zjwpw .mbr-section-btn {
  margin: 0;
}
.cid-uAd84Zjwpw .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H51hUZuk .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H51hUZuk .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H51hUZuk .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H51hUZuk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H51hUZuk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H51hUZuk .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H51hUZuk .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H51hUZuk .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H51hUZuk .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H51hUZuk a {
  font-style: normal;
}
.cid-t4H51hUZuk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H51hUZuk .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H51hUZuk .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H51hUZuk .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H51hUZuk .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H51hUZuk .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H51hUZuk .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H51hUZuk .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-right {
    display: none;
  }
}
.cid-t4H51hUZuk .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H51hUZuk .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H51hUZuk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H51hUZuk .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H51hUZuk .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .right-box {
    display: none;
  }
}
.cid-t4H51hUZuk .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H51hUZuk .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H51hUZuk .content-text {
  margin-bottom: 0;
}
.cid-t4H51hUZuk .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H51hUZuk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H51hUZuk .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H51hUZuk .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H51hUZuk .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H51hUZuk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H51hUZuk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H51hUZuk .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H51hUZuk .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H51hUZuk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H51hUZuk .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H51hUZuk .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H51hUZuk .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H51hUZuk .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H51hUZuk .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H51hUZuk .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H51hUZuk .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H51hUZuk .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H51hUZuk .menu-content-top.show {
  display: block;
}
.cid-t4H51hUZuk .pre-header-right {
  align-self: center;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H51hUZuk .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H51hUZuk .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H51hUZuk .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H51hUZuk .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H51hUZuk .dropdown-item:before {
    display: none;
  }
  .cid-t4H51hUZuk .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H51hUZuk img {
    height: 3.8rem !important;
  }
  .cid-t4H51hUZuk .btn {
    display: flex;
  }
  .cid-t4H51hUZuk button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H51hUZuk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H51hUZuk .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H51hUZuk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing,
  .cid-t4H51hUZuk .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H51hUZuk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H51hUZuk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H51hUZuk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H51hUZuk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H51hUZuk .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H51hUZuk .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H51hUZuk .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H51hUZuk .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H51hUZuk .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H51hUZuk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H51hUZuk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H51hUZuk .navbar-toggler {
    display: none;
  }
}
.cid-t4H51hUZuk .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H51hUZuk .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H51hUZuk .navbar-short {
  background: transparent;
}
.cid-t4H51hUZuk .navbar-short .menu-content-top,
.cid-t4H51hUZuk .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H51hUZuk .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H51hUZuk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H51hUZuk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H51hUZuk .dropdown {
  color: #e2c054 !important;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H51hUZuk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H51hUZuk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H51hUZuk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H51hUZuk .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H51hUZuk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H51hUZuk button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H51hUZuk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H51hUZuk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H51hUZuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H51hUZuk .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H51hUZuk .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H51hUZuk .collapsed .btn {
  display: flex;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H51hUZuk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H51hUZuk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H51hUZuk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H51hUZuk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H51hUZuk .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H51hUZuk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H51hUZuk .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H51hUZuk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H51hUZuk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H51hUZuk .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H51hUZuk .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H51hUZuk .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H51hUZuk .nav-link:focus {
  outline: none;
}
.cid-t4H51hUZuk .navbar-toggler {
  position: relative;
}
.cid-t4H51hUZuk .dropdown-item.active,
.cid-t4H51hUZuk .dropdown-item:active {
  color: auto;
}
.cid-t4H51hUZuk .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4aIEk5un7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-t4aIEl7p9R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aIEl7p9R .mbr-section-subtitle {
  color: #767676;
}
.cid-t4aIEl7p9R H2 {
  color: #000000;
}
.cid-t4aIElMoz5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4aIElMoz5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aIElMoz5 p {
  color: #767676;
  text-align: left;
}
.cid-t4aIElMoz5 .card-box {
  padding-top: 2rem;
}
.cid-t4aIElMoz5 .card-wrapper {
  height: 100%;
}
.cid-t4aIEnERTy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t4aIEnERTy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-t4aIEnERTy .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-t4aIEnERTy .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-t4aIEnERTy .mbr-section-title {
  color: #efefef;
}
.cid-t4aIEnERTy .mbr-text,
.cid-t4aIEnERTy .mbr-section-btn,
.cid-t4aIEnERTy .social-row {
  color: #efefef;
}
.cid-t4FonYdiTW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FonYdiTW .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FonYdiTW .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FonYdiTW .mbr-section-title {
  color: #000000;
}
.cid-t4FonYdiTW .mbr-text {
  color: #6c7577;
}
.cid-t4FonYdiTW .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FonYdiTW .mbr-text,
.cid-t4FonYdiTW .mbr-section-btn {
  color: #000000;
}
.cid-t4FqTmciYZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FqTmciYZ [class^="socicon-"]:before,
.cid-t4FqTmciYZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FqTmciYZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FqTmciYZ .btn-social:hover {
  background: #e2c054;
}
.cid-t4FqTmciYZ .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4FqU7MCfk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FqU7MCfk img,
.cid-t4FqU7MCfk .item-img {
  width: 100%;
}
.cid-t4FqU7MCfk .item:focus,
.cid-t4FqU7MCfk span:focus {
  outline: none;
}
.cid-t4FqU7MCfk .item-wrapper {
  position: relative;
}
.cid-t4FqU7MCfk .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4FqU7MCfk .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4FqU7MCfk .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4FqU7MCfk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4FqU7MCfk .mbr-section-title {
  color: #232323;
}
.cid-t4FqU7MCfk .mbr-text,
.cid-t4FqU7MCfk .mbr-section-btn {
  text-align: left;
}
.cid-t4FqU7MCfk .item-title {
  text-align: left;
}
.cid-t4FqU7MCfk .item-subtitle {
  text-align: left;
}
.cid-t4FqU7MCfk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4FqU7MCfk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4FqU7MCfk .embla__button--next,
.cid-t4FqU7MCfk .embla__button--prev {
  display: flex;
}
.cid-t4FqU7MCfk .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4FqU7MCfk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4FqU7MCfk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4FqU7MCfk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4FqU7MCfk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4FqU7MCfk .embla__button {
    top: auto;
  }
}
.cid-t4FqU7MCfk .embla {
  position: relative;
  width: 100%;
}
.cid-t4FqU7MCfk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4FqU7MCfk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4FqU7MCfk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4FqU7MCfk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FqUyRkrr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FqUyRkrr .mbr-text {
  color: #000000;
}
.cid-t4FqUyRkrr .container {
  max-width: 1000px;
}
.cid-t4FqUyRkrr h4 {
  text-align: center;
}
.cid-t4FqUyRkrr p {
  text-align: center;
}
.cid-t4FqUyRkrr .row {
  justify-content: center;
}
.cid-t4FqUyRkrr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FqUyRkrr .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FqUyRkrr .card-title,
.cid-t4FqUyRkrr .card-img {
  color: #e2c054;
}
.cid-t4FqUyRkrr .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FqUyRkrr .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FqUyRkrr img {
  margin-bottom: 5rem;
}
.cid-t4FqVc6zSZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FqVc6zSZ .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84ZI4VT.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84ZI4VT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84ZI4VT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84ZI4VT .modal-content,
.cid-uAd84ZI4VT .modal-dialog {
  height: auto;
}
.cid-uAd84ZI4VT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84ZI4VT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84ZI4VT .form-wrapper .mbr-form .form-group,
  .cid-uAd84ZI4VT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84ZI4VT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84ZI4VT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84ZI4VT .mbr-text {
  text-align: center;
}
.cid-uAd84ZI4VT .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84ZI4VT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84ZI4VT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84ZI4VT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84ZI4VT .modal-open {
  overflow: hidden;
}
.cid-uAd84ZI4VT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84ZI4VT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84ZI4VT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84ZI4VT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84ZI4VT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84ZI4VT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84ZI4VT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84ZI4VT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84ZI4VT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84ZI4VT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84ZI4VT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84ZI4VT .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84ZI4VT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84ZI4VT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84ZI4VT .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84ZI4VT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84ZI4VT .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84ZI4VT .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84ZI4VT .modal-header .close:focus {
  outline: none;
}
.cid-uAd84ZI4VT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84ZI4VT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84ZI4VT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84ZI4VT .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84ZI4VT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84ZI4VT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84ZI4VT .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84ZI4VT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84ZI4VT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84ZI4VT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84ZI4VT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84ZI4VT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84ZI4VT .modal-lg,
  .cid-uAd84ZI4VT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84ZI4VT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84ZI4VT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84ZI4VT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84ZI4VT .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84ZI4VT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84ZI4VT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84ZI4VT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84ZI4VT .mbr-section-btn {
  margin: 0;
}
.cid-uAd84ZI4VT .mbr-section-btn .btn {
  margin: 0;
}
.cid-t4H54450ij .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-t4H54450ij .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-t4H54450ij .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-t4H54450ij .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-t4H54450ij .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H54450ij .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t4H54450ij .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4H54450ij .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H54450ij .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t4H54450ij .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-t4H54450ij .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t4H54450ij .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-t4H54450ij .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-t4H54450ij .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-t4H54450ij .navbar-fixed-top.opened {
  position: relative;
}
.cid-t4H54450ij a {
  font-style: normal;
}
.cid-t4H54450ij .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-t4H54450ij .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-t4H54450ij .nav-item .nav-link {
  color: #ffffff;
}
.cid-t4H54450ij .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-t4H54450ij .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-t4H54450ij .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-t4H54450ij .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H54450ij .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4H54450ij .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .menu-content-right {
    display: none;
  }
}
.cid-t4H54450ij .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-t4H54450ij .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-t4H54450ij .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-t4H54450ij .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-t4H54450ij .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-t4H54450ij .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-t4H54450ij .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-t4H54450ij .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .right-box {
    display: none;
  }
}
.cid-t4H54450ij .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H54450ij .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-t4H54450ij .content-text {
  margin-bottom: 0;
}
.cid-t4H54450ij .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-t4H54450ij .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4H54450ij .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-t4H54450ij .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-t4H54450ij .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-t4H54450ij .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-t4H54450ij .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4H54450ij .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4H54450ij .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-t4H54450ij .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-t4H54450ij .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4H54450ij .nav-dropdown .link {
  font-weight: 600;
}
.cid-t4H54450ij .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4H54450ij .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-t4H54450ij .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H54450ij .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H54450ij .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-t4H54450ij .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-t4H54450ij .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-t4H54450ij .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-t4H54450ij .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-t4H54450ij .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-t4H54450ij .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-t4H54450ij .menu-content-top.show {
  display: block;
}
.cid-t4H54450ij .pre-header-right {
  align-self: center;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-t4H54450ij .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-t4H54450ij .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-t4H54450ij .navbar .menu-content-top {
    display: none;
  }
  .cid-t4H54450ij .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-t4H54450ij .dropdown-item:before {
    display: none;
  }
  .cid-t4H54450ij .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-t4H54450ij img {
    height: 3.8rem !important;
  }
  .cid-t4H54450ij .btn {
    display: flex;
  }
  .cid-t4H54450ij button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-t4H54450ij .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-t4H54450ij .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-t4H54450ij .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing,
  .cid-t4H54450ij .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing .navbar-nav,
  .cid-t4H54450ij .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4H54450ij .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t4H54450ij .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4H54450ij .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t4H54450ij .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4H54450ij .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4H54450ij .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-t4H54450ij .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4H54450ij .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4H54450ij .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t4H54450ij .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-t4H54450ij .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-t4H54450ij .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H54450ij .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-t4H54450ij .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4H54450ij .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4H54450ij .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-t4H54450ij .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-t4H54450ij .navbar-toggler {
    display: none;
  }
}
.cid-t4H54450ij .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-t4H54450ij .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .menu-area-wrapper {
    height: 100%;
  }
}
.cid-t4H54450ij .navbar-short {
  background: transparent;
}
.cid-t4H54450ij .navbar-short .menu-content-top,
.cid-t4H54450ij .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-t4H54450ij .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-t4H54450ij .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4H54450ij .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-t4H54450ij .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-t4H54450ij .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H54450ij .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4H54450ij .dropdown {
  color: #e2c054 !important;
}
.cid-t4H54450ij .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t4H54450ij .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4H54450ij .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4H54450ij .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-t4H54450ij .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t4H54450ij .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-t4H54450ij .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4H54450ij .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4H54450ij .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4H54450ij button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-t4H54450ij button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H54450ij button.navbar-toggler:focus {
  outline: none;
}
.cid-t4H54450ij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4H54450ij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H54450ij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H54450ij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-t4H54450ij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H54450ij nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-t4H54450ij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-t4H54450ij nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H54450ij nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-t4H54450ij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-t4H54450ij .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H54450ij .collapsed .menu-logo {
  margin-right: 0;
}
.cid-t4H54450ij .collapsed .btn {
  display: flex;
}
.cid-t4H54450ij .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing,
.cid-t4H54450ij .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4H54450ij .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4H54450ij .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t4H54450ij .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4H54450ij .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t4H54450ij .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4H54450ij .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-t4H54450ij .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-t4H54450ij .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4H54450ij .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t4H54450ij .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-t4H54450ij .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-t4H54450ij .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-t4H54450ij .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4H54450ij .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4H54450ij .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-t4H54450ij .collapsed .dropdown-item:before {
  display: none;
}
.cid-t4H54450ij .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-t4H54450ij .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-t4H54450ij .nav-link:focus {
  outline: none;
}
.cid-t4H54450ij .navbar-toggler {
  position: relative;
}
.cid-t4H54450ij .dropdown-item.active,
.cid-t4H54450ij .dropdown-item:active {
  color: auto;
}
.cid-t4H54450ij .dropdown-item:hover {
  color: #e2c054;
}
.cid-t4aKjLsFiL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/engrve-1280x720.jpg");
}
.cid-t4H58FnqjN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t4H58FnqjN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4H58FnqjN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4H58FnqjN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4H58FnqjN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4H58FnqjN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4H58FnqjN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4H58FnqjN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t4H58FnqjN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t4H58FnqjN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4aKNKi1jD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t4aKNKi1jD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4aKNKi1jD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4aKNKi1jD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4aKNKi1jD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4aKNKi1jD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4aKNKi1jD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4aKNKi1jD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t4aKNKi1jD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t4aKNKi1jD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t4aKjNmY7T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4aKjNmY7T h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4aKjNmY7T p {
  color: #767676;
  text-align: left;
}
.cid-t4aKjNmY7T .card-box {
  padding-top: 2rem;
}
.cid-t4aKjNmY7T .card-wrapper {
  height: 100%;
}
.cid-t4G00eP97f {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4G00eP97f h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t4G00eP97f p {
  color: #767676;
  text-align: left;
}
.cid-t4G00eP97f .card-box {
  padding-top: 2rem;
}
.cid-t4G00eP97f .card-wrapper {
  height: 100%;
}
.cid-t4FoHb1ZZl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4FoHb1ZZl .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4FoHb1ZZl .content-wrapper {
    padding: 1rem;
  }
}
.cid-t4FoHb1ZZl .mbr-section-title {
  color: #000000;
}
.cid-t4FoHb1ZZl .mbr-text {
  color: #6c7577;
}
.cid-t4FoHb1ZZl .btn {
  padding: 1rem 3.4rem;
}
.cid-t4FoHb1ZZl .mbr-text,
.cid-t4FoHb1ZZl .mbr-section-btn {
  color: #000000;
}
.cid-t4FrdPOjFy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t4FrdPOjFy [class^="socicon-"]:before,
.cid-t4FrdPOjFy [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-t4FrdPOjFy .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-t4FrdPOjFy .btn-social:hover {
  background: #e2c054;
}
.cid-t4FrdPOjFy .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-t4FretivuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4FretivuW img,
.cid-t4FretivuW .item-img {
  width: 100%;
}
.cid-t4FretivuW .item:focus,
.cid-t4FretivuW span:focus {
  outline: none;
}
.cid-t4FretivuW .item-wrapper {
  position: relative;
}
.cid-t4FretivuW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4FretivuW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4FretivuW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-t4FretivuW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4FretivuW .mbr-section-title {
  color: #232323;
}
.cid-t4FretivuW .mbr-text,
.cid-t4FretivuW .mbr-section-btn {
  text-align: left;
}
.cid-t4FretivuW .item-title {
  text-align: left;
}
.cid-t4FretivuW .item-subtitle {
  text-align: left;
}
.cid-t4FretivuW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-t4FretivuW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t4FretivuW .embla__button--next,
.cid-t4FretivuW .embla__button--prev {
  display: flex;
}
.cid-t4FretivuW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t4FretivuW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t4FretivuW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-t4FretivuW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4FretivuW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4FretivuW .embla__button {
    top: auto;
  }
}
.cid-t4FretivuW .embla {
  position: relative;
  width: 100%;
}
.cid-t4FretivuW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t4FretivuW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t4FretivuW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t4FretivuW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t4FreUDJ9L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4FreUDJ9L .mbr-text {
  color: #000000;
}
.cid-t4FreUDJ9L .container {
  max-width: 1000px;
}
.cid-t4FreUDJ9L h4 {
  text-align: center;
}
.cid-t4FreUDJ9L p {
  text-align: center;
}
.cid-t4FreUDJ9L .row {
  justify-content: center;
}
.cid-t4FreUDJ9L .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t4FreUDJ9L .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-t4FreUDJ9L .card-title,
.cid-t4FreUDJ9L .card-img {
  color: #e2c054;
}
.cid-t4FreUDJ9L .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-t4FreUDJ9L .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-t4FreUDJ9L img {
  margin-bottom: 5rem;
}
.cid-t4FrfwOhLp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t4FrfwOhLp .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd8505UWm.popup-builder {
  background-color: #ffffff;
}
.cid-uAd8505UWm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd8505UWm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd8505UWm .modal-content,
.cid-uAd8505UWm .modal-dialog {
  height: auto;
}
.cid-uAd8505UWm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd8505UWm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd8505UWm .form-wrapper .mbr-form .form-group,
  .cid-uAd8505UWm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd8505UWm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd8505UWm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd8505UWm .mbr-text {
  text-align: center;
}
.cid-uAd8505UWm .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd8505UWm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd8505UWm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd8505UWm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd8505UWm .modal-open {
  overflow: hidden;
}
.cid-uAd8505UWm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd8505UWm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd8505UWm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd8505UWm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd8505UWm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd8505UWm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd8505UWm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd8505UWm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd8505UWm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd8505UWm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd8505UWm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd8505UWm .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd8505UWm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd8505UWm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd8505UWm .modal-header {
    padding: 1rem;
  }
}
.cid-uAd8505UWm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd8505UWm .modal-header .close svg {
  fill: #353535;
}
.cid-uAd8505UWm .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd8505UWm .modal-header .close:focus {
  outline: none;
}
.cid-uAd8505UWm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd8505UWm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd8505UWm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd8505UWm .modal-body {
    padding: 1rem;
  }
}
.cid-uAd8505UWm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd8505UWm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd8505UWm .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd8505UWm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd8505UWm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd8505UWm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd8505UWm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd8505UWm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd8505UWm .modal-lg,
  .cid-uAd8505UWm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd8505UWm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd8505UWm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd8505UWm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd8505UWm .form-group {
  margin-bottom: 1rem;
}
.cid-uAd8505UWm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd8505UWm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd8505UWm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd8505UWm .mbr-section-btn {
  margin: 0;
}
.cid-uAd8505UWm .mbr-section-btn .btn {
  margin: 0;
}
.cid-usbhxSDowO .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-usbhxSDowO .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-usbhxSDowO .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-usbhxSDowO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-usbhxSDowO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-usbhxSDowO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-usbhxSDowO .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-usbhxSDowO .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-usbhxSDowO .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-usbhxSDowO .navbar-fixed-top.opened {
  position: relative;
}
.cid-usbhxSDowO a {
  font-style: normal;
}
.cid-usbhxSDowO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-usbhxSDowO .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-usbhxSDowO .nav-item .nav-link {
  color: #ffffff;
}
.cid-usbhxSDowO .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-usbhxSDowO .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-usbhxSDowO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-usbhxSDowO .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-usbhxSDowO .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-content-right {
    display: none;
  }
}
.cid-usbhxSDowO .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-usbhxSDowO .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-usbhxSDowO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-usbhxSDowO .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-usbhxSDowO .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #e2c054;
}
.cid-usbhxSDowO .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-usbhxSDowO .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-usbhxSDowO .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .right-box {
    display: none;
  }
}
.cid-usbhxSDowO .dropdown-item:before {
  color: #000000;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usbhxSDowO .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-usbhxSDowO .content-text {
  margin-bottom: 0;
}
.cid-usbhxSDowO .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2c054;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-usbhxSDowO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-usbhxSDowO .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-usbhxSDowO .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-usbhxSDowO .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-usbhxSDowO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-usbhxSDowO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-usbhxSDowO .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-usbhxSDowO .nav-dropdown .link {
  font-weight: 600;
}
.cid-usbhxSDowO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-usbhxSDowO .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-usbhxSDowO .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-usbhxSDowO .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-usbhxSDowO .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-usbhxSDowO .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-usbhxSDowO .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-usbhxSDowO .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-usbhxSDowO .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-usbhxSDowO .menu-content-top.show {
  display: block;
}
.cid-usbhxSDowO .pre-header-right {
  align-self: center;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #ffc800;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:hover span {
  color: #000000;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-usbhxSDowO .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-usbhxSDowO .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-usbhxSDowO .navbar .menu-content-top {
    display: none;
  }
  .cid-usbhxSDowO .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-usbhxSDowO .dropdown-item:before {
    display: none;
  }
  .cid-usbhxSDowO .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-usbhxSDowO img {
    height: 3.8rem !important;
  }
  .cid-usbhxSDowO .btn {
    display: flex;
  }
  .cid-usbhxSDowO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-usbhxSDowO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-usbhxSDowO .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-usbhxSDowO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing,
  .cid-usbhxSDowO .navbar-collapse.show {
    display: block !important;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-buttons,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-usbhxSDowO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-usbhxSDowO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-usbhxSDowO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-usbhxSDowO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-usbhxSDowO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-usbhxSDowO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-usbhxSDowO .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-usbhxSDowO .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-usbhxSDowO .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-usbhxSDowO .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-usbhxSDowO .navbar {
    display: block;
    padding: 0;
  }
  .cid-usbhxSDowO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-usbhxSDowO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-usbhxSDowO .navbar-toggler {
    display: none;
  }
}
.cid-usbhxSDowO .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-usbhxSDowO .menu-area-wrapper .menu-area {
  background-color: #e2c054;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .menu-area-wrapper {
    height: 100%;
  }
}
.cid-usbhxSDowO .navbar-short {
  background: transparent;
}
.cid-usbhxSDowO .navbar-short .menu-content-top,
.cid-usbhxSDowO .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-usbhxSDowO .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-usbhxSDowO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-usbhxSDowO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-usbhxSDowO .dropdown {
  color: #e2c054 !important;
}
.cid-usbhxSDowO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #e2c054;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #e2c054 !important;
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #e2c054;
  color: #000000;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #000000;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-usbhxSDowO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-usbhxSDowO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usbhxSDowO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-usbhxSDowO .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-usbhxSDowO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-usbhxSDowO button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-usbhxSDowO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO button.navbar-toggler:focus {
  outline: none;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-usbhxSDowO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-usbhxSDowO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-usbhxSDowO .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-usbhxSDowO .collapsed .menu-logo {
  margin-right: 0;
}
.cid-usbhxSDowO .collapsed .btn {
  display: flex;
}
.cid-usbhxSDowO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing,
.cid-usbhxSDowO .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-usbhxSDowO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-usbhxSDowO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-usbhxSDowO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.8rem  - 1rem);
  }
  .cid-usbhxSDowO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-usbhxSDowO .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-usbhxSDowO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-usbhxSDowO .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-usbhxSDowO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-usbhxSDowO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-usbhxSDowO .collapsed .dropdown-item:before {
  display: none;
}
.cid-usbhxSDowO .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-usbhxSDowO .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-usbhxSDowO .nav-link:focus {
  outline: none;
}
.cid-usbhxSDowO .navbar-toggler {
  position: relative;
}
.cid-usbhxSDowO .dropdown-item.active,
.cid-usbhxSDowO .dropdown-item:active {
  color: auto;
}
.cid-usbhxSDowO .dropdown-item:hover {
  color: #e2c054;
}
.cid-usbhxM9CXi {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-20220423-wa0012-1600x1200.jpeg");
}
.cid-usbhxM9CXi DIV {
  text-align: center;
}
.cid-usbhxMsdUA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-usbhxMsdUA .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-usbhxMsdUA .title {
  max-width: 800px;
  margin: auto;
}
.cid-usbhxMsdUA .text-wrap {
  padding: 0 1rem;
}
.cid-usbhxMsdUA .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-usbhxMsdUA .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-usbhxMsdUA .link:hover:before {
  margin-right: -0.4rem;
}
.cid-usbhxMsdUA .card-block:hover img {
  transform: scale(1.1);
}
.cid-usbhxMsdUA .card {
  padding: 0;
}
.cid-usbhxMsdUA .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-usbhxMsdUA .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-usbhxMsdUA .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-usbhxMsdUA H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-usbhxMsdUA .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-usbhxN0DpJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/granite-tops-prices-1-1900x1200.jpg");
}
.cid-usbhxN0DpJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-usbhxN0DpJ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-usbhxN0DpJ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-usbhxN0DpJ .mbr-text,
.cid-usbhxN0DpJ .mbr-section-btn,
.cid-usbhxN0DpJ .social-row {
  color: #000000;
}
.cid-usbhxPxPJh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usbhxPxPJh .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-usbhxPxPJh .content-wrapper {
    padding: 1rem;
  }
}
.cid-usbhxPxPJh .mbr-section-title {
  color: #000000;
}
.cid-usbhxPxPJh .mbr-text {
  color: #6c7577;
}
.cid-usbhxPxPJh .btn {
  padding: 1rem 3.4rem;
}
.cid-usbhxPxPJh .mbr-text,
.cid-usbhxPxPJh .mbr-section-btn {
  color: #000000;
}
.cid-usbhxPUO3B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usbhxPUO3B [class^="socicon-"]:before,
.cid-usbhxPUO3B [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-usbhxPUO3B .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e2c054;
  border-width: 2px;
  transition: all .3s;
  border-color: #e2c054;
}
.cid-usbhxPUO3B .btn-social:hover {
  background: #e2c054;
}
.cid-usbhxPUO3B .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-usbhxQjOAO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usbhxQjOAO img,
.cid-usbhxQjOAO .item-img {
  width: 100%;
}
.cid-usbhxQjOAO .item:focus,
.cid-usbhxQjOAO span:focus {
  outline: none;
}
.cid-usbhxQjOAO .item-wrapper {
  position: relative;
}
.cid-usbhxQjOAO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-usbhxQjOAO .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usbhxQjOAO .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-usbhxQjOAO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-usbhxQjOAO .mbr-section-title {
  color: #232323;
}
.cid-usbhxQjOAO .mbr-text,
.cid-usbhxQjOAO .mbr-section-btn {
  text-align: left;
}
.cid-usbhxQjOAO .item-title {
  text-align: left;
}
.cid-usbhxQjOAO .item-subtitle {
  text-align: left;
}
.cid-usbhxQjOAO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-usbhxQjOAO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-usbhxQjOAO .embla__button--next,
.cid-usbhxQjOAO .embla__button--prev {
  display: flex;
}
.cid-usbhxQjOAO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-usbhxQjOAO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-usbhxQjOAO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-usbhxQjOAO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-usbhxQjOAO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-usbhxQjOAO .embla__button {
    top: auto;
  }
}
.cid-usbhxQjOAO .embla {
  position: relative;
  width: 100%;
}
.cid-usbhxQjOAO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-usbhxQjOAO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-usbhxQjOAO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-usbhxQjOAO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usbhxRIaSO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-usbhxRIaSO .mbr-text {
  color: #000000;
}
.cid-usbhxRIaSO .container {
  max-width: 1000px;
}
.cid-usbhxRIaSO h4 {
  text-align: center;
}
.cid-usbhxRIaSO p {
  text-align: center;
}
.cid-usbhxRIaSO .row {
  justify-content: center;
}
.cid-usbhxRIaSO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-usbhxRIaSO .mbr-iconfont {
  font-size: 1.5rem;
  color: #e2c054;
  display: block;
}
.cid-usbhxRIaSO .card-title,
.cid-usbhxRIaSO .card-img {
  color: #e2c054;
}
.cid-usbhxRIaSO .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-usbhxRIaSO .icon-wrap:before {
  content: '';
  position: absolute;
  background: #e2c054;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-usbhxRIaSO img {
  margin-bottom: 5rem;
}
.cid-usbhxSgkTx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-usbhxSgkTx .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAd84Y8t3j.popup-builder {
  background-color: #ffffff;
}
.cid-uAd84Y8t3j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uAd84Y8t3j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uAd84Y8t3j .modal-content,
.cid-uAd84Y8t3j .modal-dialog {
  height: auto;
}
.cid-uAd84Y8t3j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uAd84Y8t3j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uAd84Y8t3j .form-wrapper .mbr-form .form-group,
  .cid-uAd84Y8t3j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uAd84Y8t3j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uAd84Y8t3j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAd84Y8t3j .mbr-text {
  text-align: center;
}
.cid-uAd84Y8t3j .pt-0 {
  padding-top: 0 !important;
}
.cid-uAd84Y8t3j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uAd84Y8t3j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uAd84Y8t3j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uAd84Y8t3j .modal-open {
  overflow: hidden;
}
.cid-uAd84Y8t3j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uAd84Y8t3j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uAd84Y8t3j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uAd84Y8t3j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uAd84Y8t3j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uAd84Y8t3j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uAd84Y8t3j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uAd84Y8t3j .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uAd84Y8t3j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uAd84Y8t3j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uAd84Y8t3j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uAd84Y8t3j .modal-backdrop.show {
  opacity: .5;
}
.cid-uAd84Y8t3j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uAd84Y8t3j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Y8t3j .modal-header {
    padding: 1rem;
  }
}
.cid-uAd84Y8t3j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uAd84Y8t3j .modal-header .close svg {
  fill: #353535;
}
.cid-uAd84Y8t3j .modal-header .close:hover {
  opacity: 1;
}
.cid-uAd84Y8t3j .modal-header .close:focus {
  outline: none;
}
.cid-uAd84Y8t3j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uAd84Y8t3j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uAd84Y8t3j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Y8t3j .modal-body {
    padding: 1rem;
  }
}
.cid-uAd84Y8t3j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uAd84Y8t3j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAd84Y8t3j .modal-footer {
    padding: 1rem;
  }
}
.cid-uAd84Y8t3j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uAd84Y8t3j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uAd84Y8t3j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uAd84Y8t3j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uAd84Y8t3j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uAd84Y8t3j .modal-lg,
  .cid-uAd84Y8t3j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uAd84Y8t3j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uAd84Y8t3j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uAd84Y8t3j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uAd84Y8t3j .form-group {
  margin-bottom: 1rem;
}
.cid-uAd84Y8t3j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uAd84Y8t3j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uAd84Y8t3j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uAd84Y8t3j .mbr-section-btn {
  margin: 0;
}
.cid-uAd84Y8t3j .mbr-section-btn .btn {
  margin: 0;
}
