.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #4f6e85 !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4f6e85 !important;
  border-color: #4f6e85 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f414f !important;
  border-color: #2f414f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f414f !important;
  border-color: #2f414f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a4a2a2;
  color: #a4a2a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #797676 !important;
  background-color: transparent!important;
  border-color: #797676 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3d4d46;
  color: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !important;
  background-color: transparent!important;
  border-color: #171d1a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4f6e85;
  color: #4f6e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f414f !important;
  background-color: transparent!important;
  border-color: #2f414f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4f6e85 !important;
  border-color: #4f6e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #706359;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !important;
  background-color: transparent!important;
  border-color: #403833 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #706359 !important;
  border-color: #706359 !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: #ffffff !important;
}
.text-secondary {
  color: #a4a2a2 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #4f6e85 !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #716f6f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #293945 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #4f6e85;
}
.alert-danger {
  background-color: #706359;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc0b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #94adbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans Thai', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a4a2a2 !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='%23ffffff' %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 {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-ttRteJbtJm {
  z-index: 1000;
  width: 100%;
}
.cid-ttRteJbtJm .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-ttRteJbtJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .menu_box .navbar.opened,
  .cid-ttRteJbtJm .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRteJbtJm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRteJbtJm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRteJbtJm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRteJbtJm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-ttRteJbtJm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRteJbtJm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRteJbtJm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRteJbtJm .offcanvas-body .mbr-text,
  .cid-ttRteJbtJm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRteJbtJm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRteJbtJm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRteJbtJm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRteJbtJm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRteJbtJm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRteJbtJm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRteJbtJm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRteJbtJm .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-ttRteJbtJm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRteJbtJm .offcanvas_box {
    display: none;
  }
}
.cid-ttRteJbtJm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRteJbtJm .container {
  display: flex;
  margin: auto;
}
.cid-ttRteJbtJm .iconfont-wrapper {
  color: #ffffff;
  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-ttRteJbtJm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRteJbtJm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRteJbtJm .navbar-caption {
  color: #ffffff;
}
.cid-ttRteJbtJm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .navbar-nav {
    margin: 0;
  }
}
.cid-ttRteJbtJm .dropdown-menu,
.cid-ttRteJbtJm .navbar.opened {
  background-color: true !important;
}
.cid-ttRteJbtJm .nav-item:focus,
.cid-ttRteJbtJm .nav-link:focus {
  outline: none;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRteJbtJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRteJbtJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRteJbtJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRteJbtJm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRteJbtJm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRteJbtJm .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRteJbtJm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRteJbtJm .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRteJbtJm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRteJbtJm .navbar.collapsed {
  justify-content: center;
}
.cid-ttRteJbtJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRteJbtJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRteJbtJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRteJbtJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRteJbtJm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRteJbtJm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRteJbtJm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRteJbtJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRteJbtJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRteJbtJm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRteJbtJm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRteJbtJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRteJbtJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRteJbtJm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRteJbtJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRteJbtJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRteJbtJm .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-ttRteJbtJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRteJbtJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRteJbtJm .dropdown-item.active,
.cid-ttRteJbtJm .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRteJbtJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRteJbtJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRteJbtJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRteJbtJm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRteJbtJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRteJbtJm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRteJbtJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRteJbtJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRteJbtJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRteJbtJm .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-ttRteJbtJm .navbar {
    height: 70px;
  }
  .cid-ttRteJbtJm .navbar.opened {
    height: auto;
  }
  .cid-ttRteJbtJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRteJbtJm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRteJbtJm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRteJbtJm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRteJbtJm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRteJbtJm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRteJbtJm .mbr-section-btn .btn,
.cid-ttRteJbtJm .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRteJbtJm .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRteJbtJm .text_widget {
  color: #000000;
}
.cid-ttRteJbtJm .mbr-section-subtitle,
.cid-ttRteJbtJm .text_widget,
.cid-ttRteJbtJm .mbr-section-btn {
  text-align: center;
}
.cid-ttRteJbtJm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttRteTadKS {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-ttRteTadKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRteTadKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRteTadKS .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRteTadKS .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRteTadKS .container-fluid .row {
  padding: 0;
}
.cid-ttRteTadKS .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-ttRteTadKS .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-ttRteTadKS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ttRteTadKS .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-ttRteTadKS .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #181818 !important;
}
.cid-ttRteTadKS .mbr-section-title {
  color: #ffffff;
}
.cid-ttRteTadKS .mbr-text {
  color: #181818;
  text-align: center;
}
.cid-ttRteTadKS .mbr-section-title,
.cid-ttRteTadKS .mbr-section-btn,
.cid-ttRteTadKS .image-wrapper {
  text-align: center;
  color: #181818;
}
.cid-urQ5nzVHgj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQ5nzVHgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ5nzVHgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQ5nzVHgj .row {
    padding: 0 13px;
  }
}
.cid-urQ5nzVHgj .title-wrapper {
  margin-bottom: 64px;
}
.cid-urQ5nzVHgj .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-urQ5nzVHgj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQ5nzVHgj .card-wrapper {
  margin-bottom: 42px;
}
.cid-urQ5nzVHgj .card-wrapper .card-title_1,
.cid-urQ5nzVHgj .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-urQ5nzVHgj .card-wrapper .card-text_1,
.cid-urQ5nzVHgj .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-urQ5nzVHgj .card-wrapper .card-title_1,
  .cid-urQ5nzVHgj .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-urQ5nzVHgj .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQ5nzVHgj .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-urQ5nzVHgj .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-urQ5nzVHgj .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-urQ5nzVHgj .mbr-section-title {
  color: #4f6e85;
  text-align: center;
}
.cid-urQ5nzVHgj .mbr-text {
  color: #181818;
  text-align: center;
}
.cid-urQ5nzVHgj .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-urQ5nzVHgj .card-text_1 {
  color: #181818;
  text-align: right;
}
.cid-urQ5nzVHgj .card-title_2 {
  color: #ffffff;
}
.cid-urQ5nzVHgj .card-text_2 {
  color: #181818;
}
.cid-urQrJ8QXvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQrJ8QXvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQrJ8QXvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQrJ8QXvV .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQrJ8QXvV .container-fluid {
    padding: 0;
  }
}
.cid-urQrJ8QXvV .container-fluid .row {
  padding: 0;
}
.cid-urQrJ8QXvV .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQrJ8QXvV .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-urQrJ8QXvV .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-urQrJ8QXvV .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-urQrJ8QXvV .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQrJ8QXvV .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-urQrJ8QXvV .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urQrJ8QXvV .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQrJ8QXvV .image-wrapper img {
    height: 400px;
  }
}
.cid-urQrJ8QXvV .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-urQrJ8QXvV .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQrJ8QXvV .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-urQrJ8QXvV .mbr-text {
  color: #181818;
  text-align: center;
}
.cid-urQs0TPPQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQs0TPPQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQs0TPPQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQs0TPPQS .row {
    padding: 0 13px;
  }
}
.cid-urQs0TPPQS .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQs0TPPQS .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urQs0TPPQS .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQs0TPPQS .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-urQs0TPPQS .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-urQs0TPPQS .text-wrapper {
    padding: 0;
  }
}
.cid-urQs0TPPQS .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-urQs0TPPQS .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-urQs0TPPQS .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-urQs0TPPQS .mbr-text {
  color: #181818;
}
.cid-urQs0TPPQS .mbr-name {
  color: #ffffff;
}
.cid-urQs0TPPQS .mbr-role {
  color: #ffffff;
}
.cid-urQscNyUjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQscNyUjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQscNyUjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQscNyUjW .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQscNyUjW .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQscNyUjW .container-fluid .row {
  padding: 0;
}
.cid-urQscNyUjW .row {
  justify-content: center;
}
.cid-urQscNyUjW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQscNyUjW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urQ78WLElW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQ78WLElW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ78WLElW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ78WLElW .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-urQ78WLElW .container-fluid {
    padding: 0 12px;
  }
}
.cid-urQ78WLElW .container-fluid .row {
  padding: 0;
}
.cid-urQ78WLElW .row {
  justify-content: center;
}
.cid-urQ78WLElW .item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
}
.cid-urQ78WLElW .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-urQ78WLElW .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.cid-urQ78WLElW .item .item-link .item-wrapper:hover img {
  transform: scale(1.03);
}
.cid-urQ78WLElW .item .item-link .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-urQ78WLElW .item .item-link .item-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4f6e85;
  opacity: .5;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.cid-urQ78WLElW .item .item-link .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urQ78WLElW .item .item-link .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  position: relative;
}
.cid-urQ78WLElW .card-title {
  color: #ffffff;
}
.cid-urQdm6um7m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-urQdm6um7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQdm6um7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQdm6um7m img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-urQdm6um7m .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e2bd08;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-urQdm6um7m .card-title,
.cid-urQdm6um7m .iconfont-wrapper {
  color: #181818;
}
.cid-urQdm6um7m .card-text {
  color: #fafafa;
}
.cid-urQdm6um7m .mbr-section-title {
  color: #000000;
}
.cid-urQdm6um7m .mbr-section-subtitle {
  color: #232323;
}
.cid-urQdm6um7m .content-head {
  max-width: 800px;
}
.cid-urQdm6um7m .card-subtitle {
  color: #ffffff;
}
.cid-urQsvfl2lZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQsvfl2lZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQsvfl2lZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQsvfl2lZ .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQsvfl2lZ .container-fluid {
    padding: 0;
  }
}
.cid-urQsvfl2lZ .container-fluid .row {
  padding: 0;
}
.cid-urQsvfl2lZ .card-wrapper {
  position: relative;
  padding: 115px;
}
@media (max-width: 1360px) {
  .cid-urQsvfl2lZ .card-wrapper {
    padding: 65px;
  }
}
@media (max-width: 992px) {
  .cid-urQsvfl2lZ .card-wrapper {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .cid-urQsvfl2lZ .card-wrapper {
    padding: 25px;
  }
}
.cid-urQsvfl2lZ .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-urQsvfl2lZ .card-wrapper .card-text {
  padding: 80px;
  position: relative;
  background-color: #4f6e85;
}
@media (max-width: 1360px) {
  .cid-urQsvfl2lZ .card-wrapper .card-text {
    padding: 55px;
  }
}
@media (max-width: 992px) {
  .cid-urQsvfl2lZ .card-wrapper .card-text {
    padding: 30px;
  }
}
.cid-urQsvfl2lZ .card-wrapper .card-text .icon-wrapper .mbr-card-icon {
  display: inline;
  font-size: 41px;
  margin-bottom: 11px;
}
.cid-urQsvfl2lZ .card-wrapper .card-text .mbr-card-text {
  margin-bottom: 24px;
}
.cid-urQsvfl2lZ .card-wrapper .card-text .card-name {
  margin-bottom: 24px;
}
.cid-urQsvfl2lZ .card-wrapper .card-text .card-role {
  margin-bottom: 0;
}
.cid-urQsvfl2lZ .main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 130px 42px 110px;
  height: 100%;
}
@media (max-width: 1360px) {
  .cid-urQsvfl2lZ .main-wrap {
    padding: 32px 60px 42px;
  }
}
@media (max-width: 992px) {
  .cid-urQsvfl2lZ .main-wrap {
    padding: 32px 25px 0;
  }
}
.cid-urQsvfl2lZ .main-wrap .title-wrapper .mbr-number {
  margin-bottom: 11px;
}
.cid-urQsvfl2lZ .main-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-urQsvfl2lZ .main-wrap .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-urQsvfl2lZ .main-wrap .text-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQsvfl2lZ .mbr-number {
  color: #181818;
}
.cid-urQsvfl2lZ .mbr-section-title {
  color: #181818;
}
.cid-urQsvfl2lZ .mbr-text {
  color: #b6b6b6;
}
.cid-urQsvfl2lZ .mbr-card-text,
.cid-urQsvfl2lZ .mbr-card-icon {
  color: #b6b6b6;
}
.cid-urQsvfl2lZ .card-name {
  color: #ffffff;
}
.cid-urQsvfl2lZ .card-role {
  color: #b6b6b6;
}
.cid-urQsvfl2lZ .mbr-text,
.cid-urQsvfl2lZ .mbr-section-btn {
  color: #181818;
}
.cid-urQ4qGfXXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQ4qGfXXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ4qGfXXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQ4qGfXXY .row {
    padding: 0 13px;
  }
}
.cid-urQ4qGfXXY .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQ4qGfXXY .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urQ4qGfXXY .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQ4qGfXXY .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-urQ4qGfXXY .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-urQ4qGfXXY .text-wrapper {
    padding: 0;
  }
}
.cid-urQ4qGfXXY .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-urQ4qGfXXY .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-urQ4qGfXXY .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-urQ4qGfXXY .mbr-text {
  color: #181818;
}
.cid-urQ4qGfXXY .mbr-name {
  color: #ffffff;
}
.cid-urQ4qGfXXY .mbr-role {
  color: #ffffff;
}
.cid-ttRtzGoUkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-ttRtzGoUkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRtzGoUkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRtzGoUkw .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRtzGoUkw .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRtzGoUkw .container-fluid .row {
  padding: 0;
}
.cid-ttRtzGoUkw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ttRtzGoUkw .card {
    margin-bottom: 50px;
  }
}
.cid-ttRtzGoUkw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-ttRtzGoUkw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-ttRtzGoUkw .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-ttRtzGoUkw .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-ttRtzGoUkw .list li {
  margin-bottom: 10px;
}
.cid-ttRtzGoUkw .list li:last-child {
  margin-bottom: 0;
}
.cid-ttRtzGoUkw .list li:hover {
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-ttRtzGoUkw .mbr-section-btn {
  margin-top: 18px;
}
.cid-ttRtzGoUkw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRtzGoUkw P {
  color: #b6b6b6;
}
.cid-urQ8sEoiIz {
  z-index: 1000;
  width: 100%;
}
.cid-urQ8sEoiIz .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-urQ8sEoiIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-urQ8sEoiIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .menu_box .navbar.opened,
  .cid-urQ8sEoiIz .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-urQ8sEoiIz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-urQ8sEoiIz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urQ8sEoiIz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urQ8sEoiIz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urQ8sEoiIz .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-urQ8sEoiIz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urQ8sEoiIz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urQ8sEoiIz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urQ8sEoiIz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urQ8sEoiIz .offcanvas-body .mbr-text,
  .cid-urQ8sEoiIz .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-urQ8sEoiIz .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urQ8sEoiIz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urQ8sEoiIz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urQ8sEoiIz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQ8sEoiIz .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-urQ8sEoiIz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urQ8sEoiIz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urQ8sEoiIz .lg_brand {
    margin: 0 1rem;
  }
}
.cid-urQ8sEoiIz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urQ8sEoiIz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .nav-item {
    margin: 0 !important;
  }
}
.cid-urQ8sEoiIz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urQ8sEoiIz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urQ8sEoiIz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQ8sEoiIz .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-urQ8sEoiIz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urQ8sEoiIz .offcanvas_box {
    display: none;
  }
}
.cid-urQ8sEoiIz .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-urQ8sEoiIz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urQ8sEoiIz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urQ8sEoiIz .container {
  display: flex;
  margin: auto;
}
.cid-urQ8sEoiIz .iconfont-wrapper {
  color: #ffffff;
  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-urQ8sEoiIz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urQ8sEoiIz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urQ8sEoiIz .navbar-caption {
  color: #ffffff;
}
.cid-urQ8sEoiIz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urQ8sEoiIz .navbar-nav {
    margin: 0;
  }
}
.cid-urQ8sEoiIz .dropdown-menu,
.cid-urQ8sEoiIz .navbar.opened {
  background-color: true !important;
}
.cid-urQ8sEoiIz .nav-item:focus,
.cid-urQ8sEoiIz .nav-link:focus {
  outline: none;
}
.cid-urQ8sEoiIz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urQ8sEoiIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urQ8sEoiIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urQ8sEoiIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urQ8sEoiIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urQ8sEoiIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urQ8sEoiIz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sEoiIz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urQ8sEoiIz .navbar.opened {
  transition: all 0.3s;
}
.cid-urQ8sEoiIz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urQ8sEoiIz .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-urQ8sEoiIz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urQ8sEoiIz .navbar.collapsed {
  justify-content: center;
}
.cid-urQ8sEoiIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urQ8sEoiIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urQ8sEoiIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urQ8sEoiIz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urQ8sEoiIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urQ8sEoiIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urQ8sEoiIz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urQ8sEoiIz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urQ8sEoiIz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-urQ8sEoiIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urQ8sEoiIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urQ8sEoiIz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urQ8sEoiIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urQ8sEoiIz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urQ8sEoiIz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urQ8sEoiIz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urQ8sEoiIz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urQ8sEoiIz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urQ8sEoiIz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urQ8sEoiIz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urQ8sEoiIz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urQ8sEoiIz .navbar.navbar-short {
  min-height: 60px;
}
.cid-urQ8sEoiIz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urQ8sEoiIz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urQ8sEoiIz .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-urQ8sEoiIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urQ8sEoiIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urQ8sEoiIz .dropdown-item.active,
.cid-urQ8sEoiIz .dropdown-item:active {
  background-color: transparent;
}
.cid-urQ8sEoiIz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urQ8sEoiIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urQ8sEoiIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urQ8sEoiIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urQ8sEoiIz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urQ8sEoiIz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urQ8sEoiIz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-urQ8sEoiIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-urQ8sEoiIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urQ8sEoiIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQ8sEoiIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQ8sEoiIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urQ8sEoiIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQ8sEoiIz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urQ8sEoiIz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urQ8sEoiIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQ8sEoiIz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urQ8sEoiIz .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-urQ8sEoiIz .navbar {
    height: 70px;
  }
  .cid-urQ8sEoiIz .navbar.opened {
    height: auto;
  }
  .cid-urQ8sEoiIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urQ8sEoiIz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-urQ8sEoiIz .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-urQ8sEoiIz .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-urQ8sEoiIz .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-urQ8sEoiIz .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urQ8sEoiIz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urQ8sEoiIz .mbr-section-btn .btn,
