.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7.4rem;
  line-height: 108%;
}
.display-1 > .mbr-iconfont {
  font-size: 9.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f55d3e !important;
}
.bg-success {
  background-color: #29d786 !important;
}
.bg-info {
  background-color: #0eccf2 !important;
}
.bg-warning {
  background-color: #ffc001 !important;
}
.bg-danger {
  background-color: #d92738 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f55d3e !important;
  border-color: #f55d3e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f8866e !important;
  border-color: #f8866e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f8866e !important;
  border-color: #f8866e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6175a4 !important;
  border-color: #6175a4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6175a4 !important;
  border-color: #6175a4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0eccf2 !important;
  border-color: #0eccf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3ed6f5 !important;
  border-color: #3ed6f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3ed6f5 !important;
  border-color: #3ed6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #29d786 !important;
  border-color: #29d786 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #54df9e !important;
  border-color: #54df9e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54df9e !important;
  border-color: #54df9e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc001 !important;
  border-color: #ffc001 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcd34 !important;
  border-color: #ffcd34 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcd34 !important;
  border-color: #ffcd34 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92738 !important;
  border-color: #d92738 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e15260 !important;
  border-color: #e15260 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e15260 !important;
  border-color: #e15260 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f55d3e;
  color: #f55d3e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d12c0b !important;
  background-color: transparent !important;
  border-color: #d12c0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f55d3e !important;
  border-color: #f55d3e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4d5e85;
  color: #4d5e85;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d374e !important;
  background-color: transparent !important;
  border-color: #2d374e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0eccf2;
  color: #0eccf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0987a1 !important;
  background-color: transparent !important;
  border-color: #0987a1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0eccf2 !important;
  border-color: #0eccf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #29d786;
  color: #29d786;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b8f59 !important;
  background-color: transparent !important;
  border-color: #1b8f59 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #29d786 !important;
  border-color: #29d786 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc001;
  color: #ffc001;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a97f00 !important;
  background-color: transparent !important;
  border-color: #a97f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc001 !important;
  border-color: #ffc001 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92738;
  color: #d92738;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #901925 !important;
  background-color: transparent !important;
  border-color: #901925 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92738 !important;
  border-color: #d92738 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f55d3e !important;
}
.text-secondary {
  color: #4d5e85 !important;
}
.text-success {
  color: #29d786 !important;
}
.text-info {
  color: #0eccf2 !important;
}
.text-warning {
  color: #ffc001 !important;
}
.text-danger {
  color: #d92738 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c3290a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #283044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188251 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087b92 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9a7400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #831721 !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: #f55d3e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0eccf2;
}
.alert-warning {
  background-color: #ffc001;
}
.alert-danger {
  background-color: #d92738;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f55d3e;
  border-color: #f55d3e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f55d3e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5f7e7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0f5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff3cd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d4d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f55d3e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f55d3e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f55d3e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f55d3e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f55d3e;
  border-bottom-color: #f55d3e;
}
.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: #f55d3e !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: #4d5e85 !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='%23f55d3e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-uj4GPc3Dm8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uj4GPc3Dm8 .container,
  .cid-uj4GPc3Dm8 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uj4GPc3Dm8 .container .navbar-collapse,
  .cid-uj4GPc3Dm8 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uj4GPc3Dm8 {
    flex-wrap: wrap;
  }
  .cid-uj4GPc3Dm8 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uj4GPc3Dm8 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uj4GPc3Dm8 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uj4GPc3Dm8 .btn {
  padding: 0.8rem 2rem;
}
.cid-uj4GPc3Dm8 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uj4GPc3Dm8 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-uj4GPc3Dm8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uj4GPc3Dm8 nav.navbar {
  position: fixed;
}
.cid-uj4GPc3Dm8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj4GPc3Dm8 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uj4GPc3Dm8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uj4GPc3Dm8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uj4GPc3Dm8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uj4GPc3Dm8 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uj4GPc3Dm8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uj4GPc3Dm8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uj4GPc3Dm8 .dropdown-menu,
.cid-uj4GPc3Dm8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uj4GPc3Dm8 .nav-item:focus,
.cid-uj4GPc3Dm8 .nav-link:focus {
  outline: none;
}
.cid-uj4GPc3Dm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uj4GPc3Dm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uj4GPc3Dm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uj4GPc3Dm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj4GPc3Dm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uj4GPc3Dm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uj4GPc3Dm8 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uj4GPc3Dm8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uj4GPc3Dm8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uj4GPc3Dm8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uj4GPc3Dm8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uj4GPc3Dm8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uj4GPc3Dm8 .navbar.collapsed {
  justify-content: center;
}
.cid-uj4GPc3Dm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uj4GPc3Dm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uj4GPc3Dm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uj4GPc3Dm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uj4GPc3Dm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uj4GPc3Dm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uj4GPc3Dm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uj4GPc3Dm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uj4GPc3Dm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uj4GPc3Dm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uj4GPc3Dm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uj4GPc3Dm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uj4GPc3Dm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uj4GPc3Dm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uj4GPc3Dm8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uj4GPc3Dm8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uj4GPc3Dm8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uj4GPc3Dm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uj4GPc3Dm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uj4GPc3Dm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uj4GPc3Dm8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uj4GPc3Dm8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uj4GPc3Dm8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uj4GPc3Dm8 .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-uj4GPc3Dm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uj4GPc3Dm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uj4GPc3Dm8 .dropdown-item.active,
.cid-uj4GPc3Dm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uj4GPc3Dm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uj4GPc3Dm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uj4GPc3Dm8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uj4GPc3Dm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uj4GPc3Dm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uj4GPc3Dm8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uj4GPc3Dm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uj4GPc3Dm8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uj4GPc3Dm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uj4GPc3Dm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uj4GPc3Dm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uj4GPc3Dm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj4GPc3Dm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj4GPc3Dm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uj4GPc3Dm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj4GPc3Dm8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uj4GPc3Dm8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uj4GPc3Dm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj4GPc3Dm8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uj4GPc3Dm8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uj4GPc3Dm8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uj4GPc3Dm8 .navbar {
    height: 70px;
  }
  .cid-uj4GPc3Dm8 .navbar.opened {
    height: auto;
  }
  .cid-uj4GPc3Dm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uj42vDGXc4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj42vDGXc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj42vDGXc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj42vDGXc4 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj42vDGXc4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj42vDGXc4 .container {
    padding: 0 20px;
  }
}
.cid-uj42vDGXc4 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uj42vDGXc4 .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uj42vDGXc4 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uj42vDGXc4 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uj42vDGXc4 .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uj42vDGXc4 .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uj42vDGXc4 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj42vDGXc4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uj42vDGXc4 .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uj42vDGXc4 .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uj42vDGXc4 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uj42vDGXc4 .mbr-section-title {
  color: #ffffff;
}
.cid-uj42vDGXc4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uj42vDGXc4 .mbr-text,
.cid-uj42vDGXc4 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uj42vDGXc4 .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uj42vDGXc4 .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uj42vDGXc4 .mbr-section-title,
.cid-uj42vDGXc4 .mbr-section-btn,
.cid-uj42vDGXc4 .icon-wrapper {
  text-align: center;
}
.cid-uj42vDOfUH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj42vDOfUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj42vDOfUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj42vDOfUH .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj42vDOfUH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj42vDOfUH .container {
    padding: 0 20px;
  }
}
.cid-uj42vDOfUH .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uj42vDOfUH .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uj42vDOfUH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj42vDOfUH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uj42vDOfUH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uj42vDOfUH .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uj42vDOfUH .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uj42vDOfUH .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uj42vDOfUH .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uj42vDOfUH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uj42vDOfUH .mbr-section-title {
  color: #000000;
}
.cid-uj42vDOfUH .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uj42vDOfUH .mbr-text,
.cid-uj42vDOfUH .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uj42vDOfUH .mbr-section-title,
.cid-uj42vDOfUH .mbr-section-btn,
.cid-uj42vDOfUH .image-wrapper {
  text-align: center;
}
.cid-uj42vDHj7G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj42vDHj7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj42vDHj7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj42vDHj7G .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj42vDHj7G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .container {
    padding: 0 20px;
  }
}
.cid-uj42vDHj7G .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uj42vDHj7G .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uj42vDHj7G .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj42vDHj7G .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card {
  border-radius: 20px !important;
  background-color: #f3f6f9;
  margin-bottom: 12px;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper .panel-group .card {
    padding: 46px 20px;
  }
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    width: auto;
  }
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-top: 46px;
  }
}
.cid-uj42vDHj7G .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uj42vDHj7G .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uj42vDHj7G .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uj42vDHj7G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj42vDHj7G .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uj42vDHj7G .panel-title-edit {
  color: #000000;
}
.cid-uj42vDHj7G .panel-text {
  color: #000000;
}
.cid-uj42vDImPt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj42vDImPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj42vDImPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj42vDImPt .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj42vDImPt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj42vDImPt .container {
    padding: 0 20px;
  }
}
.cid-uj42vDImPt .content-wrapper {
  padding: 60px;
  background-color: #d9eae0;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uj42vDImPt .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-uj42vDImPt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj42vDImPt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uj42vDImPt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uj42vDImPt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uj42vDImPt .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uj42vDImPt .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.cid-uj42vDImPt .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj42vDImPt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uj42vDImPt .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uj42vDImPt .mbr-section-title {
  color: #000000;
}
.cid-uj42vDImPt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uj42vDImPt .mbr-text,
.cid-uj42vDImPt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uj42vDImPt .card-title {
  color: #000000;
  text-align: center;
}
.cid-uj42vDImPt .mbr-section-title,
.cid-uj42vDImPt .mbr-section-btn,
.cid-uj42vDImPt .items-wrapper {
  text-align: center;
}
.cid-uj4SS7f4db {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj4SS7f4db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4SS7f4db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4SS7f4db .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uj4SS7f4db .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj4SS7f4db .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uj4SS7f4db .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uj4SS7f4db .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uj4SS7f4db .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uj4SS7f4db .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uj4SS7f4db .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uj4SS7f4db .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uj4SS7f4db .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uj4SS7f4db .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uj4SS7f4db .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uj4SS7f4db .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uj4SS7f4db .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-uj4SS7f4db .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uj4SS7f4db .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj4SS7f4db .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uj4SS7f4db .list li:hover {
  color: #000000 !important;
}
.cid-uj4SS7f4db .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj4SS7f4db .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uj4SS7f4db .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uj4SS7f4db .social-list {
    justify-content: flex-start;
  }
}
.cid-uj4SS7f4db .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uj4SS7f4db .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uj4SS7f4db .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uj4SS7f4db .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uj4SS7f4db .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uj4SS7f4db .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj4SS7f4db .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj4SS7f4db .contact-list li {
    text-align: left;
  }
}
.cid-uj4SS7f4db .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uj4SS7f4db .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj4SS7f4db .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uj4SS7f4db .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uj4SS7f4db .copyright-container {
    margin-top: 40px;
  }
}
.cid-uj4SS7f4db .copyright {
  color: #747474;
}
.cid-uj5nJXU87H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uj5nJXU87H .container,
  .cid-uj5nJXU87H .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uj5nJXU87H .container .navbar-collapse,
  .cid-uj5nJXU87H .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uj5nJXU87H {
    flex-wrap: wrap;
  }
  .cid-uj5nJXU87H .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uj5nJXU87H .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uj5nJXU87H .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uj5nJXU87H .btn {
  padding: 0.8rem 2rem;
}
.cid-uj5nJXU87H .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uj5nJXU87H .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-uj5nJXU87H .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uj5nJXU87H nav.navbar {
  position: fixed;
}
.cid-uj5nJXU87H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj5nJXU87H .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uj5nJXU87H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uj5nJXU87H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uj5nJXU87H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uj5nJXU87H .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uj5nJXU87H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uj5nJXU87H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uj5nJXU87H .dropdown-menu,
.cid-uj5nJXU87H .navbar.opened {
  background: #ffffff !important;
}
.cid-uj5nJXU87H .nav-item:focus,
.cid-uj5nJXU87H .nav-link:focus {
  outline: none;
}
.cid-uj5nJXU87H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uj5nJXU87H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uj5nJXU87H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uj5nJXU87H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj5nJXU87H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uj5nJXU87H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uj5nJXU87H .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uj5nJXU87H .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uj5nJXU87H .navbar.opened {
  transition: all 0.3s;
}
.cid-uj5nJXU87H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uj5nJXU87H .navbar .navbar-logo img {
  width: auto;
}
.cid-uj5nJXU87H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uj5nJXU87H .navbar.collapsed {
  justify-content: center;
}
.cid-uj5nJXU87H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uj5nJXU87H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uj5nJXU87H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uj5nJXU87H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uj5nJXU87H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uj5nJXU87H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uj5nJXU87H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uj5nJXU87H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uj5nJXU87H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uj5nJXU87H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uj5nJXU87H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uj5nJXU87H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uj5nJXU87H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uj5nJXU87H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uj5nJXU87H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uj5nJXU87H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uj5nJXU87H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uj5nJXU87H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uj5nJXU87H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uj5nJXU87H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uj5nJXU87H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uj5nJXU87H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uj5nJXU87H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uj5nJXU87H .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-uj5nJXU87H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uj5nJXU87H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uj5nJXU87H .dropdown-item.active,
.cid-uj5nJXU87H .dropdown-item:active {
  background-color: transparent;
}
.cid-uj5nJXU87H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uj5nJXU87H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uj5nJXU87H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uj5nJXU87H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uj5nJXU87H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uj5nJXU87H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uj5nJXU87H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uj5nJXU87H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uj5nJXU87H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uj5nJXU87H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uj5nJXU87H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uj5nJXU87H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj5nJXU87H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj5nJXU87H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uj5nJXU87H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj5nJXU87H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uj5nJXU87H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uj5nJXU87H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj5nJXU87H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uj5nJXU87H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uj5nJXU87H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uj5nJXU87H .navbar {
    height: 70px;
  }
  .cid-uj5nJXU87H .navbar.opened {
    height: auto;
  }
  .cid-uj5nJXU87H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uj5nJYQZKK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj5nJYQZKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5nJYQZKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5nJYQZKK .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj5nJYQZKK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj5nJYQZKK .container {
    padding: 0 20px;
  }
}
.cid-uj5nJYQZKK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uj5nJYQZKK .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uj5nJYQZKK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uj5nJYQZKK .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uj5nJYQZKK .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uj5nJYQZKK .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uj5nJYQZKK .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj5nJYQZKK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uj5nJYQZKK .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uj5nJYQZKK .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uj5nJYQZKK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uj5nJYQZKK .mbr-section-title {
  color: #ffffff;
}
.cid-uj5nJYQZKK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uj5nJYQZKK .mbr-text,
.cid-uj5nJYQZKK .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uj5nJYQZKK .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uj5nJYQZKK .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uj5nJYQZKK .mbr-section-title,
.cid-uj5nJYQZKK .mbr-section-btn,
.cid-uj5nJYQZKK .icon-wrapper {
  text-align: center;
}
.cid-ujn32HAfu7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujn32HAfu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujn32HAfu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujn32HAfu7 .container {
  width: 100%;
  max-width: 100%;
}
.cid-ujn32HAfu7 .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-ujn32HAfu7 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-ujn32HAfu7 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-ujn32HAfu7 .item-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 4px solid #f3f4ef;
}
.cid-ujn32HAfu7 .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #f3f4ef;
}
.cid-ujn32HAfu7 .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-ujn32HAfu7 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
  margin-right: 32px;
}
.cid-ujn32HAfu7 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ujn32HAfu7 .mbr-section-btn .btn {
  min-height: 56px;
}
.cid-ujn32HAfu7 .mbr-section-btn .btn:hover {
  padding-right: 1rem;
}
.cid-ujn32HAfu7 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
.cid-uj5IgYVDR7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj5IgYVDR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5IgYVDR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uj5IgYVDR7 .container {
    padding: 0 20px;
  }
}
.cid-uj5IgYVDR7 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uj5IgYVDR7 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uj5IgYVDR7 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uj5IgYVDR7 .mbr-text {
  color: #000000;
}
.cid-uj5FFSwt3O {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uj5FFSwt3O .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj5FFSwt3O .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj5FFSwt3O .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uj5FFSwt3O .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uj5FFSwt3O .first {
  margin-left: -24px;
}
.cid-uj5FFSwt3O .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uj5FFSwt3O .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uj5FFSwt3O .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uj5FFSwt3O P {
  color: #000000;
}
.cid-uj5FFSwt3O H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uj5FFSwt3O .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uj5FFSwt3O .mbr-text,
  .cid-uj5FFSwt3O .nav-link {
    text-align: center;
  }
}
.cid-uj5FFSwt3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5FFSwt3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5JEhUgtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj5JEhUgtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5JEhUgtV .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-uj5JEhUgtV .container {
    padding: 0 16px;
  }
}
.cid-uj5JEhUgtV .row {
  justify-content: space-between;
}
.cid-uj5JEhUgtV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uj5JEhUgtV .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uj5JEhUgtV .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #ffffff;
  border-radius: .5em !important;
}
.cid-uj5JEhUgtV .content-wrapper {
  position: relative;
}
.cid-uj5JEhUgtV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uj5JEhUgtV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uj5JEhUgtV .mbr-text {
  color: #333333;
}
.cid-ujn3TNHlCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujn3TNHlCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujn3TNHlCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujn3TNHlCw .container {
  width: 100%;
  max-width: 100%;
}
.cid-ujn3TNHlCw .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-ujn3TNHlCw .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-ujn3TNHlCw .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-ujn3TNHlCw .item-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 4px solid #f3f4ef;
}
.cid-ujn3TNHlCw .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #f3f4ef;
}
.cid-ujn3TNHlCw .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-ujn3TNHlCw .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
  margin-right: 32px;
}
.cid-ujn3TNHlCw .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ujn3TNHlCw .mbr-section-btn .btn {
  min-height: 56px;
}
.cid-ujn3TNHlCw .mbr-section-btn .btn:hover {
  padding-right: 1rem;
}
.cid-ujn3TNHlCw .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
.cid-uj9VD4PUK8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9VD4PUK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9VD4PUK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uj9VD4PUK8 .container {
    padding: 0 20px;
  }
}
.cid-uj9VD4PUK8 .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uj9VD4PUK8 .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uj9VD4PUK8 .mbr-section-title {
  color: #1d1d1d;
}
.cid-uj9VD4PUK8 .mbr-text {
  color: #000000;
}
.cid-uj9SrRAK66 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/plattegrond-west-rand-1920x700-1920x700.webp");
}
.cid-uj9SrRAK66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9SrRAK66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9SrRAK66 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj9SrRAK66 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uj9SrRAK66 .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-uj9SrRAK66 .content-wrapper {
  min-height: 800px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj9SrRAK66 .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uj9SrRAK66 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uj9SrRAK66 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-uj9SrRAK66 .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uj9SrRAK66 .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uj9SrRAK66 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uj9SrRAK66 .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uj9SrRAK66 .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uj9SrRAK66 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uj9SrRAK66 .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uj9SrRAK66 .mbr-section-title {
  color: #ffffff;
}
.cid-uj9SrRAK66 .mbr-text,
.cid-uj9SrRAK66 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uj9SrRAK66 .mbr-section-title,
.cid-uj9SrRAK66 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj9SrRAK66 .content-wrapper {
    min-height: 400px;
  }
}
.cid-uj5nK66cKh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj5nK66cKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5nK66cKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5nK66cKh .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uj5nK66cKh .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj5nK66cKh .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uj5nK66cKh .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uj5nK66cKh .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uj5nK66cKh .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uj5nK66cKh .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uj5nK66cKh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uj5nK66cKh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uj5nK66cKh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uj5nK66cKh .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uj5nK66cKh .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uj5nK66cKh .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uj5nK66cKh .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-uj5nK66cKh .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uj5nK66cKh .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj5nK66cKh .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uj5nK66cKh .list li:hover {
  color: #000000 !important;
}
.cid-uj5nK66cKh .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj5nK66cKh .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uj5nK66cKh .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uj5nK66cKh .social-list {
    justify-content: flex-start;
  }
}
.cid-uj5nK66cKh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uj5nK66cKh .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uj5nK66cKh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uj5nK66cKh .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uj5nK66cKh .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uj5nK66cKh .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj5nK66cKh .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj5nK66cKh .contact-list li {
    text-align: left;
  }
}
.cid-uj5nK66cKh .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uj5nK66cKh .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj5nK66cKh .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uj5nK66cKh .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uj5nK66cKh .copyright-container {
    margin-top: 40px;
  }
}
.cid-uj5nK66cKh .copyright {
  color: #747474;
}
.cid-uj5MsUMVrU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uj5MsUMVrU .container,
  .cid-uj5MsUMVrU .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uj5MsUMVrU .container .navbar-collapse,
  .cid-uj5MsUMVrU .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uj5MsUMVrU {
    flex-wrap: wrap;
  }
  .cid-uj5MsUMVrU .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uj5MsUMVrU .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uj5MsUMVrU .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uj5MsUMVrU .btn {
  padding: 0.8rem 2rem;
}
.cid-uj5MsUMVrU .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uj5MsUMVrU .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-uj5MsUMVrU .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uj5MsUMVrU nav.navbar {
  position: fixed;
}
.cid-uj5MsUMVrU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj5MsUMVrU .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uj5MsUMVrU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uj5MsUMVrU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uj5MsUMVrU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uj5MsUMVrU .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uj5MsUMVrU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uj5MsUMVrU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uj5MsUMVrU .dropdown-menu,
.cid-uj5MsUMVrU .navbar.opened {
  background: #ffffff !important;
}
.cid-uj5MsUMVrU .nav-item:focus,
.cid-uj5MsUMVrU .nav-link:focus {
  outline: none;
}
.cid-uj5MsUMVrU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uj5MsUMVrU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uj5MsUMVrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uj5MsUMVrU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj5MsUMVrU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uj5MsUMVrU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uj5MsUMVrU .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uj5MsUMVrU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uj5MsUMVrU .navbar.opened {
  transition: all 0.3s;
}
.cid-uj5MsUMVrU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uj5MsUMVrU .navbar .navbar-logo img {
  width: auto;
}
.cid-uj5MsUMVrU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uj5MsUMVrU .navbar.collapsed {
  justify-content: center;
}
.cid-uj5MsUMVrU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uj5MsUMVrU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uj5MsUMVrU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uj5MsUMVrU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uj5MsUMVrU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uj5MsUMVrU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uj5MsUMVrU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uj5MsUMVrU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uj5MsUMVrU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uj5MsUMVrU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uj5MsUMVrU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uj5MsUMVrU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uj5MsUMVrU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uj5MsUMVrU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uj5MsUMVrU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uj5MsUMVrU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uj5MsUMVrU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uj5MsUMVrU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uj5MsUMVrU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uj5MsUMVrU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uj5MsUMVrU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uj5MsUMVrU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uj5MsUMVrU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uj5MsUMVrU .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-uj5MsUMVrU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uj5MsUMVrU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uj5MsUMVrU .dropdown-item.active,
.cid-uj5MsUMVrU .dropdown-item:active {
  background-color: transparent;
}
.cid-uj5MsUMVrU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uj5MsUMVrU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uj5MsUMVrU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uj5MsUMVrU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uj5MsUMVrU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uj5MsUMVrU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uj5MsUMVrU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uj5MsUMVrU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uj5MsUMVrU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uj5MsUMVrU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uj5MsUMVrU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uj5MsUMVrU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj5MsUMVrU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj5MsUMVrU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uj5MsUMVrU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj5MsUMVrU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uj5MsUMVrU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uj5MsUMVrU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj5MsUMVrU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uj5MsUMVrU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uj5MsUMVrU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uj5MsUMVrU .navbar {
    height: 70px;
  }
  .cid-uj5MsUMVrU .navbar.opened {
    height: auto;
  }
  .cid-uj5MsUMVrU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uj5MsVQXSY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj5MsVQXSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5MsVQXSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5MsVQXSY .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj5MsVQXSY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj5MsVQXSY .container {
    padding: 0 20px;
  }
}
.cid-uj5MsVQXSY .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uj5MsVQXSY .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uj5MsVQXSY .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uj5MsVQXSY .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uj5MsVQXSY .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uj5MsVQXSY .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uj5MsVQXSY .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj5MsVQXSY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uj5MsVQXSY .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uj5MsVQXSY .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uj5MsVQXSY .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uj5MsVQXSY .mbr-section-title {
  color: #ffffff;
}
.cid-uj5MsVQXSY .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uj5MsVQXSY .mbr-text,
.cid-uj5MsVQXSY .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uj5MsVQXSY .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uj5MsVQXSY .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uj5MsVQXSY .mbr-section-title,
.cid-uj5MsVQXSY .mbr-section-btn,
.cid-uj5MsVQXSY .icon-wrapper {
  text-align: center;
}
.cid-uj5MsWELSt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj5MsWELSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5MsWELSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uj5MsWELSt .container {
    padding: 0 20px;
  }
}
.cid-uj5MsWELSt .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uj5MsWELSt .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uj5MsWELSt .mbr-section-title {
  color: #1d1d1d;
}
.cid-uj5MsWELSt .mbr-text {
  color: #000000;
}
.cid-uj5MsX38qW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uj5MsX38qW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj5MsX38qW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj5MsX38qW .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uj5MsX38qW .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uj5MsX38qW .first {
  margin-left: -24px;
}
.cid-uj5MsX38qW .nav-tabs .nav-link {
  color: #cccccc !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uj5MsX38qW .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #57468b !important;
}
.cid-uj5MsX38qW .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #57468b !important;
  font-style: normal;
}
.cid-uj5MsX38qW P {
  color: #000000;
}
.cid-uj5MsX38qW H2 {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uj5MsX38qW .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uj5MsX38qW .mbr-text,
  .cid-uj5MsX38qW .nav-link {
    text-align: center;
  }
}
.cid-uj5MsX38qW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5MsX38qW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujn45LCXO0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujn45LCXO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujn45LCXO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujn45LCXO0 .container {
  width: 100%;
  max-width: 100%;
}
.cid-ujn45LCXO0 .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.cid-ujn45LCXO0 .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-ujn45LCXO0 .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 0;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-ujn45LCXO0 .item-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 4px solid #f3f4ef;
}
.cid-ujn45LCXO0 .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #f3f4ef;
}
.cid-ujn45LCXO0 .item-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.cid-ujn45LCXO0 .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
  margin-right: 32px;
}
.cid-ujn45LCXO0 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ujn45LCXO0 .mbr-section-btn .btn {
  min-height: 56px;
}
.cid-ujn45LCXO0 .mbr-section-btn .btn:hover {
  padding-right: 1rem;
}
.cid-ujn45LCXO0 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
.cid-uj5TJNDxfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uj5TJNDxfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5TJNDxfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5TJNDxfK .items-wrapper {
  margin: 0 -5px;
}
.cid-uj5TJNDxfK .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uj5TJNDxfK .item {
    margin-bottom: 16px;
  }
  .cid-uj5TJNDxfK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uj5TJNDxfK .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uj5TJNDxfK .item .item-wrapper {
  height: 100%;
}
.cid-uj5TJNDxfK .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uj5TJNDxfK .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uj5MsYiQo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj5MsYiQo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5MsYiQo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5MsYiQo7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uj5MsYiQo7 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj5MsYiQo7 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uj5MsYiQo7 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uj5MsYiQo7 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uj5MsYiQo7 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uj5MsYiQo7 .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uj5MsYiQo7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uj5MsYiQo7 .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-uj5MsYiQo7 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uj5MsYiQo7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj5MsYiQo7 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uj5MsYiQo7 .list li:hover {
  color: #000000 !important;
}
.cid-uj5MsYiQo7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj5MsYiQo7 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uj5MsYiQo7 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uj5MsYiQo7 .social-list {
    justify-content: flex-start;
  }
}
.cid-uj5MsYiQo7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uj5MsYiQo7 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uj5MsYiQo7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uj5MsYiQo7 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uj5MsYiQo7 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uj5MsYiQo7 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj5MsYiQo7 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj5MsYiQo7 .contact-list li {
    text-align: left;
  }
}
.cid-uj5MsYiQo7 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uj5MsYiQo7 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj5MsYiQo7 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uj5MsYiQo7 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uj5MsYiQo7 .copyright-container {
    margin-top: 40px;
  }
}
.cid-uj5MsYiQo7 .copyright {
  color: #747474;
}
.cid-uj9BGluF1e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uj9BGluF1e .container,
  .cid-uj9BGluF1e .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uj9BGluF1e .container .navbar-collapse,
  .cid-uj9BGluF1e .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uj9BGluF1e {
    flex-wrap: wrap;
  }
  .cid-uj9BGluF1e .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uj9BGluF1e .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uj9BGluF1e .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uj9BGluF1e .btn {
  padding: 0.8rem 2rem;
}
.cid-uj9BGluF1e .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uj9BGluF1e .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-uj9BGluF1e .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uj9BGluF1e nav.navbar {
  position: fixed;
}
.cid-uj9BGluF1e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj9BGluF1e .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uj9BGluF1e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uj9BGluF1e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uj9BGluF1e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uj9BGluF1e .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uj9BGluF1e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uj9BGluF1e .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uj9BGluF1e .dropdown-menu,
.cid-uj9BGluF1e .navbar.opened {
  background: #ffffff !important;
}
.cid-uj9BGluF1e .nav-item:focus,
.cid-uj9BGluF1e .nav-link:focus {
  outline: none;
}
.cid-uj9BGluF1e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uj9BGluF1e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uj9BGluF1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uj9BGluF1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uj9BGluF1e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uj9BGluF1e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uj9BGluF1e .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uj9BGluF1e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uj9BGluF1e .navbar.opened {
  transition: all 0.3s;
}
.cid-uj9BGluF1e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uj9BGluF1e .navbar .navbar-logo img {
  width: auto;
}
.cid-uj9BGluF1e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uj9BGluF1e .navbar.collapsed {
  justify-content: center;
}
.cid-uj9BGluF1e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uj9BGluF1e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uj9BGluF1e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uj9BGluF1e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uj9BGluF1e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uj9BGluF1e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uj9BGluF1e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uj9BGluF1e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uj9BGluF1e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uj9BGluF1e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uj9BGluF1e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uj9BGluF1e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uj9BGluF1e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uj9BGluF1e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uj9BGluF1e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uj9BGluF1e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uj9BGluF1e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uj9BGluF1e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uj9BGluF1e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uj9BGluF1e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uj9BGluF1e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uj9BGluF1e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uj9BGluF1e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uj9BGluF1e .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-uj9BGluF1e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uj9BGluF1e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uj9BGluF1e .dropdown-item.active,
.cid-uj9BGluF1e .dropdown-item:active {
  background-color: transparent;
}
.cid-uj9BGluF1e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uj9BGluF1e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uj9BGluF1e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uj9BGluF1e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uj9BGluF1e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uj9BGluF1e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uj9BGluF1e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uj9BGluF1e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uj9BGluF1e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uj9BGluF1e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uj9BGluF1e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uj9BGluF1e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj9BGluF1e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uj9BGluF1e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uj9BGluF1e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj9BGluF1e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uj9BGluF1e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uj9BGluF1e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uj9BGluF1e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uj9BGluF1e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uj9BGluF1e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uj9BGluF1e .navbar {
    height: 70px;
  }
  .cid-uj9BGluF1e .navbar.opened {
    height: auto;
  }
  .cid-uj9BGluF1e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uj9BGm7Kje {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj9BGm7Kje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9BGm7Kje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9BGm7Kje .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uj9BGm7Kje .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uj9BGm7Kje .container {
    padding: 0 20px;
  }
}
.cid-uj9BGm7Kje .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uj9BGm7Kje .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uj9BGm7Kje .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uj9BGm7Kje .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uj9BGm7Kje .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uj9BGm7Kje .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uj9BGm7Kje .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uj9BGm7Kje .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uj9BGm7Kje .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uj9BGm7Kje .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uj9BGm7Kje .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uj9BGm7Kje .mbr-section-title {
  color: #ffffff;
}
.cid-uj9BGm7Kje .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uj9BGm7Kje .mbr-text,
.cid-uj9BGm7Kje .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uj9BGm7Kje .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uj9BGm7Kje .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uj9BGm7Kje .mbr-section-title,
.cid-uj9BGm7Kje .mbr-section-btn,
.cid-uj9BGm7Kje .icon-wrapper {
  text-align: center;
}
.cid-uj9BGmpHHB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9BGmpHHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9BGmpHHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uj9BGmpHHB .container {
    padding: 0 20px;
  }
}
.cid-uj9BGmpHHB .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uj9BGmpHHB .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uj9BGmpHHB .mbr-section-title {
  color: #1d1d1d;
}
.cid-uj9BGmpHHB .mbr-text {
  color: #000000;
}
.cid-ukiTuchPWQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukiTuchPWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukiTuchPWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukiTuchPWQ p {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cid-ukiTuchPWQ .card-wrapper {
    text-align: center;
  }
}
.cid-ukMI7Uxw4m {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ukMI7Uxw4m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uj9BGn6Vw2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj9BGn6Vw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9BGn6Vw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9BGn6Vw2 .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uj9BGn6Vw2 .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj9BGn6Vw2 .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uj9BGn6Vw2 .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uj9BGn6Vw2 .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uj9BGn6Vw2 .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uj9BGn6Vw2 .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uj9BGn6Vw2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uj9BGn6Vw2 .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-uj9BGn6Vw2 .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uj9BGn6Vw2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj9BGn6Vw2 .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uj9BGn6Vw2 .list li:hover {
  color: #000000 !important;
}
.cid-uj9BGn6Vw2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj9BGn6Vw2 .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uj9BGn6Vw2 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uj9BGn6Vw2 .social-list {
    justify-content: flex-start;
  }
}
.cid-uj9BGn6Vw2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uj9BGn6Vw2 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uj9BGn6Vw2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uj9BGn6Vw2 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uj9BGn6Vw2 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uj9BGn6Vw2 .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uj9BGn6Vw2 .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj9BGn6Vw2 .contact-list li {
    text-align: left;
  }
}
.cid-uj9BGn6Vw2 .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uj9BGn6Vw2 .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uj9BGn6Vw2 .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uj9BGn6Vw2 .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uj9BGn6Vw2 .copyright-container {
    margin-top: 40px;
  }
}
.cid-uj9BGn6Vw2 .copyright {
  color: #747474;
}
.cid-uja1B13P3l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uja1B13P3l .container,
  .cid-uja1B13P3l .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uja1B13P3l .container .navbar-collapse,
  .cid-uja1B13P3l .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uja1B13P3l {
    flex-wrap: wrap;
  }
  .cid-uja1B13P3l .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uja1B13P3l .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uja1B13P3l .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uja1B13P3l .btn {
  padding: 0.8rem 2rem;
}
.cid-uja1B13P3l .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uja1B13P3l .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-uja1B13P3l .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uja1B13P3l nav.navbar {
  position: fixed;
}
.cid-uja1B13P3l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uja1B13P3l .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uja1B13P3l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uja1B13P3l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uja1B13P3l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uja1B13P3l .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uja1B13P3l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uja1B13P3l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uja1B13P3l .dropdown-menu,
.cid-uja1B13P3l .navbar.opened {
  background: #ffffff !important;
}
.cid-uja1B13P3l .nav-item:focus,
.cid-uja1B13P3l .nav-link:focus {
  outline: none;
}
.cid-uja1B13P3l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uja1B13P3l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uja1B13P3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uja1B13P3l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uja1B13P3l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uja1B13P3l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uja1B13P3l .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uja1B13P3l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uja1B13P3l .navbar.opened {
  transition: all 0.3s;
}
.cid-uja1B13P3l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uja1B13P3l .navbar .navbar-logo img {
  width: auto;
}
.cid-uja1B13P3l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uja1B13P3l .navbar.collapsed {
  justify-content: center;
}
.cid-uja1B13P3l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uja1B13P3l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uja1B13P3l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uja1B13P3l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uja1B13P3l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uja1B13P3l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uja1B13P3l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uja1B13P3l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uja1B13P3l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uja1B13P3l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uja1B13P3l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uja1B13P3l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uja1B13P3l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uja1B13P3l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uja1B13P3l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uja1B13P3l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uja1B13P3l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uja1B13P3l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uja1B13P3l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uja1B13P3l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uja1B13P3l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uja1B13P3l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uja1B13P3l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uja1B13P3l .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-uja1B13P3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uja1B13P3l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uja1B13P3l .dropdown-item.active,
.cid-uja1B13P3l .dropdown-item:active {
  background-color: transparent;
}
.cid-uja1B13P3l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uja1B13P3l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uja1B13P3l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uja1B13P3l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uja1B13P3l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uja1B13P3l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uja1B13P3l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uja1B13P3l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uja1B13P3l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uja1B13P3l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uja1B13P3l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uja1B13P3l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uja1B13P3l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uja1B13P3l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uja1B13P3l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uja1B13P3l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uja1B13P3l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uja1B13P3l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uja1B13P3l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uja1B13P3l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uja1B13P3l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uja1B13P3l .navbar {
    height: 70px;
  }
  .cid-uja1B13P3l .navbar.opened {
    height: auto;
  }
  .cid-uja1B13P3l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uja1B1Ky2p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uja1B1Ky2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uja1B1Ky2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uja1B1Ky2p .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uja1B1Ky2p .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uja1B1Ky2p .container {
    padding: 0 20px;
  }
}
.cid-uja1B1Ky2p .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uja1B1Ky2p .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uja1B1Ky2p .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uja1B1Ky2p .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uja1B1Ky2p .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uja1B1Ky2p .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uja1B1Ky2p .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uja1B1Ky2p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uja1B1Ky2p .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uja1B1Ky2p .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uja1B1Ky2p .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uja1B1Ky2p .mbr-section-title {
  color: #ffffff;
}
.cid-uja1B1Ky2p .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uja1B1Ky2p .mbr-text,
.cid-uja1B1Ky2p .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uja1B1Ky2p .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-uja1B1Ky2p .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-uja1B1Ky2p .mbr-section-title,
.cid-uja1B1Ky2p .mbr-section-btn,
.cid-uja1B1Ky2p .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uja1B1Zubg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uja1B1Zubg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uja1B1Zubg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uja1B1Zubg .container {
    padding: 0 20px;
  }
}
.cid-uja1B1Zubg .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uja1B1Zubg .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uja1B1Zubg .mbr-section-title {
  color: #1d1d1d;
}
.cid-uja1B1Zubg .mbr-text {
  color: #000000;
}
.cid-ukiBMGqUgM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ukiBMGqUgM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uja1B2is3R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uja1B2is3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uja1B2is3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uja1B2is3R .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-uja1B2is3R .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uja1B2is3R .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uja1B2is3R .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-uja1B2is3R .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-uja1B2is3R .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-uja1B2is3R .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uja1B2is3R .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uja1B2is3R .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uja1B2is3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uja1B2is3R .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uja1B2is3R .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uja1B2is3R .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uja1B2is3R .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-uja1B2is3R .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-uja1B2is3R .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uja1B2is3R .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-uja1B2is3R .list li:hover {
  color: #000000 !important;
}
.cid-uja1B2is3R .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uja1B2is3R .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-uja1B2is3R .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uja1B2is3R .social-list {
    justify-content: flex-start;
  }
}
.cid-uja1B2is3R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uja1B2is3R .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uja1B2is3R .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uja1B2is3R .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uja1B2is3R .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uja1B2is3R .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-uja1B2is3R .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uja1B2is3R .contact-list li {
    text-align: left;
  }
}
.cid-uja1B2is3R .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-uja1B2is3R .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uja1B2is3R .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-uja1B2is3R .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-uja1B2is3R .copyright-container {
    margin-top: 40px;
  }
}
.cid-uja1B2is3R .copyright {
  color: #747474;
}
.cid-ujskeATNHq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-ujskeATNHq .container,
  .cid-ujskeATNHq .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-ujskeATNHq .container .navbar-collapse,
  .cid-ujskeATNHq .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-ujskeATNHq {
    flex-wrap: wrap;
  }
  .cid-ujskeATNHq .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-ujskeATNHq .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ujskeATNHq .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ujskeATNHq .btn {
  padding: 0.8rem 2rem;
}
.cid-ujskeATNHq .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-ujskeATNHq .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #4d5e85;
}
.cid-ujskeATNHq .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ujskeATNHq nav.navbar {
  position: fixed;
}
.cid-ujskeATNHq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujskeATNHq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujskeATNHq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujskeATNHq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujskeATNHq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujskeATNHq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ujskeATNHq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujskeATNHq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujskeATNHq .dropdown-menu,
.cid-ujskeATNHq .navbar.opened {
  background: #ffffff !important;
}
.cid-ujskeATNHq .nav-item:focus,
.cid-ujskeATNHq .nav-link:focus {
  outline: none;
}
.cid-ujskeATNHq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujskeATNHq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujskeATNHq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujskeATNHq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujskeATNHq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujskeATNHq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujskeATNHq .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-ujskeATNHq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ujskeATNHq .navbar.opened {
  transition: all 0.3s;
}
.cid-ujskeATNHq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujskeATNHq .navbar .navbar-logo img {
  width: auto;
}
.cid-ujskeATNHq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ujskeATNHq .navbar.collapsed {
  justify-content: center;
}
.cid-ujskeATNHq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujskeATNHq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujskeATNHq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ujskeATNHq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujskeATNHq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujskeATNHq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujskeATNHq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujskeATNHq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujskeATNHq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujskeATNHq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujskeATNHq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujskeATNHq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujskeATNHq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujskeATNHq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujskeATNHq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujskeATNHq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujskeATNHq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujskeATNHq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujskeATNHq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujskeATNHq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujskeATNHq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujskeATNHq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujskeATNHq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujskeATNHq .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-ujskeATNHq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujskeATNHq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujskeATNHq .dropdown-item.active,
.cid-ujskeATNHq .dropdown-item:active {
  background-color: transparent;
}
.cid-ujskeATNHq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujskeATNHq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujskeATNHq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujskeATNHq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujskeATNHq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujskeATNHq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujskeATNHq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujskeATNHq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujskeATNHq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujskeATNHq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-ujskeATNHq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujskeATNHq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujskeATNHq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujskeATNHq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujskeATNHq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujskeATNHq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujskeATNHq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujskeATNHq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujskeATNHq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujskeATNHq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujskeATNHq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujskeATNHq .navbar {
    height: 70px;
  }
  .cid-ujskeATNHq .navbar.opened {
    height: auto;
  }
  .cid-ujskeATNHq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujskeBAHfl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujskeBAHfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujskeBAHfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujskeBAHfl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ujskeBAHfl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujskeBAHfl .container {
    padding: 0 20px;
  }
}
.cid-ujskeBAHfl .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-ujskeBAHfl .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-ujskeBAHfl .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-ujskeBAHfl .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-ujskeBAHfl .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-ujskeBAHfl .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-ujskeBAHfl .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ujskeBAHfl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujskeBAHfl .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ujskeBAHfl .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-ujskeBAHfl .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujskeBAHfl .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-ujskeBAHfl .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-ujskeBAHfl .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ujskeBAHfl .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-ujskeBAHfl .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-ujskeBAHfl .mbr-section-title {
  color: #ffffff;
}
.cid-ujskeBAHfl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ujskeBAHfl .mbr-text,
.cid-ujskeBAHfl .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ujskeBAHfl .mbr-name {
  color: #ffffff;
  text-align: center;
}
.cid-ujskeBAHfl .mbr-role {
  color: #ffffff;
  text-align: center;
}
.cid-ujskeBAHfl .mbr-section-title,
.cid-ujskeBAHfl .mbr-section-btn,
.cid-ujskeBAHfl .icon-wrapper {
  text-align: center;
}
.cid-ujskeBQtbz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujskeBQtbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujskeBQtbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ujskeBQtbz .container {
    padding: 0 20px;
  }
}
.cid-ujskeBQtbz .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-ujskeBQtbz .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-ujskeBQtbz .mbr-section-title {
  color: #1d1d1d;
}
.cid-ujskeBQtbz .mbr-text {
  color: #000000;
}
.cid-ujskXsCGpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-ujskXsCGpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujskXsCGpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujskXsCGpc .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ujskXsCGpc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ujskXsCGpc .container {
    padding: 0 16px;
  }
}
.cid-ujskXsCGpc .row {
  justify-content: center;
}
.cid-ujskXsCGpc .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ujskXsCGpc .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujskXsCGpc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #4d5e85 !important;
  color: #0eccf2 !important;
  border-color: #4d5e85 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f55d3e !important;
  color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #4d5e85 !important;
  color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #29d786 !important;
  color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0eccf2 !important;
  color: #4d5e85 !important;
  border-color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffc001 !important;
  color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #d92738 !important;
  color: #0eccf2 !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-ujskXsCGpc .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-ujskXsCGpc .mbr-desc {
  color: #706cff;
}
.cid-ujskXsCGpc .mbr-section-title {
  color: #000000;
}
.cid-ujskXsCGpc .mbr-text {
  color: #000000;
}
.cid-ujskXsCGpc .mbr-section-btn {
  text-align: center;
}
.cid-ujskeCaUtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujskeCaUtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujskeCaUtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujskeCaUtC .border-item {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  margin-bottom: 50px;
}
.cid-ujskeCaUtC .main-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ujskeCaUtC .main-container {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-ujskeCaUtC .column-left {
  grid-column-start: 1;
  grid-column-end: 2;
}
.cid-ujskeCaUtC .column-right {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 767px) {
  .cid-ujskeCaUtC .column-right {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-ujskeCaUtC .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: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ujskeCaUtC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ujskeCaUtC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ujskeCaUtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-ujskeCaUtC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ujskeCaUtC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ujskeCaUtC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ujskeCaUtC .mbr-text {
  color: #747474;
  margin-top: 30px;
}
.cid-ujskeCaUtC .list-box {
  width: 100%;
  margin-top: 30px;
}
.cid-ujskeCaUtC .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ujskeCaUtC .list li {
  color: inherit !important;
  margin: 0 12px 0 0;
  transition: 0.4s all;
}
.cid-ujskeCaUtC .list li:hover {
  color: #000000 !important;
}
.cid-ujskeCaUtC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ujskeCaUtC .list a:hover {
  color: #000000 !important;
  line-height: inherit !important;
}
.cid-ujskeCaUtC .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-ujskeCaUtC .social-list {
    justify-content: flex-start;
  }
}
.cid-ujskeCaUtC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ujskeCaUtC .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ujskeCaUtC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ujskeCaUtC .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ujskeCaUtC .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ujskeCaUtC .contact-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 6px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #747474;
  transition: 0.4s all;
}
.cid-ujskeCaUtC .contact-list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-ujskeCaUtC .contact-list li {
    text-align: left;
  }
}
.cid-ujskeCaUtC .contact-list li:hover {
  color: #d3d3d3 !important;
}
.cid-ujskeCaUtC .contact-list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ujskeCaUtC .contact-list a:hover {
  color: #d3d3d3 !important;
  line-height: inherit !important;
}
.cid-ujskeCaUtC .copyright-container {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media (max-width: 991px) {
  .cid-ujskeCaUtC .copyright-container {
    margin-top: 40px;
  }
}
.cid-ujskeCaUtC .copyright {
  color: #747474;
}
