.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f1634f !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1634f !important;
  border-color: #f1634f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f58d7e !important;
  border-color: #f58d7e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f1634f;
  color: #f1634f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d82a11 !important;
  background-color: transparent !important;
  border-color: #d82a11 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1634f !important;
  border-color: #f1634f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f1634f !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca2710 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f1634f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #af2311;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1634f;
  border-color: #f1634f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f1634f;
}
.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: #ffffff;
}
.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: #ee6351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f1634f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f1634f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1634f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1634f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1634f;
  border-bottom-color: #f1634f;
}
.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: #ffffff !important;
  background-color: #f1634f !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: #6f6f6f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f1634f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f1634f !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #f1634f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #e59e4d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-uPd0L0mBRV {
  background-color: transparent;
}
.cid-uPd0L0mBRV .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPd0L0mBRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPd0L0mBRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPd0L0mBRV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPd0L0mBRV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPd0L0mBRV .menu_box .navbar.opened,
  .cid-uPd0L0mBRV .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPd0L0mBRV .navbar-dropdown {
  position: relative !important;
}
.cid-uPd0L0mBRV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPd0L0mBRV .btn:hover {
  box-shadow: none;
}
.cid-uPd0L0mBRV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPd0L0mBRV .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPd0L0mBRV .nav-item {
    margin: 0 !important;
  }
}
.cid-uPd0L0mBRV .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPd0L0mBRV .nav-item .nav-link:hover,
.cid-uPd0L0mBRV .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPd0L0mBRV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPd0L0mBRV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPd0L0mBRV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPd0L0mBRV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPd0L0mBRV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPd0L0mBRV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPd0L0mBRV .offcanvas_box {
    display: none;
  }
}
.cid-uPd0L0mBRV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPd0L0mBRV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPd0L0mBRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPd0L0mBRV .container {
  display: flex;
  margin: auto;
}
.cid-uPd0L0mBRV .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPd0L0mBRV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPd0L0mBRV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPd0L0mBRV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPd0L0mBRV .navbar-nav {
    margin: 0;
  }
}
.cid-uPd0L0mBRV .dropdown-menu,
.cid-uPd0L0mBRV .navbar.opened {
  background-color: false !important;
}
.cid-uPd0L0mBRV .nav-item:focus,
.cid-uPd0L0mBRV .nav-link:focus {
  outline: none;
}
.cid-uPd0L0mBRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPd0L0mBRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPd0L0mBRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPd0L0mBRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPd0L0mBRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPd0L0mBRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPd0L0mBRV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPd0L0mBRV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPd0L0mBRV .navbar.opened {
  transition: all 0.3s;
}
.cid-uPd0L0mBRV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPd0L0mBRV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPd0L0mBRV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPd0L0mBRV .navbar.collapsed {
  justify-content: center;
}
.cid-uPd0L0mBRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPd0L0mBRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPd0L0mBRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPd0L0mBRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPd0L0mBRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPd0L0mBRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPd0L0mBRV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPd0L0mBRV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPd0L0mBRV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPd0L0mBRV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPd0L0mBRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPd0L0mBRV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPd0L0mBRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPd0L0mBRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPd0L0mBRV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPd0L0mBRV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPd0L0mBRV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPd0L0mBRV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPd0L0mBRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPd0L0mBRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPd0L0mBRV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPd0L0mBRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPd0L0mBRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPd0L0mBRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPd0L0mBRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPd0L0mBRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPd0L0mBRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPd0L0mBRV .dropdown-item.active,
.cid-uPd0L0mBRV .dropdown-item:active {
  background-color: transparent;
}
.cid-uPd0L0mBRV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPd0L0mBRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPd0L0mBRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPd0L0mBRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPd0L0mBRV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPd0L0mBRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPd0L0mBRV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPd0L0mBRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPd0L0mBRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPd0L0mBRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPd0L0mBRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPd0L0mBRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPd0L0mBRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPd0L0mBRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPd0L0mBRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPd0L0mBRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPd0L0mBRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPd0L0mBRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPd0L0mBRV .navbar {
    height: 70px;
  }
  .cid-uPd0L0mBRV .navbar.opened {
    height: auto;
  }
  .cid-uPd0L0mBRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPd0L0mBRV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPd0L0mBRV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPd0L0mBRV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPd0L0mBRV .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPd0L0mBRV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPd0L0mBRV .text_widget {
  margin-bottom: 32px;
}
.cid-uPd0L0mBRV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPd0L0mBRV .text_widget a:hover,
.cid-uPd0L0mBRV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPd0L0mBRV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPd0L0mBRV .icons-menu-main {
  display: flex;
}
.cid-uPd0L0mBRV .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPd0L0mBRV .navbar-caption {
  color: #000000;
}
.cid-uPd0L0mBRV .mbr-text {
  color: #6f6f6f;
}
.cid-uPd0L0mBRV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPd0Lb0nv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-139-1179x788.png");
}
.cid-uPd0Lb0nv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd0Lb0nv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd0Lb0nv3 .container {
    padding: 0 16px;
  }
}
.cid-uPd0Lb0nv3 .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uPd0Lb0nv3 .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-uPd0Lb0nv3 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPd0Lb0nv3 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uPd0Lb0nv3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd0Lb0nv3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPd0Lb0nv3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPd0Lb0nv3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPd0Lb0nv3 .mbr-text {
  color: #ffffff;
}
.cid-uPd0W18QMu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPd0W18QMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd0W18QMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd0W18QMu .container {
    padding: 0 16px;
  }
}
.cid-uPd0W18QMu .row {
  justify-content: space-between;
}
.cid-uPd0W18QMu .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPd0W18QMu .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uPd0W18QMu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd0W18QMu .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPd0W18QMu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPd0W18QMu .image-wrapper {
  position: relative;
}
.cid-uPd0W18QMu .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPd0W18QMu .image-wrapper img {
    height: 350px;
  }
}
.cid-uPd0W18QMu .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-uPd0W18QMu .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-uPd0W18QMu .mbr-section-title {
  color: #000000;
}
.cid-uPd0W18QMu .mbr-text {
  color: #000000;
}
.cid-uPd191YceM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPd191YceM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd191YceM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd191YceM .container {
    padding: 0 16px;
  }
}
.cid-uPd191YceM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uPd191YceM .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uPd191YceM .content-wrapper {
  margin-bottom: 80px;
}
.cid-uPd191YceM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd191YceM .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPd191YceM .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPd191YceM .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPd191YceM .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uPd191YceM .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPd191YceM .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPd191YceM .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPd191YceM .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPd191YceM .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uPd191YceM .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uPd191YceM .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uPd191YceM .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPd191YceM .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uPd191YceM .mbr-section-title {
  color: #000000;
}
.cid-uPd191YceM .mbr-text,
.cid-uPd191YceM .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPd191YceM .item-title {
  color: #000000;
}
.cid-uPd191YceM .item-text {
  color: #6f6f6f;
}
.cid-uPd191YceM .mbr-section-title,
.cid-uPd191YceM .mbr-section-btn {
  text-align: center;
}
.cid-uPd1cTX5VZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPd1cTX5VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd1cTX5VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd1cTX5VZ .container {
    padding: 0 16px;
  }
}
.cid-uPd1cTX5VZ .row {
  justify-content: space-between;
}
.cid-uPd1cTX5VZ .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPd1cTX5VZ .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uPd1cTX5VZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd1cTX5VZ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPd1cTX5VZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPd1cTX5VZ .image-wrapper {
  position: relative;
}
.cid-uPd1cTX5VZ .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPd1cTX5VZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uPd1cTX5VZ .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-uPd1cTX5VZ .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-uPd1cTX5VZ .mbr-section-title {
  color: #000000;
}
.cid-uPd1cTX5VZ .mbr-text {
  color: #000000;
}
.cid-uPd19NESh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPd19NESh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd19NESh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd19NESh9 .container {
    padding: 0 16px;
  }
}
.cid-uPd19NESh9 .row {
  position: relative;
}
.cid-uPd19NESh9 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPd19NESh9 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPd19NESh9 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uPd19NESh9 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #f1634f !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uPd19NESh9 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uPd19NESh9 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPd19NESh9 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uPd19NESh9 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPd19NESh9 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uPd19NESh9 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uPd19NESh9 .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPd19NESh9 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uPd19NESh9 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uPd19NESh9 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uPd19NESh9 .mbr-section-title {
  color: #000000;
}
.cid-uPd19NESh9 .mbr-text {
  color: #6f6f6f;
}
.cid-uPd19NESh9 .item-title {
  color: #000000;
}
.cid-uPd19NESh9 .item-text {
  color: #000000;
}
.cid-uPd1rFYTIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPd1rFYTIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd1rFYTIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd1rFYTIb .container {
    padding: 0 16px;
  }
}
.cid-uPd1rFYTIb .row {
  position: relative;
  justify-content: space-between;
}
.cid-uPd1rFYTIb .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uPd1rFYTIb .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uPd1rFYTIb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPd1rFYTIb .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPd1rFYTIb .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uPd1rFYTIb .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uPd1rFYTIb .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uPd1rFYTIb .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uPd1rFYTIb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPd1rFYTIb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPd1rFYTIb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPd1rFYTIb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uPd1rFYTIb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uPd1rFYTIb .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uPd1rFYTIb .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uPd1rFYTIb .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uPd1rFYTIb .mbr-section-title {
  color: #000000;
}
.cid-uPd1rFYTIb .mbr-text {
  color: #6f6f6f;
}
.cid-uPd1rFYTIb .panel-title-edit {
  color: #000000;
}
.cid-uPd1rFYTIb .panel-text {
  color: #000000;
}
.cid-uPd5ZbAugI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPd5ZbAugI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd5ZbAugI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPd5ZbAugI .container {
    padding: 0 30px;
  }
}
.cid-uPd5ZbAugI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPd5ZbAugI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPd5ZbAugI .mbr-section-subtitle {
  color: #f1634f;
  text-align: center;
}
.cid-uPd5ZbAugI .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uPd10Fzm6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPd10Fzm6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd10Fzm6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPd10Fzm6y .container {
    padding: 0 16px;
  }
}
.cid-uPd10Fzm6y .row {
  justify-content: center;
}
.cid-uPd10Fzm6y .content-wrapper {
  position: relative;
}
.cid-uPd10Fzm6y .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uPd10Fzm6y .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPd10Fzm6y .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPd10Fzm6y .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPd10Fzm6y .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uPd10Fzm6y .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPd10Fzm6y .content-wrapper .list .item-wrap:hover,
.cid-uPd10Fzm6y .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uPd10Fzm6y .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPd10Fzm6y .mbr-section-title {
  color: #000000;
}
.cid-uPd10Fzm6y .list {
  color: #000000;
  text-align: center;
}
.cid-uPd10Fzm6y .mbr-section-title,
.cid-uPd10Fzm6y .icon-wrapper {
  text-align: center;
}
.cid-uPd10Fzm6y .list,
.cid-uPd10Fzm6y .item-wrap {
  text-align: center;
}
.cid-uPd1Bw0uBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPd1Bw0uBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd1Bw0uBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPd1Bw0uBx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPd1Bw0uBx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPd1Bw0uBx .container {
    padding: 0 14px;
  }
}
.cid-uPd1Bw0uBx .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPd1Bw0uBx .google-map iframe {
    height: 300px;
  }
}
.cid-uPd1Q52Lza {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPd1Q52Lza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPd1Q52Lza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPd1Q52Lza .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPd1Q52Lza a {
  position: relative;
  width: fit-content;
}
.cid-uPd1Q52Lza a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPd1Q52Lza a:hover:before {
  width: 0;
}
.cid-uPd1Q52Lza .copyright {
  color: #ffffff;
}
.cid-uPd1Q52Lza .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPd1Q52Lza .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPd1Q52Lza .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPd1Q52Lza .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPd1Q52Lza .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPd1Q52Lza .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPd1Q52Lza p {
    text-align: center;
  }
}
.cid-uPd1Q52Lza row-links-soc-item {
  color: #ffffff;
}
.cid-uPdaqPp1zl {
  background-color: transparent;
}
.cid-uPdaqPp1zl .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdaqPp1zl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdaqPp1zl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdaqPp1zl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdaqPp1zl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdaqPp1zl .menu_box .navbar.opened,
  .cid-uPdaqPp1zl .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdaqPp1zl .navbar-dropdown {
  position: relative !important;
}
.cid-uPdaqPp1zl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdaqPp1zl .btn:hover {
  box-shadow: none;
}
.cid-uPdaqPp1zl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdaqPp1zl .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdaqPp1zl .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdaqPp1zl .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdaqPp1zl .nav-item .nav-link:hover,
.cid-uPdaqPp1zl .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdaqPp1zl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdaqPp1zl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdaqPp1zl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdaqPp1zl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdaqPp1zl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdaqPp1zl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdaqPp1zl .offcanvas_box {
    display: none;
  }
}
.cid-uPdaqPp1zl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdaqPp1zl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdaqPp1zl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdaqPp1zl .container {
  display: flex;
  margin: auto;
}
.cid-uPdaqPp1zl .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdaqPp1zl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdaqPp1zl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdaqPp1zl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdaqPp1zl .navbar-nav {
    margin: 0;
  }
}
.cid-uPdaqPp1zl .dropdown-menu,
.cid-uPdaqPp1zl .navbar.opened {
  background-color: false !important;
}
.cid-uPdaqPp1zl .nav-item:focus,
.cid-uPdaqPp1zl .nav-link:focus {
  outline: none;
}
.cid-uPdaqPp1zl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdaqPp1zl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdaqPp1zl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdaqPp1zl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdaqPp1zl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdaqPp1zl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdaqPp1zl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdaqPp1zl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdaqPp1zl .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdaqPp1zl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdaqPp1zl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdaqPp1zl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdaqPp1zl .navbar.collapsed {
  justify-content: center;
}
.cid-uPdaqPp1zl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdaqPp1zl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdaqPp1zl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdaqPp1zl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdaqPp1zl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdaqPp1zl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdaqPp1zl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdaqPp1zl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdaqPp1zl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdaqPp1zl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdaqPp1zl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdaqPp1zl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdaqPp1zl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdaqPp1zl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdaqPp1zl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdaqPp1zl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdaqPp1zl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdaqPp1zl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdaqPp1zl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdaqPp1zl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdaqPp1zl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdaqPp1zl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdaqPp1zl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdaqPp1zl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdaqPp1zl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdaqPp1zl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdaqPp1zl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdaqPp1zl .dropdown-item.active,
.cid-uPdaqPp1zl .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdaqPp1zl .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdaqPp1zl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdaqPp1zl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdaqPp1zl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdaqPp1zl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdaqPp1zl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdaqPp1zl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdaqPp1zl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdaqPp1zl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdaqPp1zl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdaqPp1zl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdaqPp1zl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdaqPp1zl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdaqPp1zl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdaqPp1zl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdaqPp1zl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdaqPp1zl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdaqPp1zl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdaqPp1zl .navbar {
    height: 70px;
  }
  .cid-uPdaqPp1zl .navbar.opened {
    height: auto;
  }
  .cid-uPdaqPp1zl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdaqPp1zl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdaqPp1zl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdaqPp1zl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdaqPp1zl .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdaqPp1zl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdaqPp1zl .text_widget {
  margin-bottom: 32px;
}
.cid-uPdaqPp1zl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdaqPp1zl .text_widget a:hover,
.cid-uPdaqPp1zl .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdaqPp1zl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdaqPp1zl .icons-menu-main {
  display: flex;
}
.cid-uPdaqPp1zl .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdaqPp1zl .navbar-caption {
  color: #000000;
}
.cid-uPdaqPp1zl .mbr-text {
  color: #6f6f6f;
}
.cid-uPdaqPp1zl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdaqR9qI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uPdaqR9qI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdaqR9qI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdaqR9qI6 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPdaqR9qI6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPdaqR9qI6 .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPdaqR9qI6 .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uPdaqR9qI6 .items-wrapper .item {
  padding: 0 15px;
}
.cid-uPdaqR9qI6 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .item {
    margin-bottom: 30px;
  }
}
.cid-uPdaqR9qI6 .item .item-wrapper {
  height: 100%;
}
.cid-uPdaqR9qI6 .item .item-wrapper:hover .image-wrapper .item-img img,
.cid-uPdaqR9qI6 .item .item-wrapper:focus .image-wrapper .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .item .item-wrapper:hover .image-wrapper .item-img img,
  .cid-uPdaqR9qI6 .item .item-wrapper:focus .image-wrapper .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uPdaqR9qI6 .item .item-wrapper:hover .item-content .border-wrap::after,