.cid-urQ8sEoiIz .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sEoiIz .mbr-section-subtitle {
  color: #000000;
}
.cid-urQ8sEoiIz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urQ8sEoiIz .text_widget {
  color: #000000;
}
.cid-urQ8sEoiIz .mbr-section-subtitle,
.cid-urQ8sEoiIz .text_widget,
.cid-urQ8sEoiIz .mbr-section-btn {
  text-align: center;
}
.cid-urQ8sEoiIz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urQ8sF8ec7 {
  background-color: #000000;
}
.cid-urQ8sF8ec7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sF8ec7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sF8ec7 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQ8sF8ec7 .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQ8sF8ec7 .container-fluid .row {
  padding: 0;
}
.cid-urQ8sF8ec7 .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-urQ8sF8ec7 .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-urQ8sF8ec7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-urQ8sF8ec7 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-urQ8sF8ec7 .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sF8ec7 .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sF8ec7 .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urQ8sF8ec7 .mbr-section-title,
.cid-urQ8sF8ec7 .mbr-section-btn,
.cid-urQ8sF8ec7 .image-wrapper {
  text-align: center;
}
.cid-urQ8sFmarX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sFmarX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sFmarX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sFmarX .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQ8sFmarX .container-fluid .row {
  padding: 0;
}
.cid-urQ8sFmarX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .row {
    justify-content: center;
  }
}
.cid-urQ8sFmarX .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card {
    padding: 0 12px;
  }
}
.cid-urQ8sFmarX .card:first-child {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card:first-child {
    margin-bottom: 80px;
  }
}
.cid-urQ8sFmarX .card:first-child .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-urQ8sFmarX .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQ8sFmarX .card:first-child .text-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card:first-child .text-wrapper {
    padding: 0;
  }
}
.cid-urQ8sFmarX .card:first-child .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-urQ8sFmarX .card .card-wrapper {
  position: relative;
  min-height: 516px;
  overflow: hidden;
  padding: 38px;
}
@media (max-width: 1200px) {
  .cid-urQ8sFmarX .card .card-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-urQ8sFmarX .card .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urQ8sFmarX .card .card-wrapper:hover .card-wrap {
  opacity: 1;
}
.cid-urQ8sFmarX .card .card-wrapper:hover .card-wrap .card-text {
  opacity: 1;
  transform: translateY(0);
}
.cid-urQ8sFmarX .card .card-wrapper:hover .card-wrap .image-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-urQ8sFmarX .card .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap {
  padding: 64px 28px 24px;
  background-image: linear-gradient(90deg, #a4a2a2 20%, #ffffff);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card .card-wrapper .card-wrap {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .cid-urQ8sFmarX .card .card-wrapper .card-wrap {
    padding: 20px;
  }
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 28px;
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .image-wrapper img {
  height: 272px;
  object-fit: cover;
  margin: 0 auto;
  position: static;
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQ8sFmarX .card .card-wrapper .card-wrap .card-text {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .card-text .card-title {
  margin-bottom: 0;
}
.cid-urQ8sFmarX .card .card-wrapper .card-wrap .card-text .card-price {
  margin: 10px 0 0;
}
.cid-urQ8sFmarX .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sFmarX .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sFmarX .mbr-section-subtitle {
  color: #b6b6b6;
}
.cid-urQ8sFmarX .mbr-text {
  color: #b6b6b6;
}
.cid-urQ8sFmarX .card-title {
  color: #000000;
}
.cid-urQ8sFmarX .card-price {
  color: #000000;
}
.cid-urQ8sFx1O3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sFx1O3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sFx1O3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sFx1O3 .row {
    padding: 0 13px;
  }
}
.cid-urQ8sFx1O3 .row {
  justify-content: center;
}
.cid-urQ8sFx1O3 .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQ8sFx1O3 .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQ8sFx1O3 .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQ8sFx1O3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQ8sFx1O3 .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQ8sFx1O3 .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQ8sFx1O3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQ8sFx1O3 .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sFx1O3 .mbr-text {
  color: #b6b6b6;
}
.cid-urQ8sFJzYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sFJzYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sFJzYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sFJzYT .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-urQ8sFJzYT .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQ8sFJzYT .container-fluid .row {
  padding: 0;
}
.cid-urQ8sFJzYT .row {
  justify-content: center;
}
.cid-urQ8sFJzYT .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-urQ8sFJzYT .item {
    margin-bottom: 20px;
  }
}
.cid-urQ8sFJzYT .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-urQ8sFJzYT .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQ8sFJzYT .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-urQ8sFJzYT .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-urQ8sFJzYT .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-urQ8sFJzYT .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQ8sFJzYT .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-urQ8sFJzYT .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-urQ8sFJzYT .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urQ8sFJzYT .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-urQ8sFJzYT .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQ8sFJzYT .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-urQ8sFJzYT .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sFJzYT .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sFJzYT .mbr-text {
  color: #b6b6b6;
}
.cid-urQ8sFJzYT .mbr-link {
  color: #b6b6b6;
}
.cid-urQ8sFXuli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sFXuli .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sFXuli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sFXuli .container-fluid {
  margin: 0;
  padding: 0 16px;
}
.cid-urQ8sFXuli .container-fluid .row {
  padding: 0;
}
.cid-urQ8sFXuli .row {
  justify-content: center;
}
.cid-urQ8sFXuli .card {
  padding: 0;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-radius: 0;
}
.cid-urQ8sFXuli .title-wrapper {
  padding: 14px 0 18px;
  white-space: nowrap;
  overflow: hidden;
}
.cid-urQ8sFXuli .title-wrapper:last-child {
  padding: 18px 14px;
  border-top: 1px solid #282828;
}
.cid-urQ8sFXuli .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQ8sFXuli .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sFXuli .mbr-title {
  color: #ffffff;
  text-align: right;
}
.cid-urQ8sG5yZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sG5yZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sG5yZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sG5yZN .row {
    padding: 0 13px;
  }
}
.cid-urQ8sG5yZN .row {
  justify-content: center;
}
.cid-urQ8sG5yZN .item {
  position: relative;
  margin-bottom: 100px;
}
.cid-urQ8sG5yZN .item .item-wrapper {
  position: relative;
}
.cid-urQ8sG5yZN .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-urQ8sG5yZN .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-urQ8sG5yZN .item-tag {
  color: #ffffff;
}
.cid-urQ8sG5yZN .item-title {
  color: #ffffff;
}
.cid-urQ8sGjcLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sGjcLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sGjcLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sGjcLS .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sGjcLS .container-fluid {
    padding: 0;
  }
}
.cid-urQ8sGjcLS .container-fluid .row {
  padding: 0;
}
.cid-urQ8sGjcLS .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQ8sGjcLS .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-urQ8sGjcLS .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-urQ8sGjcLS .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-urQ8sGjcLS .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQ8sGjcLS .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-urQ8sGjcLS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urQ8sGjcLS .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQ8sGjcLS .image-wrapper img {
    height: 400px;
  }
}
.cid-urQ8sGjcLS .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-urQ8sGjcLS .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sGjcLS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urQ8sGjcLS .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urQ8sGskJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urQ8sGskJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sGskJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sGskJA .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQ8sGskJA .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQ8sGskJA .container-fluid .row {
  padding: 0;
}
.cid-urQ8sGskJA .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-urQ8sGskJA .title-wrapper {
    min-height: 410px;
  }
}
.cid-urQ8sGskJA .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-urQ8sGskJA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQ8sGskJA .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sGskJA .mbr-text {
  color: #b6b6b6;
}
.cid-urQ8sGC8KN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sGC8KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sGC8KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .row {
    padding: 0 13px;
  }
}
.cid-urQ8sGC8KN .row {
  justify-content: center;
}
.cid-urQ8sGC8KN .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .tabs-wrapper {
    display: block;
  }
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-urQ8sGC8KN .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-urQ8sGC8KN .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-urQ8sGC8KN .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQ8sGC8KN .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-urQ8sGPfVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sGPfVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sGPfVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sGPfVP .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sGPfVP .container-fluid {
    padding: 0;
  }
}
.cid-urQ8sGPfVP .container-fluid .row {
  padding: 0;
}
.cid-urQ8sGPfVP .card-wrapper {
  position: relative;
  padding: 115px;
}
@media (max-width: 1360px) {
  .cid-urQ8sGPfVP .card-wrapper {
    padding: 65px;
  }
}
@media (max-width: 992px) {
  .cid-urQ8sGPfVP .card-wrapper {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .cid-urQ8sGPfVP .card-wrapper {
    padding: 25px;
  }
}
.cid-urQ8sGPfVP .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-urQ8sGPfVP .card-wrapper .card-text {
  padding: 80px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 1360px) {
  .cid-urQ8sGPfVP .card-wrapper .card-text {
    padding: 55px;
  }
}
@media (max-width: 992px) {
  .cid-urQ8sGPfVP .card-wrapper .card-text {
    padding: 30px;
  }
}
.cid-urQ8sGPfVP .card-wrapper .card-text .icon-wrapper .mbr-card-icon {
  display: inline;
  font-size: 41px;
  margin-bottom: 11px;
}
.cid-urQ8sGPfVP .card-wrapper .card-text .mbr-card-text {
  margin-bottom: 24px;
}
.cid-urQ8sGPfVP .card-wrapper .card-text .card-name {
  margin-bottom: 24px;
}
.cid-urQ8sGPfVP .card-wrapper .card-text .card-role {
  margin-bottom: 0;
}
.cid-urQ8sGPfVP .main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 130px 42px 110px;
  height: 100%;
}
@media (max-width: 1360px) {
  .cid-urQ8sGPfVP .main-wrap {
    padding: 32px 60px 42px;
  }
}
@media (max-width: 992px) {
  .cid-urQ8sGPfVP .main-wrap {
    padding: 32px 25px 0;
  }
}
.cid-urQ8sGPfVP .main-wrap .title-wrapper .mbr-number {
  margin-bottom: 11px;
}
.cid-urQ8sGPfVP .main-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-urQ8sGPfVP .main-wrap .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-urQ8sGPfVP .main-wrap .text-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sGPfVP .mbr-number {
  color: #ffffff;
}
.cid-urQ8sGPfVP .mbr-section-title {
  color: #ffffff;
}
.cid-urQ8sGPfVP .mbr-text {
  color: #b6b6b6;
}
.cid-urQ8sGPfVP .mbr-card-text,
.cid-urQ8sGPfVP .mbr-card-icon {
  color: #b6b6b6;
}
.cid-urQ8sGPfVP .card-name {
  color: #ffffff;
}
.cid-urQ8sGPfVP .card-role {
  color: #b6b6b6;
}
.cid-urQ8sH1kru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQ8sH1kru .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sH1kru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sH1kru .container-fluid {
  margin: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-urQ8sH1kru .container-fluid {
    padding: 0 12px;
  }
}
.cid-urQ8sH1kru .container-fluid .row {
  padding: 0;
}
.cid-urQ8sH1kru .image-wrap {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQ8sH1kru .image-wrapper {
    margin-bottom: 70px;
  }
}
.cid-urQ8sH1kru .image-wrapper img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQ8sH1kru .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-urQ8sH1kru .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 174px 0 60px;
}
@media (min-width: 1500px) {
  .cid-urQ8sH1kru .cards-wrap {
    padding: 0 285px 0 60px;
  }
}
@media (max-width: 1200px) {
  .cid-urQ8sH1kru .cards-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urQ8sH1kru .cards-wrap {
    padding: 0 25px;
  }
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card {
  margin-bottom: 25px;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header {
  border: none;
  padding: 2px 0 9px;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-90deg);
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title:not(.collapsed) .panel-title-edit::before {
  opacity: .8;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title:hover .panel-title-edit::before {
  opacity: .8;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title .panel-number {
  min-width: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  position: relative;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title .panel-title-edit::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .card-header .panel-title .mbr-iconfont {
  margin-left: 25px;
  transform: rotate(90deg);
  transition: all 0.3s ease-out;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .panel-collapse .panel-body {
  padding: 18px 0 0 50px;
  border-top: 1px solid #282828;
}
.cid-urQ8sH1kru .cards-wrap .tab-content .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-urQ8sH1kru .panel-number {
  color: #b6b6b6;
}
.cid-urQ8sH1kru .panel-title-edit,
.cid-urQ8sH1kru .mbr-iconfont {
  color: #ffffff;
}
.cid-urQ8sH1kru .panel-text {
  color: #b6b6b6;
}
.cid-urQ8sHczpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQ8sHczpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQ8sHczpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQ8sHczpn .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQ8sHczpn .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQ8sHczpn .container-fluid .row {
  padding: 0;
}
.cid-urQ8sHczpn .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQ8sHczpn .card {
    margin-bottom: 50px;
  }
}
.cid-urQ8sHczpn .logo-wrapper {
  margin-bottom: 18px;
}
.cid-urQ8sHczpn .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-urQ8sHczpn .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-urQ8sHczpn .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-urQ8sHczpn .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQ8sHczpn .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-urQ8sHczpn .list li {
  margin-bottom: 10px;
}
.cid-urQ8sHczpn .list li:last-child {
  margin-bottom: 0;
}
.cid-urQ8sHczpn .list li:hover {
  color: #ffffff;
}
.cid-urQ8sHczpn .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQ8sHczpn .mbr-section-btn {
  margin-top: 18px;
}
.cid-urQ8sHczpn .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQ8sHczpn P {
  color: #b6b6b6;
}
.cid-tzam2v13ET {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tzam2v13ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2v13ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tzam2v13ET .row {
    padding: 0 13px;
  }
}
.cid-tzam2v13ET .row {
  justify-content: center;
}
.cid-tzam2v13ET .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzam2v13ET .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-tzam2v13ET .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-tzam2v13ET .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tzam2v13ET .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-tzam2v13ET .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-tzam2v13ET .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tzam2v13ET .mbr-section-title {
  color: #181818;
}
.cid-tzam2v13ET .mbr-text {
  color: #181818;
}
.cid-tzam2tnIsF {
  z-index: 1000;
  width: 100%;
}
.cid-tzam2tnIsF .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-tzam2tnIsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-tzam2tnIsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .menu_box .navbar.opened,
  .cid-tzam2tnIsF .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-tzam2tnIsF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tzam2tnIsF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tzam2tnIsF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tzam2tnIsF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tzam2tnIsF .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-tzam2tnIsF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tzam2tnIsF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tzam2tnIsF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tzam2tnIsF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tzam2tnIsF .offcanvas-body .mbr-text,
  .cid-tzam2tnIsF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tzam2tnIsF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tzam2tnIsF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tzam2tnIsF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tzam2tnIsF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzam2tnIsF .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-tzam2tnIsF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tzam2tnIsF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tzam2tnIsF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tzam2tnIsF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tzam2tnIsF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .nav-item {
    margin: 0 !important;
  }
}
.cid-tzam2tnIsF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tzam2tnIsF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tzam2tnIsF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tzam2tnIsF .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-tzam2tnIsF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tzam2tnIsF .offcanvas_box {
    display: none;
  }
}
.cid-tzam2tnIsF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tzam2tnIsF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tzam2tnIsF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tzam2tnIsF .container {
  display: flex;
  margin: auto;
}
.cid-tzam2tnIsF .iconfont-wrapper {
  color: #ffffff;
  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-tzam2tnIsF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tzam2tnIsF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tzam2tnIsF .navbar-caption {
  color: #ffffff;
}
.cid-tzam2tnIsF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tzam2tnIsF .navbar-nav {
    margin: 0;
  }
}
.cid-tzam2tnIsF .dropdown-menu,
.cid-tzam2tnIsF .navbar.opened {
  background-color: true !important;
}
.cid-tzam2tnIsF .nav-item:focus,
.cid-tzam2tnIsF .nav-link:focus {
  outline: none;
}
.cid-tzam2tnIsF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzam2tnIsF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzam2tnIsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzam2tnIsF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzam2tnIsF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzam2tnIsF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzam2tnIsF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tzam2tnIsF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tzam2tnIsF .navbar.opened {
  transition: all 0.3s;
}
.cid-tzam2tnIsF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tzam2tnIsF .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tzam2tnIsF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tzam2tnIsF .navbar.collapsed {
  justify-content: center;
}
.cid-tzam2tnIsF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzam2tnIsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tzam2tnIsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzam2tnIsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzam2tnIsF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzam2tnIsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tzam2tnIsF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tzam2tnIsF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tzam2tnIsF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tzam2tnIsF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzam2tnIsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzam2tnIsF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tzam2tnIsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzam2tnIsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tzam2tnIsF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzam2tnIsF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tzam2tnIsF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tzam2tnIsF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tzam2tnIsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzam2tnIsF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzam2tnIsF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tzam2tnIsF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzam2tnIsF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzam2tnIsF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzam2tnIsF .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-tzam2tnIsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzam2tnIsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzam2tnIsF .dropdown-item.active,
.cid-tzam2tnIsF .dropdown-item:active {
  background-color: transparent;
}
.cid-tzam2tnIsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzam2tnIsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzam2tnIsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzam2tnIsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzam2tnIsF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tzam2tnIsF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzam2tnIsF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-tzam2tnIsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-tzam2tnIsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzam2tnIsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzam2tnIsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzam2tnIsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzam2tnIsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzam2tnIsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzam2tnIsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzam2tnIsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzam2tnIsF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tzam2tnIsF .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-tzam2tnIsF .navbar {
    height: 70px;
  }
  .cid-tzam2tnIsF .navbar.opened {
    height: auto;
  }
  .cid-tzam2tnIsF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzam2tnIsF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tzam2tnIsF .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tzam2tnIsF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tzam2tnIsF .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tzam2tnIsF .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tzam2tnIsF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tzam2tnIsF .mbr-section-btn .btn,
.cid-tzam2tnIsF .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tzam2tnIsF .mbr-section-subtitle {
  color: #000000;
}
.cid-tzam2tnIsF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tzam2tnIsF .text_widget {
  color: #000000;
}
.cid-tzam2tnIsF .mbr-section-subtitle,
.cid-tzam2tnIsF .text_widget,
.cid-tzam2tnIsF .mbr-section-btn {
  text-align: center;
}
.cid-tzam2tnIsF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tzam2vmCUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-tzam2vmCUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2vmCUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzam2vmCUM .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-tzam2vmCUM .container-fluid {
    padding: 0 25px;
  }
}
.cid-tzam2vmCUM .container-fluid .row {
  padding: 0;
}
.cid-tzam2vmCUM .row {
  justify-content: center;
}
.cid-tzam2vmCUM .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-tzam2vmCUM .item {
    margin-bottom: 20px;
  }
}
.cid-tzam2vmCUM .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tzam2vmCUM .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tzam2vmCUM .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-tzam2vmCUM .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-tzam2vmCUM .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tzam2vmCUM .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzam2vmCUM .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-tzam2vmCUM .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-tzam2vmCUM .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-tzam2vmCUM .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-tzam2vmCUM .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tzam2vmCUM .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-tzam2vmCUM .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tzam2vmCUM .mbr-section-title {
  color: #ffffff;
}
.cid-tzam2vmCUM .mbr-text {
  color: #ffffff;
}
.cid-tzam2vmCUM .mbr-link {
  color: #fafafa;
}
.cid-urQhAjOu9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQhAjOu9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQhAjOu9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQhAjOu9x .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-urQhAjOu9x .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQhAjOu9x .container-fluid .row {
  padding: 0;
}
.cid-urQhAjOu9x .row {
  justify-content: center;
}
.cid-urQhAjOu9x .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-urQhAjOu9x .item {
    margin-bottom: 20px;
  }
}
.cid-urQhAjOu9x .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-urQhAjOu9x .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQhAjOu9x .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-urQhAjOu9x .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-urQhAjOu9x .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-urQhAjOu9x .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQhAjOu9x .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-urQhAjOu9x .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-urQhAjOu9x .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urQhAjOu9x .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-urQhAjOu9x .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQhAjOu9x .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-urQhAjOu9x .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQhAjOu9x .mbr-section-title {
  color: #1258c4;
}
.cid-urQhAjOu9x .mbr-text {
  color: #ffffff;
}
.cid-urQhAjOu9x .mbr-link {
  color: #181818;
}
.cid-urQicBKVf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQicBKVf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQicBKVf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQicBKVf0 .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-urQicBKVf0 .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQicBKVf0 .container-fluid .row {
  padding: 0;
}
.cid-urQicBKVf0 .row {
  justify-content: center;
}
.cid-urQicBKVf0 .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-urQicBKVf0 .item {
    margin-bottom: 20px;
  }
}
.cid-urQicBKVf0 .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-urQicBKVf0 .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQicBKVf0 .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-urQicBKVf0 .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-urQicBKVf0 .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-urQicBKVf0 .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQicBKVf0 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-urQicBKVf0 .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-urQicBKVf0 .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urQicBKVf0 .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-urQicBKVf0 .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQicBKVf0 .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-urQicBKVf0 .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQicBKVf0 .mbr-section-title {
  color: #181818;
}
.cid-urQicBKVf0 .mbr-text {
  color: #ffffff;
}
.cid-urQicBKVf0 .mbr-link {
  color: #181818;
}
.cid-urQjjuglZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQjjuglZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQjjuglZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQjjuglZA .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-urQjjuglZA .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQjjuglZA .container-fluid .row {
  padding: 0;
}
.cid-urQjjuglZA .row {
  justify-content: center;
}
.cid-urQjjuglZA .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-urQjjuglZA .item {
    margin-bottom: 20px;
  }
}
.cid-urQjjuglZA .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-urQjjuglZA .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQjjuglZA .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-urQjjuglZA .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-urQjjuglZA .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-urQjjuglZA .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQjjuglZA .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-urQjjuglZA .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-urQjjuglZA .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urQjjuglZA .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-urQjjuglZA .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQjjuglZA .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-urQjjuglZA .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQjjuglZA .mbr-section-title {
  color: #ffffff;
}
.cid-urQjjuglZA .mbr-text {
  color: #ffffff;
}
.cid-urQjjuglZA .mbr-link {
  color: #b6b6b6;
}
.cid-urQc2onzxd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQc2onzxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQc2onzxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQc2onzxd .container-fluid {
  margin: 0;
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-urQc2onzxd .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQc2onzxd .container-fluid .row {
  padding: 0;
}
.cid-urQc2onzxd .row {
  justify-content: center;
}
.cid-urQc2onzxd .item {
  position: relative;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-urQc2onzxd .item {
    margin-bottom: 20px;
  }
}
.cid-urQc2onzxd .item .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-urQc2onzxd .item .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQc2onzxd .item .title-wrapper .link-wrapper {
  display: block;
}
.cid-urQc2onzxd .item .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ffffff;
}
.cid-urQc2onzxd .item .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-urQc2onzxd .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQc2onzxd .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
}
.cid-urQc2onzxd .item .item-wrapper:hover .item-content .active-overlay {
  opacity: .75;
}
.cid-urQc2onzxd .item .item-wrapper:hover .item-content .mbr-section-btn {
  transform: translateY(0);
  opacity: 1;
}
.cid-urQc2onzxd .item .item-wrapper .item-content {
  padding: 10px;
  z-index: 1;
  position: relative;
  height: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.cid-urQc2onzxd .item .item-wrapper .item-content .active-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQc2onzxd .item .item-wrapper .item-content .mbr-section-btn {
  position: absolute;
  top: -2rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: auto;
}
.cid-urQc2onzxd .item .item-wrapper .item-content .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQc2onzxd .mbr-section-title {
  color: #181818;
}
.cid-urQc2onzxd .mbr-text {
  color: #181818;
}
.cid-urQc2onzxd .mbr-link {
  color: #181818;
}
.cid-tzam2w7c41 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tzam2w7c41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2w7c41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tzam2w7c41 .row {
    padding: 0 13px;
  }
}
.cid-tzam2w7c41 .row {
  justify-content: center;
}
.cid-tzam2w7c41 .item {
  position: relative;
  margin-bottom: 100px;
}
.cid-tzam2w7c41 .item .item-wrapper {
  position: relative;
}
.cid-tzam2w7c41 .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-tzam2w7c41 .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-tzam2w7c41 .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-tzam2w7c41 .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #1258c4 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #1258c4 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tzam2w7c41 .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-tzam2w7c41 .item-tag {
  color: #ffffff;
}
.cid-tzam2w7c41 .item-title {
  color: #4f6e85;
}
.cid-tzam2w7c41 .item-tag,
.cid-tzam2w7c41 .item-tags {
  color: #181818;
}
.cid-tzam2wBnWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-tzam2wBnWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2wBnWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzam2wBnWi .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzam2wBnWi .container-fluid {
    padding: 0;
  }
}
.cid-tzam2wBnWi .container-fluid .row {
  padding: 0;
}
.cid-tzam2wBnWi .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tzam2wBnWi .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-tzam2wBnWi .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-tzam2wBnWi .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tzam2wBnWi .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tzam2wBnWi .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-tzam2wBnWi .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzam2wBnWi .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tzam2wBnWi .image-wrapper img {
    height: 400px;
  }
}
.cid-tzam2wBnWi .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-tzam2wBnWi .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tzam2wBnWi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tzam2wBnWi .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-tzam2wYJUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tzam2wYJUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2wYJUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzam2wYJUF .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tzam2wYJUF .container-fluid {
    padding: 0 25px;
  }
}
.cid-tzam2wYJUF .container-fluid .row {
  padding: 0;
}
.cid-tzam2wYJUF .title-wrapper {
  min-height: 510px;
}
@media (max-width: 992px) {
  .cid-tzam2wYJUF .title-wrapper {
    min-height: 410px;
  }
}
.cid-tzam2wYJUF .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tzam2wYJUF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tzam2wYJUF .mbr-section-title {
  color: #ffffff;
}
.cid-tzam2wYJUF .mbr-text {
  color: #fafafa;
}
.cid-urQcY6F875 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQcY6F875 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQcY6F875 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQcY6F875 .row {
    padding: 0 13px;
  }
}
.cid-urQcY6F875 .row {
  justify-content: center;
}
.cid-urQcY6F875 .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQcY6F875 .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQcY6F875 .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQcY6F875 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQcY6F875 .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQcY6F875 .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQcY6F875 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQcY6F875 .mbr-section-title {
  color: #ffffff;
}
.cid-urQcY6F875 .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-tzam2xULgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-tzam2xULgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2xULgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzam2xULgX .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzam2xULgX .container-fluid {
    padding: 0;
  }
}
.cid-tzam2xULgX .container-fluid .row {
  padding: 0;
}
.cid-tzam2xULgX .card-wrapper {
  position: relative;
  padding: 115px;
}
@media (max-width: 1360px) {
  .cid-tzam2xULgX .card-wrapper {
    padding: 65px;
  }
}
@media (max-width: 992px) {
  .cid-tzam2xULgX .card-wrapper {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .cid-tzam2xULgX .card-wrapper {
    padding: 25px;
  }
}
.cid-tzam2xULgX .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzam2xULgX .card-wrapper .card-text {
  padding: 80px;
  position: relative;
  background-color: #4f6e85;
}
@media (max-width: 1360px) {
  .cid-tzam2xULgX .card-wrapper .card-text {
    padding: 55px;
  }
}
@media (max-width: 992px) {
  .cid-tzam2xULgX .card-wrapper .card-text {
    padding: 30px;
  }
}
.cid-tzam2xULgX .card-wrapper .card-text .icon-wrapper .mbr-card-icon {
  display: inline;
  font-size: 41px;
  margin-bottom: 11px;
}
.cid-tzam2xULgX .card-wrapper .card-text .mbr-card-text {
  margin-bottom: 24px;
}
.cid-tzam2xULgX .card-wrapper .card-text .card-name {
  margin-bottom: 24px;
}
.cid-tzam2xULgX .card-wrapper .card-text .card-role {
  margin-bottom: 0;
}
.cid-tzam2xULgX .main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 130px 42px 110px;
  height: 100%;
}
@media (max-width: 1360px) {
  .cid-tzam2xULgX .main-wrap {
    padding: 32px 60px 42px;
  }
}
@media (max-width: 992px) {
  .cid-tzam2xULgX .main-wrap {
    padding: 32px 25px 0;
  }
}
.cid-tzam2xULgX .main-wrap .title-wrapper .mbr-number {
  margin-bottom: 11px;
}
.cid-tzam2xULgX .main-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tzam2xULgX .main-wrap .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-tzam2xULgX .main-wrap .text-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tzam2xULgX .mbr-number {
  color: #ffffff;
}
.cid-tzam2xULgX .mbr-section-title {
  color: #ffffff;
}
.cid-tzam2xULgX .mbr-text {
  color: #b6b6b6;
}
.cid-tzam2xULgX .mbr-card-text,
.cid-tzam2xULgX .mbr-card-icon {
  color: #b6b6b6;
}
.cid-tzam2xULgX .card-name {
  color: #ffffff;
}
.cid-tzam2xULgX .card-role {
  color: #b6b6b6;
}
.cid-tzam2xULgX .mbr-text,
.cid-tzam2xULgX .mbr-section-btn {
  color: #fafafa;
}
.cid-tzam2zjJfJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-tzam2zjJfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzam2zjJfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzam2zjJfJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tzam2zjJfJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-tzam2zjJfJ .container-fluid .row {
  padding: 0;
}
.cid-tzam2zjJfJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tzam2zjJfJ .card {
    margin-bottom: 50px;
  }
}
.cid-tzam2zjJfJ .logo-wrapper {
  margin-bottom: 18px;
}
.cid-tzam2zjJfJ .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-tzam2zjJfJ .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-tzam2zjJfJ .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tzam2zjJfJ .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tzam2zjJfJ .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-tzam2zjJfJ .list li {
  margin-bottom: 10px;
}
.cid-tzam2zjJfJ .list li:last-child {
  margin-bottom: 0;
}
.cid-tzam2zjJfJ .list li:hover {
  color: #ffffff;
}
.cid-tzam2zjJfJ .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-tzam2zjJfJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-tzam2zjJfJ .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tzam2zjJfJ P {
  color: #b6b6b6;
}
.cid-urQemlmNLk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQemlmNLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQemlmNLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQemlmNLk .row {
    padding: 0 13px;
  }
}
.cid-urQemlmNLk .row {
  justify-content: center;
}
.cid-urQemlmNLk .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQemlmNLk .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQemlmNLk .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQemlmNLk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQemlmNLk .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQemlmNLk .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQemlmNLk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQemlmNLk .mbr-section-title {
  color: #181818;
}
.cid-urQemlmNLk .mbr-text {
  color: #4f6e85;
}
.cid-urQemlMF4a {
  z-index: 1000;
  width: 100%;
}
.cid-urQemlMF4a .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-urQemlMF4a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-urQemlMF4a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .menu_box .navbar.opened,
  .cid-urQemlMF4a .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-urQemlMF4a nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-urQemlMF4a .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urQemlMF4a .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urQemlMF4a .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urQemlMF4a .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-urQemlMF4a .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urQemlMF4a .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urQemlMF4a .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urQemlMF4a .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urQemlMF4a .offcanvas-body .mbr-text,
  .cid-urQemlMF4a .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-urQemlMF4a .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urQemlMF4a .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urQemlMF4a ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urQemlMF4a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQemlMF4a .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-urQemlMF4a .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urQemlMF4a li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urQemlMF4a .lg_brand {
    margin: 0 1rem;
  }
}
.cid-urQemlMF4a .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urQemlMF4a .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .nav-item {
    margin: 0 !important;
  }
}
.cid-urQemlMF4a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urQemlMF4a .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urQemlMF4a .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQemlMF4a .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-urQemlMF4a .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urQemlMF4a .offcanvas_box {
    display: none;
  }
}
.cid-urQemlMF4a .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-urQemlMF4a .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urQemlMF4a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urQemlMF4a .container {
  display: flex;
  margin: auto;
}
.cid-urQemlMF4a .iconfont-wrapper {
  color: #ffffff;
  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-urQemlMF4a .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urQemlMF4a .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urQemlMF4a .navbar-caption {
  color: #ffffff;
}
.cid-urQemlMF4a .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urQemlMF4a .navbar-nav {
    margin: 0;
  }
}
.cid-urQemlMF4a .dropdown-menu,
.cid-urQemlMF4a .navbar.opened {
  background-color: true !important;
}
.cid-urQemlMF4a .nav-item:focus,
.cid-urQemlMF4a .nav-link:focus {
  outline: none;
}
.cid-urQemlMF4a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urQemlMF4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urQemlMF4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urQemlMF4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urQemlMF4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urQemlMF4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urQemlMF4a .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urQemlMF4a .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urQemlMF4a .navbar.opened {
  transition: all 0.3s;
}
.cid-urQemlMF4a .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urQemlMF4a .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-urQemlMF4a .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urQemlMF4a .navbar.collapsed {
  justify-content: center;
}
.cid-urQemlMF4a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urQemlMF4a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urQemlMF4a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urQemlMF4a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urQemlMF4a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urQemlMF4a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urQemlMF4a .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urQemlMF4a .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urQemlMF4a .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-urQemlMF4a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urQemlMF4a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urQemlMF4a .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urQemlMF4a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urQemlMF4a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urQemlMF4a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urQemlMF4a .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urQemlMF4a .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urQemlMF4a .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urQemlMF4a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urQemlMF4a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urQemlMF4a .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urQemlMF4a .navbar.navbar-short {
  min-height: 60px;
}
.cid-urQemlMF4a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urQemlMF4a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urQemlMF4a .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-urQemlMF4a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urQemlMF4a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urQemlMF4a .dropdown-item.active,
.cid-urQemlMF4a .dropdown-item:active {
  background-color: transparent;
}
.cid-urQemlMF4a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urQemlMF4a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urQemlMF4a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urQemlMF4a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urQemlMF4a ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urQemlMF4a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urQemlMF4a button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-urQemlMF4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-urQemlMF4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urQemlMF4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQemlMF4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQemlMF4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urQemlMF4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQemlMF4a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urQemlMF4a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urQemlMF4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQemlMF4a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urQemlMF4a .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-urQemlMF4a .navbar {
    height: 70px;
  }
  .cid-urQemlMF4a .navbar.opened {
    height: auto;
  }
  .cid-urQemlMF4a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urQemlMF4a .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-urQemlMF4a .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-urQemlMF4a .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-urQemlMF4a .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-urQemlMF4a .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urQemlMF4a .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urQemlMF4a .mbr-section-btn .btn,
