body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #181818 !important;
}
.bg-success {
  background-color: #f8f8f8 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #0758e2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #797979 !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: #4d4d4d !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #797979 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !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: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0758e2 !important;
  border-color: #0758e2 !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: #04378e !important;
  border-color: #04378e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #04378e !important;
  border-color: #04378e !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: transparent;
  color: #181818;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f8f8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cdcdcd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0758e2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #04378e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0758e2 !important;
  border-color: #0758e2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #181818 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #f8f8f8 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #0758e2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c5c5c5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #04317f !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: #181818;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #0758e2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8d2fd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  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: #181818 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #181818;
}
.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: #181818;
  border-bottom-color: #181818;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #181818 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #454545 !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='%23181818' %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 {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #181818 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #181818;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #f8f8f8;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #0758e2;
}
.cid-tim2LGbvHv {
  z-index: 1000;
  width: 100%;
}
.cid-tim2LGbvHv .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tim2LGbvHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .menu_box .navbar.opened,
  .cid-tim2LGbvHv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tim2LGbvHv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tim2LGbvHv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tim2LGbvHv .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tim2LGbvHv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tim2LGbvHv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tim2LGbvHv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tim2LGbvHv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tim2LGbvHv .offcanvas-body .mbr-text,
  .cid-tim2LGbvHv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tim2LGbvHv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tim2LGbvHv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tim2LGbvHv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .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-tim2LGbvHv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tim2LGbvHv 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;
  }
  .cid-tim2LGbvHv li.nav-item:hover {
    opacity: .8;
  }
  .cid-tim2LGbvHv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tim2LGbvHv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .nav-item {
    margin: 0 !important;
  }
}
.cid-tim2LGbvHv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tim2LGbvHv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tim2LGbvHv .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-tim2LGbvHv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tim2LGbvHv .offcanvas_box {
    display: none;
  }
}
.cid-tim2LGbvHv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tim2LGbvHv .nav-link {
  position: relative;
  color: #181818;
}
.cid-tim2LGbvHv .container {
  display: flex;
  margin: auto;
}
.cid-tim2LGbvHv .iconfont-wrapper {
  color: #181818;
  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-tim2LGbvHv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tim2LGbvHv .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-caption {
  color: #181818;
}
.cid-tim2LGbvHv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tim2LGbvHv .navbar-nav {
    margin: 0;
  }
}
.cid-tim2LGbvHv .dropdown-menu,
.cid-tim2LGbvHv .navbar.opened {
  background-color: false !important;
}
.cid-tim2LGbvHv .nav-item:focus,
.cid-tim2LGbvHv .nav-link:focus {
  outline: none;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tim2LGbvHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tim2LGbvHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tim2LGbvHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tim2LGbvHv .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tim2LGbvHv .navbar.opened {
  transition: all 0.3s;
}
.cid-tim2LGbvHv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tim2LGbvHv .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tim2LGbvHv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tim2LGbvHv .navbar.collapsed {
  justify-content: center;
}
.cid-tim2LGbvHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tim2LGbvHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tim2LGbvHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tim2LGbvHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tim2LGbvHv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tim2LGbvHv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tim2LGbvHv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tim2LGbvHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tim2LGbvHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tim2LGbvHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tim2LGbvHv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tim2LGbvHv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tim2LGbvHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tim2LGbvHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tim2LGbvHv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tim2LGbvHv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tim2LGbvHv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tim2LGbvHv .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-tim2LGbvHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tim2LGbvHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tim2LGbvHv .dropdown-item.active,
.cid-tim2LGbvHv .dropdown-item:active {
  background-color: transparent;
}
.cid-tim2LGbvHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tim2LGbvHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tim2LGbvHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tim2LGbvHv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tim2LGbvHv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tim2LGbvHv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tim2LGbvHv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tim2LGbvHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tim2LGbvHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tim2LGbvHv .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-tim2LGbvHv .navbar {
    height: 70px;
  }
  .cid-tim2LGbvHv .navbar.opened {
    height: auto;
  }
  .cid-tim2LGbvHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tim2LGbvHv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tim2LGbvHv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tim2LGbvHv .navbar-caption:hover {
  color: #181818;
}
.cid-tim2LGbvHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tim2LGbvHv .text_widget {
  color: #ffffff;
}
.cid-tim2LGbvHv .mbr-section-subtitle,
.cid-tim2LGbvHv .text_widget {
  text-align: left;
}
.cid-tim2LGbvHv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhzgCKyaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhzgCKyaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhzgCKyaN .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-tNhzgCKyaN .container {
    padding: 0;
  }
}
.cid-tNhzgCKyaN .row {
  justify-content: center;
}
.cid-tNhzgCKyaN .title-wrapper {
  padding: 0 16px;
}
.cid-tNhzgCKyaN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhzgCKyaN .mbr-section-title {
  color: #263652;
}
.cid-tim8TgPnFf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tim8TgPnFf .container-fluid {
  padding-right: 0;
}
.cid-tim8TgPnFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tim8TgPnFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tim8TgPnFf .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tim8TgPnFf .title {
  display: flex;
  align-items: center;
}
.cid-tim8TgPnFf .title-wrapper {
  width: 100%;
}
.cid-tim8TgPnFf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tim8TgPnFf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tim8TgPnFf .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tim8TgPnFf .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tim8TgPnFf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tim8TgPnFf .mbr-section-subtitle {
  color: #181818;
}
.cid-tim8TgPnFf .mbr-section-title {
  color: #181818;
}
.cid-tim8TgPnFf .mbr-text {
  color: #454545;
}
.cid-tim2NkefZq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tim2NkefZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tim2NkefZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tim2NkefZq .row {
  justify-content: center;
}
.cid-tim2NkefZq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tim2NkefZq .row {
    padding: 0 12px;
  }
}
.cid-tim2NkefZq .item-wrap {
  z-index: 1;
}
.cid-tim2NkefZq .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tim2NkefZq .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tim2NkefZq .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tim2NkefZq .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tim2NkefZq .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tim2NkefZq .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tim2NkefZq .item {
  margin-bottom: 4rem;
}
.cid-tim2NkefZq .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tim2NkefZq .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tim2NkefZq .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tim2NkefZq .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tim2NkefZq .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tim2NkefZq .item a:hover {
  transform: translateY(-10px);
}
.cid-tim2NkefZq .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tim2NkefZq .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tim2NkefZq .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tim2NkefZq .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tim2NkefZq .mbr-card-title {
  color: #181818;
}
.cid-tim2NkefZq .mbr-card-subtitle {
  color: #454545;
}
.cid-tFfTdRb5lg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFfTdRb5lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFfTdRb5lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFfTdRb5lg .row {
  justify-content: center;
}
.cid-tFfTdRb5lg .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tFfTdRb5lg .row {
    padding: 0 12px;
  }
}
.cid-tFfTdRb5lg .item-wrap {
  z-index: 1;
}
.cid-tFfTdRb5lg .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tFfTdRb5lg .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tFfTdRb5lg .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tFfTdRb5lg .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tFfTdRb5lg .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tFfTdRb5lg .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tFfTdRb5lg .item {
  margin-bottom: 4rem;
}
.cid-tFfTdRb5lg .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tFfTdRb5lg .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tFfTdRb5lg .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tFfTdRb5lg .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tFfTdRb5lg .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tFfTdRb5lg .item a:hover {
  transform: translateY(-10px);
}
.cid-tFfTdRb5lg .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tFfTdRb5lg .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tFfTdRb5lg .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tFfTdRb5lg .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tFfTdRb5lg .mbr-card-title {
  color: #181818;
}
.cid-tFfTdRb5lg .mbr-card-subtitle {
  color: #454545;
}
.cid-tFfTeylvEl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFfTeylvEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFfTeylvEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFfTeylvEl .row {
  justify-content: center;
}
.cid-tFfTeylvEl .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tFfTeylvEl .row {
    padding: 0 12px;
  }
}
.cid-tFfTeylvEl .item-wrap {
  z-index: 1;
}
.cid-tFfTeylvEl .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tFfTeylvEl .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tFfTeylvEl .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tFfTeylvEl .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tFfTeylvEl .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tFfTeylvEl .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tFfTeylvEl .item {
  margin-bottom: 4rem;
}
.cid-tFfTeylvEl .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tFfTeylvEl .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tFfTeylvEl .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tFfTeylvEl .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tFfTeylvEl .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tFfTeylvEl .item a:hover {
  transform: translateY(-10px);
}
.cid-tFfTeylvEl .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tFfTeylvEl .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tFfTeylvEl .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tFfTeylvEl .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tFfTeylvEl .mbr-card-title {
  color: #181818;
}
.cid-tFfTeylvEl .mbr-card-subtitle {
  color: #454545;
}
.cid-tim3bGn9uN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-tim3bGn9uN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tim3bGn9uN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tim3bGn9uN .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .row {
    padding: 0 12px;
  }
}
.cid-tim3bGn9uN .item-wrap {
  z-index: 1;
}
.cid-tim3bGn9uN .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tim3bGn9uN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-tim3bGn9uN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tim3bGn9uN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .card {
    margin-top: 48px;
  }
}
.cid-tim3bGn9uN .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-tim3bGn9uN .card .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tim3bGn9uN .card .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-tim3bGn9uN .card .mbr-text {
  margin-bottom: 0;
}
.cid-tim3bGn9uN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tim3bGn9uN .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-tim3bGn9uN .mbr-section-title {
  color: #181818;
}
.cid-tim3bGn9uN .mbr-section-subtitle {
  color: #181818;
}
.cid-tim3bGn9uN .mbr-text {
  color: #454545;
}
.cid-tim3bGn9uN .mbr-card-title {
  color: #181818;
}
.cid-tim3bGn9uN .mbr-card-text {
  color: #454545;
}
.cid-tNbZu31djQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNbZu31djQ .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .cid-tNbZu31djQ form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
.cid-tNbZu31djQ form.mbr-form .form-control {
  box-shadow: none;
  border: solid 1px #c7c7c7 !important;
}
.cid-tNbZu31djQ form.mbr-form .form-control:focus {
  border: 1px solid #000 !important;
}
.cid-tNbZu31djQ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tNbZu31djQ form.mbr-form .mbr-section-btn .btn {
  width: max-content;
  margin: auto;
  padding: 0 3rem;
}
.cid-tFgBqqwSQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tFgBqqwSQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFgBqqwSQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFgBqqwSQK .google-map {
  height: 30rem;
  position: relative;
}
.cid-tFgBqqwSQK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tFgBqqwSQK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tFgBqqwSQK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFgBqqwSQK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tim2V66i0g {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-tim2V66i0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tim2V66i0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tim2V66i0g .row {
  justify-content: center;
}
.cid-tim2V66i0g .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tim2V66i0g .row {
    padding: 0 19px;
  }
}
.cid-tim2V66i0g .item {
  padding: 0 5px !important;
}
.cid-tim2V66i0g .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tim2V66i0g .item-wrap {
    padding: 0 5px;
  }
}
.cid-tim2V66i0g .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tim2V66i0g .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tim2V66i0g .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tim2V66i0g .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tim2V66i0g .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tim2V66i0g .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tim2V66i0g .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tim2V66i0g .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tim2V66i0g .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tim2V66i0g .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tim2V66i0g .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tim2V66i0g .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tim2V66i0g .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tim2V66i0g .mbr-like {
  color: #181818;
}
.cid-tim2V66i0g .mbr-comment,
.cid-tim2V66i0g .mbr-iconfont {
  color: #181818;
}
.cid-tim2V66i0g .mbr-text {
  color: #181818;
}
.cid-tim2V66i0g .mbr-text,
.cid-tim2V66i0g .icon-container {
  text-align: center;
}
.cid-tFgHgeu7Xj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tFgHgeu7Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFgHgeu7Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFgHgeu7Xj .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tFgHgeu7Xj .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tFgHgeu7Xj .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tFgHgeu7Xj .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tFgHgeu7Xj .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tFgHgeu7Xj .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tFgHgeu7Xj .list-box {
  width: 100%;
}
.cid-tFgHgeu7Xj .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tFgHgeu7Xj .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tFgHgeu7Xj .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tFgHgeu7Xj .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tFgHgeu7Xj .list a:hover:before {
  background-position: left !important;
}
.cid-tFgHgeu7Xj .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tFgHgeu7Xj .news-item {
  width: 100%;
}
.cid-tFgHgeu7Xj .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tFgHgeu7Xj .news-title {
  color: #303030;
}
.cid-tFgHgeu7Xj .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5rkOlCTj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5rkOlCTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5rkOlCTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFfTqlCnQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFfTqlCnQl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFfTqlCnQl .row {
  flex-direction: row-reverse;
}
.cid-tFfTqlCnQl img {
  width: 100%;
}
.cid-tGtRX5eTCL {
  z-index: 1000;
  width: 100%;
}
.cid-tGtRX5eTCL .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tGtRX5eTCL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tGtRX5eTCL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .menu_box .navbar.opened,
  .cid-tGtRX5eTCL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGtRX5eTCL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGtRX5eTCL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGtRX5eTCL .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGtRX5eTCL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGtRX5eTCL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tGtRX5eTCL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGtRX5eTCL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGtRX5eTCL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGtRX5eTCL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGtRX5eTCL .offcanvas-body .mbr-text,
  .cid-tGtRX5eTCL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tGtRX5eTCL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGtRX5eTCL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGtRX5eTCL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGtRX5eTCL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGtRX5eTCL .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-tGtRX5eTCL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGtRX5eTCL 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;
  }
  .cid-tGtRX5eTCL li.nav-item:hover {
    opacity: .8;
  }
  .cid-tGtRX5eTCL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGtRX5eTCL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGtRX5eTCL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .nav-item {
    margin: 0 !important;
  }
}
.cid-tGtRX5eTCL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGtRX5eTCL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tGtRX5eTCL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGtRX5eTCL .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-tGtRX5eTCL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGtRX5eTCL .offcanvas_box {
    display: none;
  }
}
.cid-tGtRX5eTCL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGtRX5eTCL .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGtRX5eTCL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGtRX5eTCL .nav-link {
  position: relative;
  color: #181818;
}
.cid-tGtRX5eTCL .container {
  display: flex;
  margin: auto;
}
.cid-tGtRX5eTCL .iconfont-wrapper {
  color: #181818;
  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-tGtRX5eTCL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGtRX5eTCL .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tGtRX5eTCL .navbar-caption {
  color: #181818;
}
.cid-tGtRX5eTCL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGtRX5eTCL .navbar-nav {
    margin: 0;
  }
}
.cid-tGtRX5eTCL .dropdown-menu,
.cid-tGtRX5eTCL .navbar.opened {
  background-color: false !important;
}
.cid-tGtRX5eTCL .nav-item:focus,
.cid-tGtRX5eTCL .nav-link:focus {
  outline: none;
}
.cid-tGtRX5eTCL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGtRX5eTCL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGtRX5eTCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGtRX5eTCL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtRX5eTCL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGtRX5eTCL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGtRX5eTCL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tGtRX5eTCL .navbar.opened {
  transition: all 0.3s;
}
.cid-tGtRX5eTCL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGtRX5eTCL .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tGtRX5eTCL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tGtRX5eTCL .navbar.collapsed {
  justify-content: center;
}
.cid-tGtRX5eTCL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGtRX5eTCL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGtRX5eTCL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGtRX5eTCL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGtRX5eTCL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGtRX5eTCL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGtRX5eTCL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGtRX5eTCL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGtRX5eTCL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGtRX5eTCL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGtRX5eTCL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGtRX5eTCL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGtRX5eTCL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGtRX5eTCL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGtRX5eTCL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGtRX5eTCL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGtRX5eTCL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGtRX5eTCL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGtRX5eTCL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGtRX5eTCL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGtRX5eTCL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGtRX5eTCL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGtRX5eTCL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGtRX5eTCL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGtRX5eTCL .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-tGtRX5eTCL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGtRX5eTCL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGtRX5eTCL .dropdown-item.active,
.cid-tGtRX5eTCL .dropdown-item:active {
  background-color: transparent;
}
.cid-tGtRX5eTCL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGtRX5eTCL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGtRX5eTCL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGtRX5eTCL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGtRX5eTCL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tGtRX5eTCL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGtRX5eTCL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tGtRX5eTCL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tGtRX5eTCL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGtRX5eTCL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGtRX5eTCL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGtRX5eTCL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGtRX5eTCL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGtRX5eTCL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGtRX5eTCL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGtRX5eTCL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGtRX5eTCL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGtRX5eTCL .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-tGtRX5eTCL .navbar {
    height: 70px;
  }
  .cid-tGtRX5eTCL .navbar.opened {
    height: auto;
  }
  .cid-tGtRX5eTCL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGtRX5eTCL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGtRX5eTCL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGtRX5eTCL .navbar-caption:hover {
  color: #181818;
}
.cid-tGtRX5eTCL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGtRX5eTCL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGtRX5eTCL .text_widget {
  color: #ffffff;
}
.cid-tGtRX5eTCL .mbr-section-subtitle,
.cid-tGtRX5eTCL .text_widget {
  text-align: left;
}
.cid-tGtRX5eTCL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhMft6rzC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhMft6rzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhMft6rzC .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-tNhMft6rzC .container {
    padding: 0;
  }
}
.cid-tNhMft6rzC .row {
  justify-content: center;
}
.cid-tNhMft6rzC .title-wrapper {
  padding: 0 16px;
}
.cid-tNhMft6rzC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhMft6rzC .mbr-section-title {
  color: #263652;
}
.cid-tGtRX5SUJ2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tGtRX5SUJ2 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tGtRX5SUJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtRX5SUJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtRX5SUJ2 .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tGtRX5SUJ2 .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tGtRX5SUJ2 .title {
  display: flex;
  align-items: center;
}
.cid-tGtRX5SUJ2 .title-wrapper {
  width: 100%;
}
.cid-tGtRX5SUJ2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGtRX5SUJ2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tGtRX5SUJ2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGtRX5SUJ2 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tGtRX5SUJ2 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tGtRX5SUJ2 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tGtRX5SUJ2 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tGtRX5SUJ2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGtRX5SUJ2 .mbr-section-subtitle {
  color: #181818;
}
.cid-tGtRX5SUJ2 .mbr-section-title {
  color: #181818;
}
.cid-tGtRX5SUJ2 .mbr-text {
  color: #454545;
}
.cid-tGtSFQFR8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGtSFQFR8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtSFQFR8E .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-tGtSFQFR8E .container {
    padding: 0 16px;
  }
}
.cid-tGtSFQFR8E .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tGtSFQFR8E .title-wrapper {
    padding-right: 0;
  }
}
.cid-tGtSFQFR8E .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tGtSFQFR8E .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tGtSFQFR8E .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tGtSFQFR8E .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tGtSFQFR8E .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tGtSFQFR8E .title-wrapper .line {
    display: none;
  }
}
.cid-tGtSFQFR8E .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGtSFQFR8E .card {
    margin-bottom: 40px;
  }
}
.cid-tGtSFQFR8E .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGtSFQFR8E .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tGtSFQFR8E .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tGtSFQFR8E .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4137;
  opacity: .2;
  border-radius: 100%;
}
.cid-tGtSFQFR8E .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ff4137;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tGtSFQFR8E .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tGtSFQFR8E .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGtSFQFR8E .mbr-section-title {
  color: #08323C;
}
.cid-tGtSFQFR8E .mbr-text {
  color: #08323C;
}
.cid-tGtWmSwAYi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGtWmSwAYi img {
  border-radius: 0px;
}
.cid-tGtWmSwAYi .row {
  justify-content: center;
}
.cid-tGtWmSwAYi .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tGtWmSwAYi .container {
  max-width: 1132px;
}
.cid-tGtRXafU5w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tGtRXafU5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtRXafU5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtRXafU5w .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tGtRXafU5w .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGtRXafU5w .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGtRXafU5w .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGtRXafU5w .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGtRXafU5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tGtRXafU5w .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGtRXafU5w .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGtRXafU5w .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tGtRXafU5w .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tGtRXafU5w .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tGtRXafU5w .list-box {
  width: 100%;
}
.cid-tGtRXafU5w .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tGtRXafU5w .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tGtRXafU5w .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGtRXafU5w .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tGtRXafU5w .list a:hover:before {
  background-position: left !important;
}
.cid-tGtRXafU5w .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tGtRXafU5w .news-item {
  width: 100%;
}
.cid-tGtRXafU5w .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tGtRXafU5w .news-title {
  color: #303030;
}
.cid-tGtRXafU5w .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5TAzwV0h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5TAzwV0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5TAzwV0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtRXaPbYs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGtRXaPbYs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGtRXaPbYs .row {
  flex-direction: row-reverse;
}
.cid-tGtRXaPbYs img {
  width: 100%;
}
.cid-tGtWXBLDaL {
  z-index: 1000;
  width: 100%;
}
.cid-tGtWXBLDaL .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tGtWXBLDaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tGtWXBLDaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .menu_box .navbar.opened,
  .cid-tGtWXBLDaL .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGtWXBLDaL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGtWXBLDaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGtWXBLDaL .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGtWXBLDaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGtWXBLDaL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tGtWXBLDaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGtWXBLDaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGtWXBLDaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGtWXBLDaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGtWXBLDaL .offcanvas-body .mbr-text,
  .cid-tGtWXBLDaL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tGtWXBLDaL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGtWXBLDaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGtWXBLDaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGtWXBLDaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGtWXBLDaL .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-tGtWXBLDaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGtWXBLDaL 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;
  }
  .cid-tGtWXBLDaL li.nav-item:hover {
    opacity: .8;
  }
  .cid-tGtWXBLDaL .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGtWXBLDaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGtWXBLDaL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .nav-item {
    margin: 0 !important;
  }
}
.cid-tGtWXBLDaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGtWXBLDaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tGtWXBLDaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGtWXBLDaL .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-tGtWXBLDaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGtWXBLDaL .offcanvas_box {
    display: none;
  }
}
.cid-tGtWXBLDaL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGtWXBLDaL .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGtWXBLDaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGtWXBLDaL .nav-link {
  position: relative;
  color: #181818;
}
.cid-tGtWXBLDaL .container {
  display: flex;
  margin: auto;
}
.cid-tGtWXBLDaL .iconfont-wrapper {
  color: #181818;
  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-tGtWXBLDaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGtWXBLDaL .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tGtWXBLDaL .navbar-caption {
  color: #181818;
}
.cid-tGtWXBLDaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGtWXBLDaL .navbar-nav {
    margin: 0;
  }
}
.cid-tGtWXBLDaL .dropdown-menu,
.cid-tGtWXBLDaL .navbar.opened {
  background-color: false !important;
}
.cid-tGtWXBLDaL .nav-item:focus,
.cid-tGtWXBLDaL .nav-link:focus {
  outline: none;
}
.cid-tGtWXBLDaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGtWXBLDaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGtWXBLDaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGtWXBLDaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGtWXBLDaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGtWXBLDaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGtWXBLDaL .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tGtWXBLDaL .navbar.opened {
  transition: all 0.3s;
}
.cid-tGtWXBLDaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGtWXBLDaL .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tGtWXBLDaL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tGtWXBLDaL .navbar.collapsed {
  justify-content: center;
}
.cid-tGtWXBLDaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGtWXBLDaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGtWXBLDaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGtWXBLDaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGtWXBLDaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGtWXBLDaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGtWXBLDaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGtWXBLDaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGtWXBLDaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGtWXBLDaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGtWXBLDaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGtWXBLDaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGtWXBLDaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGtWXBLDaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGtWXBLDaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGtWXBLDaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGtWXBLDaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGtWXBLDaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGtWXBLDaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGtWXBLDaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGtWXBLDaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGtWXBLDaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGtWXBLDaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGtWXBLDaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGtWXBLDaL .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-tGtWXBLDaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGtWXBLDaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGtWXBLDaL .dropdown-item.active,
.cid-tGtWXBLDaL .dropdown-item:active {
  background-color: transparent;
}
.cid-tGtWXBLDaL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGtWXBLDaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGtWXBLDaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGtWXBLDaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGtWXBLDaL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tGtWXBLDaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGtWXBLDaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tGtWXBLDaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tGtWXBLDaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGtWXBLDaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGtWXBLDaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGtWXBLDaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGtWXBLDaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGtWXBLDaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGtWXBLDaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGtWXBLDaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGtWXBLDaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGtWXBLDaL .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-tGtWXBLDaL .navbar {
    height: 70px;
  }
  .cid-tGtWXBLDaL .navbar.opened {
    height: auto;
  }
  .cid-tGtWXBLDaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGtWXBLDaL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGtWXBLDaL .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGtWXBLDaL .navbar-caption:hover {
  color: #181818;
}
.cid-tGtWXBLDaL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tGtWXBLDaL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGtWXBLDaL .text_widget {
  color: #ffffff;
}
.cid-tGtWXBLDaL .mbr-section-subtitle,
.cid-tGtWXBLDaL .text_widget {
  text-align: left;
}
.cid-tGtWXBLDaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhMqiSTe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhMqiSTe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhMqiSTe4 .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-tNhMqiSTe4 .container {
    padding: 0;
  }
}
.cid-tNhMqiSTe4 .row {
  justify-content: center;
}
.cid-tNhMqiSTe4 .title-wrapper {
  padding: 0 16px;
}
.cid-tNhMqiSTe4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhMqiSTe4 .mbr-section-title {
  color: #263652;
}
.cid-tGtWXCUlWG {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tGtWXCUlWG .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tGtWXCUlWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtWXCUlWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtWXCUlWG .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tGtWXCUlWG .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tGtWXCUlWG .title {
  display: flex;
  align-items: center;
}
.cid-tGtWXCUlWG .title-wrapper {
  width: 100%;
}
.cid-tGtWXCUlWG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGtWXCUlWG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tGtWXCUlWG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tGtWXCUlWG .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tGtWXCUlWG .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tGtWXCUlWG .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tGtWXCUlWG .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tGtWXCUlWG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tGtWXCUlWG .mbr-section-subtitle {
  color: #181818;
}
.cid-tGtWXCUlWG .mbr-section-title {
  color: #181818;
}
.cid-tGtWXCUlWG .mbr-text {
  color: #454545;
}
.cid-tJ8fDxAKgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-tJ8fDxAKgH .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-tJ8fDxAKgH .mbr-section-title {
  color: #000000;
}
.cid-tJ8fDxAKgH .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-tJ8fDxAKgH .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-tJ8fDxAKgH .items-row {
    gap: 30px;
  }
}
.cid-tJ8fDxAKgH .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJ8fDxAKgH .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-tJ8fDxAKgH .item {
    width: 100%;
  }
}
.cid-tJ8fDxAKgH .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-tJ8fDxAKgH .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-tJ8fDxAKgH .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-tJ8fDxAKgH .item-img:hover {
  opacity: 0.7;
}
.cid-tJ8fDxAKgH .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJ8fDxAKgH .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tJ8fDxAKgH .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-tJ8fDxAKgH .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-tJ8fDxAKgH .label-container {
  padding: 6px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-tJ8fDxAKgH .label-text {
  color: #747474;
}
.cid-tJ8fDxAKgH .date-text {
  flex-grow: 1;
  color: #747474;
}
.cid-tJ8fDxAKgH .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tJ8fDxAKgH .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-tJ8fDxAKgH .mbr-section-btn {
  margin-top: 20px;
}
.cid-tGtYswlFpA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tGtYswlFpA .mbr-text {
  margin: 0;
}
.cid-tGtYswlFpA .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tGtYswlFpA .row-element,
.cid-tGtYswlFpA .image-element {
  padding: 0;
}
.cid-tGtYswlFpA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGtYswlFpA .image-element .img-wrap {
  width: 100% !important;
}
.cid-tGtYswlFpA .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tGtYswlFpA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGtYswlFpA .carousel-item.active,
.cid-tGtYswlFpA .carousel-item-next,
.cid-tGtYswlFpA .carousel-item-prev {
  display: flex;
}
.cid-tGtYswlFpA .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tGtYswlFpA .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #181818;
}
.cid-tGtYswlFpA .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tGtYswlFpA .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tGtYswlFpA .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-tGtYswlFpA .carousel-controls {
    display: block;
  }
  .cid-tGtYswlFpA .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-tGtYswlFpA .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-tGtYswlFpA .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-tGtYswlFpA .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-tGtYswlFpA .text-element {
    padding: 1rem;
  }
  .cid-tGtYswlFpA .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGtYswlFpA .image-element {
    min-width: 50%;
  }
  .cid-tGtYswlFpA .media-container-row {
    width: 100%;
  }
}
.cid-tGtYswlFpA .mbr-text,
.cid-tGtYswlFpA .link {
  text-align: left;
}
.cid-tJ8g8R0Hbf {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f8f8f8;
}
.cid-tJ8g8R0Hbf img {
  object-fit: cover;
}
.cid-tJ8g8R0Hbf .mbr-text,
.cid-tJ8g8R0Hbf .mbr-section-btn {
  text-align: right;
}
.cid-tJ8g8R0Hbf .mbr-section-subtitle {
  text-align: right;
}
.cid-tGtWXI96hW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tGtWXI96hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtWXI96hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtWXI96hW .row {
  justify-content: center;
}
.cid-tGtWXI96hW .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tGtWXI96hW .row {
    padding: 0 19px;
  }
}
.cid-tGtWXI96hW .item {
  padding: 0 5px !important;
}
.cid-tGtWXI96hW .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGtWXI96hW .item-wrap {
    padding: 0 5px;
  }
}
.cid-tGtWXI96hW .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tGtWXI96hW .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tGtWXI96hW .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGtWXI96hW .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tGtWXI96hW .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tGtWXI96hW .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tGtWXI96hW .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tGtWXI96hW .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tGtWXI96hW .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tGtWXI96hW .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tGtWXI96hW .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tGtWXI96hW .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tGtWXI96hW .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tGtWXI96hW .mbr-like {
  color: #181818;
}
.cid-tGtWXI96hW .mbr-comment,
.cid-tGtWXI96hW .mbr-iconfont {
  color: #181818;
}
.cid-tGtWXI96hW .mbr-text {
  color: #181818;
}
.cid-tGtWXI96hW .mbr-text,
.cid-tGtWXI96hW .icon-container {
  text-align: center;
}
.cid-tGtWXJ7yMy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tGtWXJ7yMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGtWXJ7yMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtWXJ7yMy .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tGtWXJ7yMy .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGtWXJ7yMy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGtWXJ7yMy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tGtWXJ7yMy .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tGtWXJ7yMy .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tGtWXJ7yMy .list-box {
  width: 100%;
}
.cid-tGtWXJ7yMy .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tGtWXJ7yMy .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tGtWXJ7yMy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGtWXJ7yMy .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tGtWXJ7yMy .list a:hover:before {
  background-position: left !important;
}
.cid-tGtWXJ7yMy .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tGtWXJ7yMy .news-item {
  width: 100%;
}
.cid-tGtWXJ7yMy .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tGtWXJ7yMy .news-title {
  color: #303030;
}
.cid-tGtWXJ7yMy .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UsoPXQU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UsoPXQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UsoPXQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGtWXJRXom {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGtWXJRXom .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGtWXJRXom .row {
  flex-direction: row-reverse;
}
.cid-tGtWXJRXom img {
  width: 100%;
}
.cid-tJlKkHwchu {
  z-index: 1000;
  width: 100%;
}
.cid-tJlKkHwchu .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tJlKkHwchu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tJlKkHwchu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .menu_box .navbar.opened,
  .cid-tJlKkHwchu .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tJlKkHwchu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tJlKkHwchu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tJlKkHwchu .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tJlKkHwchu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tJlKkHwchu .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tJlKkHwchu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tJlKkHwchu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tJlKkHwchu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tJlKkHwchu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tJlKkHwchu .offcanvas-body .mbr-text,
  .cid-tJlKkHwchu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tJlKkHwchu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tJlKkHwchu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tJlKkHwchu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tJlKkHwchu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tJlKkHwchu .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-tJlKkHwchu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tJlKkHwchu 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;
  }
  .cid-tJlKkHwchu li.nav-item:hover {
    opacity: .8;
  }
  .cid-tJlKkHwchu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tJlKkHwchu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tJlKkHwchu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .nav-item {
    margin: 0 !important;
  }
}
.cid-tJlKkHwchu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tJlKkHwchu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tJlKkHwchu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tJlKkHwchu .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-tJlKkHwchu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tJlKkHwchu .offcanvas_box {
    display: none;
  }
}
.cid-tJlKkHwchu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tJlKkHwchu .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tJlKkHwchu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJlKkHwchu .nav-link {
  position: relative;
  color: #181818;
}
.cid-tJlKkHwchu .container {
  display: flex;
  margin: auto;
}
.cid-tJlKkHwchu .iconfont-wrapper {
  color: #181818;
  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-tJlKkHwchu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tJlKkHwchu .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tJlKkHwchu .navbar-caption {
  color: #181818;
}
.cid-tJlKkHwchu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tJlKkHwchu .navbar-nav {
    margin: 0;
  }
}
.cid-tJlKkHwchu .dropdown-menu,
.cid-tJlKkHwchu .navbar.opened {
  background-color: false !important;
}
.cid-tJlKkHwchu .nav-item:focus,
.cid-tJlKkHwchu .nav-link:focus {
  outline: none;
}
.cid-tJlKkHwchu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJlKkHwchu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJlKkHwchu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJlKkHwchu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJlKkHwchu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJlKkHwchu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJlKkHwchu .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tJlKkHwchu .navbar.opened {
  transition: all 0.3s;
}
.cid-tJlKkHwchu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tJlKkHwchu .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tJlKkHwchu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tJlKkHwchu .navbar.collapsed {
  justify-content: center;
}
.cid-tJlKkHwchu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJlKkHwchu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tJlKkHwchu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJlKkHwchu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJlKkHwchu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJlKkHwchu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tJlKkHwchu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tJlKkHwchu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tJlKkHwchu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tJlKkHwchu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJlKkHwchu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJlKkHwchu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tJlKkHwchu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJlKkHwchu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJlKkHwchu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJlKkHwchu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tJlKkHwchu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tJlKkHwchu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tJlKkHwchu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJlKkHwchu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJlKkHwchu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tJlKkHwchu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJlKkHwchu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJlKkHwchu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJlKkHwchu .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-tJlKkHwchu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJlKkHwchu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJlKkHwchu .dropdown-item.active,
.cid-tJlKkHwchu .dropdown-item:active {
  background-color: transparent;
}
.cid-tJlKkHwchu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJlKkHwchu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJlKkHwchu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJlKkHwchu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJlKkHwchu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tJlKkHwchu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJlKkHwchu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tJlKkHwchu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tJlKkHwchu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJlKkHwchu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJlKkHwchu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJlKkHwchu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJlKkHwchu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJlKkHwchu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJlKkHwchu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJlKkHwchu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJlKkHwchu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tJlKkHwchu .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-tJlKkHwchu .navbar {
    height: 70px;
  }
  .cid-tJlKkHwchu .navbar.opened {
    height: auto;
  }
  .cid-tJlKkHwchu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJlKkHwchu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tJlKkHwchu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tJlKkHwchu .navbar-caption:hover {
  color: #181818;
}
.cid-tJlKkHwchu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJlKkHwchu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tJlKkHwchu .text_widget {
  color: #ffffff;
}
.cid-tJlKkHwchu .mbr-section-subtitle,
.cid-tJlKkHwchu .text_widget {
  text-align: left;
}
.cid-tJlKkHwchu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhMuNncG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhMuNncG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhMuNncG2 .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-tNhMuNncG2 .container {
    padding: 0;
  }
}
.cid-tNhMuNncG2 .row {
  justify-content: center;
}
.cid-tNhMuNncG2 .title-wrapper {
  padding: 0 16px;
}
.cid-tNhMuNncG2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhMuNncG2 .mbr-section-title {
  color: #263652;
}
.cid-tJlKkIaL8R {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tJlKkIaL8R .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tJlKkIaL8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlKkIaL8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlKkIaL8R .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tJlKkIaL8R .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tJlKkIaL8R .title {
  display: flex;
  align-items: center;
}
.cid-tJlKkIaL8R .title-wrapper {
  width: 100%;
}
.cid-tJlKkIaL8R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tJlKkIaL8R .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tJlKkIaL8R .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tJlKkIaL8R .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tJlKkIaL8R .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tJlKkIaL8R .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tJlKkIaL8R .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tJlKkIaL8R .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJlKkIaL8R .mbr-section-subtitle {
  color: #181818;
}
.cid-tJlKkIaL8R .mbr-section-title {
  color: #181818;
}
.cid-tJlKkIaL8R .mbr-text {
  color: #454545;
}
.cid-tLZfWAjBxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tLZfWAjBxJ .container-fluid {
  padding-right: 0;
}
.cid-tLZfWAjBxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZfWAjBxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZfWAjBxJ .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLZfWAjBxJ .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tLZfWAjBxJ .title {
  display: flex;
  align-items: center;
}
.cid-tLZfWAjBxJ .title-wrapper {
  width: 100%;
}
.cid-tLZfWAjBxJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tLZfWAjBxJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tLZfWAjBxJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tLZfWAjBxJ .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tLZfWAjBxJ .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tLZfWAjBxJ .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tLZfWAjBxJ .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tLZfWAjBxJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tLZfWAjBxJ .mbr-section-subtitle {
  color: #181818;
}
.cid-tLZfWAjBxJ .mbr-section-title {
  color: #181818;
}
.cid-tLZfWAjBxJ .mbr-text {
  color: #454545;
}
.cid-tLZfFhQKi9 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLZfFhQKi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZfFhQKi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZfFhQKi9 img {
  object-fit: cover;
}
.cid-tLZfFhQKi9 .mbr-text,
.cid-tLZfFhQKi9 .mbr-section-btn {
  text-align: center;
}
.cid-tLZsSgsP2N {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLZsSgsP2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZsSgsP2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZsSgsP2N img {
  object-fit: cover;
}
.cid-tLZtaaIpOX {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLZtaaIpOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZtaaIpOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZtaaIpOX img {
  object-fit: cover;
}
.cid-tMTn5dnt9q {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTn5dnt9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTn5dnt9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTn5dnt9q img {
  object-fit: cover;
}
.cid-tMTnkKYCWW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTnkKYCWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTnkKYCWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTnkKYCWW img {
  object-fit: cover;
}
.cid-tMTrtOeXCM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTrtOeXCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTrtOeXCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTrtOeXCM img {
  object-fit: cover;
}
.cid-tMTrtOeXCM .mbr-text,
.cid-tMTrtOeXCM .mbr-section-btn {
  text-align: left;
}
.cid-tMTsBvigG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTsBvigG7 .container-fluid {
  padding-right: 0;
}
.cid-tMTsBvigG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTsBvigG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTsBvigG7 .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTsBvigG7 .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTsBvigG7 .title {
  display: flex;
  align-items: center;
}
.cid-tMTsBvigG7 .title-wrapper {
  width: 100%;
}
.cid-tMTsBvigG7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTsBvigG7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTsBvigG7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTsBvigG7 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTsBvigG7 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTsBvigG7 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTsBvigG7 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTsBvigG7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTsBvigG7 .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTsBvigG7 .mbr-section-title {
  color: #181818;
}
.cid-tMTsBvigG7 .mbr-text {
  color: #454545;
}
.cid-tMTuXl0jtj {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTuXl0jtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTuXl0jtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTuXl0jtj img {
  object-fit: cover;
}
.cid-tMTuXl0jtj .mbr-text,
.cid-tMTuXl0jtj .mbr-section-btn {
  text-align: center;
}
.cid-tMTycqXJNn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTycqXJNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTycqXJNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTycqXJNn img {
  object-fit: cover;
}
.cid-tMTzGAUu6z {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTzGAUu6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTzGAUu6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTzGAUu6z img {
  object-fit: cover;
}
.cid-tMTzGAUu6z .mbr-text,
.cid-tMTzGAUu6z .mbr-section-btn {
  text-align: center;
}
.cid-tJlKkJA4Ew {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJlKkJA4Ew .mbr-text {
  margin: 0;
}
.cid-tJlKkJA4Ew .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tJlKkJA4Ew .row-element,
.cid-tJlKkJA4Ew .image-element {
  padding: 0;
}
.cid-tJlKkJA4Ew .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJlKkJA4Ew .image-element .img-wrap {
  width: 100% !important;
}
.cid-tJlKkJA4Ew .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tJlKkJA4Ew .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJlKkJA4Ew .carousel-item.active,
.cid-tJlKkJA4Ew .carousel-item-next,
.cid-tJlKkJA4Ew .carousel-item-prev {
  display: flex;
}
.cid-tJlKkJA4Ew .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tJlKkJA4Ew .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #181818;
}
.cid-tJlKkJA4Ew .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-tJlKkJA4Ew .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tJlKkJA4Ew .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-tJlKkJA4Ew .carousel-controls {
    display: block;
  }
  .cid-tJlKkJA4Ew .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-tJlKkJA4Ew .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-tJlKkJA4Ew .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-tJlKkJA4Ew .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-tJlKkJA4Ew .text-element {
    padding: 1rem;
  }
  .cid-tJlKkJA4Ew .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJlKkJA4Ew .image-element {
    min-width: 50%;
  }
  .cid-tJlKkJA4Ew .media-container-row {
    width: 100%;
  }
}
.cid-tJlKkJA4Ew .mbr-text,
.cid-tJlKkJA4Ew .link {
  text-align: left;
}
.cid-tJlKkKogsv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f8f8f8;
}
.cid-tJlKkKogsv img {
  object-fit: cover;
}
.cid-tJlKkKogsv .mbr-text,
.cid-tJlKkKogsv .mbr-section-btn {
  text-align: right;
}
.cid-tJlKkKogsv .mbr-section-subtitle {
  text-align: right;
}
.cid-tNhS3jWHHT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tNhS3jWHHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhS3jWHHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlKkL8dDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tJlKkL8dDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlKkL8dDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlKkL8dDj .row {
  justify-content: center;
}
.cid-tJlKkL8dDj .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tJlKkL8dDj .row {
    padding: 0 19px;
  }
}
.cid-tJlKkL8dDj .item {
  padding: 0 5px !important;
}
.cid-tJlKkL8dDj .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJlKkL8dDj .item-wrap {
    padding: 0 5px;
  }
}
.cid-tJlKkL8dDj .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tJlKkL8dDj .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tJlKkL8dDj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tJlKkL8dDj .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tJlKkL8dDj .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tJlKkL8dDj .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tJlKkL8dDj .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tJlKkL8dDj .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tJlKkL8dDj .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tJlKkL8dDj .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tJlKkL8dDj .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tJlKkL8dDj .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tJlKkL8dDj .mbr-like {
  color: #181818;
}
.cid-tJlKkL8dDj .mbr-comment,
.cid-tJlKkL8dDj .mbr-iconfont {
  color: #181818;
}
.cid-tJlKkL8dDj .mbr-text {
  color: #181818;
}
.cid-tJlKkL8dDj .mbr-text,
.cid-tJlKkL8dDj .icon-container {
  text-align: center;
}
.cid-tJlKkLUBGE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tJlKkLUBGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlKkLUBGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlKkLUBGE .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tJlKkLUBGE .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tJlKkLUBGE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tJlKkLUBGE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tJlKkLUBGE .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tJlKkLUBGE .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tJlKkLUBGE .list-box {
  width: 100%;
}
.cid-tJlKkLUBGE .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tJlKkLUBGE .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tJlKkLUBGE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tJlKkLUBGE .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tJlKkLUBGE .list a:hover:before {
  background-position: left !important;
}
.cid-tJlKkLUBGE .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tJlKkLUBGE .news-item {
  width: 100%;
}
.cid-tJlKkLUBGE .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tJlKkLUBGE .news-title {
  color: #303030;
}
.cid-tJlKkLUBGE .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UwwTHIr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UwwTHIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UwwTHIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlKkMxV3s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tJlKkMxV3s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJlKkMxV3s .row {
  flex-direction: row-reverse;
}
.cid-tJlKkMxV3s img {
  width: 100%;
}
.cid-tLRz5g4Oga {
  z-index: 1000;
  width: 100%;
}
.cid-tLRz5g4Oga .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tLRz5g4Oga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tLRz5g4Oga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .menu_box .navbar.opened,
  .cid-tLRz5g4Oga .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLRz5g4Oga nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tLRz5g4Oga .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLRz5g4Oga .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLRz5g4Oga .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLRz5g4Oga .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tLRz5g4Oga .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLRz5g4Oga .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLRz5g4Oga .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLRz5g4Oga .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLRz5g4Oga .offcanvas-body .mbr-text,
  .cid-tLRz5g4Oga .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLRz5g4Oga .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLRz5g4Oga .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLRz5g4Oga ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLRz5g4Oga .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLRz5g4Oga .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-tLRz5g4Oga .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLRz5g4Oga 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;
  }
  .cid-tLRz5g4Oga li.nav-item:hover {
    opacity: .8;
  }
  .cid-tLRz5g4Oga .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLRz5g4Oga .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLRz5g4Oga .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .nav-item {
    margin: 0 !important;
  }
}
.cid-tLRz5g4Oga .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLRz5g4Oga .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tLRz5g4Oga .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLRz5g4Oga .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-tLRz5g4Oga .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLRz5g4Oga .offcanvas_box {
    display: none;
  }
}
.cid-tLRz5g4Oga .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tLRz5g4Oga .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLRz5g4Oga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLRz5g4Oga .nav-link {
  position: relative;
  color: #181818;
}
.cid-tLRz5g4Oga .container {
  display: flex;
  margin: auto;
}
.cid-tLRz5g4Oga .iconfont-wrapper {
  color: #181818;
  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-tLRz5g4Oga .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLRz5g4Oga .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tLRz5g4Oga .navbar-caption {
  color: #181818;
}
.cid-tLRz5g4Oga .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLRz5g4Oga .navbar-nav {
    margin: 0;
  }
}
.cid-tLRz5g4Oga .dropdown-menu,
.cid-tLRz5g4Oga .navbar.opened {
  background-color: false !important;
}
.cid-tLRz5g4Oga .nav-item:focus,
.cid-tLRz5g4Oga .nav-link:focus {
  outline: none;
}
.cid-tLRz5g4Oga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLRz5g4Oga .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLRz5g4Oga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLRz5g4Oga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLRz5g4Oga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLRz5g4Oga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLRz5g4Oga .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tLRz5g4Oga .navbar.opened {
  transition: all 0.3s;
}
.cid-tLRz5g4Oga .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLRz5g4Oga .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tLRz5g4Oga .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLRz5g4Oga .navbar.collapsed {
  justify-content: center;
}
.cid-tLRz5g4Oga .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLRz5g4Oga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLRz5g4Oga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLRz5g4Oga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLRz5g4Oga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLRz5g4Oga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLRz5g4Oga .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLRz5g4Oga .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLRz5g4Oga .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLRz5g4Oga .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLRz5g4Oga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLRz5g4Oga .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLRz5g4Oga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLRz5g4Oga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLRz5g4Oga .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLRz5g4Oga .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLRz5g4Oga .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLRz5g4Oga .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLRz5g4Oga .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLRz5g4Oga .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLRz5g4Oga .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLRz5g4Oga .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLRz5g4Oga .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLRz5g4Oga .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLRz5g4Oga .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-tLRz5g4Oga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLRz5g4Oga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLRz5g4Oga .dropdown-item.active,
.cid-tLRz5g4Oga .dropdown-item:active {
  background-color: transparent;
}
.cid-tLRz5g4Oga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLRz5g4Oga .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLRz5g4Oga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLRz5g4Oga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLRz5g4Oga ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tLRz5g4Oga .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLRz5g4Oga button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tLRz5g4Oga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tLRz5g4Oga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLRz5g4Oga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLRz5g4Oga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLRz5g4Oga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLRz5g4Oga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLRz5g4Oga nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLRz5g4Oga nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLRz5g4Oga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLRz5g4Oga a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLRz5g4Oga .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-tLRz5g4Oga .navbar {
    height: 70px;
  }
  .cid-tLRz5g4Oga .navbar.opened {
    height: auto;
  }
  .cid-tLRz5g4Oga .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLRz5g4Oga .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLRz5g4Oga .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLRz5g4Oga .navbar-caption:hover {
  color: #181818;
}
.cid-tLRz5g4Oga .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLRz5g4Oga .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLRz5g4Oga .text_widget {
  color: #ffffff;
}
.cid-tLRz5g4Oga .mbr-section-subtitle,
.cid-tLRz5g4Oga .text_widget {
  text-align: left;
}
.cid-tLRz5g4Oga a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhOuXE4qv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhOuXE4qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhOuXE4qv .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-tNhOuXE4qv .container {
    padding: 0;
  }
}
.cid-tNhOuXE4qv .row {
  justify-content: center;
}
.cid-tNhOuXE4qv .title-wrapper {
  padding: 0 16px;
}
.cid-tNhOuXE4qv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhOuXE4qv .mbr-section-title {
  color: #263652;
}
.cid-tLRz5ham2v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLRz5ham2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLRz5ham2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRz5ham2v .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLRz5ham2v .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tLRz5ham2v .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLRz5ham2v .person-container {
    margin-bottom: 32px;
  }
}
.cid-tLRz5ham2v .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLRz5ham2v .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tLRz5ham2v .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-tLRz5ham2v .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-tLRz5ham2v .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLRz5ham2v .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLRz5ham2v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLRz5ham2v .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tLRz5ham2v .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-tLRz5ham2v .links-container {
  padding: 0 1rem;
}
.cid-tLRz5ham2v .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLRz5ham2v .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-tLRz5ham2v .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-tLRz5ham2v .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-tLRz5ham2v .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tLRz5ham2v .mbr-section-title {
  color: #181818;
}
.cid-tLRz5ham2v .mbr-person {
  color: #181818;
}
.cid-tLRz5ham2v .mbr-links,
.cid-tLRz5ham2v .mbr-dot,
.cid-tLRz5ham2v .mbr-iconfont {
  color: #181818;
}
.cid-tLRz5ham2v .mbr-section-title,
.cid-tLRz5ham2v .mbr-section-btn,
.cid-tLRz5ham2v .person-container,
.cid-tLRz5ham2v .links-container {
  text-align: center;
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-24 p {
  font-size: 30px;
  color: #777;
}
.cid-tLRz5kPLhk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tLRz5kPLhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLRz5kPLhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRz5kPLhk .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tLRz5kPLhk .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tLRz5kPLhk .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLRz5kPLhk .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLRz5kPLhk .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tLRz5kPLhk .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tLRz5kPLhk .list-box {
  width: 100%;
}
.cid-tLRz5kPLhk .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tLRz5kPLhk .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tLRz5kPLhk .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLRz5kPLhk .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tLRz5kPLhk .list a:hover:before {
  background-position: left !important;
}
.cid-tLRz5kPLhk .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tLRz5kPLhk .news-item {
  width: 100%;
}
.cid-tLRz5kPLhk .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tLRz5kPLhk .news-title {
  color: #303030;
}
.cid-tLRz5kPLhk .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UKf3piD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UKf3piD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UKf3piD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRz5lH0BV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLRz5lH0BV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLRz5lH0BV .row {
  flex-direction: row-reverse;
}
.cid-tLRz5lH0BV img {
  width: 100%;
}
.cid-tLSbm7Fpju {
  z-index: 1000;
  width: 100%;
}
.cid-tLSbm7Fpju .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tLSbm7Fpju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tLSbm7Fpju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .menu_box .navbar.opened,
  .cid-tLSbm7Fpju .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLSbm7Fpju nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tLSbm7Fpju .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLSbm7Fpju .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLSbm7Fpju .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLSbm7Fpju .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tLSbm7Fpju .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLSbm7Fpju .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLSbm7Fpju .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLSbm7Fpju .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLSbm7Fpju .offcanvas-body .mbr-text,
  .cid-tLSbm7Fpju .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLSbm7Fpju .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLSbm7Fpju .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLSbm7Fpju ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLSbm7Fpju .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLSbm7Fpju .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-tLSbm7Fpju .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLSbm7Fpju 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;
  }
  .cid-tLSbm7Fpju li.nav-item:hover {
    opacity: .8;
  }
  .cid-tLSbm7Fpju .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLSbm7Fpju .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLSbm7Fpju .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .nav-item {
    margin: 0 !important;
  }
}
.cid-tLSbm7Fpju .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLSbm7Fpju .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tLSbm7Fpju .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLSbm7Fpju .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-tLSbm7Fpju .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLSbm7Fpju .offcanvas_box {
    display: none;
  }
}
.cid-tLSbm7Fpju .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tLSbm7Fpju .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLSbm7Fpju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLSbm7Fpju .nav-link {
  position: relative;
  color: #181818;
}
.cid-tLSbm7Fpju .container {
  display: flex;
  margin: auto;
}
.cid-tLSbm7Fpju .iconfont-wrapper {
  color: #181818;
  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-tLSbm7Fpju .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLSbm7Fpju .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tLSbm7Fpju .navbar-caption {
  color: #181818;
}
.cid-tLSbm7Fpju .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLSbm7Fpju .navbar-nav {
    margin: 0;
  }
}
.cid-tLSbm7Fpju .dropdown-menu,
.cid-tLSbm7Fpju .navbar.opened {
  background-color: false !important;
}
.cid-tLSbm7Fpju .nav-item:focus,
.cid-tLSbm7Fpju .nav-link:focus {
  outline: none;
}
.cid-tLSbm7Fpju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLSbm7Fpju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLSbm7Fpju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLSbm7Fpju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLSbm7Fpju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLSbm7Fpju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLSbm7Fpju .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tLSbm7Fpju .navbar.opened {
  transition: all 0.3s;
}
.cid-tLSbm7Fpju .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLSbm7Fpju .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tLSbm7Fpju .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLSbm7Fpju .navbar.collapsed {
  justify-content: center;
}
.cid-tLSbm7Fpju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLSbm7Fpju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLSbm7Fpju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLSbm7Fpju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLSbm7Fpju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLSbm7Fpju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLSbm7Fpju .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLSbm7Fpju .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLSbm7Fpju .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLSbm7Fpju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLSbm7Fpju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLSbm7Fpju .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLSbm7Fpju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLSbm7Fpju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLSbm7Fpju .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLSbm7Fpju .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLSbm7Fpju .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLSbm7Fpju .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLSbm7Fpju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLSbm7Fpju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLSbm7Fpju .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLSbm7Fpju .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLSbm7Fpju .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLSbm7Fpju .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLSbm7Fpju .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-tLSbm7Fpju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLSbm7Fpju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLSbm7Fpju .dropdown-item.active,
.cid-tLSbm7Fpju .dropdown-item:active {
  background-color: transparent;
}
.cid-tLSbm7Fpju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLSbm7Fpju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLSbm7Fpju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLSbm7Fpju .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLSbm7Fpju ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tLSbm7Fpju .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLSbm7Fpju button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tLSbm7Fpju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tLSbm7Fpju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLSbm7Fpju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSbm7Fpju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLSbm7Fpju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLSbm7Fpju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSbm7Fpju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLSbm7Fpju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLSbm7Fpju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLSbm7Fpju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLSbm7Fpju .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-tLSbm7Fpju .navbar {
    height: 70px;
  }
  .cid-tLSbm7Fpju .navbar.opened {
    height: auto;
  }
  .cid-tLSbm7Fpju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLSbm7Fpju .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLSbm7Fpju .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLSbm7Fpju .navbar-caption:hover {
  color: #181818;
}
.cid-tLSbm7Fpju .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLSbm7Fpju .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLSbm7Fpju .text_widget {
  color: #ffffff;
}
.cid-tLSbm7Fpju .mbr-section-subtitle,
.cid-tLSbm7Fpju .text_widget {
  text-align: left;
}
.cid-tLSbm7Fpju a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhOkZCtVu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhOkZCtVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhOkZCtVu .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-tNhOkZCtVu .container {
    padding: 0;
  }
}
.cid-tNhOkZCtVu .row {
  justify-content: center;
}
.cid-tNhOkZCtVu .title-wrapper {
  padding: 0 16px;
}
.cid-tNhOkZCtVu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhOkZCtVu .mbr-section-title {
  color: #263652;
}
.cid-tLSbNVzW5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tLSbNVzW5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSbNVzW5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSbNVzW5T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLSbNVzW5T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLSbNVzW5T .container {
    padding: 0;
  }
}
.cid-tLSbNVzW5T .row {
  justify-content: center;
}
.cid-tLSbNVzW5T .title-wrapper {
  padding: 0 16px;
}
.cid-tLSbNVzW5T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLSbNVzW5T .mbr-section-title {
  color: #263652;
}
#blog_PlasticosKira {
  /* Type valid CSS here */
}
#blog_PlasticosKira div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#blog_PlasticosKira p {
  font-size: 60px;
  color: #777;
}
.cid-tLSbmbStNY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tLSbmbStNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSbmbStNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSbmbStNY .row {
  justify-content: center;
}
.cid-tLSbmbStNY .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tLSbmbStNY .row {
    padding: 0 19px;
  }
}
.cid-tLSbmbStNY .item {
  padding: 0 5px !important;
}
.cid-tLSbmbStNY .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLSbmbStNY .item-wrap {
    padding: 0 5px;
  }
}
.cid-tLSbmbStNY .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tLSbmbStNY .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tLSbmbStNY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tLSbmbStNY .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tLSbmbStNY .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tLSbmbStNY .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLSbmbStNY .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tLSbmbStNY .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tLSbmbStNY .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tLSbmbStNY .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tLSbmbStNY .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tLSbmbStNY .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tLSbmbStNY .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tLSbmbStNY .mbr-like {
  color: #181818;
}
.cid-tLSbmbStNY .mbr-comment,
.cid-tLSbmbStNY .mbr-iconfont {
  color: #181818;
}
.cid-tLSbmbStNY .mbr-text {
  color: #181818;
}
.cid-tLSbmbStNY .mbr-text,
.cid-tLSbmbStNY .icon-container {
  text-align: center;
}
.cid-tLSbmcwr4A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tLSbmcwr4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSbmcwr4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSbmcwr4A .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tLSbmcwr4A .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tLSbmcwr4A .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLSbmcwr4A .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLSbmcwr4A .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tLSbmcwr4A .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tLSbmcwr4A .list-box {
  width: 100%;
}
.cid-tLSbmcwr4A .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tLSbmcwr4A .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tLSbmcwr4A .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLSbmcwr4A .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tLSbmcwr4A .list a:hover:before {
  background-position: left !important;
}
.cid-tLSbmcwr4A .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tLSbmcwr4A .news-item {
  width: 100%;
}
.cid-tLSbmcwr4A .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tLSbmcwr4A .news-title {
  color: #303030;
}
.cid-tLSbmcwr4A .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UHT9Zbu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UHT9Zbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UHT9Zbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSbmd6vNV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLSbmd6vNV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLSbmd6vNV .row {
  flex-direction: row-reverse;
}
.cid-tLSbmd6vNV img {
  width: 100%;
}
.cid-tLTh9p0TzM {
  z-index: 1000;
  width: 100%;
}
.cid-tLTh9p0TzM .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tLTh9p0TzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tLTh9p0TzM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .menu_box .navbar.opened,
  .cid-tLTh9p0TzM .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLTh9p0TzM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tLTh9p0TzM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLTh9p0TzM .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLTh9p0TzM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLTh9p0TzM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tLTh9p0TzM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLTh9p0TzM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLTh9p0TzM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLTh9p0TzM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLTh9p0TzM .offcanvas-body .mbr-text,
  .cid-tLTh9p0TzM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLTh9p0TzM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLTh9p0TzM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLTh9p0TzM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLTh9p0TzM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLTh9p0TzM .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-tLTh9p0TzM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLTh9p0TzM 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;
  }
  .cid-tLTh9p0TzM li.nav-item:hover {
    opacity: .8;
  }
  .cid-tLTh9p0TzM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLTh9p0TzM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLTh9p0TzM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .nav-item {
    margin: 0 !important;
  }
}
.cid-tLTh9p0TzM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLTh9p0TzM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tLTh9p0TzM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLTh9p0TzM .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-tLTh9p0TzM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLTh9p0TzM .offcanvas_box {
    display: none;
  }
}
.cid-tLTh9p0TzM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tLTh9p0TzM .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLTh9p0TzM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLTh9p0TzM .nav-link {
  position: relative;
  color: #181818;
}
.cid-tLTh9p0TzM .container {
  display: flex;
  margin: auto;
}
.cid-tLTh9p0TzM .iconfont-wrapper {
  color: #181818;
  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-tLTh9p0TzM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLTh9p0TzM .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tLTh9p0TzM .navbar-caption {
  color: #181818;
}
.cid-tLTh9p0TzM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLTh9p0TzM .navbar-nav {
    margin: 0;
  }
}
.cid-tLTh9p0TzM .dropdown-menu,
.cid-tLTh9p0TzM .navbar.opened {
  background-color: false !important;
}
.cid-tLTh9p0TzM .nav-item:focus,
.cid-tLTh9p0TzM .nav-link:focus {
  outline: none;
}
.cid-tLTh9p0TzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLTh9p0TzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLTh9p0TzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLTh9p0TzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLTh9p0TzM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLTh9p0TzM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLTh9p0TzM .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tLTh9p0TzM .navbar.opened {
  transition: all 0.3s;
}
.cid-tLTh9p0TzM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLTh9p0TzM .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tLTh9p0TzM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLTh9p0TzM .navbar.collapsed {
  justify-content: center;
}
.cid-tLTh9p0TzM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLTh9p0TzM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLTh9p0TzM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLTh9p0TzM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLTh9p0TzM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLTh9p0TzM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLTh9p0TzM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLTh9p0TzM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLTh9p0TzM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLTh9p0TzM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLTh9p0TzM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLTh9p0TzM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLTh9p0TzM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLTh9p0TzM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLTh9p0TzM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLTh9p0TzM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLTh9p0TzM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLTh9p0TzM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLTh9p0TzM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLTh9p0TzM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLTh9p0TzM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLTh9p0TzM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLTh9p0TzM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLTh9p0TzM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLTh9p0TzM .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-tLTh9p0TzM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLTh9p0TzM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLTh9p0TzM .dropdown-item.active,
.cid-tLTh9p0TzM .dropdown-item:active {
  background-color: transparent;
}
.cid-tLTh9p0TzM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLTh9p0TzM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLTh9p0TzM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLTh9p0TzM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLTh9p0TzM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tLTh9p0TzM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLTh9p0TzM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tLTh9p0TzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tLTh9p0TzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLTh9p0TzM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLTh9p0TzM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLTh9p0TzM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLTh9p0TzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLTh9p0TzM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLTh9p0TzM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLTh9p0TzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLTh9p0TzM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLTh9p0TzM .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-tLTh9p0TzM .navbar {
    height: 70px;
  }
  .cid-tLTh9p0TzM .navbar.opened {
    height: auto;
  }
  .cid-tLTh9p0TzM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLTh9p0TzM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLTh9p0TzM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLTh9p0TzM .navbar-caption:hover {
  color: #181818;
}
.cid-tLTh9p0TzM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLTh9p0TzM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLTh9p0TzM .text_widget {
  color: #ffffff;
}
.cid-tLTh9p0TzM .mbr-section-subtitle,
.cid-tLTh9p0TzM .text_widget {
  text-align: left;
}
.cid-tLTh9p0TzM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhOFodvXb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhOFodvXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhOFodvXb .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-tNhOFodvXb .container {
    padding: 0;
  }
}
.cid-tNhOFodvXb .row {
  justify-content: center;
}
.cid-tNhOFodvXb .title-wrapper {
  padding: 0 16px;
}
.cid-tNhOFodvXb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhOFodvXb .mbr-section-title {
  color: #263652;
}
.cid-tLTh9pZcgA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLTh9pZcgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTh9pZcgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTh9pZcgA .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLTh9pZcgA .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tLTh9pZcgA .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLTh9pZcgA .person-container {
    margin-bottom: 32px;
  }
}
.cid-tLTh9pZcgA .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLTh9pZcgA .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tLTh9pZcgA .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-tLTh9pZcgA .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-tLTh9pZcgA .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLTh9pZcgA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLTh9pZcgA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLTh9pZcgA .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tLTh9pZcgA .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-tLTh9pZcgA .links-container {
  padding: 0 1rem;
}
.cid-tLTh9pZcgA .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLTh9pZcgA .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-tLTh9pZcgA .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-tLTh9pZcgA .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-tLTh9pZcgA .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tLTh9pZcgA .mbr-section-title {
  color: #181818;
}
.cid-tLTh9pZcgA .mbr-person {
  color: #181818;
}
.cid-tLTh9pZcgA .mbr-links,
.cid-tLTh9pZcgA .mbr-dot,
.cid-tLTh9pZcgA .mbr-iconfont {
  color: #181818;
}
.cid-tLTh9pZcgA .mbr-section-title,
.cid-tLTh9pZcgA .mbr-section-btn,
.cid-tLTh9pZcgA .person-container,
.cid-tLTh9pZcgA .links-container {
  text-align: center;
}
.cid-tLTodXgrgs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLTodXgrgs .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-tLTodXgrgs .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-tLTodXgrgs .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tLTodXgrgs .title-text-container {
    padding: 0 24px;
  }
}
.cid-tLTodXgrgs .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-tLTodXgrgs .mbr-section-title-container,
.cid-tLTodXgrgs .title_text {
  margin-bottom: 16px;
}
.cid-tLTodXgrgs .card_title {
  color: #FFFFFF;
}
.cid-tLTodXgrgs .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-tLTodXgrgs .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tLTodXgrgs .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-tLTodXgrgs .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-tLTodXgrgs .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-tLTodXgrgs .card-content {
  max-width: 400px;
}
.cid-tLTodXgrgs .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLTodXgrgs .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tLTodXgrgs .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-tLTodXgrgs .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tLTodXgrgs .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tLTodXgrgs .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-tLTodXgrgs .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-tLTodXgrgs .title_text {
  color: #000000;
}
.cid-tLTodXgrgs .mbr-section-title {
  color: #0758e2;
}
.cid-tLTh9qPXPq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tLTh9qPXPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTh9qPXPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTh9qPXPq .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tLTh9qPXPq .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tLTh9qPXPq .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLTh9qPXPq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLTh9qPXPq .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tLTh9qPXPq .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tLTh9qPXPq .list-box {
  width: 100%;
}
.cid-tLTh9qPXPq .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tLTh9qPXPq .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tLTh9qPXPq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLTh9qPXPq .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tLTh9qPXPq .list a:hover:before {
  background-position: left !important;
}
.cid-tLTh9qPXPq .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tLTh9qPXPq .news-item {
  width: 100%;
}
.cid-tLTh9qPXPq .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tLTh9qPXPq .news-title {
  color: #303030;
}
.cid-tLTh9qPXPq .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UNVVYNi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UNVVYNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UNVVYNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTh9rp2Np {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLTh9rp2Np .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLTh9rp2Np .row {
  flex-direction: row-reverse;
}
.cid-tLTh9rp2Np img {
  width: 100%;
}
.cid-tLTn1l2lU2 {
  z-index: 1000;
  width: 100%;
}
.cid-tLTn1l2lU2 .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tLTn1l2lU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tLTn1l2lU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .menu_box .navbar.opened,
  .cid-tLTn1l2lU2 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLTn1l2lU2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tLTn1l2lU2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLTn1l2lU2 .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLTn1l2lU2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLTn1l2lU2 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tLTn1l2lU2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLTn1l2lU2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLTn1l2lU2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLTn1l2lU2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLTn1l2lU2 .offcanvas-body .mbr-text,
  .cid-tLTn1l2lU2 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLTn1l2lU2 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLTn1l2lU2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLTn1l2lU2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLTn1l2lU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLTn1l2lU2 .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-tLTn1l2lU2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLTn1l2lU2 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;
  }
  .cid-tLTn1l2lU2 li.nav-item:hover {
    opacity: .8;
  }
  .cid-tLTn1l2lU2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLTn1l2lU2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLTn1l2lU2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .nav-item {
    margin: 0 !important;
  }
}
.cid-tLTn1l2lU2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLTn1l2lU2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tLTn1l2lU2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLTn1l2lU2 .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-tLTn1l2lU2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLTn1l2lU2 .offcanvas_box {
    display: none;
  }
}
.cid-tLTn1l2lU2 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tLTn1l2lU2 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLTn1l2lU2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLTn1l2lU2 .nav-link {
  position: relative;
  color: #181818;
}
.cid-tLTn1l2lU2 .container {
  display: flex;
  margin: auto;
}
.cid-tLTn1l2lU2 .iconfont-wrapper {
  color: #181818;
  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-tLTn1l2lU2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLTn1l2lU2 .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tLTn1l2lU2 .navbar-caption {
  color: #181818;
}
.cid-tLTn1l2lU2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLTn1l2lU2 .navbar-nav {
    margin: 0;
  }
}
.cid-tLTn1l2lU2 .dropdown-menu,
.cid-tLTn1l2lU2 .navbar.opened {
  background-color: false !important;
}
.cid-tLTn1l2lU2 .nav-item:focus,
.cid-tLTn1l2lU2 .nav-link:focus {
  outline: none;
}
.cid-tLTn1l2lU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLTn1l2lU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLTn1l2lU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLTn1l2lU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLTn1l2lU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLTn1l2lU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLTn1l2lU2 .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tLTn1l2lU2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLTn1l2lU2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLTn1l2lU2 .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tLTn1l2lU2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLTn1l2lU2 .navbar.collapsed {
  justify-content: center;
}
.cid-tLTn1l2lU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLTn1l2lU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLTn1l2lU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLTn1l2lU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLTn1l2lU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLTn1l2lU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLTn1l2lU2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLTn1l2lU2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLTn1l2lU2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLTn1l2lU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLTn1l2lU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLTn1l2lU2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLTn1l2lU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLTn1l2lU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLTn1l2lU2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLTn1l2lU2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLTn1l2lU2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLTn1l2lU2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLTn1l2lU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLTn1l2lU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLTn1l2lU2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLTn1l2lU2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLTn1l2lU2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLTn1l2lU2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLTn1l2lU2 .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-tLTn1l2lU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLTn1l2lU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLTn1l2lU2 .dropdown-item.active,
.cid-tLTn1l2lU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLTn1l2lU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLTn1l2lU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLTn1l2lU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLTn1l2lU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLTn1l2lU2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tLTn1l2lU2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLTn1l2lU2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tLTn1l2lU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tLTn1l2lU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLTn1l2lU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLTn1l2lU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLTn1l2lU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLTn1l2lU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLTn1l2lU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLTn1l2lU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLTn1l2lU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLTn1l2lU2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLTn1l2lU2 .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-tLTn1l2lU2 .navbar {
    height: 70px;
  }
  .cid-tLTn1l2lU2 .navbar.opened {
    height: auto;
  }
  .cid-tLTn1l2lU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLTn1l2lU2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLTn1l2lU2 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tLTn1l2lU2 .navbar-caption:hover {
  color: #181818;
}
.cid-tLTn1l2lU2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLTn1l2lU2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLTn1l2lU2 .text_widget {
  color: #ffffff;
}
.cid-tLTn1l2lU2 .mbr-section-subtitle,
.cid-tLTn1l2lU2 .text_widget {
  text-align: left;
}
.cid-tLTn1l2lU2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhOM62esc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhOM62esc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhOM62esc .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-tNhOM62esc .container {
    padding: 0;
  }
}
.cid-tNhOM62esc .row {
  justify-content: center;
}
.cid-tNhOM62esc .title-wrapper {
  padding: 0 16px;
}
.cid-tNhOM62esc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhOM62esc .mbr-section-title {
  color: #263652;
}
.cid-tLTn1lMMLJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLTn1lMMLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTn1lMMLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTn1lMMLJ .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLTn1lMMLJ .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tLTn1lMMLJ .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tLTn1lMMLJ .person-container {
    margin-bottom: 32px;
  }
}
.cid-tLTn1lMMLJ .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLTn1lMMLJ .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tLTn1lMMLJ .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-tLTn1lMMLJ .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-tLTn1lMMLJ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLTn1lMMLJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tLTn1lMMLJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLTn1lMMLJ .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tLTn1lMMLJ .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-tLTn1lMMLJ .links-container {
  padding: 0 1rem;
}
.cid-tLTn1lMMLJ .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tLTn1lMMLJ .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-tLTn1lMMLJ .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-tLTn1lMMLJ .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-tLTn1lMMLJ .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tLTn1lMMLJ .mbr-section-title {
  color: #181818;
}
.cid-tLTn1lMMLJ .mbr-person {
  color: #181818;
}
.cid-tLTn1lMMLJ .mbr-links,
.cid-tLTn1lMMLJ .mbr-dot,
.cid-tLTn1lMMLJ .mbr-iconfont {
  color: #181818;
}
.cid-tLTn1lMMLJ .mbr-section-title,
.cid-tLTn1lMMLJ .mbr-section-btn,
.cid-tLTn1lMMLJ .person-container,
.cid-tLTn1lMMLJ .links-container {
  text-align: center;
}
.cid-tLTnh4TDcp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLTnh4TDcp .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-tLTnh4TDcp .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-tLTnh4TDcp .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-tLTnh4TDcp .title-text-container {
    padding: 0 24px;
  }
}
.cid-tLTnh4TDcp .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-tLTnh4TDcp .mbr-section-title-container,
.cid-tLTnh4TDcp .title_text {
  margin-bottom: 16px;
}
.cid-tLTnh4TDcp .card_title {
  color: #FFFFFF;
}
.cid-tLTnh4TDcp .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-tLTnh4TDcp .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tLTnh4TDcp .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-tLTnh4TDcp .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-tLTnh4TDcp .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-tLTnh4TDcp .card-content {
  max-width: 400px;
}
.cid-tLTnh4TDcp .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLTnh4TDcp .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tLTnh4TDcp .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-tLTnh4TDcp .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tLTnh4TDcp .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tLTnh4TDcp .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-tLTnh4TDcp .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-tLTnh4TDcp .title_text {
  color: #000000;
}
.cid-tLTnh4TDcp .mbr-section-title {
  color: #0758e2;
}
.cid-tLTn1n3P6i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tLTn1n3P6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLTn1n3P6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTn1n3P6i .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tLTn1n3P6i .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tLTn1n3P6i .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLTn1n3P6i .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLTn1n3P6i .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tLTn1n3P6i .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tLTn1n3P6i .list-box {
  width: 100%;
}
.cid-tLTn1n3P6i .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tLTn1n3P6i .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tLTn1n3P6i .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLTn1n3P6i .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tLTn1n3P6i .list a:hover:before {
  background-position: left !important;
}
.cid-tLTn1n3P6i .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tLTn1n3P6i .news-item {
  width: 100%;
}
.cid-tLTn1n3P6i .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tLTn1n3P6i .news-title {
  color: #303030;
}
.cid-tLTn1n3P6i .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5URjVXsi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5URjVXsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5URjVXsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLTn1nDTMe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLTn1nDTMe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLTn1nDTMe .row {
  flex-direction: row-reverse;
}
.cid-tLTn1nDTMe img {
  width: 100%;
}
.cid-tMTC6BWJsN {
  z-index: 1000;
  width: 100%;
}
.cid-tMTC6BWJsN .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tMTC6BWJsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tMTC6BWJsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .menu_box .navbar.opened,
  .cid-tMTC6BWJsN .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMTC6BWJsN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tMTC6BWJsN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMTC6BWJsN .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMTC6BWJsN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMTC6BWJsN .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tMTC6BWJsN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMTC6BWJsN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMTC6BWJsN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMTC6BWJsN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMTC6BWJsN .offcanvas-body .mbr-text,
  .cid-tMTC6BWJsN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMTC6BWJsN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMTC6BWJsN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMTC6BWJsN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMTC6BWJsN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMTC6BWJsN .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-tMTC6BWJsN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMTC6BWJsN 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;
  }
  .cid-tMTC6BWJsN li.nav-item:hover {
    opacity: .8;
  }
  .cid-tMTC6BWJsN .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMTC6BWJsN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMTC6BWJsN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .nav-item {
    margin: 0 !important;
  }
}
.cid-tMTC6BWJsN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMTC6BWJsN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tMTC6BWJsN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMTC6BWJsN .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-tMTC6BWJsN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMTC6BWJsN .offcanvas_box {
    display: none;
  }
}
.cid-tMTC6BWJsN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tMTC6BWJsN .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMTC6BWJsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMTC6BWJsN .nav-link {
  position: relative;
  color: #181818;
}
.cid-tMTC6BWJsN .container {
  display: flex;
  margin: auto;
}
.cid-tMTC6BWJsN .iconfont-wrapper {
  color: #181818;
  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-tMTC6BWJsN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMTC6BWJsN .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tMTC6BWJsN .navbar-caption {
  color: #181818;
}
.cid-tMTC6BWJsN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMTC6BWJsN .navbar-nav {
    margin: 0;
  }
}
.cid-tMTC6BWJsN .dropdown-menu,
.cid-tMTC6BWJsN .navbar.opened {
  background-color: false !important;
}
.cid-tMTC6BWJsN .nav-item:focus,
.cid-tMTC6BWJsN .nav-link:focus {
  outline: none;
}
.cid-tMTC6BWJsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMTC6BWJsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMTC6BWJsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMTC6BWJsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMTC6BWJsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMTC6BWJsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMTC6BWJsN .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tMTC6BWJsN .navbar.opened {
  transition: all 0.3s;
}
.cid-tMTC6BWJsN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMTC6BWJsN .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tMTC6BWJsN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMTC6BWJsN .navbar.collapsed {
  justify-content: center;
}
.cid-tMTC6BWJsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMTC6BWJsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMTC6BWJsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMTC6BWJsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMTC6BWJsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMTC6BWJsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMTC6BWJsN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMTC6BWJsN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMTC6BWJsN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMTC6BWJsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMTC6BWJsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMTC6BWJsN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMTC6BWJsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMTC6BWJsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMTC6BWJsN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMTC6BWJsN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMTC6BWJsN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMTC6BWJsN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMTC6BWJsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMTC6BWJsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMTC6BWJsN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMTC6BWJsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMTC6BWJsN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMTC6BWJsN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMTC6BWJsN .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-tMTC6BWJsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMTC6BWJsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMTC6BWJsN .dropdown-item.active,
.cid-tMTC6BWJsN .dropdown-item:active {
  background-color: transparent;
}
.cid-tMTC6BWJsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMTC6BWJsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMTC6BWJsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMTC6BWJsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMTC6BWJsN ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tMTC6BWJsN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMTC6BWJsN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tMTC6BWJsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tMTC6BWJsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMTC6BWJsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMTC6BWJsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMTC6BWJsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMTC6BWJsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMTC6BWJsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMTC6BWJsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMTC6BWJsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMTC6BWJsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMTC6BWJsN .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-tMTC6BWJsN .navbar {
    height: 70px;
  }
  .cid-tMTC6BWJsN .navbar.opened {
    height: auto;
  }
  .cid-tMTC6BWJsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMTC6BWJsN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMTC6BWJsN .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMTC6BWJsN .navbar-caption:hover {
  color: #181818;
}
.cid-tMTC6BWJsN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMTC6BWJsN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tMTC6BWJsN .text_widget {
  color: #ffffff;
}
.cid-tMTC6BWJsN .mbr-section-subtitle,
.cid-tMTC6BWJsN .text_widget {
  text-align: left;
}
.cid-tMTC6BWJsN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhO00k3F4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhO00k3F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhO00k3F4 .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-tNhO00k3F4 .container {
    padding: 0;
  }
}
.cid-tNhO00k3F4 .row {
  justify-content: center;
}
.cid-tNhO00k3F4 .title-wrapper {
  padding: 0 16px;
}
.cid-tNhO00k3F4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhO00k3F4 .mbr-section-title {
  color: #263652;
}
.cid-tMTC6CI6uH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTC6CI6uH .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tMTC6CI6uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6CI6uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6CI6uH .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTC6CI6uH .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTC6CI6uH .title {
  display: flex;
  align-items: center;
}
.cid-tMTC6CI6uH .title-wrapper {
  width: 100%;
}
.cid-tMTC6CI6uH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6CI6uH .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6CI6uH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6CI6uH .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6CI6uH .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTC6CI6uH .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTC6CI6uH .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTC6CI6uH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTC6CI6uH .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTC6CI6uH .mbr-section-title {
  color: #181818;
}
.cid-tMTC6CI6uH .mbr-text {
  color: #454545;
}
.cid-tMTC6D6nHG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTC6D6nHG .container-fluid {
  padding-right: 0;
}
.cid-tMTC6D6nHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6D6nHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6D6nHG .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTC6D6nHG .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTC6D6nHG .title {
  display: flex;
  align-items: center;
}
.cid-tMTC6D6nHG .title-wrapper {
  width: 100%;
}
.cid-tMTC6D6nHG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6D6nHG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6D6nHG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6D6nHG .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6D6nHG .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTC6D6nHG .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTC6D6nHG .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTC6D6nHG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTC6D6nHG .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTC6D6nHG .mbr-section-title {
  color: #181818;
}
.cid-tMTC6D6nHG .mbr-text {
  color: #454545;
}
.cid-tMTC6GwDXy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTC6GwDXy .container-fluid {
  padding-right: 0;
}
.cid-tMTC6GwDXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6GwDXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6GwDXy .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTC6GwDXy .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTC6GwDXy .title {
  display: flex;
  align-items: center;
}
.cid-tMTC6GwDXy .title-wrapper {
  width: 100%;
}
.cid-tMTC6GwDXy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6GwDXy .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6GwDXy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTC6GwDXy .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTC6GwDXy .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTC6GwDXy .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTC6GwDXy .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTC6GwDXy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTC6GwDXy .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTC6GwDXy .mbr-section-title {
  color: #181818;
}
.cid-tMTC6GwDXy .mbr-text {
  color: #454545;
}
.cid-tMTC6GYYD5 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTC6GYYD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6GYYD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6GYYD5 img {
  object-fit: cover;
}
.cid-tMTC6GYYD5 .mbr-text,
.cid-tMTC6GYYD5 .mbr-section-btn {
  text-align: center;
}
.cid-tMTC6HycTp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTC6HycTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6HycTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6HycTp img {
  object-fit: cover;
}
.cid-tMTI6aYWYP {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMTI6aYWYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTI6aYWYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTI6aYWYP img {
  object-fit: cover;
}
.cid-tMTC6I0zw7 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTC6I0zw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6I0zw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6I0zw7 img {
  object-fit: cover;
}
.cid-tMTC6I0zw7 .mbr-text,
.cid-tMTC6I0zw7 .mbr-section-btn {
  text-align: left;
}
.cid-tMTLedWzHp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTLedWzHp .container-fluid {
  padding-right: 0;
}
.cid-tMTLedWzHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTLedWzHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTLedWzHp .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTLedWzHp .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTLedWzHp .title {
  display: flex;
  align-items: center;
}
.cid-tMTLedWzHp .title-wrapper {
  width: 100%;
}
.cid-tMTLedWzHp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTLedWzHp .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTLedWzHp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTLedWzHp .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTLedWzHp .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTLedWzHp .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTLedWzHp .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTLedWzHp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTLedWzHp .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTLedWzHp .mbr-section-title {
  color: #181818;
}
.cid-tMTLedWzHp .mbr-text {
  color: #454545;
}
.cid-tNhSzl5A8p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tNhSzl5A8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhSzl5A8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6K01ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTC6K01ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6K01ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6K01ln .row {
  justify-content: center;
}
.cid-tMTC6K01ln .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tMTC6K01ln .row {
    padding: 0 19px;
  }
}
.cid-tMTC6K01ln .item {
  padding: 0 5px !important;
}
.cid-tMTC6K01ln .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMTC6K01ln .item-wrap {
    padding: 0 5px;
  }
}
.cid-tMTC6K01ln .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tMTC6K01ln .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tMTC6K01ln .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tMTC6K01ln .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tMTC6K01ln .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tMTC6K01ln .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMTC6K01ln .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tMTC6K01ln .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tMTC6K01ln .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tMTC6K01ln .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tMTC6K01ln .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tMTC6K01ln .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tMTC6K01ln .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tMTC6K01ln .mbr-like {
  color: #181818;
}
.cid-tMTC6K01ln .mbr-comment,
.cid-tMTC6K01ln .mbr-iconfont {
  color: #181818;
}
.cid-tMTC6K01ln .mbr-text {
  color: #181818;
}
.cid-tMTC6K01ln .mbr-text,
.cid-tMTC6K01ln .icon-container {
  text-align: center;
}
.cid-tMTC6KUbqp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tMTC6KUbqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTC6KUbqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6KUbqp .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tMTC6KUbqp .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tMTC6KUbqp .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMTC6KUbqp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMTC6KUbqp .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tMTC6KUbqp .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tMTC6KUbqp .list-box {
  width: 100%;
}
.cid-tMTC6KUbqp .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tMTC6KUbqp .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tMTC6KUbqp .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMTC6KUbqp .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tMTC6KUbqp .list a:hover:before {
  background-position: left !important;
}
.cid-tMTC6KUbqp .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tMTC6KUbqp .news-item {
  width: 100%;
}
.cid-tMTC6KUbqp .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tMTC6KUbqp .news-title {
  color: #303030;
}
.cid-tMTC6KUbqp .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UzEDeLz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UzEDeLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UzEDeLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTC6LJJrH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tMTC6LJJrH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMTC6LJJrH .row {
  flex-direction: row-reverse;
}
.cid-tMTC6LJJrH img {
  width: 100%;
}
.cid-tMTMb2MIBl {
  z-index: 1000;
  width: 100%;
}
.cid-tMTMb2MIBl .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tMTMb2MIBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tMTMb2MIBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .menu_box .navbar.opened,
  .cid-tMTMb2MIBl .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMTMb2MIBl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tMTMb2MIBl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMTMb2MIBl .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMTMb2MIBl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMTMb2MIBl .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tMTMb2MIBl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMTMb2MIBl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMTMb2MIBl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMTMb2MIBl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMTMb2MIBl .offcanvas-body .mbr-text,
  .cid-tMTMb2MIBl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMTMb2MIBl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMTMb2MIBl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMTMb2MIBl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMTMb2MIBl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMTMb2MIBl .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-tMTMb2MIBl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMTMb2MIBl 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;
  }
  .cid-tMTMb2MIBl li.nav-item:hover {
    opacity: .8;
  }
  .cid-tMTMb2MIBl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMTMb2MIBl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMTMb2MIBl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .nav-item {
    margin: 0 !important;
  }
}
.cid-tMTMb2MIBl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMTMb2MIBl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tMTMb2MIBl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMTMb2MIBl .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-tMTMb2MIBl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMTMb2MIBl .offcanvas_box {
    display: none;
  }
}
.cid-tMTMb2MIBl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tMTMb2MIBl .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMTMb2MIBl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMTMb2MIBl .nav-link {
  position: relative;
  color: #181818;
}
.cid-tMTMb2MIBl .container {
  display: flex;
  margin: auto;
}
.cid-tMTMb2MIBl .iconfont-wrapper {
  color: #181818;
  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-tMTMb2MIBl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMTMb2MIBl .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tMTMb2MIBl .navbar-caption {
  color: #181818;
}
.cid-tMTMb2MIBl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMTMb2MIBl .navbar-nav {
    margin: 0;
  }
}
.cid-tMTMb2MIBl .dropdown-menu,
.cid-tMTMb2MIBl .navbar.opened {
  background-color: false !important;
}
.cid-tMTMb2MIBl .nav-item:focus,
.cid-tMTMb2MIBl .nav-link:focus {
  outline: none;
}
.cid-tMTMb2MIBl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMTMb2MIBl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMTMb2MIBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMTMb2MIBl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMTMb2MIBl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMTMb2MIBl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMTMb2MIBl .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tMTMb2MIBl .navbar.opened {
  transition: all 0.3s;
}
.cid-tMTMb2MIBl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMTMb2MIBl .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tMTMb2MIBl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMTMb2MIBl .navbar.collapsed {
  justify-content: center;
}
.cid-tMTMb2MIBl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMTMb2MIBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMTMb2MIBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMTMb2MIBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMTMb2MIBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMTMb2MIBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMTMb2MIBl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMTMb2MIBl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMTMb2MIBl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMTMb2MIBl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMTMb2MIBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMTMb2MIBl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMTMb2MIBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMTMb2MIBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMTMb2MIBl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMTMb2MIBl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMTMb2MIBl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMTMb2MIBl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMTMb2MIBl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMTMb2MIBl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMTMb2MIBl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMTMb2MIBl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMTMb2MIBl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMTMb2MIBl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMTMb2MIBl .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-tMTMb2MIBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMTMb2MIBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMTMb2MIBl .dropdown-item.active,
.cid-tMTMb2MIBl .dropdown-item:active {
  background-color: transparent;
}
.cid-tMTMb2MIBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMTMb2MIBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMTMb2MIBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMTMb2MIBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMTMb2MIBl ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tMTMb2MIBl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMTMb2MIBl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tMTMb2MIBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tMTMb2MIBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMTMb2MIBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMTMb2MIBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMTMb2MIBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMTMb2MIBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMTMb2MIBl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMTMb2MIBl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMTMb2MIBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMTMb2MIBl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMTMb2MIBl .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-tMTMb2MIBl .navbar {
    height: 70px;
  }
  .cid-tMTMb2MIBl .navbar.opened {
    height: auto;
  }
  .cid-tMTMb2MIBl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMTMb2MIBl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMTMb2MIBl .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tMTMb2MIBl .navbar-caption:hover {
  color: #181818;
}
.cid-tMTMb2MIBl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMTMb2MIBl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tMTMb2MIBl .text_widget {
  color: #ffffff;
}
.cid-tMTMb2MIBl .mbr-section-subtitle,
.cid-tMTMb2MIBl .text_widget {
  text-align: left;
}
.cid-tMTMb2MIBl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNhO7mF3UH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tNhO7mF3UH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhO7mF3UH .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-tNhO7mF3UH .container {
    padding: 0;
  }
}
.cid-tNhO7mF3UH .row {
  justify-content: center;
}
.cid-tNhO7mF3UH .title-wrapper {
  padding: 0 16px;
}
.cid-tNhO7mF3UH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNhO7mF3UH .mbr-section-title {
  color: #263652;
}
.cid-tMTMb3Y625 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTMb3Y625 .container-fluid {
  padding-right: 0;
  padding-right: 32px;
  padding-left: 0;
}
.cid-tMTMb3Y625 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTMb3Y625 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb3Y625 .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTMb3Y625 .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTMb3Y625 .title {
  display: flex;
  align-items: center;
}
.cid-tMTMb3Y625 .title-wrapper {
  width: 100%;
}
.cid-tMTMb3Y625 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTMb3Y625 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTMb3Y625 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTMb3Y625 .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTMb3Y625 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTMb3Y625 .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTMb3Y625 .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTMb3Y625 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTMb3Y625 .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTMb3Y625 .mbr-section-title {
  color: #181818;
}
.cid-tMTMb3Y625 .mbr-text {
  color: #454545;
}
.cid-tMTMb4oVcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTMb4oVcY .container-fluid {
  padding-right: 0;
}
.cid-tMTMb4oVcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTMb4oVcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb4oVcY .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tMTMb4oVcY .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tMTMb4oVcY .title {
  display: flex;
  align-items: center;
}
.cid-tMTMb4oVcY .title-wrapper {
  width: 100%;
}
.cid-tMTMb4oVcY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTMb4oVcY .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tMTMb4oVcY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tMTMb4oVcY .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tMTMb4oVcY .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tMTMb4oVcY .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tMTMb4oVcY .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tMTMb4oVcY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tMTMb4oVcY .mbr-section-subtitle {
  color: #181818;
}
.cid-tMTMb4oVcY .mbr-section-title {
  color: #181818;
}
.cid-tMTMb4oVcY .mbr-text {
  color: #454545;
}
.cid-tMTMb56uvB {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTMb56uvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTMb56uvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb56uvB img {
  object-fit: cover;
}
.cid-tMTMb56uvB .mbr-text,
.cid-tMTMb56uvB .mbr-section-btn {
  text-align: center;
}
.cid-tMTXDlqeTA {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tMTXDlqeTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTXDlqeTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTXDlqeTA img {
  object-fit: cover;
}
.cid-tMTXDlqeTA .mbr-text,
.cid-tMTXDlqeTA .mbr-section-btn {
  text-align: center;
}
.cid-tNhSOHV7Pm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-tNhSOHV7Pm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNhSOHV7Pm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb78teS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tMTMb78teS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTMb78teS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb78teS .row {
  justify-content: center;
}
.cid-tMTMb78teS .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tMTMb78teS .row {
    padding: 0 19px;
  }
}
.cid-tMTMb78teS .item {
  padding: 0 5px !important;
}
.cid-tMTMb78teS .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMTMb78teS .item-wrap {
    padding: 0 5px;
  }
}
.cid-tMTMb78teS .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tMTMb78teS .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tMTMb78teS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tMTMb78teS .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tMTMb78teS .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tMTMb78teS .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tMTMb78teS .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tMTMb78teS .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tMTMb78teS .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tMTMb78teS .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tMTMb78teS .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tMTMb78teS .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tMTMb78teS .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tMTMb78teS .mbr-like {
  color: #181818;
}
.cid-tMTMb78teS .mbr-comment,
.cid-tMTMb78teS .mbr-iconfont {
  color: #181818;
}
.cid-tMTMb78teS .mbr-text {
  color: #181818;
}
.cid-tMTMb78teS .mbr-text,
.cid-tMTMb78teS .icon-container {
  text-align: center;
}
.cid-tMTMb7L5l5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tMTMb7L5l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMTMb7L5l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb7L5l5 .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tMTMb7L5l5 .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tMTMb7L5l5 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMTMb7L5l5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMTMb7L5l5 .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tMTMb7L5l5 .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tMTMb7L5l5 .list-box {
  width: 100%;
}
.cid-tMTMb7L5l5 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tMTMb7L5l5 .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tMTMb7L5l5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMTMb7L5l5 .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tMTMb7L5l5 .list a:hover:before {
  background-position: left !important;
}
.cid-tMTMb7L5l5 .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tMTMb7L5l5 .news-item {
  width: 100%;
}
.cid-tMTMb7L5l5 .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tMTMb7L5l5 .news-title {
  color: #303030;
}
.cid-tMTMb7L5l5 .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN5UCEoTkp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tN5UCEoTkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN5UCEoTkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMTMb8q1HN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tMTMb8q1HN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMTMb8q1HN .row {
  flex-direction: row-reverse;
}
.cid-tMTMb8q1HN img {
  width: 100%;
}
.cid-tN4YyYrv7W {
  z-index: 1000;
  width: 100%;
}
.cid-tN4YyYrv7W .navbar-dropdown {
  background-color: #f8f8f8 !important;
  padding: 0;
  position: fixed;
}
.cid-tN4YyYrv7W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f8f8f8 !important;
  background: #f8f8f8;
}
.cid-tN4YyYrv7W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .menu_box .navbar.opened,
  .cid-tN4YyYrv7W .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tN4YyYrv7W nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tN4YyYrv7W .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tN4YyYrv7W .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tN4YyYrv7W .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tN4YyYrv7W .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-tN4YyYrv7W .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tN4YyYrv7W .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tN4YyYrv7W .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tN4YyYrv7W .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tN4YyYrv7W .offcanvas-body .mbr-text,
  .cid-tN4YyYrv7W .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tN4YyYrv7W .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tN4YyYrv7W .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tN4YyYrv7W ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tN4YyYrv7W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN4YyYrv7W .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-tN4YyYrv7W .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tN4YyYrv7W 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;
  }
  .cid-tN4YyYrv7W li.nav-item:hover {
    opacity: .8;
  }
  .cid-tN4YyYrv7W .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tN4YyYrv7W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tN4YyYrv7W .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .nav-item {
    margin: 0 !important;
  }
}
.cid-tN4YyYrv7W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tN4YyYrv7W .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tN4YyYrv7W .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tN4YyYrv7W .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-tN4YyYrv7W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tN4YyYrv7W .offcanvas_box {
    display: none;
  }
}
.cid-tN4YyYrv7W .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tN4YyYrv7W .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tN4YyYrv7W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN4YyYrv7W .nav-link {
  position: relative;
  color: #181818;
}
.cid-tN4YyYrv7W .container {
  display: flex;
  margin: auto;
}
.cid-tN4YyYrv7W .iconfont-wrapper {
  color: #181818;
  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-tN4YyYrv7W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tN4YyYrv7W .iconfont-wrapper:hover {
  color: #181818;
}
.cid-tN4YyYrv7W .navbar-caption {
  color: #181818;
}
.cid-tN4YyYrv7W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tN4YyYrv7W .navbar-nav {
    margin: 0;
  }
}
.cid-tN4YyYrv7W .dropdown-menu,
.cid-tN4YyYrv7W .navbar.opened {
  background-color: false !important;
}
.cid-tN4YyYrv7W .nav-item:focus,
.cid-tN4YyYrv7W .nav-link:focus {
  outline: none;
}
.cid-tN4YyYrv7W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN4YyYrv7W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN4YyYrv7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN4YyYrv7W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN4YyYrv7W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN4YyYrv7W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN4YyYrv7W .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tN4YyYrv7W .navbar.opened {
  transition: all 0.3s;
}
.cid-tN4YyYrv7W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tN4YyYrv7W .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tN4YyYrv7W .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tN4YyYrv7W .navbar.collapsed {
  justify-content: center;
}
.cid-tN4YyYrv7W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN4YyYrv7W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tN4YyYrv7W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN4YyYrv7W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN4YyYrv7W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN4YyYrv7W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tN4YyYrv7W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tN4YyYrv7W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tN4YyYrv7W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tN4YyYrv7W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN4YyYrv7W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN4YyYrv7W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tN4YyYrv7W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN4YyYrv7W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN4YyYrv7W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN4YyYrv7W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tN4YyYrv7W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tN4YyYrv7W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tN4YyYrv7W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN4YyYrv7W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN4YyYrv7W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tN4YyYrv7W .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN4YyYrv7W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN4YyYrv7W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN4YyYrv7W .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-tN4YyYrv7W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN4YyYrv7W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN4YyYrv7W .dropdown-item.active,
.cid-tN4YyYrv7W .dropdown-item:active {
  background-color: transparent;
}
.cid-tN4YyYrv7W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN4YyYrv7W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN4YyYrv7W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN4YyYrv7W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN4YyYrv7W ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tN4YyYrv7W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN4YyYrv7W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f8f8f8;
  background: #ffffff;
}
.cid-tN4YyYrv7W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-tN4YyYrv7W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN4YyYrv7W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN4YyYrv7W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN4YyYrv7W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN4YyYrv7W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN4YyYrv7W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN4YyYrv7W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN4YyYrv7W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN4YyYrv7W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tN4YyYrv7W .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-tN4YyYrv7W .navbar {
    height: 70px;
  }
  .cid-tN4YyYrv7W .navbar.opened {
    height: auto;
  }
  .cid-tN4YyYrv7W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN4YyYrv7W .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tN4YyYrv7W .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tN4YyYrv7W .navbar-caption:hover {
  color: #181818;
}
.cid-tN4YyYrv7W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tN4YyYrv7W .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tN4YyYrv7W .text_widget {
  color: #ffffff;
}
.cid-tN4YyYrv7W .mbr-section-subtitle,
.cid-tN4YyYrv7W .text_widget {
  text-align: left;
}
.cid-tN4YyYrv7W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN4YyZjPjg {
  background-color: #f8f8f8;
}
.cid-tN4YyZjPjg .container-fluid {
  padding-right: 0;
}
.cid-tN4YyZjPjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4YyZjPjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4YyZjPjg .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4YyZjPjg .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tN4YyZjPjg .title {
  display: flex;
  align-items: center;
}
.cid-tN4YyZjPjg .title-wrapper {
  width: 100%;
}
.cid-tN4YyZjPjg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tN4YyZjPjg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-tN4YyZjPjg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tN4YyZjPjg .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tN4YyZjPjg .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tN4YyZjPjg .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-tN4YyZjPjg .image-wrapper {
    margin-top: 39px;
  }
}
.cid-tN4YyZjPjg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tN4YyZjPjg .mbr-section-subtitle {
  color: #181818;
}
.cid-tN4YyZjPjg .mbr-section-title {
  color: #181818;
}
.cid-tN4YyZjPjg .mbr-text {
  color: #454545;
}
.cid-tN4Yz03y3k {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tN4Yz03y3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz03y3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz03y3k .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz03y3k .title-wrapper {
    padding: 0 12px;
  }
}
.cid-tN4Yz03y3k .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz03y3k .person-container {
    margin-bottom: 32px;
  }
}
.cid-tN4Yz03y3k .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tN4Yz03y3k .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-tN4Yz03y3k .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-tN4Yz03y3k .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-tN4Yz03y3k .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tN4Yz03y3k .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tN4Yz03y3k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN4Yz03y3k .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tN4Yz03y3k .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-tN4Yz03y3k .links-container {
  padding: 0 1rem;
}
.cid-tN4Yz03y3k .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tN4Yz03y3k .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-tN4Yz03y3k .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-tN4Yz03y3k .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-tN4Yz03y3k .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-tN4Yz03y3k .mbr-section-title {
  color: #181818;
}
.cid-tN4Yz03y3k .mbr-person {
  color: #181818;
}
.cid-tN4Yz03y3k .mbr-links,
.cid-tN4Yz03y3k .mbr-dot,
.cid-tN4Yz03y3k .mbr-iconfont {
  color: #181818;
}
.cid-tN4Yz03y3k .mbr-section-title,
.cid-tN4Yz03y3k .mbr-section-btn,
.cid-tN4Yz03y3k .person-container,
.cid-tN4Yz03y3k .links-container {
  text-align: center;
}
.cid-tN4Yz0tOMe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tN4Yz0tOMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz0tOMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz0tOMe .row {
  justify-content: center;
}
.cid-tN4Yz0tOMe .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz0tOMe .row {
    padding: 0 12px;
  }
}
.cid-tN4Yz0tOMe .item-wrap {
  z-index: 1;
}
.cid-tN4Yz0tOMe .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz0tOMe .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tN4Yz0tOMe .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz0tOMe .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tN4Yz0tOMe .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tN4Yz0tOMe .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tN4Yz0tOMe .item {
  margin-bottom: 4rem;
}
.cid-tN4Yz0tOMe .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0tOMe .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tN4Yz0tOMe .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0tOMe .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tN4Yz0tOMe .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tN4Yz0tOMe .item a:hover {
  transform: translateY(-10px);
}
.cid-tN4Yz0tOMe .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0tOMe .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tN4Yz0tOMe .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tN4Yz0tOMe .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tN4Yz0tOMe .mbr-card-title {
  color: #181818;
}
.cid-tN4Yz0tOMe .mbr-card-subtitle {
  color: #454545;
}
.cid-tN4Yz0QG6F {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tN4Yz0QG6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz0QG6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz0QG6F .row {
  justify-content: center;
}
.cid-tN4Yz0QG6F .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz0QG6F .row {
    padding: 0 12px;
  }
}
.cid-tN4Yz0QG6F .item-wrap {
  z-index: 1;
}
.cid-tN4Yz0QG6F .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz0QG6F .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tN4Yz0QG6F .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz0QG6F .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tN4Yz0QG6F .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tN4Yz0QG6F .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tN4Yz0QG6F .item {
  margin-bottom: 4rem;
}
.cid-tN4Yz0QG6F .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0QG6F .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tN4Yz0QG6F .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0QG6F .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tN4Yz0QG6F .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tN4Yz0QG6F .item a:hover {
  transform: translateY(-10px);
}
.cid-tN4Yz0QG6F .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tN4Yz0QG6F .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tN4Yz0QG6F .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tN4Yz0QG6F .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tN4Yz0QG6F .mbr-card-title {
  color: #181818;
}
.cid-tN4Yz0QG6F .mbr-card-subtitle {
  color: #454545;
}
.cid-tN4Yz1gqif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN4Yz1gqif .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz1gqif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz1gqif .row {
  justify-content: center;
}
.cid-tN4Yz1gqif .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz1gqif .row {
    padding: 0 12px;
  }
}
.cid-tN4Yz1gqif .item-wrap {
  z-index: 1;
}
.cid-tN4Yz1gqif .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz1gqif .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-tN4Yz1gqif .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tN4Yz1gqif .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-tN4Yz1gqif .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-tN4Yz1gqif .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-tN4Yz1gqif .item {
  margin-bottom: 4rem;
}
.cid-tN4Yz1gqif .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz1gqif .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-tN4Yz1gqif .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-tN4Yz1gqif .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-tN4Yz1gqif .item a {
  width: 100%;
  display: block;
  transition: all .3s ease;
}
.cid-tN4Yz1gqif .item a:hover {
  transform: translateY(-10px);
}
.cid-tN4Yz1gqif .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-tN4Yz1gqif .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-tN4Yz1gqif .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-tN4Yz1gqif .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-tN4Yz1gqif .mbr-card-title {
  color: #181818;
}
.cid-tN4Yz1gqif .mbr-card-subtitle {
  color: #454545;
}
.cid-tN4Yz1FQih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tN4Yz1FQih .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz1FQih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz1FQih .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .row {
    padding: 0 12px;
  }
}
.cid-tN4Yz1FQih .item-wrap {
  z-index: 1;
}
.cid-tN4Yz1FQih .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tN4Yz1FQih .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-tN4Yz1FQih .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN4Yz1FQih .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .card {
    margin-top: 48px;
  }
}
.cid-tN4Yz1FQih .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-tN4Yz1FQih .card .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tN4Yz1FQih .card .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-tN4Yz1FQih .card .mbr-text {
  margin-bottom: 0;
}
.cid-tN4Yz1FQih .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tN4Yz1FQih .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-tN4Yz1FQih .mbr-section-title {
  color: #181818;
}
.cid-tN4Yz1FQih .mbr-section-subtitle {
  color: #181818;
}
.cid-tN4Yz1FQih .mbr-text {
  color: #454545;
}
.cid-tN4Yz1FQih .mbr-card-title {
  color: #181818;
}
.cid-tN4Yz1FQih .mbr-card-text {
  color: #454545;
}
.cid-tN4Yz28Lj0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN4Yz28Lj0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tN4Yz28Lj0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tN4Yz28Lj0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tN4Yz28Lj0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tN4Yz2DNtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tN4Yz2DNtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz2DNtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz2DNtj .google-map {
  height: 30rem;
  position: relative;
}
.cid-tN4Yz2DNtj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tN4Yz2DNtj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tN4Yz2DNtj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tN4Yz2DNtj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tN4Yz3adBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tN4Yz3adBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz3adBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz3adBi .row {
  justify-content: center;
}
.cid-tN4Yz3adBi .row {
  padding: 0 27px;
}
@media (max-width: 992px) {
  .cid-tN4Yz3adBi .row {
    padding: 0 19px;
  }
}
.cid-tN4Yz3adBi .item {
  padding: 0 5px !important;
}
.cid-tN4Yz3adBi .item-wrap {
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN4Yz3adBi .item-wrap {
    padding: 0 5px;
  }
}
.cid-tN4Yz3adBi .border-wrap {
  width: 100%;
  height: 2px;
  background-color: #181818;
  margin-bottom: 46px;
}
.cid-tN4Yz3adBi .mbr-section-title {
  margin-bottom: 64px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tN4Yz3adBi .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN4Yz3adBi .link-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 64px;
}
.cid-tN4Yz3adBi .link-wrapper:hover .mbr-link {
  color: #d1ae99;
}
@media (max-width: 992px) {
  .cid-tN4Yz3adBi .link-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tN4Yz3adBi .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tN4Yz3adBi .item-wrapper {
    margin-bottom: 12px;
  }
}
.cid-tN4Yz3adBi .item-wrapper .item-link img {
  height: 212px;
  object-fit: cover;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tN4Yz3adBi .item-wrapper .item-link img {
    height: 150px;
  }
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container {
  margin-bottom: 16px;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container .icon-wrapper {
  display: inline-flex;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like {
  margin: 0 10px 0 0;
  display: flex;
  line-height: .5;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container .icon-wrapper .mbr-like span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment {
  margin: 0;
  display: flex;
  line-height: .5;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .icon-container .icon-wrapper .mbr-comment span {
  font-size: 12px;
  display: block;
  margin-right: 5px;
}
.cid-tN4Yz3adBi .item-wrapper .item-link .mbr-text {
  margin-bottom: 0;
}
.cid-tN4Yz3adBi .mbr-link {
  color: #181818;
  text-align: right;
}
.cid-tN4Yz3adBi .mbr-like {
  color: #181818;
}
.cid-tN4Yz3adBi .mbr-comment,
.cid-tN4Yz3adBi .mbr-iconfont {
  color: #181818;
}
.cid-tN4Yz3adBi .mbr-text {
  color: #181818;
}
.cid-tN4Yz3adBi .mbr-text,
.cid-tN4Yz3adBi .icon-container {
  text-align: center;
}
.cid-tN4Yz3TagB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tN4Yz3TagB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN4Yz3TagB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN4Yz3TagB .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-tN4Yz3TagB .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tN4Yz3TagB .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tN4Yz3TagB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tN4Yz3TagB .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-tN4Yz3TagB .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-tN4Yz3TagB .list-box {
  width: 100%;
}
.cid-tN4Yz3TagB .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-tN4Yz3TagB .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-tN4Yz3TagB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tN4Yz3TagB .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-tN4Yz3TagB .list a:hover:before {
  background-position: left !important;
}
.cid-tN4Yz3TagB .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-tN4Yz3TagB .news-item {
  width: 100%;
}
.cid-tN4Yz3TagB .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-tN4Yz3TagB .news-title {
  color: #303030;
}
.cid-tN4Yz3TagB .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-tN4Yz4EWYl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tN4Yz4EWYl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN4Yz4EWYl .row {
  flex-direction: row-reverse;
}
.cid-tN4Yz4EWYl img {
  width: 100%;
}
