.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: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- 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: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.154rem + (1.44 - 1.154) * ((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: #1c1c1c !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f27120 !important;
}
.bg-danger {
  background-color: #ff3631 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !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: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f27120 !important;
  border-color: #f27120 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f59050 !important;
  border-color: #f59050 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3631 !important;
  border-color: #ff3631 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6864 !important;
  border-color: #ff6864 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6864 !important;
  border-color: #ff6864 !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: #1c1c1c;
  color: #1c1c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !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: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f27120;
  color: #f27120;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b14b0a !important;
  background-color: transparent !important;
  border-color: #b14b0a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f27120 !important;
  border-color: #f27120 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff3631;
  color: #ff3631;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d90500 !important;
  background-color: transparent !important;
  border-color: #d90500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3631 !important;
  border-color: #ff3631 !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: #1c1c1c !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f27120 !important;
}
.text-danger {
  color: #ff3631 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !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: #a34509 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca0500 !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: #1c1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f27120;
}
.alert-danger {
  background-color: #ff3631;
}
.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: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfcf;
}
.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: #fdece1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
.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: #1c1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #1c1c1c;
}
/* 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: #1c1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c1c1c;
}
.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: #1c1c1c;
  border-bottom-color: #1c1c1c;
}
.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: #1c1c1c !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: #71818e !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='%231c1c1c' %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 {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #f27120 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1c1c1c !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: #1c1c1c !important;
}
img {
  border-radius: .3rem !important;
}
.cid-u14FyIvvE4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u14FyIvvE4 .navbar-dropdown {
  background: rgba(113, 129, 142, 0) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(113, 129, 142, 0) !important;
  background: #71818e;
}
.cid-u14FyIvvE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14FyIvvE4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u14FyIvvE4 .menu_box .navbar.opened,
  .cid-u14FyIvvE4 .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-u14FyIvvE4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u14FyIvvE4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u14FyIvvE4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u14FyIvvE4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-u14FyIvvE4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u14FyIvvE4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u14FyIvvE4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u14FyIvvE4 .offcanvas-body .mbr-text,
  .cid-u14FyIvvE4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u14FyIvvE4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f4f4f4;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u14FyIvvE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u14FyIvvE4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .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);
  }
  .cid-u14FyIvvE4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u14FyIvvE4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u14FyIvvE4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u14FyIvvE4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u14FyIvvE4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .nav-item {
    margin: 0 !important;
  }
}
.cid-u14FyIvvE4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u14FyIvvE4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u14FyIvvE4 .nav-item .nav-link:hover::before,
.cid-u14FyIvvE4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u14FyIvvE4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14FyIvvE4 .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-u14FyIvvE4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u14FyIvvE4 .offcanvas_box {
    display: none;
  }
}
.cid-u14FyIvvE4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u14FyIvvE4 .container {
  display: flex;
  margin: auto;
}
.cid-u14FyIvvE4 .iconfont-wrapper {
  color: #202020;
  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-u14FyIvvE4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u14FyIvvE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u14FyIvvE4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .navbar-nav {
    margin: 0;
  }
}
.cid-u14FyIvvE4 .dropdown-menu,
.cid-u14FyIvvE4 .navbar.opened {
  background-color: true !important;
}
.cid-u14FyIvvE4 .nav-item:focus,
.cid-u14FyIvvE4 .nav-link:focus {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14FyIvvE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14FyIvvE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14FyIvvE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14FyIvvE4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u14FyIvvE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u14FyIvvE4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u14FyIvvE4 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-u14FyIvvE4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u14FyIvvE4 .navbar.collapsed {
  justify-content: center;
}
.cid-u14FyIvvE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14FyIvvE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14FyIvvE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u14FyIvvE4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u14FyIvvE4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u14FyIvvE4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u14FyIvvE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14FyIvvE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u14FyIvvE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u14FyIvvE4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u14FyIvvE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u14FyIvvE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u14FyIvvE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14FyIvvE4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u14FyIvvE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14FyIvvE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14FyIvvE4 .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-u14FyIvvE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u14FyIvvE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14FyIvvE4 .dropdown-item.active,
.cid-u14FyIvvE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u14FyIvvE4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14FyIvvE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14FyIvvE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14FyIvvE4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u14FyIvvE4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14FyIvvE4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f4f4;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14FyIvvE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14FyIvvE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14FyIvvE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u14FyIvvE4 .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-u14FyIvvE4 .navbar {
    height: 70px;
  }
  .cid-u14FyIvvE4 .navbar.opened {
    height: auto;
  }
  .cid-u14FyIvvE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u14FyIvvE4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u14FyIvvE4 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u14FyIvvE4 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u14FyIvvE4 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-u14FyIvvE4 .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-u14FyIvvE4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u14FyIvvE4 .text_widget {
  margin-bottom: 32px;
}
.cid-u14FyIvvE4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u14FyIvvE4 .text_widget a:hover,
.cid-u14FyIvvE4 .text_widget a:focus {
  opacity: .8;
}
.cid-u14FyIvvE4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u14FyIvvE4 .navbar-caption {
  color: #ffffff;
}
.cid-u14FyIvvE4 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-u14FyIvvE4 .mbr-section-subtitle,
.cid-u14FyIvvE4 .text_widget,
.cid-u14FyIvvE4 .mbr-section-btn {
  text-align: center;
}
.cid-u14FyIvvE4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u14Fz3IwVA {
  overflow: hidden;
  background-color: #71818e;
  position: relative;
}
.cid-u14Fz3IwVA::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#71818e 30%, #8fa3b4);
}
.cid-u14Fz3IwVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14Fz3IwVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14Fz3IwVA .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14Fz3IwVA .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .container {
    padding: 0 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-u14Fz3IwVA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u14Fz3IwVA .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-u14Fz3IwVA .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-u14Fz3IwVA .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-u14Fz3IwVA .mbr-section-title {
  color: #ffffff;
}
.cid-u14Fz3IwVA .mbr-text {
  color: #f4f4f4;
}
.cid-u14Fz3IwVA .mbr-desc {
  color: #bdc6ce;
}
.cid-u14FA7jSec {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-u14FA7jSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-u14FA7jSec .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FA7jSec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FA7jSec .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FA7jSec .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .container {
    padding: 0 16px;
  }
}
.cid-u14FA7jSec .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FA7jSec .item {
  margin-bottom: 32px;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-u14FA7jSec .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-u14FA7jSec .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u14FA7jSec .card-title {
  color: #f4f4f4;
}
.cid-u14FA7jSec .card-text {
  color: #c1c1c1;
}
.cid-u14FBYnq4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-u14FBYnq4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FBYnq4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FBYnq4D .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FBYnq4D .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FBYnq4D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FBYnq4D .container {
    padding: 0 16px;
  }
}
.cid-u14FBYnq4D .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14FBYnq4D .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FBYnq4D .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 115px;
}
@media (max-width: 992px) {
  .cid-u14FBYnq4D .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u14FBYnq4D .item .item-wrapper a {
  display: block;
}
.cid-u14FBYnq4D .item .item-wrapper a:hover .item-img img,
.cid-u14FBYnq4D .item .item-wrapper a:focus .item-img img {
  transform: scale(1.08);
}
.cid-u14FBYnq4D .item .item-wrapper a .item-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
  height: 500px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-u14FBYnq4D .item .item-wrapper a .item-img {
    height: 400px;
    padding: 18px;
  }
}
.cid-u14FBYnq4D .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u14FBYnq4D .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.cid-u14FBYnq4D .item .item-wrapper a .item-img .item-content .card-title {
  margin-bottom: 0;
}
.cid-u14FBYnq4D .item .item-wrapper a .item-img .item-content .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #f4f4f4;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.cid-u14FBYnq4D .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u14FBYnq4D .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14FBYnq4D .card-title {
  color: #ffffff;
}
.cid-uh6BsSHtUV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uh6BsSHtUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6BsSHtUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6BsSHtUV .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uh6BsSHtUV .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uh6BsSHtUV .row {
  justify-content: space-between;
}
.cid-uh6BsSHtUV .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-uh6BsSHtUV .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uh6BsSHtUV .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uh6BsSHtUV .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uh6BsSHtUV .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uh6BsSHtUV .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uh6BsSHtUV .card-title {
  color: #1c1c1c;
}
.cid-uh6BsSHtUV .card-text {
  color: #1c1c1c;
}
.cid-u14FHyX5fE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-u14FHyX5fE::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #1c1c1c);
}
.cid-u14FHyX5fE .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FHyX5fE .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .container {
    padding: 0 16px;
  }
}
.cid-u14FHyX5fE .mbr-section-title {
  margin-bottom: 96px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FHyX5fE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-u14FHyX5fE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content {
  width: 100%;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  min-height: 615px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 58px 28px;
  background-color: #1c1c1c;
  border-radius: .3rem !important;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper {
    padding: 36px 18px;
    min-height: 415px;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 134px;
  display: inline-flex;
  color: #c1c1c1;
}
.cid-u14FHyX5fE .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-number {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u14FHyX5fE .embla__button--next,
.cid-u14FHyX5fE .embla__button--prev {
  display: flex;
}
.cid-u14FHyX5fE .embla__button {
  top: 2rem;
  width: 85px;
  height: 52px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: transparent !important;
  color: #eaeaea !important;
  border: 1px solid #eaeaea;
  border-radius: .3rem;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u14FHyX5fE .embla__button:disabled {
  opacity: .3 !important;
}
.cid-u14FHyX5fE .embla__button:hover {
  opacity: 1 !important;
}
.cid-u14FHyX5fE .embla__button.embla__button--prev {
  left: 0;
}
.cid-u14FHyX5fE .embla__button.embla__button--next {
  left: 6rem;
}
.cid-u14FHyX5fE .embla {
  position: relative;
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 992px) {
  .cid-u14FHyX5fE .embla {
    padding-top: 100px;
  }
}
.cid-u14FHyX5fE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u14FHyX5fE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u14FHyX5fE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u14FHyX5fE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u14FHyX5fE .item-title {
  color: #ffffff;
}
.cid-u14FHyX5fE .mbr-text {
  color: #c1c1c1;
}
.cid-u14FHyX5fE .mbr-number {
  color: #c1c1c1;
}
.cid-u14FDuqVjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-u14FDuqVjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FDuqVjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FDuqVjp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FDuqVjp .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .container {
    padding: 0 16px;
  }
}
.cid-u14FDuqVjp .row {
  justify-content: space-between;
}
.cid-u14FDuqVjp .row .card {
  justify-content: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .row .card {
    padding-bottom: 32px;
  }
  .cid-u14FDuqVjp .row .card:last-child {
    padding-bottom: 0;
  }
}
.cid-u14FDuqVjp .card-wrapper {
  -webkit-flex: inherit;
}
.cid-u14FDuqVjp .card-wrapper .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .card-wrapper .card-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDuqVjp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14FDuqVjp .image-wrapper img {
  height: 820px;
  object-fit: cover;
}
.cid-u14FDuqVjp .card-title {
  color: #71818e;
}
.cid-u14FDuqVjp .card-text {
  color: #1c1c1c;
}
.cid-uh6sbtqDyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uh6sbtqDyI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uh6sbtqDyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6sbtqDyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6sbtqDyI .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uh6sbtqDyI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .container {
    padding: 0 16px;
  }
}
.cid-uh6sbtqDyI .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uh6sbtqDyI .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uh6sbtqDyI .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uh6sbtqDyI .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uh6sbtqDyI .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uh6sbtqDyI .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uh6sbtqDyI .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uh6sbtqDyI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uh6sbtqDyI .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uh6sbtqDyI .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uh6sbtqDyI .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uh6sbtqDyI .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uh6sbtqDyI .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uh6sbtqDyI .mbr-section-title {
  color: #ffffff;
}
.cid-uh6sbtqDyI .mbr-text {
  color: #f4f4f4;
}
.cid-u14FBq9Gjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-u14FBq9Gjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FBq9Gjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FBq9Gjs .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FBq9Gjs .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FBq9Gjs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FBq9Gjs .container {
    padding: 0 16px;
  }
}
.cid-u14FBq9Gjs .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-u14FBq9Gjs .row .item {
  padding: 0 24px;
}
.cid-u14FBq9Gjs .row .item:first-child {
  margin-bottom: 0;
}
.cid-u14FBq9Gjs .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14FBq9Gjs .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FBq9Gjs .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u14FBq9Gjs .item {
    margin-bottom: 32px;
  }
}
.cid-u14FBq9Gjs .item:hover .item-wrapper .item-img img,
.cid-u14FBq9Gjs .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-u14FBq9Gjs .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-u14FBq9Gjs .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-u14FBq9Gjs .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-u14FBq9Gjs .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14FBq9Gjs .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-u14FBq9Gjs .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-u14FBq9Gjs .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14FBq9Gjs .card-title {
  color: #1c1c1c;
}
.cid-u14FBq9Gjs .card-date {
  color: #f27120;
}
.cid-u14FDQtdXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fa3b4;
}
.cid-u14FDQtdXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14FDQtdXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14FDQtdXW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14FDQtdXW .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .container {
    padding: 0 16px;
  }
}
.cid-u14FDQtdXW .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14FDQtdXW .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .desc-wrapper {
    padding: 0;
  }
}
.cid-u14FDQtdXW .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u14FDQtdXW .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-u14FDQtdXW .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u14FDQtdXW .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u14FDQtdXW .image-wrapper img {
    height: 350px;
  }
}
.cid-u14FDQtdXW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u14FDQtdXW .mbr-section-title {
  color: #f4f4f4;
}
.cid-u14FDQtdXW .mbr-desc {
  color: #1c1c1c;
}
.cid-u14FDQtdXW .mbr-text {
  color: #1c1c1c;
}
.cid-uh6sk0nuMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uh6sk0nuMC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-uh6sk0nuMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6sk0nuMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6sk0nuMC .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uh6sk0nuMC .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sk0nuMC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sk0nuMC .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sk0nuMC .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uh6sk0nuMC .row {
  justify-content: space-between;
}
.cid-uh6sk0nuMC .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-uh6sk0nuMC .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-uh6sk0nuMC .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uh6sk0nuMC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uh6sk0nuMC .mbr-section-title {
  color: #ffffff;
}
.cid-uh6sk0nuMC .card-title {
  color: #f4f4f4;
}
.cid-uh6sk0nuMC .card-text {
  color: #c1c1c1;
}
.cid-uh6sfYdlZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uh6sfYdlZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh6sfYdlZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh6sfYdlZC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uh6sfYdlZC .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .container {
    padding: 0 16px;
  }
}
.cid-uh6sfYdlZC .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uh6sfYdlZC .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #c1c1c1;
}
.cid-uh6sfYdlZC .panel-group .card:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uh6sfYdlZC .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uh6sfYdlZC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uh6sfYdlZC .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uh6sfYdlZC .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uh6sfYdlZC .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uh6sfYdlZC .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uh6sfYdlZC .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uh6sfYdlZC .mbr-section-title {
  color: #1c1c1c;
}
.cid-uh6sfYdlZC .panel-number {
  color: #1c1c1c;
}
.cid-uh6sfYdlZC .panel-title-edit {
  color: #1c1c1c;
}
.cid-uh6sfYdlZC .panel-text {
  color: #1c1c1c;
}
.cid-ujsnJSiPpC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ujsnJSiPpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsnJSiPpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujsnJSiPpC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-ujsnJSiPpC .container-fluid {
    padding: 0 12px;
  }
}
.cid-ujsnJSiPpC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ujsnJSiPpC .container {
    padding: 0 20px;
  }
}
.cid-ujsnJSiPpC .card {
  padding: 0;
}
.cid-ujsnJSiPpC .image-wrapper {
  position: relative;
  height: 450px;
  display: flex;
  justify-content: center;
}
.cid-ujsnJSiPpC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujsnJSiPpC .image-wrapper .text-wrapper {
  position: relative;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-ujsnJSiPpC .image-wrapper .text-wrapper {
    padding: 50px 20px;
  }
}
.cid-ujsnJSiPpC .image-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujsnJSiPpC .image-wrapper .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-ujsnJSiPpC .image-wrapper .text-wrapper .mbr-section-btn .btn {
  color: #1c1c1c !important;
}
.cid-ujsnJSiPpC .image-wrap {
  position: relative;
  height: 100%;
}
.cid-ujsnJSiPpC .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ujsnJSiPpC .mbr-section-title {
  color: #ffffff;
}
.cid-ujsnJSiPpC .mbr-text {
  color: #ffffff;
}
.cid-u14HHmqvQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-u14HHmqvQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14HHmqvQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14HHmqvQN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14HHmqvQN .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .container {
    padding: 0 16px;
  }
}
.cid-u14HHmqvQN .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14HHmqvQN .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .image-wrapper img {
    height: 350px;
  }
}
.cid-u14HHmqvQN .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .content-wrapper {
    margin: 0;
  }
}
.cid-u14HHmqvQN .desc-wrapper {
  margin-bottom: 24px;
}
.cid-u14HHmqvQN .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u14HHmqvQN .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-u14HHmqvQN .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-u14HHmqvQN .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-u14HHmqvQN .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-u14HHmqvQN .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-control:hover,
.cid-u14HHmqvQN .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-u14HHmqvQN .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-u14HHmqvQN .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-u14HHmqvQN .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-u14HHmqvQN .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u14HHmqvQN .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14HHmqvQN .mbr-desc {
  color: #1c1c1c;
}
.cid-u14HHmqvQN .mbr-text {
  color: #1c1c1c;
}
.cid-uh6vqDasYG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #8fa3b4;
}
@media (max-width: 767px) {
  .cid-uh6vqDasYG .content {
    text-align: center;
  }
  .cid-uh6vqDasYG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uh6vqDasYG .img-logo img {
  height: 6rem;
}
.cid-uh6vqDasYG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uh6vqDasYG .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uh6vqDasYG .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uh6vqDasYG .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uh6vqDasYG .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uh6vqDasYG .social-list a:hover {
  opacity: 1;
}
.cid-uh6vqDasYG .list {
  list-style-type: none;
  padding: 0;
}
.cid-uh6vqDasYG .list li {
  padding-bottom: .5rem;
}
.cid-uh6vqDasYG .list li:last-child {
  padding-bottom: 0;
}
.cid-uh6vqDasYG .mbr-footer-list,
.cid-uh6vqDasYG .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uh6vqDasYG .mbr-footer-list,
  .cid-uh6vqDasYG .form-text,
  .cid-uh6vqDasYG .footer-title,
  .cid-uh6vqDasYG .footer-main-title,
  .cid-uh6vqDasYG .form-text,
  .cid-uh6vqDasYG .list {
    text-align: center !important;
  }
  .cid-uh6vqDasYG .mbr-form,
  .cid-uh6vqDasYG .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uh6vqDasYG .footer-main-title {
  color: #ffffff;
}
.cid-uh6vqDasYG .form-text {
  color: #f4f4f4;
}
.cid-uh6vqDasYG .mbr-footer-list {
  color: #1c1c1c;
}
.cid-ujsUZEwZAZ.popup-builder {
  background-color: #ffffff;
}
.cid-ujsUZEwZAZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujsUZEwZAZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujsUZEwZAZ .modal-content,
.cid-ujsUZEwZAZ .modal-dialog {
  height: auto;
}
.cid-ujsUZEwZAZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujsUZEwZAZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujsUZEwZAZ .form-wrapper .mbr-form .form-group,
  .cid-ujsUZEwZAZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujsUZEwZAZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujsUZEwZAZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujsUZEwZAZ .mbr-text {
  text-align: center;
}
.cid-ujsUZEwZAZ .pt-0 {
  padding-top: 0 !important;
}
.cid-ujsUZEwZAZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujsUZEwZAZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujsUZEwZAZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujsUZEwZAZ .modal-open {
  overflow: hidden;
}
.cid-ujsUZEwZAZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujsUZEwZAZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujsUZEwZAZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujsUZEwZAZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ujsUZEwZAZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujsUZEwZAZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujsUZEwZAZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujsUZEwZAZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ujsUZEwZAZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujsUZEwZAZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujsUZEwZAZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujsUZEwZAZ .modal-backdrop.show {
  opacity: .5;
}
.cid-ujsUZEwZAZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ujsUZEwZAZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsUZEwZAZ .modal-header {
    padding: 1rem;
  }
}
.cid-ujsUZEwZAZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujsUZEwZAZ .modal-header .close svg {
  fill: #353535;
}
.cid-ujsUZEwZAZ .modal-header .close:hover {
  opacity: 1;
}
.cid-ujsUZEwZAZ .modal-header .close:focus {
  outline: none;
}
.cid-ujsUZEwZAZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ujsUZEwZAZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujsUZEwZAZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsUZEwZAZ .modal-body {
    padding: 1rem;
  }
}
.cid-ujsUZEwZAZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujsUZEwZAZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsUZEwZAZ .modal-footer {
    padding: 1rem;
  }
}
.cid-ujsUZEwZAZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujsUZEwZAZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujsUZEwZAZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujsUZEwZAZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujsUZEwZAZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujsUZEwZAZ .modal-lg,
  .cid-ujsUZEwZAZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujsUZEwZAZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujsUZEwZAZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujsUZEwZAZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ujsUZEwZAZ .form-group {
  margin-bottom: 1rem;
}
.cid-ujsUZEwZAZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujsUZEwZAZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujsUZEwZAZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ujsUZEwZAZ .mbr-section-btn {
  margin: 0;
}
.cid-ujsUZEwZAZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujsYAEEL2W.popup-builder {
  background-color: #ffffff;
}
.cid-ujsYAEEL2W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujsYAEEL2W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujsYAEEL2W .modal-content,
.cid-ujsYAEEL2W .modal-dialog {
  height: auto;
}
.cid-ujsYAEEL2W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujsYAEEL2W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujsYAEEL2W .form-wrapper .mbr-form .form-group,
  .cid-ujsYAEEL2W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujsYAEEL2W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujsYAEEL2W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujsYAEEL2W .mbr-text {
  text-align: center;
}
.cid-ujsYAEEL2W .pt-0 {
  padding-top: 0 !important;
}
.cid-ujsYAEEL2W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujsYAEEL2W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujsYAEEL2W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujsYAEEL2W .modal-open {
  overflow: hidden;
}
.cid-ujsYAEEL2W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujsYAEEL2W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujsYAEEL2W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujsYAEEL2W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ujsYAEEL2W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujsYAEEL2W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujsYAEEL2W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujsYAEEL2W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ujsYAEEL2W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujsYAEEL2W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujsYAEEL2W .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujsYAEEL2W .modal-backdrop.show {
  opacity: .5;
}
.cid-ujsYAEEL2W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ujsYAEEL2W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYAEEL2W .modal-header {
    padding: 1rem;
  }
}
.cid-ujsYAEEL2W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujsYAEEL2W .modal-header .close svg {
  fill: #353535;
}
.cid-ujsYAEEL2W .modal-header .close:hover {
  opacity: 1;
}
.cid-ujsYAEEL2W .modal-header .close:focus {
  outline: none;
}
.cid-ujsYAEEL2W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ujsYAEEL2W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujsYAEEL2W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYAEEL2W .modal-body {
    padding: 1rem;
  }
}
.cid-ujsYAEEL2W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujsYAEEL2W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYAEEL2W .modal-footer {
    padding: 1rem;
  }
}
.cid-ujsYAEEL2W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujsYAEEL2W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujsYAEEL2W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujsYAEEL2W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujsYAEEL2W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujsYAEEL2W .modal-lg,
  .cid-ujsYAEEL2W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujsYAEEL2W .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujsYAEEL2W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujsYAEEL2W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ujsYAEEL2W .form-group {
  margin-bottom: 1rem;
}
.cid-ujsYAEEL2W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujsYAEEL2W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujsYAEEL2W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ujsYAEEL2W .mbr-section-btn {
  margin: 0;
}
.cid-ujsYAEEL2W .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujsYBcrpR1.popup-builder {
  background-color: #ffffff;
}
.cid-ujsYBcrpR1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujsYBcrpR1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujsYBcrpR1 .modal-content,
.cid-ujsYBcrpR1 .modal-dialog {
  height: auto;
}
.cid-ujsYBcrpR1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujsYBcrpR1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujsYBcrpR1 .form-wrapper .mbr-form .form-group,
  .cid-ujsYBcrpR1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujsYBcrpR1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujsYBcrpR1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujsYBcrpR1 .mbr-text {
  text-align: center;
}
.cid-ujsYBcrpR1 .pt-0 {
  padding-top: 0 !important;
}
.cid-ujsYBcrpR1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujsYBcrpR1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujsYBcrpR1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujsYBcrpR1 .modal-open {
  overflow: hidden;
}
.cid-ujsYBcrpR1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujsYBcrpR1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujsYBcrpR1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujsYBcrpR1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ujsYBcrpR1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujsYBcrpR1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujsYBcrpR1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujsYBcrpR1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ujsYBcrpR1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujsYBcrpR1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujsYBcrpR1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujsYBcrpR1 .modal-backdrop.show {
  opacity: .5;
}
.cid-ujsYBcrpR1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ujsYBcrpR1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYBcrpR1 .modal-header {
    padding: 1rem;
  }
}
.cid-ujsYBcrpR1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujsYBcrpR1 .modal-header .close svg {
  fill: #353535;
}
.cid-ujsYBcrpR1 .modal-header .close:hover {
  opacity: 1;
}
.cid-ujsYBcrpR1 .modal-header .close:focus {
  outline: none;
}
.cid-ujsYBcrpR1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ujsYBcrpR1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujsYBcrpR1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYBcrpR1 .modal-body {
    padding: 1rem;
  }
}
.cid-ujsYBcrpR1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujsYBcrpR1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujsYBcrpR1 .modal-footer {
    padding: 1rem;
  }
}
.cid-ujsYBcrpR1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujsYBcrpR1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujsYBcrpR1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujsYBcrpR1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujsYBcrpR1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujsYBcrpR1 .modal-lg,
  .cid-ujsYBcrpR1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujsYBcrpR1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujsYBcrpR1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujsYBcrpR1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ujsYBcrpR1 .form-group {
  margin-bottom: 1rem;
}
.cid-ujsYBcrpR1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujsYBcrpR1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujsYBcrpR1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ujsYBcrpR1 .mbr-section-btn {
  margin: 0;
}
.cid-ujsYBcrpR1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u14CsvRpyO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u14CsvRpyO .navbar-dropdown {
  background: rgba(113, 129, 142, 0) !important;
  padding: 0;
  position: absolute !important;
}
.cid-u14CsvRpyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(113, 129, 142, 0) !important;
  background: #71818e;
}
.cid-u14CsvRpyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u14CsvRpyO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u14CsvRpyO .menu_box .navbar.opened,
  .cid-u14CsvRpyO .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-u14CsvRpyO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u14CsvRpyO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u14CsvRpyO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u14CsvRpyO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u14CsvRpyO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-u14CsvRpyO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u14CsvRpyO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u14CsvRpyO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u14CsvRpyO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u14CsvRpyO .offcanvas-body .mbr-text,
  .cid-u14CsvRpyO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u14CsvRpyO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u14CsvRpyO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u14CsvRpyO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u14CsvRpyO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14CsvRpyO .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);
  }
  .cid-u14CsvRpyO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u14CsvRpyO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u14CsvRpyO .lg_brand {
    margin: 0 1rem;
  }
  .cid-u14CsvRpyO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u14CsvRpyO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u14CsvRpyO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .nav-item {
    margin: 0 !important;
  }
}
.cid-u14CsvRpyO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u14CsvRpyO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u14CsvRpyO .nav-item .nav-link:hover::before,
.cid-u14CsvRpyO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u14CsvRpyO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u14CsvRpyO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u14CsvRpyO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u14CsvRpyO .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-u14CsvRpyO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u14CsvRpyO .offcanvas_box {
    display: none;
  }
}
.cid-u14CsvRpyO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u14CsvRpyO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u14CsvRpyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u14CsvRpyO .container {
  display: flex;
  margin: auto;
}
.cid-u14CsvRpyO .iconfont-wrapper {
  color: #202020;
  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-u14CsvRpyO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u14CsvRpyO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u14CsvRpyO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u14CsvRpyO .navbar-nav {
    margin: 0;
  }
}
.cid-u14CsvRpyO .dropdown-menu,
.cid-u14CsvRpyO .navbar.opened {
  background-color: true !important;
}
.cid-u14CsvRpyO .nav-item:focus,
.cid-u14CsvRpyO .nav-link:focus {
  outline: none;
}
.cid-u14CsvRpyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u14CsvRpyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u14CsvRpyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u14CsvRpyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u14CsvRpyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u14CsvRpyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u14CsvRpyO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u14CsvRpyO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u14CsvRpyO .navbar.opened {
  transition: all 0.3s;
}
.cid-u14CsvRpyO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u14CsvRpyO .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-u14CsvRpyO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u14CsvRpyO .navbar.collapsed {
  justify-content: center;
}
.cid-u14CsvRpyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u14CsvRpyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u14CsvRpyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u14CsvRpyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u14CsvRpyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u14CsvRpyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u14CsvRpyO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u14CsvRpyO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u14CsvRpyO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u14CsvRpyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u14CsvRpyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u14CsvRpyO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u14CsvRpyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u14CsvRpyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u14CsvRpyO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u14CsvRpyO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u14CsvRpyO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u14CsvRpyO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u14CsvRpyO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u14CsvRpyO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u14CsvRpyO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u14CsvRpyO .navbar.navbar-short {
  min-height: 60px;
}
.cid-u14CsvRpyO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u14CsvRpyO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u14CsvRpyO .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-u14CsvRpyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u14CsvRpyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u14CsvRpyO .dropdown-item.active,
.cid-u14CsvRpyO .dropdown-item:active {
  background-color: transparent;
}
.cid-u14CsvRpyO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u14CsvRpyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u14CsvRpyO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u14CsvRpyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u14CsvRpyO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u14CsvRpyO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u14CsvRpyO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-u14CsvRpyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u14CsvRpyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u14CsvRpyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14CsvRpyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u14CsvRpyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u14CsvRpyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14CsvRpyO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u14CsvRpyO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u14CsvRpyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u14CsvRpyO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u14CsvRpyO .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-u14CsvRpyO .navbar {
    height: 70px;
  }
  .cid-u14CsvRpyO .navbar.opened {
    height: auto;
  }
  .cid-u14CsvRpyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u14CsvRpyO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u14CsvRpyO .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-u14CsvRpyO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u14CsvRpyO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u14CsvRpyO .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-u14CsvRpyO .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-u14CsvRpyO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u14CsvRpyO .text_widget {
  margin-bottom: 32px;
}
.cid-u14CsvRpyO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u14CsvRpyO .text_widget a:hover,
.cid-u14CsvRpyO .text_widget a:focus {
  opacity: .8;
}
.cid-u14CsvRpyO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u14CsvRpyO .navbar-caption {
  color: #ffffff;
}
.cid-u14CsvRpyO .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-u14CsvRpyO .mbr-section-subtitle,
.cid-u14CsvRpyO .text_widget,
.cid-u14CsvRpyO .mbr-section-btn {
  text-align: center;
}
.cid-u14CsvRpyO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u14CBbMONB {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-u14CBbMONB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CBbMONB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CBbMONB .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CBbMONB .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .container {
    padding: 0 16px;
  }
}
.cid-u14CBbMONB .card {
  justify-content: center;
}
.cid-u14CBbMONB .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14CBbMONB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u14CBbMONB .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u14CBbMONB .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u14CBbMONB .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u14CBbMONB .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-u14CBbMONB .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u14CBbMONB .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u14CBbMONB .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u14CBbMONB .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u14CBbMONB .mbr-section-title {
  color: #ffffff;
}
.cid-u14CBbMONB .mbr-text {
  color: #f4f4f4;
}
.cid-u14CJJQIRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.cid-u14CJJQIRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CJJQIRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CJJQIRh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CJJQIRh .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .container {
    padding: 0 16px;
  }
}
.cid-u14CJJQIRh .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14CJJQIRh .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-u14CJJQIRh .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u14CJJQIRh .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u14CJJQIRh .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u14CJJQIRh .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u14CJJQIRh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u14CJJQIRh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-u14CJJQIRh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u14CJJQIRh .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u14CJJQIRh .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14CJJQIRh .mbr-desc {
  color: #1c1c1c;
}
.cid-u14CJJQIRh .mbr-text {
  color: #1c1c1c;
}
.cid-u14CGtsOc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-u14CGtsOc0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-u14CGtsOc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CGtsOc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CGtsOc0 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CGtsOc0 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14CGtsOc0 .row {
  justify-content: space-between;
}
.cid-u14CGtsOc0 .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-u14CGtsOc0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u14CGtsOc0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u14CGtsOc0 .mbr-section-title {
  color: #ffffff;
}
.cid-u14CGtsOc0 .card-title {
  color: #f4f4f4;
}
.cid-u14CGtsOc0 .card-text {
  color: #c1c1c1;
}
.cid-ujxYTShVkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ujxYTShVkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxYTShVkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxYTShVkk .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujxYTShVkk .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujxYTShVkk .row {
  justify-content: space-between;
}
.cid-ujxYTShVkk .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-ujxYTShVkk .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-ujxYTShVkk .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-ujxYTShVkk .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ujxYTShVkk .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ujxYTShVkk .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-ujxYTShVkk .card-title {
  color: #1c1c1c;
}
.cid-ujxYTShVkk .card-text {
  color: #1c1c1c;
}
.cid-ujy0PDjUTd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ujy0PDjUTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy0PDjUTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy0PDjUTd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy0PDjUTd .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .container {
    padding: 0 16px;
  }
}
.cid-ujy0PDjUTd .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujy0PDjUTd .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .image-wrapper img {
    height: 350px;
  }
}
.cid-ujy0PDjUTd .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .content-wrapper {
    margin: 0;
  }
}
.cid-ujy0PDjUTd .desc-wrapper {
  margin-bottom: 24px;
}
.cid-ujy0PDjUTd .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-ujy0PDjUTd .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-ujy0PDjUTd .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-ujy0PDjUTd .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-ujy0PDjUTd .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-ujy0PDjUTd .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-control:hover,
.cid-ujy0PDjUTd .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-ujy0PDjUTd .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-ujy0PDjUTd .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-ujy0PDjUTd .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-ujy0PDjUTd .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujy0PDjUTd .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujy0PDjUTd .mbr-desc {
  color: #1c1c1c;
}
.cid-ujy0PDjUTd .mbr-text {
  color: #1c1c1c;
}
.cid-ujxVoyvomx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #8fa3b4;
}
@media (max-width: 767px) {
  .cid-ujxVoyvomx .content {
    text-align: center;
  }
  .cid-ujxVoyvomx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujxVoyvomx .img-logo img {
  height: 6rem;
}
.cid-ujxVoyvomx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujxVoyvomx .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-ujxVoyvomx .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ujxVoyvomx .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-ujxVoyvomx .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujxVoyvomx .social-list a:hover {
  opacity: 1;
}
.cid-ujxVoyvomx .list {
  list-style-type: none;
  padding: 0;
}
.cid-ujxVoyvomx .list li {
  padding-bottom: .5rem;
}
.cid-ujxVoyvomx .list li:last-child {
  padding-bottom: 0;
}
.cid-ujxVoyvomx .mbr-footer-list,
.cid-ujxVoyvomx .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ujxVoyvomx .mbr-footer-list,
  .cid-ujxVoyvomx .form-text,
  .cid-ujxVoyvomx .footer-title,
  .cid-ujxVoyvomx .footer-main-title,
  .cid-ujxVoyvomx .form-text,
  .cid-ujxVoyvomx .list {
    text-align: center !important;
  }
  .cid-ujxVoyvomx .mbr-form,
  .cid-ujxVoyvomx .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-ujxVoyvomx .footer-main-title {
  color: #ffffff;
}
.cid-ujxVoyvomx .form-text {
  color: #f4f4f4;
}
.cid-ujxVpaaK8b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #323337;
}
.cid-ujxVpaaK8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujxVpaaK8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujxVpaaK8b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujxVpaaK8b .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujxVpaaK8b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujxVpaaK8b .container {
    padding: 0 16px;
  }
}
.cid-ujxVpaaK8b .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ujxVpaaK8b .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ujxVpaaK8b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujxVpaaK8b .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujxVpaaK8b .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-ujxVpaaK8b .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ujxVpaaK8b .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujxVpaaK8b .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-ujxVpaaK8b .nav-wrapper .list .item-wrap:hover::before,
.cid-ujxVpaaK8b .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ujxVpaaK8b .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-ujxVpaaK8b .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #f4f4f4;
  text-align: center;
}
.cid-ujxVpaaK8b .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujxVpaaK8b .list {
  color: #1c1c1c;
}
.cid-ujy99iaZ3Y {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-ujy99iaZ3Y .navbar-dropdown {
  background: rgba(113, 129, 142, 0) !important;
  padding: 0;
  position: absolute !important;
}
.cid-ujy99iaZ3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(113, 129, 142, 0) !important;
  background: #71818e;
}
.cid-ujy99iaZ3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujy99iaZ3Y .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ujy99iaZ3Y .menu_box .navbar.opened,
  .cid-ujy99iaZ3Y .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujy99iaZ3Y nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ujy99iaZ3Y .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujy99iaZ3Y .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujy99iaZ3Y .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujy99iaZ3Y .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-ujy99iaZ3Y .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujy99iaZ3Y .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujy99iaZ3Y .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujy99iaZ3Y .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujy99iaZ3Y .offcanvas-body .mbr-text,
  .cid-ujy99iaZ3Y .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ujy99iaZ3Y .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujy99iaZ3Y .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujy99iaZ3Y ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujy99iaZ3Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujy99iaZ3Y .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);
  }
  .cid-ujy99iaZ3Y .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujy99iaZ3Y li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujy99iaZ3Y .lg_brand {
    margin: 0 1rem;
  }
  .cid-ujy99iaZ3Y .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-ujy99iaZ3Y .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujy99iaZ3Y .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .nav-item {
    margin: 0 !important;
  }
}
.cid-ujy99iaZ3Y .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-ujy99iaZ3Y .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ujy99iaZ3Y .nav-item .nav-link:hover::before,
.cid-ujy99iaZ3Y .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-ujy99iaZ3Y .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujy99iaZ3Y .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujy99iaZ3Y .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujy99iaZ3Y .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-ujy99iaZ3Y .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujy99iaZ3Y .offcanvas_box {
    display: none;
  }
}
.cid-ujy99iaZ3Y .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujy99iaZ3Y .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujy99iaZ3Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujy99iaZ3Y .container {
  display: flex;
  margin: auto;
}
.cid-ujy99iaZ3Y .iconfont-wrapper {
  color: #202020;
  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-ujy99iaZ3Y .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujy99iaZ3Y .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujy99iaZ3Y .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujy99iaZ3Y .navbar-nav {
    margin: 0;
  }
}
.cid-ujy99iaZ3Y .dropdown-menu,
.cid-ujy99iaZ3Y .navbar.opened {
  background-color: true !important;
}
.cid-ujy99iaZ3Y .nav-item:focus,
.cid-ujy99iaZ3Y .nav-link:focus {
  outline: none;
}
.cid-ujy99iaZ3Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujy99iaZ3Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujy99iaZ3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujy99iaZ3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujy99iaZ3Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujy99iaZ3Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujy99iaZ3Y .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujy99iaZ3Y .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujy99iaZ3Y .navbar.opened {
  transition: all 0.3s;
}
.cid-ujy99iaZ3Y .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujy99iaZ3Y .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-ujy99iaZ3Y .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-ujy99iaZ3Y .navbar.collapsed {
  justify-content: center;
}
.cid-ujy99iaZ3Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujy99iaZ3Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujy99iaZ3Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujy99iaZ3Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujy99iaZ3Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujy99iaZ3Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujy99iaZ3Y .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujy99iaZ3Y .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujy99iaZ3Y .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ujy99iaZ3Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujy99iaZ3Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujy99iaZ3Y .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujy99iaZ3Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujy99iaZ3Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujy99iaZ3Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujy99iaZ3Y .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujy99iaZ3Y .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujy99iaZ3Y .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujy99iaZ3Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ujy99iaZ3Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujy99iaZ3Y .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujy99iaZ3Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujy99iaZ3Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujy99iaZ3Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujy99iaZ3Y .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-ujy99iaZ3Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-ujy99iaZ3Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujy99iaZ3Y .dropdown-item.active,
.cid-ujy99iaZ3Y .dropdown-item:active {
  background-color: transparent;
}
.cid-ujy99iaZ3Y .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ujy99iaZ3Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujy99iaZ3Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujy99iaZ3Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujy99iaZ3Y ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujy99iaZ3Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujy99iaZ3Y button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-ujy99iaZ3Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujy99iaZ3Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujy99iaZ3Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujy99iaZ3Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujy99iaZ3Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujy99iaZ3Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujy99iaZ3Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujy99iaZ3Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujy99iaZ3Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujy99iaZ3Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujy99iaZ3Y .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-ujy99iaZ3Y .navbar {
    height: 70px;
  }
  .cid-ujy99iaZ3Y .navbar.opened {
    height: auto;
  }
  .cid-ujy99iaZ3Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujy99iaZ3Y .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ujy99iaZ3Y .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-ujy99iaZ3Y .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujy99iaZ3Y .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-ujy99iaZ3Y .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-ujy99iaZ3Y .navbar-caption:hover {
  color: #1c1c1c;
}
@media (min-width: 992px) {
  .cid-ujy99iaZ3Y .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujy99iaZ3Y .text_widget {
  margin-bottom: 32px;
}
.cid-ujy99iaZ3Y .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ujy99iaZ3Y .text_widget a:hover,
.cid-ujy99iaZ3Y .text_widget a:focus {
  opacity: .8;
}
.cid-ujy99iaZ3Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ujy99iaZ3Y .navbar-caption {
  color: #ffffff;
}
.cid-ujy99iaZ3Y .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-ujy99iaZ3Y .mbr-section-subtitle,
.cid-ujy99iaZ3Y .text_widget,
.cid-ujy99iaZ3Y .mbr-section-btn {
  text-align: center;
}
.cid-ujy99iaZ3Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujy99iJs3R {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ujy99iJs3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy99iJs3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy99iJs3R .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy99iJs3R .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99iJs3R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99iJs3R .container {
    padding: 0 16px;
  }
}
.cid-ujy99iJs3R .card {
  justify-content: center;
}
.cid-ujy99iJs3R .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujy99iJs3R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujy99iJs3R .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ujy99iJs3R .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujy99iJs3R .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ujy99iJs3R .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ujy99iJs3R .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-ujy99iJs3R .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-ujy99iJs3R .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-ujy99iJs3R .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-ujy99iJs3R .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-ujy99iJs3R .mbr-section-title {
  color: #ffffff;
}
.cid-ujy99iJs3R .mbr-text {
  color: #f4f4f4;
}
.cid-ujy9WYMNOn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujy9WYMNOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy9WYMNOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy9WYMNOn .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ujy9WYMNOn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .container {
    padding: 0 16px;
  }
}
.cid-ujy9WYMNOn .image-wrapper {
  height: 100%;
}
.cid-ujy9WYMNOn .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: .3rem !important;
  }
}
.cid-ujy9WYMNOn .content-wrapper {
  padding: 150px 150px 150px 32px ;
}
@media (max-width: 1440px) {
  .cid-ujy9WYMNOn .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-ujy9WYMNOn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-ujy9WYMNOn .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujy9WYMNOn .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-ujy9WYMNOn .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujy9WYMNOn .mbr-text {
  color: #1c1c1c;
}
.cid-ujya3l16ZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ujya3l16ZQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-ujya3l16ZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujya3l16ZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujya3l16ZQ .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujya3l16ZQ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujya3l16ZQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujya3l16ZQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujya3l16ZQ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujya3l16ZQ .row {
  justify-content: space-between;
}
.cid-ujya3l16ZQ .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-ujya3l16ZQ .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-ujya3l16ZQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-ujya3l16ZQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ujya3l16ZQ .mbr-section-title {
  color: #ffffff;
}
.cid-ujya3l16ZQ .card-title {
  color: #f4f4f4;
}
.cid-ujya3l16ZQ .card-text {
  color: #c1c1c1;
}
.cid-ujy9hNjeDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #8fa3b4;
}
.cid-ujy9hNjeDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy9hNjeDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy9hNjeDx .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-ujy9hNjeDx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .container {
    padding: 0 16px;
  }
}
.cid-ujy9hNjeDx .row {
  margin: 0;
}
.cid-ujy9hNjeDx .row .card {
  padding: 0;
}
.cid-ujy9hNjeDx .title-wrapper {
  position: relative;
  padding: 0 60px;
  height: 100%;
}
.cid-ujy9hNjeDx .title-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50vh;
  height: 250vh;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-ujy9hNjeDx .title-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .title-wrapper {
    padding: 0 16px;
  }
}
.cid-ujy9hNjeDx .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ujy9hNjeDx .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy9hNjeDx .content-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .content-wrapper {
    padding: 32px 16px 0;
  }
}
.cid-ujy9hNjeDx .content-wrapper .mbr-text {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-ujy9hNjeDx .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item {
  padding-top: 28px;
  border-top: 1px solid #c1c1c1;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  min-width: 136px;
  margin-right: 16px;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  width: 136px;
  min-width: 136px;
  height: 136px;
  object-fit: cover;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
  opacity: .7;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper {
  margin-top: 20px;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item {
  margin-left: 12px;
  margin-bottom: 5px;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #323337;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover,
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus {
  border: 1px solid #1c1c1c;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover::before,
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus::before {
  transform: scale(1);
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #eaeaea;
  opacity: 1;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-ujy9hNjeDx .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1c1c1c;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-ujy9hNjeDx .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujy9hNjeDx .mbr-text {
  color: #f4f4f4;
}
.cid-ujy9hNjeDx .card-name {
  color: #1c1c1c;
}
.cid-ujy9hNjeDx .card-role {
  color: #1c1c1c;
}
.cid-ujy99joE8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ujy99joE8Q::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #51545f, #323337);
}
.cid-ujy99joE8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy99joE8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy99joE8Q .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy99joE8Q .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99joE8Q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99joE8Q .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99joE8Q .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujy99joE8Q .row {
  justify-content: space-between;
}
.cid-ujy99joE8Q .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-ujy99joE8Q .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-ujy99joE8Q .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-ujy99joE8Q .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ujy99joE8Q .mbr-section-title {
  color: #ffffff;
}
.cid-ujy99joE8Q .card-title {
  color: #f4f4f4;
}
.cid-ujy99joE8Q .card-text {
  color: #c1c1c1;
}
.cid-ujycYIrzya {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-ujycYIrzya .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujycYIrzya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujycYIrzya .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujycYIrzya .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujycYIrzya .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujycYIrzya .container {
    padding: 0 16px;
  }
}
.cid-ujycYIrzya .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-ujycYIrzya .row .item {
  padding: 0 24px;
}
.cid-ujycYIrzya .row .item:first-child {
  margin-bottom: 0;
}
.cid-ujycYIrzya .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujycYIrzya .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujycYIrzya .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujycYIrzya .item {
    margin-bottom: 32px;
  }
}
.cid-ujycYIrzya .item:hover .item-wrapper .item-img img,
.cid-ujycYIrzya .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-ujycYIrzya .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-ujycYIrzya .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ujycYIrzya .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-ujycYIrzya .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujycYIrzya .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-ujycYIrzya .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-ujycYIrzya .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujycYIrzya .card-title {
  color: #1c1c1c;
}
.cid-ujycYIrzya .card-date {
  color: #f27120;
}
.cid-ujy99jKZcx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ujy99jKZcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy99jKZcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy99jKZcx .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy99jKZcx .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ujy99jKZcx .row {
  justify-content: space-between;
}
.cid-ujy99jKZcx .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-ujy99jKZcx .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-ujy99jKZcx .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-ujy99jKZcx .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ujy99jKZcx .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-ujy99jKZcx .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-ujy99jKZcx .card-title {
  color: #1c1c1c;
}
.cid-ujy99jKZcx .card-text {
  color: #1c1c1c;
}
.cid-ujy99kenok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-ujy99kenok .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy99kenok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy99kenok .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy99kenok .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99kenok .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99kenok .container {
    padding: 0 16px;
  }
}
.cid-ujy99kenok .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ujy99kenok .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99kenok .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujy99kenok .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ujy99kenok .image-wrapper img {
    height: 350px;
  }
}
.cid-ujy99kenok .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-ujy99kenok .content-wrapper {
    margin: 0;
  }
}
.cid-ujy99kenok .desc-wrapper {
  margin-bottom: 24px;
}
.cid-ujy99kenok .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-ujy99kenok .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-ujy99kenok .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-ujy99kenok .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-ujy99kenok .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-ujy99kenok .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-ujy99kenok .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-ujy99kenok .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ujy99kenok .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-ujy99kenok .dragArea.row .form-group .form-control:hover,
.cid-ujy99kenok .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-ujy99kenok .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-ujy99kenok .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-ujy99kenok .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ujy99kenok .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-ujy99kenok .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-ujy99kenok .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-ujy99kenok .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-ujy99kenok .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujy99kenok .mbr-desc {
  color: #1c1c1c;
}
.cid-ujy99kenok .mbr-text {
  color: #1c1c1c;
}
.cid-ujy99kDL7G {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #8fa3b4;
}
@media (max-width: 767px) {
  .cid-ujy99kDL7G .content {
    text-align: center;
  }
  .cid-ujy99kDL7G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ujy99kDL7G .img-logo img {
  height: 6rem;
}
.cid-ujy99kDL7G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujy99kDL7G .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-ujy99kDL7G .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-ujy99kDL7G .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-ujy99kDL7G .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ujy99kDL7G .social-list a:hover {
  opacity: 1;
}
.cid-ujy99kDL7G .list {
  list-style-type: none;
  padding: 0;
}
.cid-ujy99kDL7G .list li {
  padding-bottom: .5rem;
}
.cid-ujy99kDL7G .list li:last-child {
  padding-bottom: 0;
}
.cid-ujy99kDL7G .mbr-footer-list,
.cid-ujy99kDL7G .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-ujy99kDL7G .mbr-footer-list,
  .cid-ujy99kDL7G .form-text,
  .cid-ujy99kDL7G .footer-title,
  .cid-ujy99kDL7G .footer-main-title,
  .cid-ujy99kDL7G .form-text,
  .cid-ujy99kDL7G .list {
    text-align: center !important;
  }
  .cid-ujy99kDL7G .mbr-form,
  .cid-ujy99kDL7G .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-ujy99kDL7G .footer-main-title {
  color: #ffffff;
}
.cid-ujy99kDL7G .form-text {
  color: #f4f4f4;
}
.cid-ujy99l8NW2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #323337;
}
.cid-ujy99l8NW2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujy99l8NW2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujy99l8NW2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ujy99l8NW2 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99l8NW2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujy99l8NW2 .container {
    padding: 0 16px;
  }
}
.cid-ujy99l8NW2 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-ujy99l8NW2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ujy99l8NW2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujy99l8NW2 .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ujy99l8NW2 .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-ujy99l8NW2 .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-ujy99l8NW2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ujy99l8NW2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-ujy99l8NW2 .nav-wrapper .list .item-wrap:hover::before,
.cid-ujy99l8NW2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-ujy99l8NW2 .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-ujy99l8NW2 .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #f4f4f4;
  text-align: center;
}
.cid-ujy99l8NW2 .mbr-section-title {
  color: #1c1c1c;
}
.cid-ujy99l8NW2 .list {
  color: #1c1c1c;
}