.cid-urQemlMF4a .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQemlMF4a .mbr-section-subtitle {
  color: #000000;
}
.cid-urQemlMF4a .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urQemlMF4a .text_widget {
  color: #000000;
}
.cid-urQemlMF4a .mbr-section-subtitle,
.cid-urQemlMF4a .text_widget,
.cid-urQemlMF4a .mbr-section-btn {
  text-align: center;
}
.cid-urQemlMF4a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urQeHm9v0G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-urQeHm9v0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQeHm9v0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQeHm9v0G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQeHm9v0G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-urQeHm9v0G .container {
    padding: 0 16px;
  }
}
.cid-urQeHm9v0G .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQeHm9v0G .row {
    margin: 0 10px;
  }
}
.cid-urQeHm9v0G .row .card {
  position: relative;
  padding: 0;
}
.cid-urQeHm9v0G .form-wrapper {
  padding: 30px !important;
  background-color: #fafafa;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-urQeHm9v0G .form-wrapper {
    padding: 20px !important;
  }
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #4f6e85 !important;
  border-radius: 0 !important;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #4f6e85;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #4f6e85 !important;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4f6e85;
  border-color: #4f6e85;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-urQeHm9v0G .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-urQeHm9v0G .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-urQeHm9v0G .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-urQeHm9v0G label {
  color: #192227;
}
.cid-urQeHm9v0G .mbr-section-title,
.cid-urQeHm9v0G .mbr-section-btn {
  text-align: center;
}
.cid-urQeHm9v0G H2 {
  color: #5b6f66;
}
.cid-urQemm4HxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-urQemm4HxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQemm4HxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQemm4HxD .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQemm4HxD .container-fluid .row {
  padding: 0;
}
.cid-urQemm4HxD .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .row {
    justify-content: center;
  }
}
.cid-urQemm4HxD .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card {
    padding: 0 12px;
  }
}
.cid-urQemm4HxD .card:first-child {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card:first-child {
    margin-bottom: 80px;
  }
}
.cid-urQemm4HxD .card:first-child .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
.cid-urQemm4HxD .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQemm4HxD .card:first-child .text-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card:first-child .text-wrapper {
    padding: 0;
  }
}
.cid-urQemm4HxD .card:first-child .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-urQemm4HxD .card .card-wrapper {
  position: relative;
  min-height: 516px;
  overflow: hidden;
  padding: 38px;
}
@media (max-width: 1200px) {
  .cid-urQemm4HxD .card .card-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-urQemm4HxD .card .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urQemm4HxD .card .card-wrapper:hover .card-wrap {
  opacity: 1;
}
.cid-urQemm4HxD .card .card-wrapper:hover .card-wrap .card-text {
  opacity: 1;
  transform: translateY(0);
}
.cid-urQemm4HxD .card .card-wrapper:hover .card-wrap .image-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-urQemm4HxD .card .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap {
  padding: 64px 28px 24px;
  background-image: linear-gradient(90deg, #4f6e85 20%, #ffffff);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card .card-wrapper .card-wrap {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .cid-urQemm4HxD .card .card-wrapper .card-wrap {
    padding: 20px;
  }
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 28px;
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .image-wrapper img {
  height: 272px;
  object-fit: cover;
  margin: 0 auto;
  position: static;
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card .card-wrapper .card-wrap .image-wrapper .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-urQemm4HxD .card .card-wrapper .card-wrap .card-text {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .card-text .card-title {
  margin-bottom: 0;
}
.cid-urQemm4HxD .card .card-wrapper .card-wrap .card-text .card-price {
  margin: 10px 0 0;
}
.cid-urQemm4HxD .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQemm4HxD .mbr-section-title {
  color: #181818;
}
.cid-urQemm4HxD .mbr-section-subtitle {
  color: #181818;
}
.cid-urQemm4HxD .mbr-text {
  color: #b6b6b6;
}
.cid-urQemm4HxD .card-title {
  color: #000000;
}
.cid-urQemm4HxD .card-price {
  color: #000000;
}
.cid-urQemm4HxD .mbr-text,
.cid-urQemm4HxD .mbr-section-btn {
  color: #181818;
}
.cid-urQemnxYbe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQemnxYbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQemnxYbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQemnxYbe .row {
    padding: 0 13px;
  }
}
.cid-urQemnxYbe .row {
  justify-content: center;
}
.cid-urQemnxYbe .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQemnxYbe .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQemnxYbe .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQemnxYbe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQemnxYbe .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQemnxYbe .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQemnxYbe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQemnxYbe .mbr-section-title {
  color: #ffffff;
}
.cid-urQemnxYbe .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-urR7tFIIgT {
  background-color: #fafafa;
}
.cid-urR7tFIIgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7tFIIgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR7tFIIgT .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urR7tFIIgT .container-fluid {
    padding: 0 25px;
  }
}
.cid-urR7tFIIgT .container-fluid .row {
  padding: 0;
}
.cid-urR7tFIIgT .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-urR7tFIIgT .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-urR7tFIIgT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-urR7tFIIgT .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-urR7tFIIgT .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urR7tFIIgT .mbr-section-title {
  color: #ffffff;
}
.cid-urR7tFIIgT .mbr-text {
  color: #a4a2a2;
  text-align: center;
}
.cid-urR7tFIIgT .mbr-section-title,
.cid-urR7tFIIgT .mbr-section-btn,
.cid-urR7tFIIgT .image-wrapper {
  text-align: center;
  color: #181818;
}
.cid-urQemnSrPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQemnSrPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQemnSrPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQemnSrPm .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQemnSrPm .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQemnSrPm .container-fluid .row {
  padding: 0;
}
.cid-urQemnSrPm .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQemnSrPm .card {
    margin-bottom: 50px;
  }
}
.cid-urQemnSrPm .logo-wrapper {
  margin-bottom: 18px;
}
.cid-urQemnSrPm .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-urQemnSrPm .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-urQemnSrPm .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-urQemnSrPm .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQemnSrPm .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-urQemnSrPm .list li {
  margin-bottom: 10px;
}
.cid-urQemnSrPm .list li:last-child {
  margin-bottom: 0;
}
.cid-urQemnSrPm .list li:hover {
  color: #ffffff;
}
.cid-urQemnSrPm .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQemnSrPm .mbr-section-btn {
  margin-top: 18px;
}
.cid-urQemnSrPm .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQemnSrPm P {
  color: #b6b6b6;
}
.cid-urQq5Xiuoj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQq5Xiuoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQq5Xiuoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQq5Xiuoj .row {
    padding: 0 13px;
  }
}
.cid-urQq5Xiuoj .row {
  justify-content: center;
}
.cid-urQq5Xiuoj .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQq5Xiuoj .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQq5Xiuoj .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQq5Xiuoj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQq5Xiuoj .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQq5Xiuoj .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQq5Xiuoj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQq5Xiuoj .mbr-section-title {
  color: #ffffff;
}
.cid-urQq5Xiuoj .mbr-text {
  color: #b6b6b6;
}
.cid-urQq5XO1iP {
  z-index: 1000;
  width: 100%;
}
.cid-urQq5XO1iP .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-urQq5XO1iP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-urQq5XO1iP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .menu_box .navbar.opened,
  .cid-urQq5XO1iP .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-urQq5XO1iP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-urQq5XO1iP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urQq5XO1iP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urQq5XO1iP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urQq5XO1iP .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-urQq5XO1iP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urQq5XO1iP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urQq5XO1iP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urQq5XO1iP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urQq5XO1iP .offcanvas-body .mbr-text,
  .cid-urQq5XO1iP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-urQq5XO1iP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urQq5XO1iP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urQq5XO1iP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urQq5XO1iP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQq5XO1iP .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-urQq5XO1iP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urQq5XO1iP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urQq5XO1iP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-urQq5XO1iP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urQq5XO1iP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .nav-item {
    margin: 0 !important;
  }
}
.cid-urQq5XO1iP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urQq5XO1iP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urQq5XO1iP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQq5XO1iP .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-urQq5XO1iP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urQq5XO1iP .offcanvas_box {
    display: none;
  }
}
.cid-urQq5XO1iP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-urQq5XO1iP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urQq5XO1iP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urQq5XO1iP .container {
  display: flex;
  margin: auto;
}
.cid-urQq5XO1iP .iconfont-wrapper {
  color: #ffffff;
  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-urQq5XO1iP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urQq5XO1iP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urQq5XO1iP .navbar-caption {
  color: #ffffff;
}
.cid-urQq5XO1iP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urQq5XO1iP .navbar-nav {
    margin: 0;
  }
}
.cid-urQq5XO1iP .dropdown-menu,
.cid-urQq5XO1iP .navbar.opened {
  background-color: true !important;
}
.cid-urQq5XO1iP .nav-item:focus,
.cid-urQq5XO1iP .nav-link:focus {
  outline: none;
}
.cid-urQq5XO1iP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urQq5XO1iP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urQq5XO1iP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urQq5XO1iP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urQq5XO1iP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urQq5XO1iP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urQq5XO1iP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urQq5XO1iP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urQq5XO1iP .navbar.opened {
  transition: all 0.3s;
}
.cid-urQq5XO1iP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urQq5XO1iP .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-urQq5XO1iP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urQq5XO1iP .navbar.collapsed {
  justify-content: center;
}
.cid-urQq5XO1iP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urQq5XO1iP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urQq5XO1iP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urQq5XO1iP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urQq5XO1iP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urQq5XO1iP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urQq5XO1iP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urQq5XO1iP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urQq5XO1iP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-urQq5XO1iP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urQq5XO1iP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urQq5XO1iP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urQq5XO1iP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urQq5XO1iP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urQq5XO1iP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urQq5XO1iP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urQq5XO1iP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urQq5XO1iP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urQq5XO1iP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urQq5XO1iP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urQq5XO1iP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urQq5XO1iP .navbar.navbar-short {
  min-height: 60px;
}
.cid-urQq5XO1iP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urQq5XO1iP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urQq5XO1iP .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-urQq5XO1iP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urQq5XO1iP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urQq5XO1iP .dropdown-item.active,
.cid-urQq5XO1iP .dropdown-item:active {
  background-color: transparent;
}
.cid-urQq5XO1iP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urQq5XO1iP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urQq5XO1iP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urQq5XO1iP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urQq5XO1iP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urQq5XO1iP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urQq5XO1iP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-urQq5XO1iP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-urQq5XO1iP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urQq5XO1iP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQq5XO1iP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQq5XO1iP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urQq5XO1iP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQq5XO1iP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urQq5XO1iP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urQq5XO1iP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQq5XO1iP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urQq5XO1iP .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-urQq5XO1iP .navbar {
    height: 70px;
  }
  .cid-urQq5XO1iP .navbar.opened {
    height: auto;
  }
  .cid-urQq5XO1iP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urQq5XO1iP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-urQq5XO1iP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-urQq5XO1iP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-urQq5XO1iP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-urQq5XO1iP .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urQq5XO1iP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urQq5XO1iP .mbr-section-btn .btn,