.cid-uPdaqR9qI6 .item .item-wrapper:focus .item-content .border-wrap::after {
  width: 100%;
}
.cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .label-wrap {
    padding: 30px 15px;
  }
}
.cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .item-img {
  overflow: hidden;
}
.cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .item-img img {
  height: 500px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
@media (max-width: 992px) {
  .cid-uPdaqR9qI6 .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .card-price {
  margin-bottom: 20px;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .border-wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .border-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .border-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .5s ease;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPdaqR9qI6 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPdaqR9qI6 .mbr-label,
.cid-uPdaqR9qI6 .label-wrapper {
  color: #000000;
}
.cid-uPdaqR9qI6 .mbr-section-title,
.cid-uPdaqR9qI6 .title-wrapper {
  color: #000000;
}
.cid-uPdaqR9qI6 .card-label {
  color: #000000;
}
.cid-uPdaqR9qI6 .card-price {
  color: #000000;
  text-align: center;
}
.cid-uPdaqR9qI6 .card-title {
  color: #000000;
}
.cid-uPdaqR9qI6 .card-desc {
  color: #222222;
  text-align: center;
}
.cid-uPdaqR9qI6 .card-title,
.cid-uPdaqR9qI6 .mbr-section-btn {
  text-align: center;
}
.cid-uPdar1pO8z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdar1pO8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdar1pO8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdar1pO8z .container {
    padding: 0 30px;
  }
}
.cid-uPdar1pO8z .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPdar1pO8z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdar1pO8z .mbr-section-subtitle {
  color: #f1634f;
  text-align: center;
}
.cid-uPdar1pO8z .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uPdar2YXzk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPdar2YXzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdar2YXzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdar2YXzk .container {
    padding: 0 16px;
  }
}
.cid-uPdar2YXzk .row {
  justify-content: center;
}
.cid-uPdar2YXzk .content-wrapper {
  position: relative;
}
.cid-uPdar2YXzk .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uPdar2YXzk .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPdar2YXzk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPdar2YXzk .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdar2YXzk .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uPdar2YXzk .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdar2YXzk .content-wrapper .list .item-wrap:hover,
.cid-uPdar2YXzk .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uPdar2YXzk .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPdar2YXzk .mbr-section-title {
  color: #000000;
}
.cid-uPdar2YXzk .list {
  color: #000000;
  text-align: center;
}
.cid-uPdar2YXzk .mbr-section-title,
.cid-uPdar2YXzk .icon-wrapper {
  text-align: center;
}
.cid-uPdar2YXzk .list,
.cid-uPdar2YXzk .item-wrap {
  text-align: center;
}
.cid-uPdar3IClH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdar3IClH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdar3IClH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdar3IClH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPdar3IClH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdar3IClH .container {
    padding: 0 14px;
  }
}
.cid-uPdar3IClH .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdar3IClH .google-map iframe {
    height: 300px;
  }
}
.cid-uPdar4CL6V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdar4CL6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdar4CL6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdar4CL6V .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdar4CL6V a {
  position: relative;
  width: fit-content;
}
.cid-uPdar4CL6V a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdar4CL6V a:hover:before {
  width: 0;
}
.cid-uPdar4CL6V .copyright {
  color: #ffffff;
}
.cid-uPdar4CL6V .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdar4CL6V .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdar4CL6V .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdar4CL6V .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdar4CL6V .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdar4CL6V .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdar4CL6V p {
    text-align: center;
  }
}
.cid-uPdar4CL6V row-links-soc-item {
  color: #ffffff;
}
.cid-uPdayKH17M {
  background-color: transparent;
}
.cid-uPdayKH17M .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdayKH17M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdayKH17M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdayKH17M .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdayKH17M .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdayKH17M .menu_box .navbar.opened,
  .cid-uPdayKH17M .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdayKH17M .navbar-dropdown {
  position: relative !important;
}
.cid-uPdayKH17M .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdayKH17M .btn:hover {
  box-shadow: none;
}
.cid-uPdayKH17M .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdayKH17M .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdayKH17M .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdayKH17M .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdayKH17M .nav-item .nav-link:hover,
.cid-uPdayKH17M .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdayKH17M .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdayKH17M .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdayKH17M .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdayKH17M .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdayKH17M .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdayKH17M .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdayKH17M .offcanvas_box {
    display: none;
  }
}
.cid-uPdayKH17M .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdayKH17M .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdayKH17M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdayKH17M .container {
  display: flex;
  margin: auto;
}
.cid-uPdayKH17M .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdayKH17M .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdayKH17M .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdayKH17M .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdayKH17M .navbar-nav {
    margin: 0;
  }
}
.cid-uPdayKH17M .dropdown-menu,
.cid-uPdayKH17M .navbar.opened {
  background-color: false !important;
}
.cid-uPdayKH17M .nav-item:focus,
.cid-uPdayKH17M .nav-link:focus {
  outline: none;
}
.cid-uPdayKH17M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdayKH17M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdayKH17M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdayKH17M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdayKH17M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdayKH17M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdayKH17M .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdayKH17M .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdayKH17M .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdayKH17M .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdayKH17M .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdayKH17M .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdayKH17M .navbar.collapsed {
  justify-content: center;
}
.cid-uPdayKH17M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdayKH17M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdayKH17M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdayKH17M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdayKH17M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdayKH17M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdayKH17M .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdayKH17M .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdayKH17M .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdayKH17M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdayKH17M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdayKH17M .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdayKH17M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdayKH17M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdayKH17M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdayKH17M .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdayKH17M .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdayKH17M .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdayKH17M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdayKH17M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdayKH17M .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdayKH17M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdayKH17M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdayKH17M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdayKH17M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdayKH17M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdayKH17M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdayKH17M .dropdown-item.active,
.cid-uPdayKH17M .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdayKH17M .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdayKH17M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdayKH17M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdayKH17M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdayKH17M ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdayKH17M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdayKH17M button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdayKH17M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdayKH17M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdayKH17M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdayKH17M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdayKH17M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdayKH17M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdayKH17M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdayKH17M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdayKH17M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdayKH17M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdayKH17M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdayKH17M .navbar {
    height: 70px;
  }
  .cid-uPdayKH17M .navbar.opened {
    height: auto;
  }
  .cid-uPdayKH17M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdayKH17M .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdayKH17M .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdayKH17M .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdayKH17M .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdayKH17M .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdayKH17M .text_widget {
  margin-bottom: 32px;
}
.cid-uPdayKH17M .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdayKH17M .text_widget a:hover,
.cid-uPdayKH17M .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdayKH17M .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdayKH17M .icons-menu-main {
  display: flex;
}
.cid-uPdayKH17M .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdayKH17M .navbar-caption {
  color: #000000;
}
.cid-uPdayKH17M .mbr-text {
  color: #6f6f6f;
}
.cid-uPdayKH17M a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdayR9508 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uPdayR9508 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdayR9508 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdayR9508 .container {
    padding: 0 16px;
  }
}
.cid-uPdayR9508 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uPdayR9508 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uPdayR9508 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uPdayR9508 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uPdayR9508 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uPdayR9508 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdayR9508 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPdayR9508 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uPdayR9508 .item .item-wrapper:hover .item-img img,
.cid-uPdayR9508 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uPdayR9508 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uPdayR9508 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uPdayR9508 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uPdayR9508 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uPdayR9508 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uPdayR9508 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uPdayR9508 .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPdayR9508 .item-name {
  color: #000000;
}
.cid-uPdayR9508 .item-role {
  color: #6f6f6f;
  text-align: center;
}
.cid-uPdayR9508 .item-name,
.cid-uPdayR9508 .mbr-section-btn {
  text-align: center;
}
.cid-uPdayUart9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdayUart9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdayUart9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdayUart9 .container {
    padding: 0 30px;
  }
}
.cid-uPdayUart9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPdayUart9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdayUart9 .mbr-section-subtitle {
  color: #f1634f;
  text-align: center;
}
.cid-uPdayUart9 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uPdayUVjFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPdayUVjFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdayUVjFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdayUVjFH .container {
    padding: 0 16px;
  }
}
.cid-uPdayUVjFH .row {
  justify-content: center;
}
.cid-uPdayUVjFH .content-wrapper {
  position: relative;
}
.cid-uPdayUVjFH .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uPdayUVjFH .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPdayUVjFH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPdayUVjFH .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdayUVjFH .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uPdayUVjFH .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdayUVjFH .content-wrapper .list .item-wrap:hover,
.cid-uPdayUVjFH .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uPdayUVjFH .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPdayUVjFH .mbr-section-title {
  color: #000000;
}
.cid-uPdayUVjFH .list {
  color: #000000;
  text-align: center;
}
.cid-uPdayUVjFH .mbr-section-title,
.cid-uPdayUVjFH .icon-wrapper {
  text-align: center;
}
.cid-uPdayUVjFH .list,
.cid-uPdayUVjFH .item-wrap {
  text-align: center;
}
.cid-uPdayVKtBh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdayVKtBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdayVKtBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdayVKtBh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPdayVKtBh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdayVKtBh .container {
    padding: 0 14px;
  }
}
.cid-uPdayVKtBh .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdayVKtBh .google-map iframe {
    height: 300px;
  }
}
.cid-uPdayWHhPn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdayWHhPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdayWHhPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdayWHhPn .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdayWHhPn a {
  position: relative;
  width: fit-content;
}
.cid-uPdayWHhPn a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdayWHhPn a:hover:before {
  width: 0;
}
.cid-uPdayWHhPn .copyright {
  color: #ffffff;
}
.cid-uPdayWHhPn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdayWHhPn .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdayWHhPn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdayWHhPn .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdayWHhPn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdayWHhPn .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdayWHhPn p {
    text-align: center;
  }
}
.cid-uPdayWHhPn row-links-soc-item {
  color: #ffffff;
}
.cid-uPdaDAaxlT {
  background-color: transparent;
}
.cid-uPdaDAaxlT .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdaDAaxlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdaDAaxlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdaDAaxlT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdaDAaxlT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdaDAaxlT .menu_box .navbar.opened,
  .cid-uPdaDAaxlT .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdaDAaxlT .navbar-dropdown {
  position: relative !important;
}
.cid-uPdaDAaxlT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdaDAaxlT .btn:hover {
  box-shadow: none;
}
.cid-uPdaDAaxlT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdaDAaxlT .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdaDAaxlT .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdaDAaxlT .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdaDAaxlT .nav-item .nav-link:hover,
.cid-uPdaDAaxlT .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdaDAaxlT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdaDAaxlT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdaDAaxlT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdaDAaxlT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdaDAaxlT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdaDAaxlT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdaDAaxlT .offcanvas_box {
    display: none;
  }
}
.cid-uPdaDAaxlT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdaDAaxlT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdaDAaxlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdaDAaxlT .container {
  display: flex;
  margin: auto;
}
.cid-uPdaDAaxlT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdaDAaxlT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdaDAaxlT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdaDAaxlT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdaDAaxlT .navbar-nav {
    margin: 0;
  }
}
.cid-uPdaDAaxlT .dropdown-menu,
.cid-uPdaDAaxlT .navbar.opened {
  background-color: false !important;
}
.cid-uPdaDAaxlT .nav-item:focus,
.cid-uPdaDAaxlT .nav-link:focus {
  outline: none;
}
.cid-uPdaDAaxlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdaDAaxlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdaDAaxlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdaDAaxlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdaDAaxlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdaDAaxlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdaDAaxlT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdaDAaxlT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdaDAaxlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdaDAaxlT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdaDAaxlT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdaDAaxlT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdaDAaxlT .navbar.collapsed {
  justify-content: center;
}
.cid-uPdaDAaxlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdaDAaxlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdaDAaxlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdaDAaxlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdaDAaxlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdaDAaxlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdaDAaxlT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdaDAaxlT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdaDAaxlT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdaDAaxlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdaDAaxlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdaDAaxlT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdaDAaxlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdaDAaxlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdaDAaxlT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdaDAaxlT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdaDAaxlT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdaDAaxlT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdaDAaxlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdaDAaxlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdaDAaxlT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdaDAaxlT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdaDAaxlT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdaDAaxlT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdaDAaxlT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdaDAaxlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdaDAaxlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdaDAaxlT .dropdown-item.active,
.cid-uPdaDAaxlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdaDAaxlT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdaDAaxlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdaDAaxlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdaDAaxlT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdaDAaxlT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdaDAaxlT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdaDAaxlT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdaDAaxlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdaDAaxlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdaDAaxlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdaDAaxlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdaDAaxlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdaDAaxlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdaDAaxlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdaDAaxlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdaDAaxlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdaDAaxlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdaDAaxlT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdaDAaxlT .navbar {
    height: 70px;
  }
  .cid-uPdaDAaxlT .navbar.opened {
    height: auto;
  }
  .cid-uPdaDAaxlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdaDAaxlT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdaDAaxlT .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdaDAaxlT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdaDAaxlT .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdaDAaxlT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdaDAaxlT .text_widget {
  margin-bottom: 32px;
}
.cid-uPdaDAaxlT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdaDAaxlT .text_widget a:hover,
.cid-uPdaDAaxlT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdaDAaxlT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdaDAaxlT .icons-menu-main {
  display: flex;
}
.cid-uPdaDAaxlT .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdaDAaxlT .navbar-caption {
  color: #000000;
}
.cid-uPdaDAaxlT .mbr-text {
  color: #6f6f6f;
}
.cid-uPdaDAaxlT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdaDGj4zO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
.cid-uPdaDGj4zO .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uPdaDGj4zO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdaDGj4zO .container {
    padding: 0 16px;
  }
}
.cid-uPdaDGj4zO .row {
  position: relative;
  z-index: 1;
}
.cid-uPdaDGj4zO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uPdaDGj4zO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uPdaDGj4zO .embla__slide .slide-content {
  width: 100%;
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #fafafa;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper .content-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper .content-wrapper .item-text span {
  color: #f1634f;
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper .item-img .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper .item-img .name-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPdaDGj4zO .embla__slide .slide-content .item-wrapper .item-img .name-wrap .item-name {
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-uPdaDGj4zO .embla__button--next,
.cid-uPdaDGj4zO .embla__button--prev {
  display: flex;
}
.cid-uPdaDGj4zO .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f1634f !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uPdaDGj4zO .embla__button {
    display: none;
  }
}
.cid-uPdaDGj4zO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPdaDGj4zO .embla__button:hover {
  opacity: .7 !important;
}
.cid-uPdaDGj4zO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uPdaDGj4zO .embla__button.embla__button--next {
  right: 0;
}
.cid-uPdaDGj4zO .embla {
  position: relative;
  width: 100%;
}
.cid-uPdaDGj4zO .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uPdaDGj4zO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPdaDGj4zO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPdaDGj4zO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPdaDGj4zO .item-text {
  color: #000000;
}
.cid-uPdaDGj4zO .item-name {
  color: #000000;
}
.cid-uPdaDHZBdg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdaDHZBdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdaDHZBdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdaDHZBdg .container {
    padding: 0 30px;
  }
}
.cid-uPdaDHZBdg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPdaDHZBdg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdaDHZBdg .mbr-section-subtitle {
  color: #f1634f;
  text-align: center;
}
.cid-uPdaDHZBdg .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uPdaDIDYqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPdaDIDYqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdaDIDYqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdaDIDYqp .container {
    padding: 0 16px;
  }
}
.cid-uPdaDIDYqp .row {
  justify-content: center;
}
.cid-uPdaDIDYqp .content-wrapper {
  position: relative;
}
.cid-uPdaDIDYqp .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uPdaDIDYqp .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPdaDIDYqp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPdaDIDYqp .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdaDIDYqp .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uPdaDIDYqp .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdaDIDYqp .content-wrapper .list .item-wrap:hover,
.cid-uPdaDIDYqp .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uPdaDIDYqp .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPdaDIDYqp .mbr-section-title {
  color: #000000;
}
.cid-uPdaDIDYqp .list {
  color: #000000;
  text-align: center;
}
.cid-uPdaDIDYqp .mbr-section-title,
.cid-uPdaDIDYqp .icon-wrapper {
  text-align: center;
}
.cid-uPdaDIDYqp .list,
.cid-uPdaDIDYqp .item-wrap {
  text-align: center;
}
.cid-uPdaDJlbOK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdaDJlbOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdaDJlbOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdaDJlbOK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPdaDJlbOK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdaDJlbOK .container {
    padding: 0 14px;
  }
}
.cid-uPdaDJlbOK .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdaDJlbOK .google-map iframe {
    height: 300px;
  }
}
.cid-uPdaDKbjuC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdaDKbjuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdaDKbjuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdaDKbjuC .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdaDKbjuC a {
  position: relative;
  width: fit-content;
}
.cid-uPdaDKbjuC a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdaDKbjuC a:hover:before {
  width: 0;
}
.cid-uPdaDKbjuC .copyright {
  color: #ffffff;
}
.cid-uPdaDKbjuC .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdaDKbjuC .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdaDKbjuC .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdaDKbjuC .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdaDKbjuC .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdaDKbjuC .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdaDKbjuC p {
    text-align: center;
  }
}
.cid-uPdaDKbjuC row-links-soc-item {
  color: #ffffff;
}
.cid-uPdawh4Hy7 {
  background-color: transparent;
}
.cid-uPdawh4Hy7 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdawh4Hy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdawh4Hy7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdawh4Hy7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdawh4Hy7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdawh4Hy7 .menu_box .navbar.opened,
  .cid-uPdawh4Hy7 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdawh4Hy7 .navbar-dropdown {
  position: relative !important;
}
.cid-uPdawh4Hy7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdawh4Hy7 .btn:hover {
  box-shadow: none;
}
.cid-uPdawh4Hy7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdawh4Hy7 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdawh4Hy7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdawh4Hy7 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdawh4Hy7 .nav-item .nav-link:hover,
.cid-uPdawh4Hy7 .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdawh4Hy7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdawh4Hy7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdawh4Hy7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdawh4Hy7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdawh4Hy7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdawh4Hy7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdawh4Hy7 .offcanvas_box {
    display: none;
  }
}
.cid-uPdawh4Hy7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdawh4Hy7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdawh4Hy7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdawh4Hy7 .container {
  display: flex;
  margin: auto;
}
.cid-uPdawh4Hy7 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdawh4Hy7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdawh4Hy7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdawh4Hy7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdawh4Hy7 .navbar-nav {
    margin: 0;
  }
}
.cid-uPdawh4Hy7 .dropdown-menu,
.cid-uPdawh4Hy7 .navbar.opened {
  background-color: false !important;
}
.cid-uPdawh4Hy7 .nav-item:focus,
.cid-uPdawh4Hy7 .nav-link:focus {
  outline: none;
}
.cid-uPdawh4Hy7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdawh4Hy7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdawh4Hy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdawh4Hy7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdawh4Hy7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdawh4Hy7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdawh4Hy7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdawh4Hy7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdawh4Hy7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdawh4Hy7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdawh4Hy7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdawh4Hy7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdawh4Hy7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPdawh4Hy7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdawh4Hy7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdawh4Hy7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdawh4Hy7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdawh4Hy7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdawh4Hy7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdawh4Hy7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdawh4Hy7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdawh4Hy7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdawh4Hy7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdawh4Hy7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdawh4Hy7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdawh4Hy7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdawh4Hy7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdawh4Hy7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdawh4Hy7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdawh4Hy7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdawh4Hy7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdawh4Hy7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdawh4Hy7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdawh4Hy7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdawh4Hy7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdawh4Hy7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdawh4Hy7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdawh4Hy7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdawh4Hy7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdawh4Hy7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdawh4Hy7 .dropdown-item.active,
.cid-uPdawh4Hy7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdawh4Hy7 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdawh4Hy7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdawh4Hy7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdawh4Hy7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdawh4Hy7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdawh4Hy7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdawh4Hy7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdawh4Hy7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdawh4Hy7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdawh4Hy7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdawh4Hy7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdawh4Hy7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdawh4Hy7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdawh4Hy7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdawh4Hy7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdawh4Hy7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdawh4Hy7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdawh4Hy7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdawh4Hy7 .navbar {
    height: 70px;
  }
  .cid-uPdawh4Hy7 .navbar.opened {
    height: auto;
  }
  .cid-uPdawh4Hy7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdawh4Hy7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdawh4Hy7 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdawh4Hy7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdawh4Hy7 .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdawh4Hy7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdawh4Hy7 .text_widget {
  margin-bottom: 32px;
}
.cid-uPdawh4Hy7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdawh4Hy7 .text_widget a:hover,
.cid-uPdawh4Hy7 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdawh4Hy7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdawh4Hy7 .icons-menu-main {
  display: flex;
}
.cid-uPdawh4Hy7 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdawh4Hy7 .navbar-caption {
  color: #000000;
}
.cid-uPdawh4Hy7 .mbr-text {
  color: #6f6f6f;
}
.cid-uPdawh4Hy7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdawk6PY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPdawk6PY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdawk6PY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdawk6PY7 .container {
    padding: 0 16px;
  }
}
.cid-uPdawk6PY7 .row {
  justify-content: space-between;
}
.cid-uPdawk6PY7 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPdawk6PY7 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uPdawk6PY7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uPdawk6PY7 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uPdawk6PY7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPdawk6PY7 .image-wrapper {
  position: relative;
}
.cid-uPdawk6PY7 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPdawk6PY7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPdawk6PY7 .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-uPdawk6PY7 .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-uPdawk6PY7 .mbr-section-title {
  color: #000000;
}
.cid-uPdawk6PY7 .mbr-text {
  color: #000000;
}
.cid-uPdawq8Cu5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdawq8Cu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdawq8Cu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPdawq8Cu5 .container {
    padding: 0 30px;
  }
}
.cid-uPdawq8Cu5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uPdawq8Cu5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPdawq8Cu5 .mbr-section-subtitle {
  color: #f1634f;
  text-align: center;
}
.cid-uPdawq8Cu5 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uPdawqN8ru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-uPdawqN8ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdawqN8ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPdawqN8ru .container {
    padding: 0 16px;
  }
}
.cid-uPdawqN8ru .row {
  justify-content: center;
}
.cid-uPdawqN8ru .content-wrapper {
  position: relative;
}
.cid-uPdawqN8ru .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
.cid-uPdawqN8ru .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-uPdawqN8ru .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPdawqN8ru .content-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPdawqN8ru .content-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all .3s ease;
}
.cid-uPdawqN8ru .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPdawqN8ru .content-wrapper .list .item-wrap:hover,
.cid-uPdawqN8ru .content-wrapper .list .item-wrap:focus {
  color: #f1634f;
}
.cid-uPdawqN8ru .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-uPdawqN8ru .mbr-section-title {
  color: #000000;
}
.cid-uPdawqN8ru .list {
  color: #000000;
  text-align: center;
}
.cid-uPdawqN8ru .mbr-section-title,
.cid-uPdawqN8ru .icon-wrapper {
  text-align: center;
}
.cid-uPdawqN8ru .list,
.cid-uPdawqN8ru .item-wrap {
  text-align: center;
}
.cid-uPdawruJKR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededed;
}
.cid-uPdawruJKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdawruJKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdawruJKR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPdawruJKR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPdawruJKR .container {
    padding: 0 14px;
  }
}
.cid-uPdawruJKR .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uPdawruJKR .google-map iframe {
    height: 300px;
  }
}
.cid-uPdawsrWDW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdawsrWDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdawsrWDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdawsrWDW .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdawsrWDW a {
  position: relative;
  width: fit-content;
}
.cid-uPdawsrWDW a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdawsrWDW a:hover:before {
  width: 0;
}
.cid-uPdawsrWDW .copyright {
  color: #ffffff;
}
.cid-uPdawsrWDW .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdawsrWDW .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdawsrWDW .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdawsrWDW .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdawsrWDW .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdawsrWDW .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdawsrWDW p {
    text-align: center;
  }
}
.cid-uPdawsrWDW row-links-soc-item {
  color: #ffffff;
}
.cid-uPdc8qhXyc {
  background-color: transparent;
}
.cid-uPdc8qhXyc .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdc8qhXyc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdc8qhXyc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdc8qhXyc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdc8qhXyc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdc8qhXyc .menu_box .navbar.opened,
  .cid-uPdc8qhXyc .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdc8qhXyc .navbar-dropdown {
  position: relative !important;
}
.cid-uPdc8qhXyc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdc8qhXyc .btn:hover {
  box-shadow: none;
}
.cid-uPdc8qhXyc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdc8qhXyc .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdc8qhXyc .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdc8qhXyc .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdc8qhXyc .nav-item .nav-link:hover,
.cid-uPdc8qhXyc .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdc8qhXyc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdc8qhXyc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdc8qhXyc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdc8qhXyc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdc8qhXyc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdc8qhXyc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdc8qhXyc .offcanvas_box {
    display: none;
  }
}
.cid-uPdc8qhXyc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdc8qhXyc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdc8qhXyc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdc8qhXyc .container {
  display: flex;
  margin: auto;
}
.cid-uPdc8qhXyc .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdc8qhXyc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdc8qhXyc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdc8qhXyc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdc8qhXyc .navbar-nav {
    margin: 0;
  }
}
.cid-uPdc8qhXyc .dropdown-menu,
.cid-uPdc8qhXyc .navbar.opened {
  background-color: false !important;
}
.cid-uPdc8qhXyc .nav-item:focus,
.cid-uPdc8qhXyc .nav-link:focus {
  outline: none;
}
.cid-uPdc8qhXyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdc8qhXyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdc8qhXyc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdc8qhXyc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdc8qhXyc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdc8qhXyc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdc8qhXyc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdc8qhXyc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdc8qhXyc .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdc8qhXyc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdc8qhXyc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdc8qhXyc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdc8qhXyc .navbar.collapsed {
  justify-content: center;
}
.cid-uPdc8qhXyc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdc8qhXyc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdc8qhXyc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdc8qhXyc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdc8qhXyc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdc8qhXyc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdc8qhXyc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdc8qhXyc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdc8qhXyc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdc8qhXyc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdc8qhXyc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdc8qhXyc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdc8qhXyc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdc8qhXyc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdc8qhXyc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdc8qhXyc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdc8qhXyc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdc8qhXyc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdc8qhXyc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdc8qhXyc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdc8qhXyc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdc8qhXyc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdc8qhXyc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdc8qhXyc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdc8qhXyc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdc8qhXyc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdc8qhXyc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdc8qhXyc .dropdown-item.active,
.cid-uPdc8qhXyc .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdc8qhXyc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdc8qhXyc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdc8qhXyc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdc8qhXyc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdc8qhXyc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdc8qhXyc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdc8qhXyc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdc8qhXyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdc8qhXyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdc8qhXyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdc8qhXyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdc8qhXyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdc8qhXyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdc8qhXyc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdc8qhXyc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdc8qhXyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdc8qhXyc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdc8qhXyc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdc8qhXyc .navbar {
    height: 70px;
  }
  .cid-uPdc8qhXyc .navbar.opened {
    height: auto;
  }
  .cid-uPdc8qhXyc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdc8qhXyc .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdc8qhXyc .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdc8qhXyc .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdc8qhXyc .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdc8qhXyc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdc8qhXyc .text_widget {
  margin-bottom: 32px;
}
.cid-uPdc8qhXyc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdc8qhXyc .text_widget a:hover,
.cid-uPdc8qhXyc .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdc8qhXyc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdc8qhXyc .icons-menu-main {
  display: flex;
}
.cid-uPdc8qhXyc .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdc8qhXyc .navbar-caption {
  color: #000000;
}
.cid-uPdc8qhXyc .mbr-text {
  color: #6f6f6f;
}
.cid-uPdc8qhXyc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdcckpUeo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdcckpUeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcckpUeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdcckpUeo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPdcckpUeo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPdcckpUeo .container {
    padding: 0 20px;
  }
}
.cid-uPdcckpUeo .row {
  justify-content: center;
}
.cid-uPdcckpUeo .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdcckpUeo .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uPdcckpUeo .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdcckpUeo .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uPdcckpUeo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPdcckpUeo .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uPdcckpUeo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPdcckpUeo .mbr-desc {
  color: #e4dfd4;
}
.cid-uPdcckpUeo .mbr-desc,
.cid-uPdcckpUeo .desc-wrapper {
  color: #000000;
}
.cid-uPdc8tE6Pn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdc8tE6Pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdc8tE6Pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdc8tE6Pn .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdc8tE6Pn a {
  position: relative;
  width: fit-content;
}
.cid-uPdc8tE6Pn a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdc8tE6Pn a:hover:before {
  width: 0;
}
.cid-uPdc8tE6Pn .copyright {
  color: #ffffff;
}
.cid-uPdc8tE6Pn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdc8tE6Pn .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdc8tE6Pn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdc8tE6Pn .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdc8tE6Pn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdc8tE6Pn .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdc8tE6Pn p {
    text-align: center;
  }
}
.cid-uPdc8tE6Pn row-links-soc-item {
  color: #ffffff;
}
.cid-uPdcm10gyo {
  background-color: transparent;
}
.cid-uPdcm10gyo .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdcm10gyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdcm10gyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdcm10gyo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdcm10gyo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdcm10gyo .menu_box .navbar.opened,
  .cid-uPdcm10gyo .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdcm10gyo .navbar-dropdown {
  position: relative !important;
}
.cid-uPdcm10gyo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdcm10gyo .btn:hover {
  box-shadow: none;
}
.cid-uPdcm10gyo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdcm10gyo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdcm10gyo .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdcm10gyo .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdcm10gyo .nav-item .nav-link:hover,
.cid-uPdcm10gyo .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdcm10gyo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdcm10gyo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdcm10gyo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdcm10gyo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdcm10gyo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdcm10gyo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdcm10gyo .offcanvas_box {
    display: none;
  }
}
.cid-uPdcm10gyo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdcm10gyo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdcm10gyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdcm10gyo .container {
  display: flex;
  margin: auto;
}
.cid-uPdcm10gyo .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdcm10gyo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdcm10gyo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdcm10gyo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdcm10gyo .navbar-nav {
    margin: 0;
  }
}
.cid-uPdcm10gyo .dropdown-menu,
.cid-uPdcm10gyo .navbar.opened {
  background-color: false !important;
}
.cid-uPdcm10gyo .nav-item:focus,
.cid-uPdcm10gyo .nav-link:focus {
  outline: none;
}
.cid-uPdcm10gyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdcm10gyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdcm10gyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdcm10gyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdcm10gyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdcm10gyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdcm10gyo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdcm10gyo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdcm10gyo .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdcm10gyo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdcm10gyo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdcm10gyo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdcm10gyo .navbar.collapsed {
  justify-content: center;
}
.cid-uPdcm10gyo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdcm10gyo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdcm10gyo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdcm10gyo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdcm10gyo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdcm10gyo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdcm10gyo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdcm10gyo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdcm10gyo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdcm10gyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdcm10gyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdcm10gyo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdcm10gyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdcm10gyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdcm10gyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdcm10gyo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdcm10gyo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdcm10gyo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdcm10gyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdcm10gyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdcm10gyo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdcm10gyo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdcm10gyo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdcm10gyo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdcm10gyo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdcm10gyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdcm10gyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdcm10gyo .dropdown-item.active,
.cid-uPdcm10gyo .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdcm10gyo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdcm10gyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdcm10gyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdcm10gyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdcm10gyo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdcm10gyo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdcm10gyo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdcm10gyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdcm10gyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdcm10gyo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdcm10gyo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdcm10gyo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdcm10gyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdcm10gyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdcm10gyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdcm10gyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdcm10gyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdcm10gyo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdcm10gyo .navbar {
    height: 70px;
  }
  .cid-uPdcm10gyo .navbar.opened {
    height: auto;
  }
  .cid-uPdcm10gyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdcm10gyo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdcm10gyo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdcm10gyo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdcm10gyo .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdcm10gyo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdcm10gyo .text_widget {
  margin-bottom: 32px;
}
.cid-uPdcm10gyo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdcm10gyo .text_widget a:hover,
.cid-uPdcm10gyo .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdcm10gyo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdcm10gyo .icons-menu-main {
  display: flex;
}
.cid-uPdcm10gyo .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdcm10gyo .navbar-caption {
  color: #000000;
}
.cid-uPdcm10gyo .mbr-text {
  color: #6f6f6f;
}
.cid-uPdcm10gyo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdcm1UxyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdcm1UxyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcm1UxyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdcm1UxyI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPdcm1UxyI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPdcm1UxyI .container {
    padding: 0 20px;
  }
}
.cid-uPdcm1UxyI .row {
  justify-content: center;
}
.cid-uPdcm1UxyI .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdcm1UxyI .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uPdcm1UxyI .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdcm1UxyI .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uPdcm1UxyI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPdcm1UxyI .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uPdcm1UxyI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPdcm1UxyI .mbr-desc {
  color: #e4dfd4;
}
.cid-uPdcm1UxyI .mbr-desc,
.cid-uPdcm1UxyI .desc-wrapper {
  color: #000000;
}
.cid-uPdcm2pr8c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdcm2pr8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcm2pr8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdcm2pr8c .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdcm2pr8c a {
  position: relative;
  width: fit-content;
}
.cid-uPdcm2pr8c a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdcm2pr8c a:hover:before {
  width: 0;
}
.cid-uPdcm2pr8c .copyright {
  color: #ffffff;
}
.cid-uPdcm2pr8c .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdcm2pr8c .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdcm2pr8c .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdcm2pr8c .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdcm2pr8c .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdcm2pr8c .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdcm2pr8c p {
    text-align: center;
  }
}
.cid-uPdcm2pr8c row-links-soc-item {
  color: #ffffff;
}
.cid-uPdcSCDb89 {
  background-color: transparent;
}
.cid-uPdcSCDb89 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdcSCDb89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdcSCDb89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdcSCDb89 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdcSCDb89 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdcSCDb89 .menu_box .navbar.opened,
  .cid-uPdcSCDb89 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdcSCDb89 .navbar-dropdown {
  position: relative !important;
}
.cid-uPdcSCDb89 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdcSCDb89 .btn:hover {
  box-shadow: none;
}
.cid-uPdcSCDb89 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdcSCDb89 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdcSCDb89 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdcSCDb89 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdcSCDb89 .nav-item .nav-link:hover,
.cid-uPdcSCDb89 .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdcSCDb89 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdcSCDb89 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdcSCDb89 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdcSCDb89 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdcSCDb89 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdcSCDb89 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdcSCDb89 .offcanvas_box {
    display: none;
  }
}
.cid-uPdcSCDb89 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdcSCDb89 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdcSCDb89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdcSCDb89 .container {
  display: flex;
  margin: auto;
}
.cid-uPdcSCDb89 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdcSCDb89 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdcSCDb89 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdcSCDb89 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdcSCDb89 .navbar-nav {
    margin: 0;
  }
}
.cid-uPdcSCDb89 .dropdown-menu,
.cid-uPdcSCDb89 .navbar.opened {
  background-color: false !important;
}
.cid-uPdcSCDb89 .nav-item:focus,
.cid-uPdcSCDb89 .nav-link:focus {
  outline: none;
}
.cid-uPdcSCDb89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdcSCDb89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdcSCDb89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdcSCDb89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdcSCDb89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdcSCDb89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdcSCDb89 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdcSCDb89 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdcSCDb89 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdcSCDb89 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdcSCDb89 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdcSCDb89 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdcSCDb89 .navbar.collapsed {
  justify-content: center;
}
.cid-uPdcSCDb89 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdcSCDb89 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdcSCDb89 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdcSCDb89 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdcSCDb89 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdcSCDb89 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdcSCDb89 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdcSCDb89 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdcSCDb89 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdcSCDb89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdcSCDb89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdcSCDb89 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdcSCDb89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdcSCDb89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdcSCDb89 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdcSCDb89 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdcSCDb89 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdcSCDb89 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdcSCDb89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdcSCDb89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdcSCDb89 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdcSCDb89 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdcSCDb89 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdcSCDb89 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdcSCDb89 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdcSCDb89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdcSCDb89 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdcSCDb89 .dropdown-item.active,
.cid-uPdcSCDb89 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdcSCDb89 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdcSCDb89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdcSCDb89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdcSCDb89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdcSCDb89 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdcSCDb89 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdcSCDb89 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdcSCDb89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdcSCDb89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdcSCDb89 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdcSCDb89 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdcSCDb89 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdcSCDb89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdcSCDb89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdcSCDb89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdcSCDb89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdcSCDb89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdcSCDb89 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdcSCDb89 .navbar {
    height: 70px;
  }
  .cid-uPdcSCDb89 .navbar.opened {
    height: auto;
  }
  .cid-uPdcSCDb89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdcSCDb89 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdcSCDb89 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdcSCDb89 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdcSCDb89 .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdcSCDb89 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdcSCDb89 .text_widget {
  margin-bottom: 32px;
}
.cid-uPdcSCDb89 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdcSCDb89 .text_widget a:hover,
.cid-uPdcSCDb89 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdcSCDb89 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdcSCDb89 .icons-menu-main {
  display: flex;
}
.cid-uPdcSCDb89 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdcSCDb89 .navbar-caption {
  color: #000000;
}
.cid-uPdcSCDb89 .mbr-text {
  color: #6f6f6f;
}
.cid-uPdcSCDb89 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdcSDraSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdcSDraSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcSDraSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdcSDraSS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPdcSDraSS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPdcSDraSS .container {
    padding: 0 20px;
  }
}
.cid-uPdcSDraSS .row {
  justify-content: center;
}
.cid-uPdcSDraSS .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdcSDraSS .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uPdcSDraSS .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdcSDraSS .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uPdcSDraSS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPdcSDraSS .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uPdcSDraSS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPdcSDraSS .mbr-desc {
  color: #e4dfd4;
}
.cid-uPdcSDraSS .mbr-desc,
.cid-uPdcSDraSS .desc-wrapper {
  color: #000000;
}
.cid-uPdcSE2DM8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdcSE2DM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdcSE2DM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdcSE2DM8 .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdcSE2DM8 a {
  position: relative;
  width: fit-content;
}
.cid-uPdcSE2DM8 a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdcSE2DM8 a:hover:before {
  width: 0;
}
.cid-uPdcSE2DM8 .copyright {
  color: #ffffff;
}
.cid-uPdcSE2DM8 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdcSE2DM8 .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdcSE2DM8 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdcSE2DM8 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdcSE2DM8 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdcSE2DM8 .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdcSE2DM8 p {
    text-align: center;
  }
}
.cid-uPdcSE2DM8 row-links-soc-item {
  color: #ffffff;
}
.cid-uPdd7BPew3 {
  background-color: transparent;
}
.cid-uPdd7BPew3 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uPdd7BPew3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uPdd7BPew3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPdd7BPew3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPdd7BPew3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPdd7BPew3 .menu_box .navbar.opened,
  .cid-uPdd7BPew3 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPdd7BPew3 .navbar-dropdown {
  position: relative !important;
}
.cid-uPdd7BPew3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPdd7BPew3 .btn:hover {
  box-shadow: none;
}
.cid-uPdd7BPew3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPdd7BPew3 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPdd7BPew3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPdd7BPew3 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPdd7BPew3 .nav-item .nav-link:hover,
.cid-uPdd7BPew3 .nav-item .nav-link:focus {
  color: #f1634f !important;
}
.cid-uPdd7BPew3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPdd7BPew3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPdd7BPew3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPdd7BPew3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPdd7BPew3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPdd7BPew3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPdd7BPew3 .offcanvas_box {
    display: none;
  }
}
.cid-uPdd7BPew3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPdd7BPew3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPdd7BPew3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPdd7BPew3 .container {
  display: flex;
  margin: auto;
}
.cid-uPdd7BPew3 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPdd7BPew3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPdd7BPew3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPdd7BPew3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPdd7BPew3 .navbar-nav {
    margin: 0;
  }
}
.cid-uPdd7BPew3 .dropdown-menu,
.cid-uPdd7BPew3 .navbar.opened {
  background-color: false !important;
}
.cid-uPdd7BPew3 .nav-item:focus,
.cid-uPdd7BPew3 .nav-link:focus {
  outline: none;
}
.cid-uPdd7BPew3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPdd7BPew3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPdd7BPew3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPdd7BPew3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPdd7BPew3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPdd7BPew3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPdd7BPew3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPdd7BPew3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPdd7BPew3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPdd7BPew3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPdd7BPew3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPdd7BPew3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdd7BPew3 .navbar.collapsed {
  justify-content: center;
}
.cid-uPdd7BPew3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPdd7BPew3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPdd7BPew3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdd7BPew3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdd7BPew3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdd7BPew3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPdd7BPew3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPdd7BPew3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPdd7BPew3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPdd7BPew3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPdd7BPew3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdd7BPew3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPdd7BPew3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdd7BPew3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPdd7BPew3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPdd7BPew3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPdd7BPew3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPdd7BPew3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPdd7BPew3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPdd7BPew3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPdd7BPew3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPdd7BPew3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPdd7BPew3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPdd7BPew3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPdd7BPew3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPdd7BPew3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPdd7BPew3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdd7BPew3 .dropdown-item.active,
.cid-uPdd7BPew3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdd7BPew3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPdd7BPew3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdd7BPew3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdd7BPew3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdd7BPew3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPdd7BPew3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPdd7BPew3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uPdd7BPew3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPdd7BPew3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdd7BPew3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdd7BPew3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPdd7BPew3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdd7BPew3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdd7BPew3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPdd7BPew3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPdd7BPew3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdd7BPew3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPdd7BPew3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPdd7BPew3 .navbar {
    height: 70px;
  }
  .cid-uPdd7BPew3 .navbar.opened {
    height: auto;
  }
  .cid-uPdd7BPew3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPdd7BPew3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPdd7BPew3 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uPdd7BPew3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uPdd7BPew3 .navbar-caption:hover {
  color: #f1634f;
}
@media (min-width: 992px) {
  .cid-uPdd7BPew3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPdd7BPew3 .text_widget {
  margin-bottom: 32px;
}
.cid-uPdd7BPew3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPdd7BPew3 .text_widget a:hover,
.cid-uPdd7BPew3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uPdd7BPew3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uPdd7BPew3 .icons-menu-main {
  display: flex;
}
.cid-uPdd7BPew3 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uPdd7BPew3 .navbar-caption {
  color: #000000;
}
.cid-uPdd7BPew3 .mbr-text {
  color: #6f6f6f;
}
.cid-uPdd7BPew3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPdd7D5EtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPdd7D5EtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdd7D5EtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdd7D5EtT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uPdd7D5EtT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPdd7D5EtT .container {
    padding: 0 20px;
  }
}
.cid-uPdd7D5EtT .row {
  justify-content: center;
}
.cid-uPdd7D5EtT .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPdd7D5EtT .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-uPdd7D5EtT .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPdd7D5EtT .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-uPdd7D5EtT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uPdd7D5EtT .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-uPdd7D5EtT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uPdd7D5EtT .mbr-desc {
  color: #e4dfd4;
}
.cid-uPdd7D5EtT .mbr-desc,
.cid-uPdd7D5EtT .desc-wrapper {
  color: #000000;
}
.cid-uPdd7DLvQG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-uPdd7DLvQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdd7DLvQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdd7DLvQG .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-uPdd7DLvQG a {
  position: relative;
  width: fit-content;
}
.cid-uPdd7DLvQG a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uPdd7DLvQG a:hover:before {
  width: 0;
}
.cid-uPdd7DLvQG .copyright {
  color: #ffffff;
}
.cid-uPdd7DLvQG .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uPdd7DLvQG .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-uPdd7DLvQG .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdd7DLvQG .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdd7DLvQG .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uPdd7DLvQG .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-uPdd7DLvQG p {
    text-align: center;
  }
}
.cid-uPdd7DLvQG row-links-soc-item {
  color: #ffffff;
}