.cid-urQq5XO1iP .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQq5XO1iP .mbr-section-subtitle {
  color: #000000;
}
.cid-urQq5XO1iP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urQq5XO1iP .text_widget {
  color: #000000;
}
.cid-urQq5XO1iP .mbr-section-subtitle,
.cid-urQq5XO1iP .text_widget,
.cid-urQq5XO1iP .mbr-section-btn {
  text-align: center;
}
.cid-urQq5XO1iP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urQq5ZoaJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQq5ZoaJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQq5ZoaJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQq5ZoaJf .row {
    padding: 0 13px;
  }
}
.cid-urQq5ZoaJf .row {
  justify-content: center;
}
.cid-urQq5ZoaJf .item {
  position: relative;
  margin-bottom: 100px;
}
.cid-urQq5ZoaJf .item .item-wrapper {
  position: relative;
}
.cid-urQq5ZoaJf .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-urQq5ZoaJf .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-urQq5ZoaJf .item-tag {
  color: #ffffff;
}
.cid-urQq5ZoaJf .item-title {
  color: #ffffff;
}
.cid-urQq5ZeBbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQq5ZeBbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQq5ZeBbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQq5ZeBbp .row {
    padding: 0 13px;
  }
}
.cid-urQq5ZeBbp .row {
  justify-content: center;
}
.cid-urQq5ZeBbp .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQq5ZeBbp .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urQq5ZeBbp .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urQq5ZeBbp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQq5ZeBbp .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urQq5ZeBbp .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urQq5ZeBbp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQq5ZeBbp .mbr-section-title {
  color: #ffffff;
}
.cid-urQq5ZeBbp .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-urQq5ZEw1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQq5ZEw1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQq5ZEw1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQq5ZEw1a .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urQq5ZEw1a .container-fluid {
    padding: 0;
  }
}
.cid-urQq5ZEw1a .container-fluid .row {
  padding: 0;
}
.cid-urQq5ZEw1a .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQq5ZEw1a .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-urQq5ZEw1a .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-urQq5ZEw1a .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-urQq5ZEw1a .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urQq5ZEw1a .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-urQq5ZEw1a .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urQq5ZEw1a .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQq5ZEw1a .image-wrapper img {
    height: 400px;
  }
}
.cid-urQq5ZEw1a .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-urQq5ZEw1a .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQq5ZEw1a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urQq5ZEw1a .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urQq60fep5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQq60fep5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQq60fep5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQq60fep5 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQq60fep5 .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQq60fep5 .container-fluid .row {
  padding: 0;
}
.cid-urQq60fep5 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQq60fep5 .card {
    margin-bottom: 50px;
  }
}
.cid-urQq60fep5 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-urQq60fep5 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-urQq60fep5 .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-urQq60fep5 .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-urQq60fep5 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQq60fep5 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-urQq60fep5 .list li {
  margin-bottom: 10px;
}
.cid-urQq60fep5 .list li:last-child {
  margin-bottom: 0;
}
.cid-urQq60fep5 .list li:hover {
  color: #ffffff;
}
.cid-urQq60fep5 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQq60fep5 .mbr-section-btn {
  margin-top: 18px;
}
.cid-urQq60fep5 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQq60fep5 P {
  color: #b6b6b6;
}
.cid-urQqU62QNM {
  z-index: 1000;
  width: 100%;
}
.cid-urQqU62QNM .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-urQqU62QNM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-urQqU62QNM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .menu_box .navbar.opened,
  .cid-urQqU62QNM .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-urQqU62QNM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-urQqU62QNM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urQqU62QNM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urQqU62QNM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urQqU62QNM .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-urQqU62QNM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urQqU62QNM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urQqU62QNM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urQqU62QNM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urQqU62QNM .offcanvas-body .mbr-text,
  .cid-urQqU62QNM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-urQqU62QNM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urQqU62QNM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urQqU62QNM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urQqU62QNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQqU62QNM .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-urQqU62QNM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urQqU62QNM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urQqU62QNM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-urQqU62QNM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urQqU62QNM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .nav-item {
    margin: 0 !important;
  }
}
.cid-urQqU62QNM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urQqU62QNM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urQqU62QNM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urQqU62QNM .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-urQqU62QNM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urQqU62QNM .offcanvas_box {
    display: none;
  }
}
.cid-urQqU62QNM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-urQqU62QNM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urQqU62QNM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urQqU62QNM .container {
  display: flex;
  margin: auto;
}
.cid-urQqU62QNM .iconfont-wrapper {
  color: #ffffff;
  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-urQqU62QNM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urQqU62QNM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urQqU62QNM .navbar-caption {
  color: #ffffff;
}
.cid-urQqU62QNM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urQqU62QNM .navbar-nav {
    margin: 0;
  }
}
.cid-urQqU62QNM .dropdown-menu,
.cid-urQqU62QNM .navbar.opened {
  background-color: true !important;
}
.cid-urQqU62QNM .nav-item:focus,
.cid-urQqU62QNM .nav-link:focus {
  outline: none;
}
.cid-urQqU62QNM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urQqU62QNM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urQqU62QNM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urQqU62QNM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urQqU62QNM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urQqU62QNM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urQqU62QNM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urQqU62QNM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urQqU62QNM .navbar.opened {
  transition: all 0.3s;
}
.cid-urQqU62QNM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urQqU62QNM .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-urQqU62QNM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urQqU62QNM .navbar.collapsed {
  justify-content: center;
}
.cid-urQqU62QNM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urQqU62QNM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urQqU62QNM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urQqU62QNM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urQqU62QNM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urQqU62QNM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urQqU62QNM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urQqU62QNM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urQqU62QNM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-urQqU62QNM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urQqU62QNM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urQqU62QNM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urQqU62QNM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urQqU62QNM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urQqU62QNM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urQqU62QNM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urQqU62QNM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urQqU62QNM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urQqU62QNM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urQqU62QNM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urQqU62QNM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urQqU62QNM .navbar.navbar-short {
  min-height: 60px;
}
.cid-urQqU62QNM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urQqU62QNM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urQqU62QNM .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-urQqU62QNM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urQqU62QNM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urQqU62QNM .dropdown-item.active,
.cid-urQqU62QNM .dropdown-item:active {
  background-color: transparent;
}
.cid-urQqU62QNM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urQqU62QNM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urQqU62QNM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urQqU62QNM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urQqU62QNM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urQqU62QNM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urQqU62QNM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-urQqU62QNM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-urQqU62QNM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urQqU62QNM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQqU62QNM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urQqU62QNM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urQqU62QNM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQqU62QNM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urQqU62QNM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urQqU62QNM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urQqU62QNM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urQqU62QNM .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-urQqU62QNM .navbar {
    height: 70px;
  }
  .cid-urQqU62QNM .navbar.opened {
    height: auto;
  }
  .cid-urQqU62QNM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urQqU62QNM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-urQqU62QNM .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-urQqU62QNM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-urQqU62QNM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-urQqU62QNM .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urQqU62QNM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urQqU62QNM .mbr-section-btn .btn,
.cid-urQqU62QNM .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQqU62QNM .mbr-section-subtitle {
  color: #000000;
}
.cid-urQqU62QNM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urQqU62QNM .text_widget {
  color: #000000;
}
.cid-urQqU62QNM .mbr-section-subtitle,
.cid-urQqU62QNM .text_widget,
.cid-urQqU62QNM .mbr-section-btn {
  text-align: center;
}
.cid-urQqU62QNM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urQqU6F9FE {
  background-color: #000000;
}
.cid-urQqU6F9FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU6F9FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQqU6F9FE .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQqU6F9FE .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQqU6F9FE .container-fluid .row {
  padding: 0;
}
.cid-urQqU6F9FE .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-urQqU6F9FE .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-urQqU6F9FE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-urQqU6F9FE .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-urQqU6F9FE .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQqU6F9FE .mbr-section-title {
  color: #ffffff;
}
.cid-urQqU6F9FE .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urQqU6F9FE .mbr-section-title,
.cid-urQqU6F9FE .mbr-section-btn,
.cid-urQqU6F9FE .image-wrapper {
  text-align: center;
}
.cid-urQqU6QCFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQqU6QCFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU6QCFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQqU6QCFR .row {
    padding: 0 13px;
  }
}
.cid-urQqU6QCFR .title-wrapper {
  margin-bottom: 64px;
}
.cid-urQqU6QCFR .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-urQqU6QCFR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urQqU6QCFR .card-wrapper {
  margin-bottom: 42px;
}
.cid-urQqU6QCFR .card-wrapper .card-title_1,
.cid-urQqU6QCFR .card-wrapper .card-title_2 {
  margin: 0;
}
.cid-urQqU6QCFR .card-wrapper .card-text_1,
.cid-urQqU6QCFR .card-wrapper .card-text_2 {
  margin: 20px 0 0;
}
@media (max-width: 992px) {
  .cid-urQqU6QCFR .card-wrapper .card-title_1,
  .cid-urQqU6QCFR .card-wrapper .card-text_1 {
    text-align: left;
  }
}
.cid-urQqU6QCFR .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urQqU6QCFR .image-wrap .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-urQqU6QCFR .image-wrap .image-wrapper {
    padding: 0;
    margin-bottom: 42px;
  }
}
.cid-urQqU6QCFR .image-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-urQqU6QCFR .mbr-section-title {
  color: #dc657a;
  text-align: center;
}
.cid-urQqU6QCFR .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urQqU6QCFR .card-title_1 {
  color: #ffffff;
  text-align: right;
}
.cid-urQqU6QCFR .card-text_1 {
  color: #b6b6b6;
  text-align: right;
}
.cid-urQqU6QCFR .card-title_2 {
  color: #ffffff;
}
.cid-urQqU6QCFR .card-text_2 {
  color: #b6b6b6;
}
.cid-urQqU73qzi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQqU73qzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU73qzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQqU73qzi .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-urQqU73qzi .container-fluid {
    padding: 0 12px;
  }
}
.cid-urQqU73qzi .container-fluid .row {
  padding: 0;
}
.cid-urQqU73qzi .row {
  justify-content: center;
}
.cid-urQqU73qzi .item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
}
.cid-urQqU73qzi .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-urQqU73qzi .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.cid-urQqU73qzi .item .item-link .item-wrapper:hover img {
  transform: scale(1.03);
}
.cid-urQqU73qzi .item .item-link .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-urQqU73qzi .item .item-link .item-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .5;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.cid-urQqU73qzi .item .item-link .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-urQqU73qzi .item .item-link .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  position: relative;
}
.cid-urQqU73qzi .card-title {
  color: #ffffff;
}
.cid-urQqU79upd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dc657a;
}
.cid-urQqU79upd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU79upd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQqU79upd img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-urQqU79upd .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-urQqU79upd .card-title,
.cid-urQqU79upd .iconfont-wrapper {
  color: #181818;
}
.cid-urQqU79upd .card-text {
  color: #fafafa;
}
.cid-urQqU79upd .mbr-section-title {
  color: #000000;
}
.cid-urQqU79upd .mbr-section-subtitle {
  color: #232323;
}
.cid-urQqU79upd .content-head {
  max-width: 800px;
}
.cid-urQqU79upd .card-subtitle {
  color: #ffffff;
}
.cid-urQqU7rvCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urQqU7rvCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU7rvCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urQqU7rvCy .row {
    padding: 0 13px;
  }
}
.cid-urQqU7rvCy .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urQqU7rvCy .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urQqU7rvCy .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urQqU7rvCy .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-urQqU7rvCy .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-urQqU7rvCy .text-wrapper {
    padding: 0;
  }
}
.cid-urQqU7rvCy .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-urQqU7rvCy .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-urQqU7rvCy .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-urQqU7rvCy .mbr-text {
  color: #fafafa;
}
.cid-urQqU7rvCy .mbr-name {
  color: #ffffff;
}
.cid-urQqU7rvCy .mbr-role {
  color: #ffffff;
}
.cid-urQqU7ypdY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urQqU7ypdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urQqU7ypdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urQqU7ypdY .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urQqU7ypdY .container-fluid {
    padding: 0 25px;
  }
}
.cid-urQqU7ypdY .container-fluid .row {
  padding: 0;
}
.cid-urQqU7ypdY .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urQqU7ypdY .card {
    margin-bottom: 50px;
  }
}
.cid-urQqU7ypdY .logo-wrapper {
  margin-bottom: 18px;
}
.cid-urQqU7ypdY .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-urQqU7ypdY .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-urQqU7ypdY .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-urQqU7ypdY .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQqU7ypdY .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-urQqU7ypdY .list li {
  margin-bottom: 10px;
}
.cid-urQqU7ypdY .list li:last-child {
  margin-bottom: 0;
}
.cid-urQqU7ypdY .list li:hover {
  color: #ffffff;
}
.cid-urQqU7ypdY .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urQqU7ypdY .mbr-section-btn {
  margin-top: 18px;
}
.cid-urQqU7ypdY .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urQqU7ypdY P {
  color: #b6b6b6;
}
.cid-urR7XLbUSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urR7XLbUSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7XLbUSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urR7XLbUSa .row {
    padding: 0 13px;
  }
}
.cid-urR7XLbUSa .row {
  justify-content: center;
}
.cid-urR7XLbUSa .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urR7XLbUSa .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urR7XLbUSa .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urR7XLbUSa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urR7XLbUSa .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urR7XLbUSa .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urR7XLbUSa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urR7XLbUSa .mbr-section-title {
  color: #ffffff;
}
.cid-urR7XLbUSa .mbr-text {
  color: #b6b6b6;
}
.cid-urR7XNbv19 {
  z-index: 1000;
  width: 100%;
}
.cid-urR7XNbv19 .navbar-dropdown {
  background: #fafafa !important;
  padding: 0;
  position: fixed;
}
.cid-urR7XNbv19 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa !important;
  background: #fafafa;
}
.cid-urR7XNbv19 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .menu_box .navbar.opened,
  .cid-urR7XNbv19 .menu_box .navbar-collapse {
    background-color: #fafafa !important;
    transition: all 0s ease 0s;
  }
}
.cid-urR7XNbv19 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-urR7XNbv19 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-urR7XNbv19 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-urR7XNbv19 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-urR7XNbv19 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #b6b6b6;
  }
  .cid-urR7XNbv19 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-urR7XNbv19 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-urR7XNbv19 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-urR7XNbv19 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-urR7XNbv19 .offcanvas-body .mbr-text,
  .cid-urR7XNbv19 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-urR7XNbv19 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4f6e85;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-urR7XNbv19 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-urR7XNbv19 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-urR7XNbv19 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urR7XNbv19 .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-urR7XNbv19 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-urR7XNbv19 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-urR7XNbv19 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-urR7XNbv19 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-urR7XNbv19 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .nav-item {
    margin: 0 !important;
  }
}
.cid-urR7XNbv19 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-urR7XNbv19 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-urR7XNbv19 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-urR7XNbv19 .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-urR7XNbv19 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-urR7XNbv19 .offcanvas_box {
    display: none;
  }
}
.cid-urR7XNbv19 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-urR7XNbv19 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-urR7XNbv19 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-urR7XNbv19 .container {
  display: flex;
  margin: auto;
}
.cid-urR7XNbv19 .iconfont-wrapper {
  color: #ffffff;
  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-urR7XNbv19 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-urR7XNbv19 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-urR7XNbv19 .navbar-caption {
  color: #ffffff;
}
.cid-urR7XNbv19 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-urR7XNbv19 .navbar-nav {
    margin: 0;
  }
}
.cid-urR7XNbv19 .dropdown-menu,
.cid-urR7XNbv19 .navbar.opened {
  background-color: true !important;
}
.cid-urR7XNbv19 .nav-item:focus,
.cid-urR7XNbv19 .nav-link:focus {
  outline: none;
}
.cid-urR7XNbv19 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urR7XNbv19 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urR7XNbv19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urR7XNbv19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urR7XNbv19 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urR7XNbv19 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urR7XNbv19 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-urR7XNbv19 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-urR7XNbv19 .navbar.opened {
  transition: all 0.3s;
}
.cid-urR7XNbv19 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-urR7XNbv19 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-urR7XNbv19 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-urR7XNbv19 .navbar.collapsed {
  justify-content: center;
}
.cid-urR7XNbv19 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urR7XNbv19 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-urR7XNbv19 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urR7XNbv19 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urR7XNbv19 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urR7XNbv19 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-urR7XNbv19 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urR7XNbv19 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-urR7XNbv19 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-urR7XNbv19 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urR7XNbv19 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urR7XNbv19 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-urR7XNbv19 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urR7XNbv19 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-urR7XNbv19 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urR7XNbv19 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-urR7XNbv19 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-urR7XNbv19 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-urR7XNbv19 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urR7XNbv19 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urR7XNbv19 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-urR7XNbv19 .navbar.navbar-short {
  min-height: 60px;
}
.cid-urR7XNbv19 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urR7XNbv19 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urR7XNbv19 .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-urR7XNbv19 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urR7XNbv19 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urR7XNbv19 .dropdown-item.active,
.cid-urR7XNbv19 .dropdown-item:active {
  background-color: transparent;
}
.cid-urR7XNbv19 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urR7XNbv19 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urR7XNbv19 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urR7XNbv19 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urR7XNbv19 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-urR7XNbv19 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urR7XNbv19 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fafafa;
  background: #000000;
}
.cid-urR7XNbv19 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4f6e85;
}
.cid-urR7XNbv19 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urR7XNbv19 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urR7XNbv19 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urR7XNbv19 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urR7XNbv19 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urR7XNbv19 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urR7XNbv19 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urR7XNbv19 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urR7XNbv19 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-urR7XNbv19 .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-urR7XNbv19 .navbar {
    height: 70px;
  }
  .cid-urR7XNbv19 .navbar.opened {
    height: auto;
  }
  .cid-urR7XNbv19 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urR7XNbv19 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-urR7XNbv19 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-urR7XNbv19 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-urR7XNbv19 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-urR7XNbv19 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urR7XNbv19 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-urR7XNbv19 .mbr-section-btn .btn,
.cid-urR7XNbv19 .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urR7XNbv19 .mbr-section-subtitle {
  color: #000000;
}
.cid-urR7XNbv19 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urR7XNbv19 .text_widget {
  color: #000000;
}
.cid-urR7XNbv19 .mbr-section-subtitle,
.cid-urR7XNbv19 .text_widget,
.cid-urR7XNbv19 .mbr-section-btn {
  text-align: center;
}
.cid-urR7XNbv19 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-urR7XQojQ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urR7XQojQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7XQojQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urR7XQojQ3 .row {
    padding: 0 13px;
  }
}
.cid-urR7XQojQ3 .row {
  justify-content: center;
}
.cid-urR7XQojQ3 .item {
  position: relative;
  margin-bottom: 100px;
}
.cid-urR7XQojQ3 .item .item-wrapper {
  position: relative;
}
.cid-urR7XQojQ3 .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-urR7XQojQ3 .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-urR7XQojQ3 .item-tag {
  color: #ffffff;
}
.cid-urR7XQojQ3 .item-title {
  color: #ffffff;
}
.cid-urR7XRBtVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urR7XRBtVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7XRBtVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urR7XRBtVr .row {
    padding: 0 13px;
  }
}
.cid-urR7XRBtVr .row {
  justify-content: center;
}
.cid-urR7XRBtVr .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-urR7XRBtVr .title-wrapper {
  padding: 30px 54px 30px 0;
}
@media (max-width: 992px) {
  .cid-urR7XRBtVr .title-wrapper {
    padding: 0 0 40px;
  }
}
.cid-urR7XRBtVr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urR7XRBtVr .text-wrapper {
  padding: 30px 0 30px 74px;
  border-left: 1px solid #282828;
}
@media (max-width: 992px) {
  .cid-urR7XRBtVr .text-wrapper {
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #282828;
  }
}
.cid-urR7XRBtVr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urR7XRBtVr .mbr-section-title {
  color: #ffffff;
}
.cid-urR7XRBtVr .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-urR7XTh7xq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-urR7XTh7xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7XTh7xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR7XTh7xq .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-urR7XTh7xq .container-fluid {
    padding: 0;
  }
}
.cid-urR7XTh7xq .container-fluid .row {
  padding: 0;
}
.cid-urR7XTh7xq .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urR7XTh7xq .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-urR7XTh7xq .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-urR7XTh7xq .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-urR7XTh7xq .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urR7XTh7xq .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-urR7XTh7xq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urR7XTh7xq .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urR7XTh7xq .image-wrapper img {
    height: 400px;
  }
}
.cid-urR7XTh7xq .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-urR7XTh7xq .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urR7XTh7xq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urR7XTh7xq .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-urR7XTT9mJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f6e85;
}
.cid-urR7XTT9mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-urR7XTT9mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urR7XTT9mJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-urR7XTT9mJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-urR7XTT9mJ .container-fluid .row {
  padding: 0;
}
.cid-urR7XTT9mJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urR7XTT9mJ .card {
    margin-bottom: 50px;
  }
}
.cid-urR7XTT9mJ .logo-wrapper {
  margin-bottom: 18px;
}
.cid-urR7XTT9mJ .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-urR7XTT9mJ .mbr-text {
  margin-bottom: 18px;
  color: #fafafa;
}
.cid-urR7XTT9mJ .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-urR7XTT9mJ .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urR7XTT9mJ .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-urR7XTT9mJ .list li {
  margin-bottom: 10px;
}
.cid-urR7XTT9mJ .list li:last-child {
  margin-bottom: 0;
}
.cid-urR7XTT9mJ .list li:hover {
  color: #ffffff;
}
.cid-urR7XTT9mJ .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-urR7XTT9mJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-urR7XTT9mJ .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-urR7XTT9mJ P {
  color: #b6b6b6;
}
