.btn {
  border-width: 2px;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', display;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Unbounded', display;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-4 {
  font-family: 'Unbounded', display;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Unbounded', display;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Unbounded', display;
  font-size: 0.8rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #4279b0 !important;
}
.bg-success {
  background-color: #919191 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #43cb43 !important;
}
.bg-danger {
  background-color: #ff5c5c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4279b0 !important;
  border-color: #4279b0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2a4e71 !important;
  border-color: #2a4e71 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a4e71 !important;
  border-color: #2a4e71 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
  color: #656e81 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #656e81 !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #919191 !important;
  border-color: #919191 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #43cb43 !important;
  border-color: #43cb43 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #289028 !important;
  border-color: #289028 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #289028 !important;
  border-color: #289028 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5c5c !important;
  border-color: #ff5c5c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0505 !important;
  border-color: #ff0505 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0505 !important;
  border-color: #ff0505 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4279b0;
  color: #4279b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a4e71 !important;
  background-color: transparent!important;
  border-color: #2a4e71 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4279b0 !important;
  border-color: #4279b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f1f2f4;
  color: #f1f2f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0c5ce !important;
  background-color: transparent!important;
  border-color: #c0c5ce !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #656e81 !important;
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #919191;
  color: #919191;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #666666 !important;
  background-color: transparent!important;
  border-color: #666666 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #919191 !important;
  border-color: #919191 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #43cb43;
  color: #43cb43;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #289028 !important;
  background-color: transparent!important;
  border-color: #289028 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #43cb43 !important;
  border-color: #43cb43 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5c5c;
  color: #ff5c5c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0505 !important;
  background-color: transparent!important;
  border-color: #ff0505 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5c5c !important;
  border-color: #ff5c5c !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: #4279b0 !important;
}
.text-secondary {
  color: #f1f2f4 !important;
}
.text-success {
  color: #919191 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #43cb43 !important;
}
.text-danger {
  color: #ff5c5c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #264666 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b8bdc7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5e5e5e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #248424 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f50000 !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: #4279b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #43cb43;
}
.alert-danger {
  background-color: #ff5c5c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4279b0;
  border-color: #4279b0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4279b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99b9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1d1d1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3f7e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Unbounded', display;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4279b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Unbounded', display;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4279b0;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #4279b0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4279b0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4279b0;
  border-bottom-color: #4279b0;
}
.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: #4279b0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1f2f4 !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='%234279b0' %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 {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.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 {
  position: relative;
  padding: 0;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #4279b0;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f1f2f4;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #919191;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #43cb43;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ff5c5c;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-tuYTixQe0w .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .menu_box .navbar.opened,
  .cid-tuYTixQe0w .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tuYTixQe0w .navbar-dropdown {
  position: relative !important;
}
.cid-tuYTixQe0w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tuYTixQe0w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tuYTixQe0w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tuYTixQe0w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tuYTixQe0w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tuYTixQe0w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-body .mbr-text,
  .cid-tuYTixQe0w .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tuYTixQe0w .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tuYTixQe0w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tuYTixQe0w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tuYTixQe0w .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tuYTixQe0w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 0 !important;
  }
}
.cid-tuYTixQe0w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tuYTixQe0w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tuYTixQe0w .offcanvas_box {
    display: none;
  }
}
.cid-tuYTixQe0w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tuYTixQe0w .container {
  display: flex;
  margin: auto;
}
.cid-tuYTixQe0w .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tuYTixQe0w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tuYTixQe0w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tuYTixQe0w .navbar-caption {
  color: #495DFF;
}
.cid-tuYTixQe0w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .navbar-nav {
    margin: 0;
  }
}
.cid-tuYTixQe0w .dropdown-menu,
.cid-tuYTixQe0w .navbar.opened {
  background-color: false !important;
}
.cid-tuYTixQe0w .nav-item:focus,
.cid-tuYTixQe0w .nav-link:focus {
  outline: none;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuYTixQe0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuYTixQe0w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tuYTixQe0w .navbar.opened {
  transition: all 0.3s;
}
.cid-tuYTixQe0w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tuYTixQe0w .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tuYTixQe0w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuYTixQe0w .navbar.collapsed {
  justify-content: center;
}
.cid-tuYTixQe0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuYTixQe0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuYTixQe0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tuYTixQe0w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tuYTixQe0w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tuYTixQe0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuYTixQe0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tuYTixQe0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuYTixQe0w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tuYTixQe0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuYTixQe0w .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-tuYTixQe0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tuYTixQe0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuYTixQe0w .dropdown-item.active,
.cid-tuYTixQe0w .dropdown-item:active {
  background-color: transparent;
}
.cid-tuYTixQe0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuYTixQe0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuYTixQe0w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tuYTixQe0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuYTixQe0w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tuYTixQe0w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuYTixQe0w .navbar {
    height: 70px;
  }
  .cid-tuYTixQe0w .navbar.opened {
    height: auto;
  }
  .cid-tuYTixQe0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuYTixQe0w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tuYTixQe0w .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tuYTixQe0w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tuYTixQe0w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tuYTixQe0w .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tuYTixQe0w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuYTixQe0w .text_widget {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-section-subtitle,
.cid-tuYTixQe0w .text_widget,
.cid-tuYTixQe0w .mbr-section-btn {
  text-align: center;
}
.cid-tuYTixQe0w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tEnLKQXgfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tEnLKQXgfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnLKQXgfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnLKQXgfk .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tEnLKQXgfk .container-fluid {
    padding: 0 16px;
  }
}
.cid-tEnLKQXgfk .container-fluid .row {
  padding: 0;
}
.cid-tEnLKQXgfk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tEnLKQXgfk .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tEnLKQXgfk .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tEnLKQXgfk .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #4279b0;
}
@media (max-width: 992px) {
  .cid-tEnLKQXgfk .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tEnLKQXgfk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tEnLKQXgfk .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tEnLKQXgfk .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tEnLKQXgfk .mbr-section-title {
  color: #495DFF;
}
.cid-tEnLKQXgfk .mbr-text {
  color: #4279b0;
}
.cid-tEnLKQXgfk .mbr-section-title,
.cid-tEnLKQXgfk .mbr-section-btn {
  color: #4279b0;
}
.cid-tEnkirMcCA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tEnkirMcCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnkirMcCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnkirMcCA .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tEnkirMcCA .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tEnkirMcCA .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .container {
    max-width: 100%;
  }
  .cid-tEnkirMcCA .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tEnkirMcCA .item-wrap {
  width: 100%;
}
.cid-tEnkirMcCA .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tEnkirMcCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tEnkirMcCA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tEnkirMcCA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tEnkirMcCA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tEnkirMcCA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tEnkirMcCA .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .col-links {
    padding-top: 20px;
  }
}
.cid-tEnkirMcCA .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEnkirMcCA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .list {
    text-align: center !important;
  }
}
.cid-tEnkirMcCA .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tEnkirMcCA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tEnkirMcCA .list a:hover:before {
  width: 100%;
}
.cid-tEnkirMcCA .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .col-copyright {
    padding-top: 40px;
  }
}
.cid-tEnkirMcCA .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tEnkirMcCA .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tKWpSsayAr .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tKWpSsayAr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tKWpSsayAr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .menu_box .navbar.opened,
  .cid-tKWpSsayAr .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tKWpSsayAr .navbar-dropdown {
  position: relative !important;
}
.cid-tKWpSsayAr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tKWpSsayAr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tKWpSsayAr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tKWpSsayAr .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tKWpSsayAr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tKWpSsayAr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tKWpSsayAr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tKWpSsayAr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tKWpSsayAr .offcanvas-body .mbr-text,
  .cid-tKWpSsayAr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tKWpSsayAr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tKWpSsayAr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tKWpSsayAr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tKWpSsayAr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tKWpSsayAr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tKWpSsayAr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tKWpSsayAr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tKWpSsayAr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tKWpSsayAr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tKWpSsayAr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .nav-item {
    margin: 0 !important;
  }
}
.cid-tKWpSsayAr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tKWpSsayAr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tKWpSsayAr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tKWpSsayAr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tKWpSsayAr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tKWpSsayAr .offcanvas_box {
    display: none;
  }
}
.cid-tKWpSsayAr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tKWpSsayAr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tKWpSsayAr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tKWpSsayAr .container {
  display: flex;
  margin: auto;
}
.cid-tKWpSsayAr .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tKWpSsayAr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tKWpSsayAr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tKWpSsayAr .navbar-caption {
  color: #495DFF;
}
.cid-tKWpSsayAr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tKWpSsayAr .navbar-nav {
    margin: 0;
  }
}
.cid-tKWpSsayAr .dropdown-menu,
.cid-tKWpSsayAr .navbar.opened {
  background-color: false !important;
}
.cid-tKWpSsayAr .nav-item:focus,
.cid-tKWpSsayAr .nav-link:focus {
  outline: none;
}
.cid-tKWpSsayAr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKWpSsayAr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKWpSsayAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKWpSsayAr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKWpSsayAr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKWpSsayAr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKWpSsayAr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tKWpSsayAr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tKWpSsayAr .navbar.opened {
  transition: all 0.3s;
}
.cid-tKWpSsayAr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tKWpSsayAr .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tKWpSsayAr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tKWpSsayAr .navbar.collapsed {
  justify-content: center;
}
.cid-tKWpSsayAr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKWpSsayAr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKWpSsayAr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKWpSsayAr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKWpSsayAr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKWpSsayAr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tKWpSsayAr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tKWpSsayAr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tKWpSsayAr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tKWpSsayAr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKWpSsayAr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKWpSsayAr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tKWpSsayAr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKWpSsayAr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tKWpSsayAr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKWpSsayAr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tKWpSsayAr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tKWpSsayAr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tKWpSsayAr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKWpSsayAr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKWpSsayAr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tKWpSsayAr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKWpSsayAr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKWpSsayAr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKWpSsayAr .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-tKWpSsayAr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tKWpSsayAr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKWpSsayAr .dropdown-item.active,
.cid-tKWpSsayAr .dropdown-item:active {
  background-color: transparent;
}
.cid-tKWpSsayAr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKWpSsayAr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKWpSsayAr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKWpSsayAr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKWpSsayAr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tKWpSsayAr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKWpSsayAr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tKWpSsayAr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tKWpSsayAr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKWpSsayAr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKWpSsayAr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKWpSsayAr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKWpSsayAr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKWpSsayAr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKWpSsayAr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKWpSsayAr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKWpSsayAr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tKWpSsayAr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKWpSsayAr .navbar {
    height: 70px;
  }
  .cid-tKWpSsayAr .navbar.opened {
    height: auto;
  }
  .cid-tKWpSsayAr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKWpSsayAr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tKWpSsayAr .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tKWpSsayAr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tKWpSsayAr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tKWpSsayAr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tKWpSsayAr .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tKWpSsayAr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tKWpSsayAr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKWpSsayAr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tKWpSsayAr .text_widget {
  color: #ffffff;
}
.cid-tKWpSsayAr .mbr-section-subtitle,
.cid-tKWpSsayAr .text_widget,
.cid-tKWpSsayAr .mbr-section-btn {
  text-align: center;
}
.cid-tKWpSsayAr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLgMWVqKBB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLgMWVqKBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLgMWVqKBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLgMWVqKBB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLgMWVqKBB .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLgMWVqKBB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLgMWVqKBB .container {
    padding: 0 30px;
  }
}
.cid-tLgMWVqKBB .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLgMWVqKBB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLgMWVqKBB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLgMWVqKBB .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a {
  display: block;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLgMWVqKBB .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLgMWVqKBB .embla__button--next,
.cid-tLgMWVqKBB .embla__button--prev {
  display: flex;
}
.cid-tLgMWVqKBB .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLgMWVqKBB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLgMWVqKBB .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLgMWVqKBB .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLgMWVqKBB .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLgMWVqKBB .embla__button {
    top: auto;
  }
}
.cid-tLgMWVqKBB .embla {
  position: relative;
  width: 100%;
}
.cid-tLgMWVqKBB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLgMWVqKBB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLgMWVqKBB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLgMWVqKBB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLgMWVqKBB .mbr-section-title {
  color: #ffffff;
}
.cid-tLgMWVqKBB .mbr-date {
  color: #ffffff;
}
.cid-tLgMWVqKBB .mbr-desc {
  color: #ffffff;
}
.cid-tLgMWVqKBB .mbr-text {
  color: #ffffff;
}
.cid-tLgQuD8x0N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLgQuD8x0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLgQuD8x0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLgQuD8x0N .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLgQuD8x0N .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLgQuD8x0N .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLgQuD8x0N .container {
    padding: 0 30px;
  }
}
.cid-tLgQuD8x0N .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLgQuD8x0N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLgQuD8x0N .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLgQuD8x0N .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a {
  display: block;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLgQuD8x0N .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLgQuD8x0N .embla__button--next,
.cid-tLgQuD8x0N .embla__button--prev {
  display: flex;
}
.cid-tLgQuD8x0N .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLgQuD8x0N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLgQuD8x0N .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLgQuD8x0N .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLgQuD8x0N .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLgQuD8x0N .embla__button {
    top: auto;
  }
}
.cid-tLgQuD8x0N .embla {
  position: relative;
  width: 100%;
}
.cid-tLgQuD8x0N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLgQuD8x0N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLgQuD8x0N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLgQuD8x0N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLgQuD8x0N .mbr-section-title {
  color: #ffffff;
}
.cid-tLgQuD8x0N .mbr-date {
  color: #ffffff;
}
.cid-tLgQuD8x0N .mbr-desc {
  color: #ffffff;
}
.cid-tLgQuD8x0N .mbr-text {
  color: #ffffff;
}
.cid-tLgTbvLt1X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLgTbvLt1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLgTbvLt1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLgTbvLt1X .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLgTbvLt1X .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLgTbvLt1X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLgTbvLt1X .container {
    padding: 0 30px;
  }
}
.cid-tLgTbvLt1X .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLgTbvLt1X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLgTbvLt1X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLgTbvLt1X .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a {
  display: block;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLgTbvLt1X .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLgTbvLt1X .embla__button--next,
.cid-tLgTbvLt1X .embla__button--prev {
  display: flex;
}
.cid-tLgTbvLt1X .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLgTbvLt1X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLgTbvLt1X .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLgTbvLt1X .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLgTbvLt1X .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLgTbvLt1X .embla__button {
    top: auto;
  }
}
.cid-tLgTbvLt1X .embla {
  position: relative;
  width: 100%;
}
.cid-tLgTbvLt1X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLgTbvLt1X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLgTbvLt1X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLgTbvLt1X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLgTbvLt1X .mbr-section-title {
  color: #ffffff;
}
.cid-tLgTbvLt1X .mbr-date {
  color: #ffffff;
}
.cid-tLgTbvLt1X .mbr-desc {
  color: #ffffff;
}
.cid-tLgTbvLt1X .mbr-text {
  color: #ffffff;
}
.cid-tLgQRP6ONM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLgQRP6ONM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLgQRP6ONM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLgQRP6ONM .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLgQRP6ONM .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLgQRP6ONM .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLgQRP6ONM .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLgQRP6ONM .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLgQRP6ONM .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLgQRP6ONM .card .text-wrapper {
    display: none;
  }
}
.cid-tLgQRP6ONM .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLgQRP6ONM .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLgQRP6ONM .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLgQRP6ONM .mbr-section-title {
  color: #495DFF;
}
.cid-tLgQRP6ONM .mbr-text {
  color: #495DFF;
}
.cid-tKWpSu0dC4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tKWpSu0dC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKWpSu0dC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKWpSu0dC4 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tKWpSu0dC4 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tKWpSu0dC4 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tKWpSu0dC4 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tKWpSu0dC4 .container {
    max-width: 100%;
  }
  .cid-tKWpSu0dC4 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tKWpSu0dC4 .item-wrap {
  width: 100%;
}
.cid-tKWpSu0dC4 .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tKWpSu0dC4 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tKWpSu0dC4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tKWpSu0dC4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tKWpSu0dC4 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tKWpSu0dC4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tKWpSu0dC4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tKWpSu0dC4 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKWpSu0dC4 .col-links {
    padding-top: 20px;
  }
}
.cid-tKWpSu0dC4 .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tKWpSu0dC4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tKWpSu0dC4 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tKWpSu0dC4 .list {
    text-align: center !important;
  }
}
.cid-tKWpSu0dC4 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tKWpSu0dC4 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tKWpSu0dC4 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tKWpSu0dC4 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tKWpSu0dC4 .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tKWpSu0dC4 .list a:hover:before {
  width: 100%;
}
.cid-tKWpSu0dC4 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tKWpSu0dC4 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tKWpSu0dC4 .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tKWpSu0dC4 .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLwM4DDq7v .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLwM4DDq7v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLwM4DDq7v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .menu_box .navbar.opened,
  .cid-tLwM4DDq7v .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLwM4DDq7v .navbar-dropdown {
  position: relative !important;
}
.cid-tLwM4DDq7v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLwM4DDq7v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLwM4DDq7v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLwM4DDq7v .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLwM4DDq7v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLwM4DDq7v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLwM4DDq7v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLwM4DDq7v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLwM4DDq7v .offcanvas-body .mbr-text,
  .cid-tLwM4DDq7v .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLwM4DDq7v .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLwM4DDq7v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLwM4DDq7v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLwM4DDq7v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLwM4DDq7v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLwM4DDq7v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLwM4DDq7v li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLwM4DDq7v .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLwM4DDq7v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLwM4DDq7v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .nav-item {
    margin: 0 !important;
  }
}
.cid-tLwM4DDq7v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLwM4DDq7v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLwM4DDq7v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLwM4DDq7v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLwM4DDq7v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLwM4DDq7v .offcanvas_box {
    display: none;
  }
}
.cid-tLwM4DDq7v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLwM4DDq7v .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLwM4DDq7v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLwM4DDq7v .container {
  display: flex;
  margin: auto;
}
.cid-tLwM4DDq7v .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLwM4DDq7v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLwM4DDq7v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLwM4DDq7v .navbar-caption {
  color: #495DFF;
}
.cid-tLwM4DDq7v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLwM4DDq7v .navbar-nav {
    margin: 0;
  }
}
.cid-tLwM4DDq7v .dropdown-menu,
.cid-tLwM4DDq7v .navbar.opened {
  background-color: false !important;
}
.cid-tLwM4DDq7v .nav-item:focus,
.cid-tLwM4DDq7v .nav-link:focus {
  outline: none;
}
.cid-tLwM4DDq7v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLwM4DDq7v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLwM4DDq7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLwM4DDq7v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLwM4DDq7v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLwM4DDq7v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLwM4DDq7v .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4DDq7v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLwM4DDq7v .navbar.opened {
  transition: all 0.3s;
}
.cid-tLwM4DDq7v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLwM4DDq7v .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLwM4DDq7v .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLwM4DDq7v .navbar.collapsed {
  justify-content: center;
}
.cid-tLwM4DDq7v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLwM4DDq7v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLwM4DDq7v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLwM4DDq7v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLwM4DDq7v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLwM4DDq7v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLwM4DDq7v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLwM4DDq7v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLwM4DDq7v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLwM4DDq7v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLwM4DDq7v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLwM4DDq7v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLwM4DDq7v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLwM4DDq7v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLwM4DDq7v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLwM4DDq7v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLwM4DDq7v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLwM4DDq7v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLwM4DDq7v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLwM4DDq7v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLwM4DDq7v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLwM4DDq7v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLwM4DDq7v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLwM4DDq7v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLwM4DDq7v .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-tLwM4DDq7v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLwM4DDq7v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLwM4DDq7v .dropdown-item.active,
.cid-tLwM4DDq7v .dropdown-item:active {
  background-color: transparent;
}
.cid-tLwM4DDq7v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLwM4DDq7v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLwM4DDq7v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLwM4DDq7v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLwM4DDq7v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLwM4DDq7v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLwM4DDq7v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLwM4DDq7v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLwM4DDq7v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLwM4DDq7v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLwM4DDq7v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLwM4DDq7v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLwM4DDq7v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLwM4DDq7v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLwM4DDq7v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLwM4DDq7v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLwM4DDq7v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLwM4DDq7v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLwM4DDq7v .navbar {
    height: 70px;
  }
  .cid-tLwM4DDq7v .navbar.opened {
    height: auto;
  }
  .cid-tLwM4DDq7v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLwM4DDq7v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLwM4DDq7v .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLwM4DDq7v .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLwM4DDq7v .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLwM4DDq7v .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLwM4DDq7v .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLwM4DDq7v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLwM4DDq7v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLwM4DDq7v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLwM4DDq7v .text_widget {
  color: #ffffff;
}
.cid-tLwM4DDq7v .mbr-section-subtitle,
.cid-tLwM4DDq7v .text_widget,
.cid-tLwM4DDq7v .mbr-section-btn {
  text-align: center;
}
.cid-tLwM4DDq7v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLwM4EAyML {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLwM4EAyML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwM4EAyML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwM4EAyML .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLwM4EAyML .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLwM4EAyML .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4EAyML .container {
    padding: 0 30px;
  }
}
.cid-tLwM4EAyML .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLwM4EAyML .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLwM4EAyML .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLwM4EAyML .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a {
  display: block;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLwM4EAyML .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLwM4EAyML .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLwM4EAyML .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLwM4EAyML .embla__button--next,
.cid-tLwM4EAyML .embla__button--prev {
  display: flex;
}
.cid-tLwM4EAyML .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLwM4EAyML .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLwM4EAyML .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLwM4EAyML .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLwM4EAyML .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLwM4EAyML .embla__button {
    top: auto;
  }
}
.cid-tLwM4EAyML .embla {
  position: relative;
  width: 100%;
}
.cid-tLwM4EAyML .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLwM4EAyML .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLwM4EAyML .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLwM4EAyML .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLwM4EAyML .mbr-section-title {
  color: #ffffff;
}
.cid-tLwM4EAyML .mbr-date {
  color: #ffffff;
}
.cid-tLwM4EAyML .mbr-desc {
  color: #ffffff;
}
.cid-tLwM4EAyML .mbr-text {
  color: #ffffff;
}
.cid-tLwM4FqWRk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLwM4FqWRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwM4FqWRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwM4FqWRk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLwM4FqWRk .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLwM4FqWRk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4FqWRk .container {
    padding: 0 30px;
  }
}
.cid-tLwM4FqWRk .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLwM4FqWRk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLwM4FqWRk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLwM4FqWRk .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a {
  display: block;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLwM4FqWRk .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLwM4FqWRk .embla__button--next,
.cid-tLwM4FqWRk .embla__button--prev {
  display: flex;
}
.cid-tLwM4FqWRk .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLwM4FqWRk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLwM4FqWRk .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLwM4FqWRk .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLwM4FqWRk .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLwM4FqWRk .embla__button {
    top: auto;
  }
}
.cid-tLwM4FqWRk .embla {
  position: relative;
  width: 100%;
}
.cid-tLwM4FqWRk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLwM4FqWRk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLwM4FqWRk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLwM4FqWRk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLwM4FqWRk .mbr-section-title {
  color: #ffffff;
}
.cid-tLwM4FqWRk .mbr-date {
  color: #ffffff;
}
.cid-tLwM4FqWRk .mbr-desc {
  color: #ffffff;
}
.cid-tLwM4FqWRk .mbr-text {
  color: #ffffff;
}
.cid-tLwM4GC8QZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLwM4GC8QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwM4GC8QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwM4GC8QZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLwM4GC8QZ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLwM4GC8QZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4GC8QZ .container {
    padding: 0 30px;
  }
}
.cid-tLwM4GC8QZ .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLwM4GC8QZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLwM4GC8QZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a {
  display: block;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLwM4GC8QZ .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLwM4GC8QZ .embla__button--next,
.cid-tLwM4GC8QZ .embla__button--prev {
  display: flex;
}
.cid-tLwM4GC8QZ .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLwM4GC8QZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLwM4GC8QZ .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLwM4GC8QZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLwM4GC8QZ .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLwM4GC8QZ .embla__button {
    top: auto;
  }
}
.cid-tLwM4GC8QZ .embla {
  position: relative;
  width: 100%;
}
.cid-tLwM4GC8QZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLwM4GC8QZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLwM4GC8QZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLwM4GC8QZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLwM4GC8QZ .mbr-section-title {
  color: #ffffff;
}
.cid-tLwM4GC8QZ .mbr-date {
  color: #ffffff;
}
.cid-tLwM4GC8QZ .mbr-desc {
  color: #ffffff;
}
.cid-tLwM4GC8QZ .mbr-text {
  color: #ffffff;
}
.cid-tLwQDoDmDf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLwQDoDmDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwQDoDmDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwQDoDmDf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLwQDoDmDf .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLwQDoDmDf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLwQDoDmDf .container {
    padding: 0 30px;
  }
}
.cid-tLwQDoDmDf .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLwQDoDmDf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLwQDoDmDf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLwQDoDmDf .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a {
  display: block;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLwQDoDmDf .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLwQDoDmDf .embla__button--next,
.cid-tLwQDoDmDf .embla__button--prev {
  display: flex;
}
.cid-tLwQDoDmDf .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLwQDoDmDf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLwQDoDmDf .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLwQDoDmDf .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLwQDoDmDf .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLwQDoDmDf .embla__button {
    top: auto;
  }
}
.cid-tLwQDoDmDf .embla {
  position: relative;
  width: 100%;
}
.cid-tLwQDoDmDf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLwQDoDmDf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLwQDoDmDf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLwQDoDmDf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLwQDoDmDf .mbr-section-title {
  color: #ffffff;
}
.cid-tLwQDoDmDf .mbr-date {
  color: #ffffff;
}
.cid-tLwQDoDmDf .mbr-desc {
  color: #ffffff;
}
.cid-tLwQDoDmDf .mbr-text {
  color: #ffffff;
}
.cid-tLwM4HNnzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLwM4HNnzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwM4HNnzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwM4HNnzJ .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLwM4HNnzJ .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLwM4HNnzJ .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4HNnzJ .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLwM4HNnzJ .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLwM4HNnzJ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLwM4HNnzJ .card .text-wrapper {
    display: none;
  }
}
.cid-tLwM4HNnzJ .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLwM4HNnzJ .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLwM4HNnzJ .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLwM4HNnzJ .mbr-section-title {
  color: #495DFF;
}
.cid-tLwM4HNnzJ .mbr-text {
  color: #495DFF;
}
.cid-tLwM4IdU1f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLwM4IdU1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwM4IdU1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwM4IdU1f .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLwM4IdU1f .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLwM4IdU1f .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLwM4IdU1f .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLwM4IdU1f .container {
    max-width: 100%;
  }
  .cid-tLwM4IdU1f .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLwM4IdU1f .item-wrap {
  width: 100%;
}
.cid-tLwM4IdU1f .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLwM4IdU1f .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLwM4IdU1f .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLwM4IdU1f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLwM4IdU1f .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLwM4IdU1f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLwM4IdU1f .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLwM4IdU1f .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLwM4IdU1f .col-links {
    padding-top: 20px;
  }
}
.cid-tLwM4IdU1f .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLwM4IdU1f .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLwM4IdU1f .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLwM4IdU1f .list {
    text-align: center !important;
  }
}
.cid-tLwM4IdU1f .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLwM4IdU1f .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLwM4IdU1f .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLwM4IdU1f .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLwM4IdU1f .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLwM4IdU1f .list a:hover:before {
  width: 100%;
}
.cid-tLwM4IdU1f .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLwM4IdU1f .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLwM4IdU1f .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLwM4IdU1f .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLDSLKnTDP .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLDSLKnTDP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLDSLKnTDP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .menu_box .navbar.opened,
  .cid-tLDSLKnTDP .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLDSLKnTDP .navbar-dropdown {
  position: relative !important;
}
.cid-tLDSLKnTDP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLDSLKnTDP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLDSLKnTDP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLDSLKnTDP .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLDSLKnTDP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLDSLKnTDP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLDSLKnTDP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLDSLKnTDP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLDSLKnTDP .offcanvas-body .mbr-text,
  .cid-tLDSLKnTDP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLDSLKnTDP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLDSLKnTDP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLDSLKnTDP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLDSLKnTDP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLDSLKnTDP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLDSLKnTDP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLDSLKnTDP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLDSLKnTDP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLDSLKnTDP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLDSLKnTDP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .nav-item {
    margin: 0 !important;
  }
}
.cid-tLDSLKnTDP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLDSLKnTDP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLDSLKnTDP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLDSLKnTDP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLDSLKnTDP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLDSLKnTDP .offcanvas_box {
    display: none;
  }
}
.cid-tLDSLKnTDP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLDSLKnTDP .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLDSLKnTDP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLDSLKnTDP .container {
  display: flex;
  margin: auto;
}
.cid-tLDSLKnTDP .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLDSLKnTDP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLDSLKnTDP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLDSLKnTDP .navbar-caption {
  color: #495DFF;
}
.cid-tLDSLKnTDP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLDSLKnTDP .navbar-nav {
    margin: 0;
  }
}
.cid-tLDSLKnTDP .dropdown-menu,
.cid-tLDSLKnTDP .navbar.opened {
  background-color: false !important;
}
.cid-tLDSLKnTDP .nav-item:focus,
.cid-tLDSLKnTDP .nav-link:focus {
  outline: none;
}
.cid-tLDSLKnTDP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLDSLKnTDP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLDSLKnTDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLDSLKnTDP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLDSLKnTDP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLDSLKnTDP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLDSLKnTDP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLDSLKnTDP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLDSLKnTDP .navbar.opened {
  transition: all 0.3s;
}
.cid-tLDSLKnTDP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLDSLKnTDP .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLDSLKnTDP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLDSLKnTDP .navbar.collapsed {
  justify-content: center;
}
.cid-tLDSLKnTDP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLDSLKnTDP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLDSLKnTDP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLDSLKnTDP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLDSLKnTDP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLDSLKnTDP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLDSLKnTDP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLDSLKnTDP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLDSLKnTDP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLDSLKnTDP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLDSLKnTDP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLDSLKnTDP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLDSLKnTDP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLDSLKnTDP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLDSLKnTDP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLDSLKnTDP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLDSLKnTDP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLDSLKnTDP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLDSLKnTDP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLDSLKnTDP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLDSLKnTDP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLDSLKnTDP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLDSLKnTDP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLDSLKnTDP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLDSLKnTDP .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-tLDSLKnTDP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLDSLKnTDP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLDSLKnTDP .dropdown-item.active,
.cid-tLDSLKnTDP .dropdown-item:active {
  background-color: transparent;
}
.cid-tLDSLKnTDP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLDSLKnTDP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLDSLKnTDP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLDSLKnTDP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLDSLKnTDP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLDSLKnTDP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLDSLKnTDP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLDSLKnTDP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLDSLKnTDP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLDSLKnTDP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDSLKnTDP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLDSLKnTDP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLDSLKnTDP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDSLKnTDP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLDSLKnTDP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLDSLKnTDP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLDSLKnTDP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLDSLKnTDP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLDSLKnTDP .navbar {
    height: 70px;
  }
  .cid-tLDSLKnTDP .navbar.opened {
    height: auto;
  }
  .cid-tLDSLKnTDP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDSLKnTDP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLDSLKnTDP .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLDSLKnTDP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLDSLKnTDP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLDSLKnTDP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLDSLKnTDP .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLDSLKnTDP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLDSLKnTDP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLDSLKnTDP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLDSLKnTDP .text_widget {
  color: #ffffff;
}
.cid-tLDSLKnTDP .mbr-section-subtitle,
.cid-tLDSLKnTDP .text_widget,
.cid-tLDSLKnTDP .mbr-section-btn {
  text-align: center;
}
.cid-tLDSLKnTDP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLDSLKScJU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLDSLKScJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDSLKScJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDSLKScJU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLDSLKScJU .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLDSLKScJU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLDSLKScJU .container {
    padding: 0 30px;
  }
}
.cid-tLDSLKScJU .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLDSLKScJU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLDSLKScJU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLDSLKScJU .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a {
  display: block;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLDSLKScJU .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLDSLKScJU .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLDSLKScJU .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLDSLKScJU .embla__button--next,
.cid-tLDSLKScJU .embla__button--prev {
  display: flex;
}
.cid-tLDSLKScJU .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLDSLKScJU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLDSLKScJU .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLDSLKScJU .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLDSLKScJU .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLDSLKScJU .embla__button {
    top: auto;
  }
}
.cid-tLDSLKScJU .embla {
  position: relative;
  width: 100%;
}
.cid-tLDSLKScJU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLDSLKScJU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLDSLKScJU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLDSLKScJU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLDSLKScJU .mbr-section-title {
  color: #ffffff;
}
.cid-tLDSLKScJU .mbr-date {
  color: #ffffff;
}
.cid-tLDSLKScJU .mbr-desc {
  color: #ffffff;
}
.cid-tLDSLKScJU .mbr-text {
  color: #ffffff;
}
.cid-tLDSLLuWyD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLDSLLuWyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDSLLuWyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDSLLuWyD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLDSLLuWyD .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLDSLLuWyD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLDSLLuWyD .container {
    padding: 0 30px;
  }
}
.cid-tLDSLLuWyD .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLDSLLuWyD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLDSLLuWyD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLDSLLuWyD .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a {
  display: block;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLDSLLuWyD .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLDSLLuWyD .embla__button--next,
.cid-tLDSLLuWyD .embla__button--prev {
  display: flex;
}
.cid-tLDSLLuWyD .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLDSLLuWyD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLDSLLuWyD .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLDSLLuWyD .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLDSLLuWyD .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLDSLLuWyD .embla__button {
    top: auto;
  }
}
.cid-tLDSLLuWyD .embla {
  position: relative;
  width: 100%;
}
.cid-tLDSLLuWyD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLDSLLuWyD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLDSLLuWyD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLDSLLuWyD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLDSLLuWyD .mbr-section-title {
  color: #ffffff;
}
.cid-tLDSLLuWyD .mbr-date {
  color: #ffffff;
}
.cid-tLDSLLuWyD .mbr-desc {
  color: #ffffff;
}
.cid-tLDSLLuWyD .mbr-text {
  color: #ffffff;
}
.cid-tLDSLNoqlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLDSLNoqlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDSLNoqlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDSLNoqlx .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLDSLNoqlx .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLDSLNoqlx .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLDSLNoqlx .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLDSLNoqlx .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLDSLNoqlx .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLDSLNoqlx .card .text-wrapper {
    display: none;
  }
}
.cid-tLDSLNoqlx .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLDSLNoqlx .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLDSLNoqlx .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLDSLNoqlx .mbr-section-title {
  color: #495DFF;
}
.cid-tLDSLNoqlx .mbr-text {
  color: #495DFF;
}
.cid-tLDSLNLZ29 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLDSLNLZ29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLDSLNLZ29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLDSLNLZ29 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLDSLNLZ29 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLDSLNLZ29 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLDSLNLZ29 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLDSLNLZ29 .container {
    max-width: 100%;
  }
  .cid-tLDSLNLZ29 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLDSLNLZ29 .item-wrap {
  width: 100%;
}
.cid-tLDSLNLZ29 .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLDSLNLZ29 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLDSLNLZ29 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLDSLNLZ29 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLDSLNLZ29 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLDSLNLZ29 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLDSLNLZ29 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLDSLNLZ29 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLDSLNLZ29 .col-links {
    padding-top: 20px;
  }
}
.cid-tLDSLNLZ29 .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLDSLNLZ29 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLDSLNLZ29 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLDSLNLZ29 .list {
    text-align: center !important;
  }
}
.cid-tLDSLNLZ29 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLDSLNLZ29 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLDSLNLZ29 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLDSLNLZ29 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLDSLNLZ29 .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLDSLNLZ29 .list a:hover:before {
  width: 100%;
}
.cid-tLDSLNLZ29 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLDSLNLZ29 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLDSLNLZ29 .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLDSLNLZ29 .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLPPQxbzmp .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLPPQxbzmp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLPPQxbzmp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .menu_box .navbar.opened,
  .cid-tLPPQxbzmp .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLPPQxbzmp .navbar-dropdown {
  position: relative !important;
}
.cid-tLPPQxbzmp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLPPQxbzmp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLPPQxbzmp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLPPQxbzmp .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLPPQxbzmp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLPPQxbzmp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLPPQxbzmp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLPPQxbzmp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLPPQxbzmp .offcanvas-body .mbr-text,
  .cid-tLPPQxbzmp .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLPPQxbzmp .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLPPQxbzmp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLPPQxbzmp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLPPQxbzmp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLPPQxbzmp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLPPQxbzmp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLPPQxbzmp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLPPQxbzmp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLPPQxbzmp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLPPQxbzmp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .nav-item {
    margin: 0 !important;
  }
}
.cid-tLPPQxbzmp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLPPQxbzmp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLPPQxbzmp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLPPQxbzmp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLPPQxbzmp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLPPQxbzmp .offcanvas_box {
    display: none;
  }
}
.cid-tLPPQxbzmp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLPPQxbzmp .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLPPQxbzmp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLPPQxbzmp .container {
  display: flex;
  margin: auto;
}
.cid-tLPPQxbzmp .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLPPQxbzmp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLPPQxbzmp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLPPQxbzmp .navbar-caption {
  color: #495DFF;
}
.cid-tLPPQxbzmp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLPPQxbzmp .navbar-nav {
    margin: 0;
  }
}
.cid-tLPPQxbzmp .dropdown-menu,
.cid-tLPPQxbzmp .navbar.opened {
  background-color: false !important;
}
.cid-tLPPQxbzmp .nav-item:focus,
.cid-tLPPQxbzmp .nav-link:focus {
  outline: none;
}
.cid-tLPPQxbzmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLPPQxbzmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLPPQxbzmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLPPQxbzmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLPPQxbzmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLPPQxbzmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLPPQxbzmp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLPPQxbzmp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLPPQxbzmp .navbar.opened {
  transition: all 0.3s;
}
.cid-tLPPQxbzmp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLPPQxbzmp .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLPPQxbzmp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLPPQxbzmp .navbar.collapsed {
  justify-content: center;
}
.cid-tLPPQxbzmp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLPPQxbzmp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLPPQxbzmp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLPPQxbzmp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLPPQxbzmp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLPPQxbzmp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLPPQxbzmp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLPPQxbzmp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLPPQxbzmp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLPPQxbzmp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLPPQxbzmp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLPPQxbzmp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLPPQxbzmp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLPPQxbzmp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLPPQxbzmp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLPPQxbzmp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLPPQxbzmp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLPPQxbzmp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLPPQxbzmp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLPPQxbzmp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLPPQxbzmp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLPPQxbzmp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLPPQxbzmp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLPPQxbzmp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLPPQxbzmp .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-tLPPQxbzmp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLPPQxbzmp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLPPQxbzmp .dropdown-item.active,
.cid-tLPPQxbzmp .dropdown-item:active {
  background-color: transparent;
}
.cid-tLPPQxbzmp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLPPQxbzmp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLPPQxbzmp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLPPQxbzmp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLPPQxbzmp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLPPQxbzmp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLPPQxbzmp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLPPQxbzmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLPPQxbzmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLPPQxbzmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLPPQxbzmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLPPQxbzmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLPPQxbzmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLPPQxbzmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLPPQxbzmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLPPQxbzmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLPPQxbzmp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLPPQxbzmp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLPPQxbzmp .navbar {
    height: 70px;
  }
  .cid-tLPPQxbzmp .navbar.opened {
    height: auto;
  }
  .cid-tLPPQxbzmp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLPPQxbzmp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLPPQxbzmp .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLPPQxbzmp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLPPQxbzmp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLPPQxbzmp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLPPQxbzmp .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLPPQxbzmp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLPPQxbzmp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLPPQxbzmp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLPPQxbzmp .text_widget {
  color: #ffffff;
}
.cid-tLPPQxbzmp .mbr-section-subtitle,
.cid-tLPPQxbzmp .text_widget,
.cid-tLPPQxbzmp .mbr-section-btn {
  text-align: center;
}
.cid-tLPPQxbzmp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLPPQydcTT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLPPQydcTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPPQydcTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPPQydcTT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLPPQydcTT .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLPPQydcTT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLPPQydcTT .container {
    padding: 0 30px;
  }
}
.cid-tLPPQydcTT .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLPPQydcTT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLPPQydcTT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLPPQydcTT .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a {
  display: block;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLPPQydcTT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLPPQydcTT .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLPPQydcTT .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLPPQydcTT .embla__button--next,
.cid-tLPPQydcTT .embla__button--prev {
  display: flex;
}
.cid-tLPPQydcTT .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLPPQydcTT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLPPQydcTT .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLPPQydcTT .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLPPQydcTT .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLPPQydcTT .embla__button {
    top: auto;
  }
}
.cid-tLPPQydcTT .embla {
  position: relative;
  width: 100%;
}
.cid-tLPPQydcTT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLPPQydcTT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLPPQydcTT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLPPQydcTT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLPPQydcTT .mbr-section-title {
  color: #ffffff;
}
.cid-tLPPQydcTT .mbr-date {
  color: #ffffff;
}
.cid-tLPPQydcTT .mbr-desc {
  color: #ffffff;
}
.cid-tLPPQydcTT .mbr-text {
  color: #ffffff;
}
.cid-tLPPQzKyP9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLPPQzKyP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPPQzKyP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPPQzKyP9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLPPQzKyP9 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLPPQzKyP9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLPPQzKyP9 .container {
    padding: 0 30px;
  }
}
.cid-tLPPQzKyP9 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLPPQzKyP9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLPPQzKyP9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a {
  display: block;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLPPQzKyP9 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLPPQzKyP9 .embla__button--next,
.cid-tLPPQzKyP9 .embla__button--prev {
  display: flex;
}
.cid-tLPPQzKyP9 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLPPQzKyP9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLPPQzKyP9 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLPPQzKyP9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLPPQzKyP9 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLPPQzKyP9 .embla__button {
    top: auto;
  }
}
.cid-tLPPQzKyP9 .embla {
  position: relative;
  width: 100%;
}
.cid-tLPPQzKyP9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLPPQzKyP9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLPPQzKyP9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLPPQzKyP9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLPPQzKyP9 .mbr-section-title {
  color: #ffffff;
}
.cid-tLPPQzKyP9 .mbr-date {
  color: #ffffff;
}
.cid-tLPPQzKyP9 .mbr-desc {
  color: #ffffff;
}
.cid-tLPPQzKyP9 .mbr-text {
  color: #ffffff;
}
.cid-tLPSudpKvk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLPSudpKvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPSudpKvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPSudpKvk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLPSudpKvk .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLPSudpKvk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLPSudpKvk .container {
    padding: 0 30px;
  }
}
.cid-tLPSudpKvk .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLPSudpKvk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLPSudpKvk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLPSudpKvk .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a {
  display: block;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLPSudpKvk .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLPSudpKvk .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLPSudpKvk .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLPSudpKvk .embla__button--next,
.cid-tLPSudpKvk .embla__button--prev {
  display: flex;
}
.cid-tLPSudpKvk .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLPSudpKvk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLPSudpKvk .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLPSudpKvk .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLPSudpKvk .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLPSudpKvk .embla__button {
    top: auto;
  }
}
.cid-tLPSudpKvk .embla {
  position: relative;
  width: 100%;
}
.cid-tLPSudpKvk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLPSudpKvk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLPSudpKvk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLPSudpKvk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLPSudpKvk .mbr-section-title {
  color: #ffffff;
}
.cid-tLPSudpKvk .mbr-date {
  color: #ffffff;
}
.cid-tLPSudpKvk .mbr-desc {
  color: #ffffff;
}
.cid-tLPSudpKvk .mbr-text {
  color: #ffffff;
}
.cid-tLPPQANUoY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLPPQANUoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPPQANUoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPPQANUoY .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLPPQANUoY .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLPPQANUoY .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLPPQANUoY .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLPPQANUoY .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLPPQANUoY .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLPPQANUoY .card .text-wrapper {
    display: none;
  }
}
.cid-tLPPQANUoY .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLPPQANUoY .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLPPQANUoY .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLPPQANUoY .mbr-section-title {
  color: #495DFF;
}
.cid-tLPPQANUoY .mbr-text {
  color: #495DFF;
}
.cid-tLPPQBgYjC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLPPQBgYjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPPQBgYjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPPQBgYjC .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLPPQBgYjC .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLPPQBgYjC .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLPPQBgYjC .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLPPQBgYjC .container {
    max-width: 100%;
  }
  .cid-tLPPQBgYjC .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLPPQBgYjC .item-wrap {
  width: 100%;
}
.cid-tLPPQBgYjC .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLPPQBgYjC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLPPQBgYjC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLPPQBgYjC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLPPQBgYjC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLPPQBgYjC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLPPQBgYjC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLPPQBgYjC .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLPPQBgYjC .col-links {
    padding-top: 20px;
  }
}
.cid-tLPPQBgYjC .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLPPQBgYjC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLPPQBgYjC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLPPQBgYjC .list {
    text-align: center !important;
  }
}
.cid-tLPPQBgYjC .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLPPQBgYjC .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLPPQBgYjC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLPPQBgYjC .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLPPQBgYjC .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLPPQBgYjC .list a:hover:before {
  width: 100%;
}
.cid-tLPPQBgYjC .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLPPQBgYjC .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLPPQBgYjC .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLPPQBgYjC .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLV23YHzpG .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLV23YHzpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLV23YHzpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .menu_box .navbar.opened,
  .cid-tLV23YHzpG .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLV23YHzpG .navbar-dropdown {
  position: relative !important;
}
.cid-tLV23YHzpG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLV23YHzpG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLV23YHzpG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLV23YHzpG .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLV23YHzpG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLV23YHzpG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLV23YHzpG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLV23YHzpG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLV23YHzpG .offcanvas-body .mbr-text,
  .cid-tLV23YHzpG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLV23YHzpG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLV23YHzpG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLV23YHzpG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLV23YHzpG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLV23YHzpG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLV23YHzpG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLV23YHzpG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLV23YHzpG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLV23YHzpG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLV23YHzpG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .nav-item {
    margin: 0 !important;
  }
}
.cid-tLV23YHzpG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLV23YHzpG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLV23YHzpG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLV23YHzpG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLV23YHzpG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLV23YHzpG .offcanvas_box {
    display: none;
  }
}
.cid-tLV23YHzpG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLV23YHzpG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLV23YHzpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLV23YHzpG .container {
  display: flex;
  margin: auto;
}
.cid-tLV23YHzpG .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLV23YHzpG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLV23YHzpG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLV23YHzpG .navbar-caption {
  color: #495DFF;
}
.cid-tLV23YHzpG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLV23YHzpG .navbar-nav {
    margin: 0;
  }
}
.cid-tLV23YHzpG .dropdown-menu,
.cid-tLV23YHzpG .navbar.opened {
  background-color: false !important;
}
.cid-tLV23YHzpG .nav-item:focus,
.cid-tLV23YHzpG .nav-link:focus {
  outline: none;
}
.cid-tLV23YHzpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLV23YHzpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLV23YHzpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLV23YHzpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLV23YHzpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLV23YHzpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLV23YHzpG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLV23YHzpG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLV23YHzpG .navbar.opened {
  transition: all 0.3s;
}
.cid-tLV23YHzpG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLV23YHzpG .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLV23YHzpG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLV23YHzpG .navbar.collapsed {
  justify-content: center;
}
.cid-tLV23YHzpG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLV23YHzpG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLV23YHzpG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLV23YHzpG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLV23YHzpG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLV23YHzpG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLV23YHzpG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLV23YHzpG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLV23YHzpG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLV23YHzpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLV23YHzpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLV23YHzpG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLV23YHzpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLV23YHzpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLV23YHzpG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLV23YHzpG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLV23YHzpG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLV23YHzpG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLV23YHzpG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLV23YHzpG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLV23YHzpG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLV23YHzpG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLV23YHzpG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLV23YHzpG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLV23YHzpG .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-tLV23YHzpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLV23YHzpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLV23YHzpG .dropdown-item.active,
.cid-tLV23YHzpG .dropdown-item:active {
  background-color: transparent;
}
.cid-tLV23YHzpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLV23YHzpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLV23YHzpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLV23YHzpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLV23YHzpG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLV23YHzpG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLV23YHzpG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLV23YHzpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLV23YHzpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLV23YHzpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLV23YHzpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLV23YHzpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLV23YHzpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLV23YHzpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLV23YHzpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLV23YHzpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLV23YHzpG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLV23YHzpG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLV23YHzpG .navbar {
    height: 70px;
  }
  .cid-tLV23YHzpG .navbar.opened {
    height: auto;
  }
  .cid-tLV23YHzpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLV23YHzpG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLV23YHzpG .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLV23YHzpG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLV23YHzpG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLV23YHzpG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLV23YHzpG .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLV23YHzpG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLV23YHzpG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLV23YHzpG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLV23YHzpG .text_widget {
  color: #ffffff;
}
.cid-tLV23YHzpG .mbr-section-subtitle,
.cid-tLV23YHzpG .text_widget,
.cid-tLV23YHzpG .mbr-section-btn {
  text-align: center;
}
.cid-tLV23YHzpG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLV23ZcmDj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLV23ZcmDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLV23ZcmDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLV23ZcmDj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLV23ZcmDj .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLV23ZcmDj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLV23ZcmDj .container {
    padding: 0 30px;
  }
}
.cid-tLV23ZcmDj .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLV23ZcmDj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLV23ZcmDj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLV23ZcmDj .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a {
  display: block;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLV23ZcmDj .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLV23ZcmDj .embla__button--next,
.cid-tLV23ZcmDj .embla__button--prev {
  display: flex;
}
.cid-tLV23ZcmDj .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLV23ZcmDj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLV23ZcmDj .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLV23ZcmDj .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLV23ZcmDj .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLV23ZcmDj .embla__button {
    top: auto;
  }
}
.cid-tLV23ZcmDj .embla {
  position: relative;
  width: 100%;
}
.cid-tLV23ZcmDj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLV23ZcmDj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLV23ZcmDj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLV23ZcmDj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLV23ZcmDj .mbr-section-title {
  color: #ffffff;
}
.cid-tLV23ZcmDj .mbr-date {
  color: #ffffff;
}
.cid-tLV23ZcmDj .mbr-desc {
  color: #ffffff;
}
.cid-tLV23ZcmDj .mbr-text {
  color: #ffffff;
}
.cid-tLV2412IOV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLV2412IOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLV2412IOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLV2412IOV .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLV2412IOV .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLV2412IOV .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLV2412IOV .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLV2412IOV .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLV2412IOV .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLV2412IOV .card .text-wrapper {
    display: none;
  }
}
.cid-tLV2412IOV .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLV2412IOV .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLV2412IOV .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLV2412IOV .mbr-section-title {
  color: #495DFF;
}
.cid-tLV2412IOV .mbr-text {
  color: #495DFF;
}
.cid-tLV241oVoF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLV241oVoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLV241oVoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLV241oVoF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLV241oVoF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLV241oVoF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLV241oVoF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLV241oVoF .container {
    max-width: 100%;
  }
  .cid-tLV241oVoF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLV241oVoF .item-wrap {
  width: 100%;
}
.cid-tLV241oVoF .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLV241oVoF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLV241oVoF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLV241oVoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLV241oVoF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLV241oVoF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLV241oVoF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLV241oVoF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLV241oVoF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLV241oVoF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLV241oVoF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLV241oVoF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLV241oVoF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLV241oVoF .col-links {
    padding-top: 20px;
  }
}
.cid-tLV241oVoF .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLV241oVoF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLV241oVoF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLV241oVoF .list {
    text-align: center !important;
  }
}
.cid-tLV241oVoF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLV241oVoF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLV241oVoF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLV241oVoF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLV241oVoF .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLV241oVoF .list a:hover:before {
  width: 100%;
}
.cid-tLV241oVoF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLV241oVoF .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLV241oVoF .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLV241oVoF .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLVqM3C1le .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLVqM3C1le .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLVqM3C1le .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .menu_box .navbar.opened,
  .cid-tLVqM3C1le .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLVqM3C1le .navbar-dropdown {
  position: relative !important;
}
.cid-tLVqM3C1le .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLVqM3C1le .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLVqM3C1le .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLVqM3C1le .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLVqM3C1le .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLVqM3C1le .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLVqM3C1le .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLVqM3C1le .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLVqM3C1le .offcanvas-body .mbr-text,
  .cid-tLVqM3C1le .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLVqM3C1le .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLVqM3C1le .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLVqM3C1le ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLVqM3C1le .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLVqM3C1le .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLVqM3C1le .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLVqM3C1le li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLVqM3C1le .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLVqM3C1le .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLVqM3C1le .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .nav-item {
    margin: 0 !important;
  }
}
.cid-tLVqM3C1le .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLVqM3C1le .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLVqM3C1le .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLVqM3C1le .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLVqM3C1le .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLVqM3C1le .offcanvas_box {
    display: none;
  }
}
.cid-tLVqM3C1le .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLVqM3C1le .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLVqM3C1le .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLVqM3C1le .container {
  display: flex;
  margin: auto;
}
.cid-tLVqM3C1le .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLVqM3C1le .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLVqM3C1le .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLVqM3C1le .navbar-caption {
  color: #495DFF;
}
.cid-tLVqM3C1le .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLVqM3C1le .navbar-nav {
    margin: 0;
  }
}
.cid-tLVqM3C1le .dropdown-menu,
.cid-tLVqM3C1le .navbar.opened {
  background-color: false !important;
}
.cid-tLVqM3C1le .nav-item:focus,
.cid-tLVqM3C1le .nav-link:focus {
  outline: none;
}
.cid-tLVqM3C1le .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLVqM3C1le .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLVqM3C1le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLVqM3C1le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLVqM3C1le .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLVqM3C1le .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLVqM3C1le .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLVqM3C1le .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLVqM3C1le .navbar.opened {
  transition: all 0.3s;
}
.cid-tLVqM3C1le .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLVqM3C1le .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLVqM3C1le .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLVqM3C1le .navbar.collapsed {
  justify-content: center;
}
.cid-tLVqM3C1le .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLVqM3C1le .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLVqM3C1le .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLVqM3C1le .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLVqM3C1le .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLVqM3C1le .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLVqM3C1le .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLVqM3C1le .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLVqM3C1le .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLVqM3C1le .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLVqM3C1le .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLVqM3C1le .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLVqM3C1le .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLVqM3C1le .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLVqM3C1le .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLVqM3C1le .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLVqM3C1le .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLVqM3C1le .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLVqM3C1le .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLVqM3C1le .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLVqM3C1le .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLVqM3C1le .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLVqM3C1le .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLVqM3C1le .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLVqM3C1le .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-tLVqM3C1le .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLVqM3C1le .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLVqM3C1le .dropdown-item.active,
.cid-tLVqM3C1le .dropdown-item:active {
  background-color: transparent;
}
.cid-tLVqM3C1le .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLVqM3C1le .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLVqM3C1le .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLVqM3C1le .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLVqM3C1le ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLVqM3C1le .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLVqM3C1le button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLVqM3C1le button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLVqM3C1le button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLVqM3C1le button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVqM3C1le button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVqM3C1le button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLVqM3C1le nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVqM3C1le nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLVqM3C1le nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLVqM3C1le nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVqM3C1le a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLVqM3C1le .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLVqM3C1le .navbar {
    height: 70px;
  }
  .cid-tLVqM3C1le .navbar.opened {
    height: auto;
  }
  .cid-tLVqM3C1le .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLVqM3C1le .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLVqM3C1le .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLVqM3C1le .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLVqM3C1le .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLVqM3C1le .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLVqM3C1le .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLVqM3C1le .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLVqM3C1le .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLVqM3C1le .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLVqM3C1le .text_widget {
  color: #ffffff;
}
.cid-tLVqM3C1le .mbr-section-subtitle,
.cid-tLVqM3C1le .text_widget,
.cid-tLVqM3C1le .mbr-section-btn {
  text-align: center;
}
.cid-tLVqM3C1le a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLVqM4bTkJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLVqM4bTkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVqM4bTkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVqM4bTkJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLVqM4bTkJ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLVqM4bTkJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLVqM4bTkJ .container {
    padding: 0 30px;
  }
}
.cid-tLVqM4bTkJ .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLVqM4bTkJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLVqM4bTkJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a {
  display: block;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLVqM4bTkJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLVqM4bTkJ .embla__button--next,
.cid-tLVqM4bTkJ .embla__button--prev {
  display: flex;
}
.cid-tLVqM4bTkJ .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLVqM4bTkJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLVqM4bTkJ .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLVqM4bTkJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLVqM4bTkJ .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLVqM4bTkJ .embla__button {
    top: auto;
  }
}
.cid-tLVqM4bTkJ .embla {
  position: relative;
  width: 100%;
}
.cid-tLVqM4bTkJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLVqM4bTkJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLVqM4bTkJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLVqM4bTkJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLVqM4bTkJ .mbr-section-title {
  color: #ffffff;
}
.cid-tLVqM4bTkJ .mbr-date {
  color: #ffffff;
}
.cid-tLVqM4bTkJ .mbr-desc {
  color: #ffffff;
}
.cid-tLVqM4bTkJ .mbr-text {
  color: #ffffff;
}
.cid-tLVrPHGX5B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLVrPHGX5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVrPHGX5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVrPHGX5B .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLVrPHGX5B .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLVrPHGX5B .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLVrPHGX5B .container {
    padding: 0 30px;
  }
}
.cid-tLVrPHGX5B .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLVrPHGX5B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLVrPHGX5B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLVrPHGX5B .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a {
  display: block;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLVrPHGX5B .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLVrPHGX5B .embla__button--next,
.cid-tLVrPHGX5B .embla__button--prev {
  display: flex;
}
.cid-tLVrPHGX5B .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLVrPHGX5B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLVrPHGX5B .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLVrPHGX5B .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLVrPHGX5B .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLVrPHGX5B .embla__button {
    top: auto;
  }
}
.cid-tLVrPHGX5B .embla {
  position: relative;
  width: 100%;
}
.cid-tLVrPHGX5B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLVrPHGX5B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLVrPHGX5B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLVrPHGX5B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLVrPHGX5B .mbr-section-title {
  color: #ffffff;
}
.cid-tLVrPHGX5B .mbr-date {
  color: #ffffff;
}
.cid-tLVrPHGX5B .mbr-desc {
  color: #ffffff;
}
.cid-tLVrPHGX5B .mbr-text {
  color: #ffffff;
}
.cid-tLVsxTCbpF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLVsxTCbpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVsxTCbpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVsxTCbpF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLVsxTCbpF .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLVsxTCbpF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLVsxTCbpF .container {
    padding: 0 30px;
  }
}
.cid-tLVsxTCbpF .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLVsxTCbpF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLVsxTCbpF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLVsxTCbpF .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a {
  display: block;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLVsxTCbpF .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLVsxTCbpF .embla__button--next,
.cid-tLVsxTCbpF .embla__button--prev {
  display: flex;
}
.cid-tLVsxTCbpF .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLVsxTCbpF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLVsxTCbpF .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLVsxTCbpF .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLVsxTCbpF .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLVsxTCbpF .embla__button {
    top: auto;
  }
}
.cid-tLVsxTCbpF .embla {
  position: relative;
  width: 100%;
}
.cid-tLVsxTCbpF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLVsxTCbpF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLVsxTCbpF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLVsxTCbpF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLVsxTCbpF .mbr-section-title {
  color: #ffffff;
}
.cid-tLVsxTCbpF .mbr-date {
  color: #ffffff;
}
.cid-tLVsxTCbpF .mbr-desc {
  color: #ffffff;
}
.cid-tLVsxTCbpF .mbr-text {
  color: #ffffff;
}
.cid-tLVqM4EKvg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLVqM4EKvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVqM4EKvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVqM4EKvg .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLVqM4EKvg .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLVqM4EKvg .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLVqM4EKvg .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLVqM4EKvg .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLVqM4EKvg .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLVqM4EKvg .card .text-wrapper {
    display: none;
  }
}
.cid-tLVqM4EKvg .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLVqM4EKvg .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLVqM4EKvg .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLVqM4EKvg .mbr-section-title {
  color: #495DFF;
}
.cid-tLVqM4EKvg .mbr-text {
  color: #495DFF;
}
.cid-tLVqM4VAqG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLVqM4VAqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVqM4VAqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVqM4VAqG .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLVqM4VAqG .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLVqM4VAqG .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLVqM4VAqG .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLVqM4VAqG .container {
    max-width: 100%;
  }
  .cid-tLVqM4VAqG .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLVqM4VAqG .item-wrap {
  width: 100%;
}
.cid-tLVqM4VAqG .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLVqM4VAqG .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLVqM4VAqG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLVqM4VAqG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLVqM4VAqG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLVqM4VAqG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLVqM4VAqG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLVqM4VAqG .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLVqM4VAqG .col-links {
    padding-top: 20px;
  }
}
.cid-tLVqM4VAqG .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLVqM4VAqG .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLVqM4VAqG .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLVqM4VAqG .list {
    text-align: center !important;
  }
}
.cid-tLVqM4VAqG .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLVqM4VAqG .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLVqM4VAqG .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLVqM4VAqG .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLVqM4VAqG .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLVqM4VAqG .list a:hover:before {
  width: 100%;
}
.cid-tLVqM4VAqG .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLVqM4VAqG .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLVqM4VAqG .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLVqM4VAqG .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tLVwVeLyvv .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tLVwVeLyvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tLVwVeLyvv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .menu_box .navbar.opened,
  .cid-tLVwVeLyvv .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tLVwVeLyvv .navbar-dropdown {
  position: relative !important;
}
.cid-tLVwVeLyvv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tLVwVeLyvv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tLVwVeLyvv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tLVwVeLyvv .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tLVwVeLyvv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tLVwVeLyvv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tLVwVeLyvv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tLVwVeLyvv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tLVwVeLyvv .offcanvas-body .mbr-text,
  .cid-tLVwVeLyvv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tLVwVeLyvv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tLVwVeLyvv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tLVwVeLyvv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tLVwVeLyvv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLVwVeLyvv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tLVwVeLyvv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tLVwVeLyvv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tLVwVeLyvv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tLVwVeLyvv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tLVwVeLyvv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .nav-item {
    margin: 0 !important;
  }
}
.cid-tLVwVeLyvv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLVwVeLyvv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tLVwVeLyvv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tLVwVeLyvv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tLVwVeLyvv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tLVwVeLyvv .offcanvas_box {
    display: none;
  }
}
.cid-tLVwVeLyvv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tLVwVeLyvv .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tLVwVeLyvv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tLVwVeLyvv .container {
  display: flex;
  margin: auto;
}
.cid-tLVwVeLyvv .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tLVwVeLyvv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tLVwVeLyvv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tLVwVeLyvv .navbar-caption {
  color: #495DFF;
}
.cid-tLVwVeLyvv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tLVwVeLyvv .navbar-nav {
    margin: 0;
  }
}
.cid-tLVwVeLyvv .dropdown-menu,
.cid-tLVwVeLyvv .navbar.opened {
  background-color: false !important;
}
.cid-tLVwVeLyvv .nav-item:focus,
.cid-tLVwVeLyvv .nav-link:focus {
  outline: none;
}
.cid-tLVwVeLyvv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLVwVeLyvv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLVwVeLyvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLVwVeLyvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLVwVeLyvv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLVwVeLyvv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLVwVeLyvv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tLVwVeLyvv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tLVwVeLyvv .navbar.opened {
  transition: all 0.3s;
}
.cid-tLVwVeLyvv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tLVwVeLyvv .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tLVwVeLyvv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tLVwVeLyvv .navbar.collapsed {
  justify-content: center;
}
.cid-tLVwVeLyvv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLVwVeLyvv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLVwVeLyvv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLVwVeLyvv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLVwVeLyvv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLVwVeLyvv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tLVwVeLyvv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLVwVeLyvv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tLVwVeLyvv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tLVwVeLyvv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLVwVeLyvv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLVwVeLyvv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tLVwVeLyvv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLVwVeLyvv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tLVwVeLyvv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLVwVeLyvv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tLVwVeLyvv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tLVwVeLyvv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tLVwVeLyvv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLVwVeLyvv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLVwVeLyvv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tLVwVeLyvv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLVwVeLyvv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLVwVeLyvv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLVwVeLyvv .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-tLVwVeLyvv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tLVwVeLyvv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLVwVeLyvv .dropdown-item.active,
.cid-tLVwVeLyvv .dropdown-item:active {
  background-color: transparent;
}
.cid-tLVwVeLyvv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLVwVeLyvv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLVwVeLyvv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLVwVeLyvv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLVwVeLyvv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tLVwVeLyvv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLVwVeLyvv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tLVwVeLyvv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tLVwVeLyvv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLVwVeLyvv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVwVeLyvv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLVwVeLyvv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLVwVeLyvv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVwVeLyvv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLVwVeLyvv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLVwVeLyvv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLVwVeLyvv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tLVwVeLyvv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLVwVeLyvv .navbar {
    height: 70px;
  }
  .cid-tLVwVeLyvv .navbar.opened {
    height: auto;
  }
  .cid-tLVwVeLyvv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLVwVeLyvv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tLVwVeLyvv .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tLVwVeLyvv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tLVwVeLyvv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tLVwVeLyvv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tLVwVeLyvv .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tLVwVeLyvv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tLVwVeLyvv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLVwVeLyvv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tLVwVeLyvv .text_widget {
  color: #ffffff;
}
.cid-tLVwVeLyvv .mbr-section-subtitle,
.cid-tLVwVeLyvv .text_widget,
.cid-tLVwVeLyvv .mbr-section-btn {
  text-align: center;
}
.cid-tLVwVeLyvv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLVwVfdgLR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tLVwVfdgLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVwVfdgLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVwVfdgLR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLVwVfdgLR .container-fluid {
    padding: 0 30px;
  }
}
.cid-tLVwVfdgLR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLVwVfdgLR .container {
    padding: 0 30px;
  }
}
.cid-tLVwVfdgLR .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tLVwVfdgLR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tLVwVfdgLR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLVwVfdgLR .embla__slide .card-wrap {
  width: 100%;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a {
  display: block;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tLVwVfdgLR .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tLVwVfdgLR .embla__button--next,
.cid-tLVwVfdgLR .embla__button--prev {
  display: flex;
}
.cid-tLVwVfdgLR .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLVwVfdgLR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLVwVfdgLR .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tLVwVfdgLR .embla__button.embla__button--prev {
  left: 0;
}
.cid-tLVwVfdgLR .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tLVwVfdgLR .embla__button {
    top: auto;
  }
}
.cid-tLVwVfdgLR .embla {
  position: relative;
  width: 100%;
}
.cid-tLVwVfdgLR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLVwVfdgLR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLVwVfdgLR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLVwVfdgLR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLVwVfdgLR .mbr-section-title {
  color: #ffffff;
}
.cid-tLVwVfdgLR .mbr-date {
  color: #ffffff;
}
.cid-tLVwVfdgLR .mbr-desc {
  color: #ffffff;
}
.cid-tLVwVfdgLR .mbr-text {
  color: #ffffff;
}
.cid-tLVwVfA67u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tLVwVfA67u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVwVfA67u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVwVfA67u .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLVwVfA67u .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLVwVfA67u .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLVwVfA67u .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tLVwVfA67u .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tLVwVfA67u .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tLVwVfA67u .card .text-wrapper {
    display: none;
  }
}
.cid-tLVwVfA67u .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tLVwVfA67u .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tLVwVfA67u .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tLVwVfA67u .mbr-section-title {
  color: #495DFF;
}
.cid-tLVwVfA67u .mbr-text {
  color: #495DFF;
}
.cid-tLVwVfOi8i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tLVwVfOi8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLVwVfOi8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLVwVfOi8i .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tLVwVfOi8i .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tLVwVfOi8i .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tLVwVfOi8i .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tLVwVfOi8i .container {
    max-width: 100%;
  }
  .cid-tLVwVfOi8i .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tLVwVfOi8i .item-wrap {
  width: 100%;
}
.cid-tLVwVfOi8i .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tLVwVfOi8i .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tLVwVfOi8i .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tLVwVfOi8i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tLVwVfOi8i .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tLVwVfOi8i .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tLVwVfOi8i .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tLVwVfOi8i .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLVwVfOi8i .col-links {
    padding-top: 20px;
  }
}
.cid-tLVwVfOi8i .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tLVwVfOi8i .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLVwVfOi8i .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tLVwVfOi8i .list {
    text-align: center !important;
  }
}
.cid-tLVwVfOi8i .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tLVwVfOi8i .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tLVwVfOi8i .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tLVwVfOi8i .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tLVwVfOi8i .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tLVwVfOi8i .list a:hover:before {
  width: 100%;
}
.cid-tLVwVfOi8i .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tLVwVfOi8i .col-copyright {
    padding-top: 40px;
  }
}
.cid-tLVwVfOi8i .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tLVwVfOi8i .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMapxjtfgH .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMapxjtfgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMapxjtfgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .menu_box .navbar.opened,
  .cid-tMapxjtfgH .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMapxjtfgH .navbar-dropdown {
  position: relative !important;
}
.cid-tMapxjtfgH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMapxjtfgH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMapxjtfgH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMapxjtfgH .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMapxjtfgH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMapxjtfgH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMapxjtfgH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMapxjtfgH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMapxjtfgH .offcanvas-body .mbr-text,
  .cid-tMapxjtfgH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMapxjtfgH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMapxjtfgH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMapxjtfgH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMapxjtfgH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMapxjtfgH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMapxjtfgH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMapxjtfgH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMapxjtfgH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMapxjtfgH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMapxjtfgH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .nav-item {
    margin: 0 !important;
  }
}
.cid-tMapxjtfgH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMapxjtfgH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMapxjtfgH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMapxjtfgH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMapxjtfgH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMapxjtfgH .offcanvas_box {
    display: none;
  }
}
.cid-tMapxjtfgH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMapxjtfgH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMapxjtfgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMapxjtfgH .container {
  display: flex;
  margin: auto;
}
.cid-tMapxjtfgH .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMapxjtfgH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMapxjtfgH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMapxjtfgH .navbar-caption {
  color: #495DFF;
}
.cid-tMapxjtfgH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMapxjtfgH .navbar-nav {
    margin: 0;
  }
}
.cid-tMapxjtfgH .dropdown-menu,
.cid-tMapxjtfgH .navbar.opened {
  background-color: false !important;
}
.cid-tMapxjtfgH .nav-item:focus,
.cid-tMapxjtfgH .nav-link:focus {
  outline: none;
}
.cid-tMapxjtfgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMapxjtfgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMapxjtfgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMapxjtfgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMapxjtfgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMapxjtfgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMapxjtfgH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMapxjtfgH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMapxjtfgH .navbar.opened {
  transition: all 0.3s;
}
.cid-tMapxjtfgH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMapxjtfgH .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMapxjtfgH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMapxjtfgH .navbar.collapsed {
  justify-content: center;
}
.cid-tMapxjtfgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMapxjtfgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMapxjtfgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMapxjtfgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMapxjtfgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMapxjtfgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMapxjtfgH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMapxjtfgH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMapxjtfgH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMapxjtfgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMapxjtfgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMapxjtfgH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMapxjtfgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMapxjtfgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMapxjtfgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMapxjtfgH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMapxjtfgH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMapxjtfgH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMapxjtfgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMapxjtfgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMapxjtfgH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMapxjtfgH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMapxjtfgH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMapxjtfgH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMapxjtfgH .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-tMapxjtfgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMapxjtfgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMapxjtfgH .dropdown-item.active,
.cid-tMapxjtfgH .dropdown-item:active {
  background-color: transparent;
}
.cid-tMapxjtfgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMapxjtfgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMapxjtfgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMapxjtfgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMapxjtfgH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMapxjtfgH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMapxjtfgH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMapxjtfgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMapxjtfgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMapxjtfgH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMapxjtfgH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMapxjtfgH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMapxjtfgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMapxjtfgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMapxjtfgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMapxjtfgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMapxjtfgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMapxjtfgH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMapxjtfgH .navbar {
    height: 70px;
  }
  .cid-tMapxjtfgH .navbar.opened {
    height: auto;
  }
  .cid-tMapxjtfgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMapxjtfgH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMapxjtfgH .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMapxjtfgH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMapxjtfgH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMapxjtfgH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMapxjtfgH .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMapxjtfgH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMapxjtfgH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMapxjtfgH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMapxjtfgH .text_widget {
  color: #ffffff;
}
.cid-tMapxjtfgH .mbr-section-subtitle,
.cid-tMapxjtfgH .text_widget,
.cid-tMapxjtfgH .mbr-section-btn {
  text-align: center;
}
.cid-tMapxjtfgH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMapxkwLnV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMapxkwLnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMapxkwLnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMapxkwLnV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMapxkwLnV .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMapxkwLnV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMapxkwLnV .container {
    padding: 0 30px;
  }
}
.cid-tMapxkwLnV .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMapxkwLnV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMapxkwLnV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMapxkwLnV .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a {
  display: block;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMapxkwLnV .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMapxkwLnV .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMapxkwLnV .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMapxkwLnV .embla__button--next,
.cid-tMapxkwLnV .embla__button--prev {
  display: flex;
}
.cid-tMapxkwLnV .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMapxkwLnV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMapxkwLnV .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMapxkwLnV .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMapxkwLnV .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMapxkwLnV .embla__button {
    top: auto;
  }
}
.cid-tMapxkwLnV .embla {
  position: relative;
  width: 100%;
}
.cid-tMapxkwLnV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMapxkwLnV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMapxkwLnV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMapxkwLnV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMapxkwLnV .mbr-section-title {
  color: #ffffff;
}
.cid-tMapxkwLnV .mbr-date {
  color: #ffffff;
}
.cid-tMapxkwLnV .mbr-desc {
  color: #ffffff;
}
.cid-tMapxkwLnV .mbr-text {
  color: #ffffff;
}
.cid-tMapxlrRep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMapxlrRep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMapxlrRep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMapxlrRep .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMapxlrRep .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMapxlrRep .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMapxlrRep .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tMapxlrRep .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tMapxlrRep .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMapxlrRep .card .text-wrapper {
    display: none;
  }
}
.cid-tMapxlrRep .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMapxlrRep .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMapxlrRep .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tMapxlrRep .mbr-section-title {
  color: #495DFF;
}
.cid-tMapxlrRep .mbr-text {
  color: #495DFF;
}
.cid-tMapxm89xU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMapxm89xU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMapxm89xU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMapxm89xU .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMapxm89xU .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMapxm89xU .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMapxm89xU .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMapxm89xU .container {
    max-width: 100%;
  }
  .cid-tMapxm89xU .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMapxm89xU .item-wrap {
  width: 100%;
}
.cid-tMapxm89xU .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMapxm89xU .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMapxm89xU .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMapxm89xU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMapxm89xU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMapxm89xU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMapxm89xU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMapxm89xU .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMapxm89xU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMapxm89xU .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMapxm89xU .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMapxm89xU .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMapxm89xU .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMapxm89xU .col-links {
    padding-top: 20px;
  }
}
.cid-tMapxm89xU .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMapxm89xU .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMapxm89xU .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMapxm89xU .list {
    text-align: center !important;
  }
}
.cid-tMapxm89xU .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMapxm89xU .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMapxm89xU .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMapxm89xU .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMapxm89xU .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMapxm89xU .list a:hover:before {
  width: 100%;
}
.cid-tMapxm89xU .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMapxm89xU .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMapxm89xU .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMapxm89xU .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMb1TPzq86 .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMb1TPzq86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMb1TPzq86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .menu_box .navbar.opened,
  .cid-tMb1TPzq86 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMb1TPzq86 .navbar-dropdown {
  position: relative !important;
}
.cid-tMb1TPzq86 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMb1TPzq86 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMb1TPzq86 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMb1TPzq86 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMb1TPzq86 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMb1TPzq86 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMb1TPzq86 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMb1TPzq86 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMb1TPzq86 .offcanvas-body .mbr-text,
  .cid-tMb1TPzq86 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMb1TPzq86 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMb1TPzq86 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMb1TPzq86 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMb1TPzq86 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMb1TPzq86 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMb1TPzq86 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMb1TPzq86 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMb1TPzq86 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMb1TPzq86 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMb1TPzq86 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .nav-item {
    margin: 0 !important;
  }
}
.cid-tMb1TPzq86 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMb1TPzq86 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMb1TPzq86 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMb1TPzq86 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMb1TPzq86 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMb1TPzq86 .offcanvas_box {
    display: none;
  }
}
.cid-tMb1TPzq86 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMb1TPzq86 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMb1TPzq86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMb1TPzq86 .container {
  display: flex;
  margin: auto;
}
.cid-tMb1TPzq86 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMb1TPzq86 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMb1TPzq86 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMb1TPzq86 .navbar-caption {
  color: #495DFF;
}
.cid-tMb1TPzq86 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMb1TPzq86 .navbar-nav {
    margin: 0;
  }
}
.cid-tMb1TPzq86 .dropdown-menu,
.cid-tMb1TPzq86 .navbar.opened {
  background-color: false !important;
}
.cid-tMb1TPzq86 .nav-item:focus,
.cid-tMb1TPzq86 .nav-link:focus {
  outline: none;
}
.cid-tMb1TPzq86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMb1TPzq86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMb1TPzq86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMb1TPzq86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMb1TPzq86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMb1TPzq86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMb1TPzq86 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMb1TPzq86 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMb1TPzq86 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMb1TPzq86 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMb1TPzq86 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMb1TPzq86 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMb1TPzq86 .navbar.collapsed {
  justify-content: center;
}
.cid-tMb1TPzq86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMb1TPzq86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMb1TPzq86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMb1TPzq86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMb1TPzq86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMb1TPzq86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMb1TPzq86 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMb1TPzq86 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMb1TPzq86 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMb1TPzq86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMb1TPzq86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMb1TPzq86 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMb1TPzq86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMb1TPzq86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMb1TPzq86 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMb1TPzq86 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMb1TPzq86 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMb1TPzq86 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMb1TPzq86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMb1TPzq86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMb1TPzq86 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMb1TPzq86 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMb1TPzq86 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMb1TPzq86 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMb1TPzq86 .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-tMb1TPzq86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMb1TPzq86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMb1TPzq86 .dropdown-item.active,
.cid-tMb1TPzq86 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMb1TPzq86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMb1TPzq86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMb1TPzq86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMb1TPzq86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMb1TPzq86 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMb1TPzq86 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMb1TPzq86 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMb1TPzq86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMb1TPzq86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMb1TPzq86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMb1TPzq86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMb1TPzq86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMb1TPzq86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMb1TPzq86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMb1TPzq86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMb1TPzq86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMb1TPzq86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMb1TPzq86 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMb1TPzq86 .navbar {
    height: 70px;
  }
  .cid-tMb1TPzq86 .navbar.opened {
    height: auto;
  }
  .cid-tMb1TPzq86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMb1TPzq86 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMb1TPzq86 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMb1TPzq86 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMb1TPzq86 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMb1TPzq86 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMb1TPzq86 .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMb1TPzq86 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMb1TPzq86 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMb1TPzq86 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMb1TPzq86 .text_widget {
  color: #ffffff;
}
.cid-tMb1TPzq86 .mbr-section-subtitle,
.cid-tMb1TPzq86 .text_widget,
.cid-tMb1TPzq86 .mbr-section-btn {
  text-align: center;
}
.cid-tMb1TPzq86 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMb1TQaVdE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMb1TQaVdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb1TQaVdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb1TQaVdE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMb1TQaVdE .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMb1TQaVdE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMb1TQaVdE .container {
    padding: 0 30px;
  }
}
.cid-tMb1TQaVdE .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMb1TQaVdE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMb1TQaVdE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMb1TQaVdE .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a {
  display: block;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMb1TQaVdE .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMb1TQaVdE .embla__button--next,
.cid-tMb1TQaVdE .embla__button--prev {
  display: flex;
}
.cid-tMb1TQaVdE .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMb1TQaVdE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMb1TQaVdE .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMb1TQaVdE .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMb1TQaVdE .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMb1TQaVdE .embla__button {
    top: auto;
  }
}
.cid-tMb1TQaVdE .embla {
  position: relative;
  width: 100%;
}
.cid-tMb1TQaVdE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMb1TQaVdE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMb1TQaVdE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMb1TQaVdE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMb1TQaVdE .mbr-section-title {
  color: #ffffff;
}
.cid-tMb1TQaVdE .mbr-date {
  color: #ffffff;
}
.cid-tMb1TQaVdE .mbr-desc {
  color: #ffffff;
}
.cid-tMb1TQaVdE .mbr-text {
  color: #ffffff;
}
.cid-tMb59slILv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMb59slILv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb59slILv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb59slILv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMb59slILv .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMb59slILv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMb59slILv .container {
    padding: 0 30px;
  }
}
.cid-tMb59slILv .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMb59slILv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMb59slILv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMb59slILv .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMb59slILv .embla__slide .card-wrap a {
  display: block;
}
.cid-tMb59slILv .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMb59slILv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMb59slILv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMb59slILv .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMb59slILv .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMb59slILv .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMb59slILv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMb59slILv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMb59slILv .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMb59slILv .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMb59slILv .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMb59slILv .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMb59slILv .embla__button--next,
.cid-tMb59slILv .embla__button--prev {
  display: flex;
}
.cid-tMb59slILv .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMb59slILv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMb59slILv .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMb59slILv .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMb59slILv .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMb59slILv .embla__button {
    top: auto;
  }
}
.cid-tMb59slILv .embla {
  position: relative;
  width: 100%;
}
.cid-tMb59slILv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMb59slILv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMb59slILv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMb59slILv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMb59slILv .mbr-section-title {
  color: #ffffff;
}
.cid-tMb59slILv .mbr-date {
  color: #ffffff;
}
.cid-tMb59slILv .mbr-desc {
  color: #ffffff;
}
.cid-tMb59slILv .mbr-text {
  color: #ffffff;
}
.cid-tMb5Dg63Hi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMb5Dg63Hi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb5Dg63Hi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb5Dg63Hi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMb5Dg63Hi .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMb5Dg63Hi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMb5Dg63Hi .container {
    padding: 0 30px;
  }
}
.cid-tMb5Dg63Hi .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMb5Dg63Hi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMb5Dg63Hi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a {
  display: block;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMb5Dg63Hi .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMb5Dg63Hi .embla__button--next,
.cid-tMb5Dg63Hi .embla__button--prev {
  display: flex;
}
.cid-tMb5Dg63Hi .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMb5Dg63Hi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMb5Dg63Hi .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMb5Dg63Hi .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMb5Dg63Hi .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMb5Dg63Hi .embla__button {
    top: auto;
  }
}
.cid-tMb5Dg63Hi .embla {
  position: relative;
  width: 100%;
}
.cid-tMb5Dg63Hi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMb5Dg63Hi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMb5Dg63Hi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMb5Dg63Hi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMb5Dg63Hi .mbr-section-title {
  color: #ffffff;
}
.cid-tMb5Dg63Hi .mbr-date {
  color: #ffffff;
}
.cid-tMb5Dg63Hi .mbr-desc {
  color: #ffffff;
}
.cid-tMb5Dg63Hi .mbr-text {
  color: #ffffff;
}
.cid-tMb6cJ5UqE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMb6cJ5UqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb6cJ5UqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb6cJ5UqE .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMb6cJ5UqE .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMb6cJ5UqE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMb6cJ5UqE .container {
    padding: 0 30px;
  }
}
.cid-tMb6cJ5UqE .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMb6cJ5UqE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMb6cJ5UqE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a {
  display: block;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMb6cJ5UqE .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMb6cJ5UqE .embla__button--next,
.cid-tMb6cJ5UqE .embla__button--prev {
  display: flex;
}
.cid-tMb6cJ5UqE .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMb6cJ5UqE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMb6cJ5UqE .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMb6cJ5UqE .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMb6cJ5UqE .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMb6cJ5UqE .embla__button {
    top: auto;
  }
}
.cid-tMb6cJ5UqE .embla {
  position: relative;
  width: 100%;
}
.cid-tMb6cJ5UqE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMb6cJ5UqE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMb6cJ5UqE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMb6cJ5UqE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMb6cJ5UqE .mbr-section-title {
  color: #ffffff;
}
.cid-tMb6cJ5UqE .mbr-date {
  color: #ffffff;
}
.cid-tMb6cJ5UqE .mbr-desc {
  color: #ffffff;
}
.cid-tMb6cJ5UqE .mbr-text {
  color: #ffffff;
}
.cid-tMb1TQNmVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMb1TQNmVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb1TQNmVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb1TQNmVZ .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMb1TQNmVZ .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMb1TQNmVZ .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMb1TQNmVZ .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tMb1TQNmVZ .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tMb1TQNmVZ .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMb1TQNmVZ .card .text-wrapper {
    display: none;
  }
}
.cid-tMb1TQNmVZ .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMb1TQNmVZ .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMb1TQNmVZ .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tMb1TQNmVZ .mbr-section-title {
  color: #495DFF;
}
.cid-tMb1TQNmVZ .mbr-text {
  color: #495DFF;
}
.cid-tMb1TR4FN6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMb1TR4FN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMb1TR4FN6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMb1TR4FN6 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMb1TR4FN6 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMb1TR4FN6 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMb1TR4FN6 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMb1TR4FN6 .container {
    max-width: 100%;
  }
  .cid-tMb1TR4FN6 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMb1TR4FN6 .item-wrap {
  width: 100%;
}
.cid-tMb1TR4FN6 .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMb1TR4FN6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMb1TR4FN6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMb1TR4FN6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMb1TR4FN6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMb1TR4FN6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMb1TR4FN6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMb1TR4FN6 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMb1TR4FN6 .col-links {
    padding-top: 20px;
  }
}
.cid-tMb1TR4FN6 .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMb1TR4FN6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMb1TR4FN6 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMb1TR4FN6 .list {
    text-align: center !important;
  }
}
.cid-tMb1TR4FN6 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMb1TR4FN6 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMb1TR4FN6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMb1TR4FN6 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMb1TR4FN6 .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMb1TR4FN6 .list a:hover:before {
  width: 100%;
}
.cid-tMb1TR4FN6 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMb1TR4FN6 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMb1TR4FN6 .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMb1TR4FN6 .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMbWcmyGC7 .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMbWcmyGC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMbWcmyGC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .menu_box .navbar.opened,
  .cid-tMbWcmyGC7 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMbWcmyGC7 .navbar-dropdown {
  position: relative !important;
}
.cid-tMbWcmyGC7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMbWcmyGC7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMbWcmyGC7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMbWcmyGC7 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMbWcmyGC7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMbWcmyGC7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMbWcmyGC7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMbWcmyGC7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMbWcmyGC7 .offcanvas-body .mbr-text,
  .cid-tMbWcmyGC7 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMbWcmyGC7 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMbWcmyGC7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMbWcmyGC7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMbWcmyGC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMbWcmyGC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMbWcmyGC7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMbWcmyGC7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMbWcmyGC7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMbWcmyGC7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMbWcmyGC7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .nav-item {
    margin: 0 !important;
  }
}
.cid-tMbWcmyGC7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMbWcmyGC7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMbWcmyGC7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMbWcmyGC7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMbWcmyGC7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMbWcmyGC7 .offcanvas_box {
    display: none;
  }
}
.cid-tMbWcmyGC7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMbWcmyGC7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMbWcmyGC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMbWcmyGC7 .container {
  display: flex;
  margin: auto;
}
.cid-tMbWcmyGC7 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMbWcmyGC7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMbWcmyGC7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMbWcmyGC7 .navbar-caption {
  color: #495DFF;
}
.cid-tMbWcmyGC7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMbWcmyGC7 .navbar-nav {
    margin: 0;
  }
}
.cid-tMbWcmyGC7 .dropdown-menu,
.cid-tMbWcmyGC7 .navbar.opened {
  background-color: false !important;
}
.cid-tMbWcmyGC7 .nav-item:focus,
.cid-tMbWcmyGC7 .nav-link:focus {
  outline: none;
}
.cid-tMbWcmyGC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMbWcmyGC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMbWcmyGC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMbWcmyGC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMbWcmyGC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMbWcmyGC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMbWcmyGC7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMbWcmyGC7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMbWcmyGC7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMbWcmyGC7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMbWcmyGC7 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMbWcmyGC7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMbWcmyGC7 .navbar.collapsed {
  justify-content: center;
}
.cid-tMbWcmyGC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMbWcmyGC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMbWcmyGC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMbWcmyGC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMbWcmyGC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMbWcmyGC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMbWcmyGC7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMbWcmyGC7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMbWcmyGC7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMbWcmyGC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMbWcmyGC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMbWcmyGC7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMbWcmyGC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMbWcmyGC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMbWcmyGC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMbWcmyGC7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMbWcmyGC7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMbWcmyGC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMbWcmyGC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMbWcmyGC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMbWcmyGC7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMbWcmyGC7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMbWcmyGC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMbWcmyGC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMbWcmyGC7 .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-tMbWcmyGC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMbWcmyGC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMbWcmyGC7 .dropdown-item.active,
.cid-tMbWcmyGC7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMbWcmyGC7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMbWcmyGC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMbWcmyGC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMbWcmyGC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMbWcmyGC7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMbWcmyGC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMbWcmyGC7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMbWcmyGC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMbWcmyGC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMbWcmyGC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMbWcmyGC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMbWcmyGC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMbWcmyGC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMbWcmyGC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMbWcmyGC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMbWcmyGC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMbWcmyGC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMbWcmyGC7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMbWcmyGC7 .navbar {
    height: 70px;
  }
  .cid-tMbWcmyGC7 .navbar.opened {
    height: auto;
  }
  .cid-tMbWcmyGC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMbWcmyGC7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMbWcmyGC7 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMbWcmyGC7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMbWcmyGC7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMbWcmyGC7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMbWcmyGC7 .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMbWcmyGC7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMbWcmyGC7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMbWcmyGC7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMbWcmyGC7 .text_widget {
  color: #ffffff;
}
.cid-tMbWcmyGC7 .mbr-section-subtitle,
.cid-tMbWcmyGC7 .text_widget,
.cid-tMbWcmyGC7 .mbr-section-btn {
  text-align: center;
}
.cid-tMbWcmyGC7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMbWcnH378 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMbWcnH378 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbWcnH378 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbWcnH378 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMbWcnH378 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMbWcnH378 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMbWcnH378 .container {
    padding: 0 30px;
  }
}
.cid-tMbWcnH378 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMbWcnH378 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMbWcnH378 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMbWcnH378 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a {
  display: block;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMbWcnH378 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMbWcnH378 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMbWcnH378 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMbWcnH378 .embla__button--next,
.cid-tMbWcnH378 .embla__button--prev {
  display: flex;
}
.cid-tMbWcnH378 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMbWcnH378 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMbWcnH378 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMbWcnH378 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMbWcnH378 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMbWcnH378 .embla__button {
    top: auto;
  }
}
.cid-tMbWcnH378 .embla {
  position: relative;
  width: 100%;
}
.cid-tMbWcnH378 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMbWcnH378 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMbWcnH378 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMbWcnH378 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMbWcnH378 .mbr-section-title {
  color: #ffffff;
}
.cid-tMbWcnH378 .mbr-date {
  color: #ffffff;
}
.cid-tMbWcnH378 .mbr-desc {
  color: #ffffff;
}
.cid-tMbWcnH378 .mbr-text {
  color: #ffffff;
}
.cid-tMbXkRPigi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMbXkRPigi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbXkRPigi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbXkRPigi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMbXkRPigi .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMbXkRPigi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMbXkRPigi .container {
    padding: 0 30px;
  }
}
.cid-tMbXkRPigi .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMbXkRPigi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMbXkRPigi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMbXkRPigi .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a {
  display: block;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMbXkRPigi .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMbXkRPigi .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMbXkRPigi .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMbXkRPigi .embla__button--next,
.cid-tMbXkRPigi .embla__button--prev {
  display: flex;
}
.cid-tMbXkRPigi .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMbXkRPigi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMbXkRPigi .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMbXkRPigi .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMbXkRPigi .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMbXkRPigi .embla__button {
    top: auto;
  }
}
.cid-tMbXkRPigi .embla {
  position: relative;
  width: 100%;
}
.cid-tMbXkRPigi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMbXkRPigi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMbXkRPigi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMbXkRPigi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMbXkRPigi .mbr-section-title {
  color: #ffffff;
}
.cid-tMbXkRPigi .mbr-date {
  color: #ffffff;
}
.cid-tMbXkRPigi .mbr-desc {
  color: #ffffff;
}
.cid-tMbXkRPigi .mbr-text {
  color: #ffffff;
}
.cid-tMbYcB4dHW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMbYcB4dHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbYcB4dHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbYcB4dHW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMbYcB4dHW .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMbYcB4dHW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMbYcB4dHW .container {
    padding: 0 30px;
  }
}
.cid-tMbYcB4dHW .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMbYcB4dHW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMbYcB4dHW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMbYcB4dHW .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a {
  display: block;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMbYcB4dHW .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMbYcB4dHW .embla__button--next,
.cid-tMbYcB4dHW .embla__button--prev {
  display: flex;
}
.cid-tMbYcB4dHW .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMbYcB4dHW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMbYcB4dHW .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMbYcB4dHW .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMbYcB4dHW .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMbYcB4dHW .embla__button {
    top: auto;
  }
}
.cid-tMbYcB4dHW .embla {
  position: relative;
  width: 100%;
}
.cid-tMbYcB4dHW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMbYcB4dHW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMbYcB4dHW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMbYcB4dHW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMbYcB4dHW .mbr-section-title {
  color: #ffffff;
}
.cid-tMbYcB4dHW .mbr-date {
  color: #ffffff;
}
.cid-tMbYcB4dHW .mbr-desc {
  color: #ffffff;
}
.cid-tMbYcB4dHW .mbr-text {
  color: #ffffff;
}
.cid-tMbWcp05YV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMbWcp05YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbWcp05YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbWcp05YV .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMbWcp05YV .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMbWcp05YV .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMbWcp05YV .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tMbWcp05YV .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tMbWcp05YV .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMbWcp05YV .card .text-wrapper {
    display: none;
  }
}
.cid-tMbWcp05YV .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMbWcp05YV .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMbWcp05YV .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tMbWcp05YV .mbr-section-title {
  color: #495DFF;
}
.cid-tMbWcp05YV .mbr-text {
  color: #495DFF;
}
.cid-tMbWcpsoCq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMbWcpsoCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbWcpsoCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbWcpsoCq .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMbWcpsoCq .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMbWcpsoCq .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMbWcpsoCq .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMbWcpsoCq .container {
    max-width: 100%;
  }
  .cid-tMbWcpsoCq .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMbWcpsoCq .item-wrap {
  width: 100%;
}
.cid-tMbWcpsoCq .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMbWcpsoCq .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMbWcpsoCq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMbWcpsoCq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMbWcpsoCq .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMbWcpsoCq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMbWcpsoCq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMbWcpsoCq .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMbWcpsoCq .col-links {
    padding-top: 20px;
  }
}
.cid-tMbWcpsoCq .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMbWcpsoCq .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMbWcpsoCq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMbWcpsoCq .list {
    text-align: center !important;
  }
}
.cid-tMbWcpsoCq .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMbWcpsoCq .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMbWcpsoCq .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMbWcpsoCq .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMbWcpsoCq .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMbWcpsoCq .list a:hover:before {
  width: 100%;
}
.cid-tMbWcpsoCq .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMbWcpsoCq .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMbWcpsoCq .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMbWcpsoCq .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMuGeg2wNI .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMuGeg2wNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMuGeg2wNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .menu_box .navbar.opened,
  .cid-tMuGeg2wNI .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMuGeg2wNI .navbar-dropdown {
  position: relative !important;
}
.cid-tMuGeg2wNI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMuGeg2wNI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMuGeg2wNI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMuGeg2wNI .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMuGeg2wNI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMuGeg2wNI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMuGeg2wNI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMuGeg2wNI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMuGeg2wNI .offcanvas-body .mbr-text,
  .cid-tMuGeg2wNI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMuGeg2wNI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMuGeg2wNI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMuGeg2wNI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMuGeg2wNI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMuGeg2wNI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMuGeg2wNI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMuGeg2wNI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMuGeg2wNI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMuGeg2wNI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMuGeg2wNI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .nav-item {
    margin: 0 !important;
  }
}
.cid-tMuGeg2wNI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMuGeg2wNI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMuGeg2wNI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMuGeg2wNI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMuGeg2wNI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMuGeg2wNI .offcanvas_box {
    display: none;
  }
}
.cid-tMuGeg2wNI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMuGeg2wNI .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMuGeg2wNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMuGeg2wNI .container {
  display: flex;
  margin: auto;
}
.cid-tMuGeg2wNI .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMuGeg2wNI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMuGeg2wNI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMuGeg2wNI .navbar-caption {
  color: #495DFF;
}
.cid-tMuGeg2wNI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMuGeg2wNI .navbar-nav {
    margin: 0;
  }
}
.cid-tMuGeg2wNI .dropdown-menu,
.cid-tMuGeg2wNI .navbar.opened {
  background-color: false !important;
}
.cid-tMuGeg2wNI .nav-item:focus,
.cid-tMuGeg2wNI .nav-link:focus {
  outline: none;
}
.cid-tMuGeg2wNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMuGeg2wNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMuGeg2wNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMuGeg2wNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMuGeg2wNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMuGeg2wNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMuGeg2wNI .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMuGeg2wNI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMuGeg2wNI .navbar.opened {
  transition: all 0.3s;
}
.cid-tMuGeg2wNI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMuGeg2wNI .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMuGeg2wNI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMuGeg2wNI .navbar.collapsed {
  justify-content: center;
}
.cid-tMuGeg2wNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMuGeg2wNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMuGeg2wNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMuGeg2wNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMuGeg2wNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMuGeg2wNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMuGeg2wNI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMuGeg2wNI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMuGeg2wNI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMuGeg2wNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMuGeg2wNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMuGeg2wNI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMuGeg2wNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMuGeg2wNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMuGeg2wNI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMuGeg2wNI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMuGeg2wNI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMuGeg2wNI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMuGeg2wNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMuGeg2wNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMuGeg2wNI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMuGeg2wNI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMuGeg2wNI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMuGeg2wNI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMuGeg2wNI .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-tMuGeg2wNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMuGeg2wNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMuGeg2wNI .dropdown-item.active,
.cid-tMuGeg2wNI .dropdown-item:active {
  background-color: transparent;
}
.cid-tMuGeg2wNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMuGeg2wNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMuGeg2wNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMuGeg2wNI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMuGeg2wNI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMuGeg2wNI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMuGeg2wNI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMuGeg2wNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMuGeg2wNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMuGeg2wNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMuGeg2wNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMuGeg2wNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMuGeg2wNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMuGeg2wNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMuGeg2wNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMuGeg2wNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMuGeg2wNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMuGeg2wNI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMuGeg2wNI .navbar {
    height: 70px;
  }
  .cid-tMuGeg2wNI .navbar.opened {
    height: auto;
  }
  .cid-tMuGeg2wNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMuGeg2wNI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMuGeg2wNI .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMuGeg2wNI .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMuGeg2wNI .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMuGeg2wNI .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMuGeg2wNI .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMuGeg2wNI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMuGeg2wNI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMuGeg2wNI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMuGeg2wNI .text_widget {
  color: #ffffff;
}
.cid-tMuGeg2wNI .mbr-section-subtitle,
.cid-tMuGeg2wNI .text_widget,
.cid-tMuGeg2wNI .mbr-section-btn {
  text-align: center;
}
.cid-tMuGeg2wNI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMuGegqypV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMuGegqypV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuGegqypV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuGegqypV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMuGegqypV .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMuGegqypV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMuGegqypV .container {
    padding: 0 30px;
  }
}
.cid-tMuGegqypV .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMuGegqypV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMuGegqypV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMuGegqypV .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMuGegqypV .embla__slide .card-wrap a {
  display: block;
}
.cid-tMuGegqypV .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMuGegqypV .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMuGegqypV .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMuGegqypV .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMuGegqypV .embla__button--next,
.cid-tMuGegqypV .embla__button--prev {
  display: flex;
}
.cid-tMuGegqypV .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMuGegqypV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMuGegqypV .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMuGegqypV .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMuGegqypV .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMuGegqypV .embla__button {
    top: auto;
  }
}
.cid-tMuGegqypV .embla {
  position: relative;
  width: 100%;
}
.cid-tMuGegqypV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMuGegqypV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMuGegqypV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMuGegqypV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMuGegqypV .mbr-section-title {
  color: #ffffff;
}
.cid-tMuGegqypV .mbr-date {
  color: #ffffff;
}
.cid-tMuGegqypV .mbr-desc {
  color: #ffffff;
}
.cid-tMuGegqypV .mbr-text {
  color: #ffffff;
}
.cid-tMuGeh09qD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMuGeh09qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuGeh09qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuGeh09qD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMuGeh09qD .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMuGeh09qD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMuGeh09qD .container {
    padding: 0 30px;
  }
}
.cid-tMuGeh09qD .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMuGeh09qD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMuGeh09qD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMuGeh09qD .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a {
  display: block;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMuGeh09qD .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMuGeh09qD .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMuGeh09qD .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMuGeh09qD .embla__button--next,
.cid-tMuGeh09qD .embla__button--prev {
  display: flex;
}
.cid-tMuGeh09qD .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMuGeh09qD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMuGeh09qD .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMuGeh09qD .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMuGeh09qD .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMuGeh09qD .embla__button {
    top: auto;
  }
}
.cid-tMuGeh09qD .embla {
  position: relative;
  width: 100%;
}
.cid-tMuGeh09qD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMuGeh09qD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMuGeh09qD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMuGeh09qD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMuGeh09qD .mbr-section-title {
  color: #ffffff;
}
.cid-tMuGeh09qD .mbr-date {
  color: #ffffff;
}
.cid-tMuGeh09qD .mbr-desc {
  color: #ffffff;
}
.cid-tMuGeh09qD .mbr-text {
  color: #ffffff;
}
.cid-tMuGehwlST {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMuGehwlST .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuGehwlST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuGehwlST .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMuGehwlST .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMuGehwlST .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMuGehwlST .container {
    padding: 0 30px;
  }
}
.cid-tMuGehwlST .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMuGehwlST .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMuGehwlST .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMuGehwlST .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMuGehwlST .embla__slide .card-wrap a {
  display: block;
}
.cid-tMuGehwlST .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMuGehwlST .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMuGehwlST .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMuGehwlST .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMuGehwlST .embla__button--next,
.cid-tMuGehwlST .embla__button--prev {
  display: flex;
}
.cid-tMuGehwlST .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMuGehwlST .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMuGehwlST .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMuGehwlST .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMuGehwlST .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMuGehwlST .embla__button {
    top: auto;
  }
}
.cid-tMuGehwlST .embla {
  position: relative;
  width: 100%;
}
.cid-tMuGehwlST .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMuGehwlST .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMuGehwlST .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMuGehwlST .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMuGehwlST .mbr-section-title {
  color: #ffffff;
}
.cid-tMuGehwlST .mbr-date {
  color: #ffffff;
}
.cid-tMuGehwlST .mbr-desc {
  color: #ffffff;
}
.cid-tMuGehwlST .mbr-text {
  color: #ffffff;
}
.cid-tMuK8aDw4N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMuK8aDw4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuK8aDw4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuK8aDw4N .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMuK8aDw4N .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMuK8aDw4N .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMuK8aDw4N .container {
    padding: 0 30px;
  }
}
.cid-tMuK8aDw4N .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMuK8aDw4N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMuK8aDw4N .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMuK8aDw4N .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a {
  display: block;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMuK8aDw4N .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMuK8aDw4N .embla__button--next,
.cid-tMuK8aDw4N .embla__button--prev {
  display: flex;
}
.cid-tMuK8aDw4N .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMuK8aDw4N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMuK8aDw4N .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMuK8aDw4N .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMuK8aDw4N .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMuK8aDw4N .embla__button {
    top: auto;
  }
}
.cid-tMuK8aDw4N .embla {
  position: relative;
  width: 100%;
}
.cid-tMuK8aDw4N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMuK8aDw4N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMuK8aDw4N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMuK8aDw4N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMuK8aDw4N .mbr-section-title {
  color: #ffffff;
}
.cid-tMuK8aDw4N .mbr-date {
  color: #ffffff;
}
.cid-tMuK8aDw4N .mbr-desc {
  color: #ffffff;
}
.cid-tMuK8aDw4N .mbr-text {
  color: #ffffff;
}
.cid-tMuGehYQm2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMuGehYQm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuGehYQm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuGehYQm2 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMuGehYQm2 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMuGehYQm2 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMuGehYQm2 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tMuGehYQm2 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tMuGehYQm2 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMuGehYQm2 .card .text-wrapper {
    display: none;
  }
}
.cid-tMuGehYQm2 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMuGehYQm2 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMuGehYQm2 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tMuGehYQm2 .mbr-section-title {
  color: #495DFF;
}
.cid-tMuGehYQm2 .mbr-text {
  color: #495DFF;
}
.cid-tMuGeibUVR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMuGeibUVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMuGeibUVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMuGeibUVR .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMuGeibUVR .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMuGeibUVR .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMuGeibUVR .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMuGeibUVR .container {
    max-width: 100%;
  }
  .cid-tMuGeibUVR .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMuGeibUVR .item-wrap {
  width: 100%;
}
.cid-tMuGeibUVR .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMuGeibUVR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMuGeibUVR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMuGeibUVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMuGeibUVR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMuGeibUVR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMuGeibUVR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMuGeibUVR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMuGeibUVR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMuGeibUVR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMuGeibUVR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMuGeibUVR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMuGeibUVR .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMuGeibUVR .col-links {
    padding-top: 20px;
  }
}
.cid-tMuGeibUVR .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMuGeibUVR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMuGeibUVR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMuGeibUVR .list {
    text-align: center !important;
  }
}
.cid-tMuGeibUVR .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMuGeibUVR .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMuGeibUVR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMuGeibUVR .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMuGeibUVR .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMuGeibUVR .list a:hover:before {
  width: 100%;
}
.cid-tMuGeibUVR .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMuGeibUVR .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMuGeibUVR .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMuGeibUVR .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMKtYfL7qr .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMKtYfL7qr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMKtYfL7qr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .menu_box .navbar.opened,
  .cid-tMKtYfL7qr .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMKtYfL7qr .navbar-dropdown {
  position: relative !important;
}
.cid-tMKtYfL7qr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMKtYfL7qr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMKtYfL7qr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMKtYfL7qr .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMKtYfL7qr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMKtYfL7qr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMKtYfL7qr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMKtYfL7qr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMKtYfL7qr .offcanvas-body .mbr-text,
  .cid-tMKtYfL7qr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMKtYfL7qr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMKtYfL7qr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMKtYfL7qr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMKtYfL7qr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMKtYfL7qr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMKtYfL7qr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMKtYfL7qr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMKtYfL7qr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMKtYfL7qr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMKtYfL7qr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .nav-item {
    margin: 0 !important;
  }
}
.cid-tMKtYfL7qr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMKtYfL7qr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMKtYfL7qr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMKtYfL7qr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMKtYfL7qr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMKtYfL7qr .offcanvas_box {
    display: none;
  }
}
.cid-tMKtYfL7qr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMKtYfL7qr .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMKtYfL7qr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMKtYfL7qr .container {
  display: flex;
  margin: auto;
}
.cid-tMKtYfL7qr .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMKtYfL7qr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMKtYfL7qr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMKtYfL7qr .navbar-caption {
  color: #495DFF;
}
.cid-tMKtYfL7qr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMKtYfL7qr .navbar-nav {
    margin: 0;
  }
}
.cid-tMKtYfL7qr .dropdown-menu,
.cid-tMKtYfL7qr .navbar.opened {
  background-color: false !important;
}
.cid-tMKtYfL7qr .nav-item:focus,
.cid-tMKtYfL7qr .nav-link:focus {
  outline: none;
}
.cid-tMKtYfL7qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMKtYfL7qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMKtYfL7qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMKtYfL7qr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMKtYfL7qr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMKtYfL7qr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMKtYfL7qr .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMKtYfL7qr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMKtYfL7qr .navbar.opened {
  transition: all 0.3s;
}
.cid-tMKtYfL7qr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMKtYfL7qr .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMKtYfL7qr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMKtYfL7qr .navbar.collapsed {
  justify-content: center;
}
.cid-tMKtYfL7qr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMKtYfL7qr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMKtYfL7qr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMKtYfL7qr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMKtYfL7qr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMKtYfL7qr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMKtYfL7qr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMKtYfL7qr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMKtYfL7qr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMKtYfL7qr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMKtYfL7qr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMKtYfL7qr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMKtYfL7qr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMKtYfL7qr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMKtYfL7qr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMKtYfL7qr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMKtYfL7qr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMKtYfL7qr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMKtYfL7qr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMKtYfL7qr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMKtYfL7qr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMKtYfL7qr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMKtYfL7qr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMKtYfL7qr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMKtYfL7qr .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-tMKtYfL7qr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMKtYfL7qr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMKtYfL7qr .dropdown-item.active,
.cid-tMKtYfL7qr .dropdown-item:active {
  background-color: transparent;
}
.cid-tMKtYfL7qr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMKtYfL7qr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMKtYfL7qr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMKtYfL7qr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMKtYfL7qr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMKtYfL7qr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMKtYfL7qr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMKtYfL7qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMKtYfL7qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMKtYfL7qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMKtYfL7qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMKtYfL7qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMKtYfL7qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMKtYfL7qr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMKtYfL7qr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMKtYfL7qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMKtYfL7qr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMKtYfL7qr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMKtYfL7qr .navbar {
    height: 70px;
  }
  .cid-tMKtYfL7qr .navbar.opened {
    height: auto;
  }
  .cid-tMKtYfL7qr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMKtYfL7qr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMKtYfL7qr .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMKtYfL7qr .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMKtYfL7qr .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMKtYfL7qr .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMKtYfL7qr .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMKtYfL7qr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMKtYfL7qr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMKtYfL7qr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMKtYfL7qr .text_widget {
  color: #ffffff;
}
.cid-tMKtYfL7qr .mbr-section-subtitle,
.cid-tMKtYfL7qr .text_widget,
.cid-tMKtYfL7qr .mbr-section-btn {
  text-align: center;
}
.cid-tMKtYfL7qr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMKtYg73RA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMKtYg73RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKtYg73RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKtYg73RA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMKtYg73RA .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMKtYg73RA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKtYg73RA .container {
    padding: 0 30px;
  }
}
.cid-tMKtYg73RA .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMKtYg73RA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMKtYg73RA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMKtYg73RA .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a {
  display: block;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMKtYg73RA .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMKtYg73RA .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMKtYg73RA .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKtYg73RA .embla__button--next,
.cid-tMKtYg73RA .embla__button--prev {
  display: flex;
}
.cid-tMKtYg73RA .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMKtYg73RA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMKtYg73RA .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMKtYg73RA .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMKtYg73RA .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMKtYg73RA .embla__button {
    top: auto;
  }
}
.cid-tMKtYg73RA .embla {
  position: relative;
  width: 100%;
}
.cid-tMKtYg73RA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMKtYg73RA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMKtYg73RA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMKtYg73RA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMKtYg73RA .mbr-section-title {
  color: #ffffff;
}
.cid-tMKtYg73RA .mbr-date {
  color: #ffffff;
}
.cid-tMKtYg73RA .mbr-desc {
  color: #ffffff;
}
.cid-tMKtYg73RA .mbr-text {
  color: #ffffff;
}
.cid-tMKtYi1mW6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMKtYi1mW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKtYi1mW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKtYi1mW6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMKtYi1mW6 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMKtYi1mW6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKtYi1mW6 .container {
    padding: 0 30px;
  }
}
.cid-tMKtYi1mW6 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMKtYi1mW6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMKtYi1mW6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a {
  display: block;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMKtYi1mW6 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKtYi1mW6 .embla__button--next,
.cid-tMKtYi1mW6 .embla__button--prev {
  display: flex;
}
.cid-tMKtYi1mW6 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMKtYi1mW6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMKtYi1mW6 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMKtYi1mW6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMKtYi1mW6 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMKtYi1mW6 .embla__button {
    top: auto;
  }
}
.cid-tMKtYi1mW6 .embla {
  position: relative;
  width: 100%;
}
.cid-tMKtYi1mW6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMKtYi1mW6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMKtYi1mW6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMKtYi1mW6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMKtYi1mW6 .mbr-section-title {
  color: #ffffff;
}
.cid-tMKtYi1mW6 .mbr-date {
  color: #ffffff;
}
.cid-tMKtYi1mW6 .mbr-desc {
  color: #ffffff;
}
.cid-tMKtYi1mW6 .mbr-text {
  color: #ffffff;
}
.cid-tMKymHFqfm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMKymHFqfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKymHFqfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKymHFqfm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMKymHFqfm .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMKymHFqfm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKymHFqfm .container {
    padding: 0 30px;
  }
}
.cid-tMKymHFqfm .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMKymHFqfm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMKymHFqfm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMKymHFqfm .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a {
  display: block;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMKymHFqfm .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMKymHFqfm .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMKymHFqfm .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKymHFqfm .embla__button--next,
.cid-tMKymHFqfm .embla__button--prev {
  display: flex;
}
.cid-tMKymHFqfm .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMKymHFqfm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMKymHFqfm .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMKymHFqfm .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMKymHFqfm .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMKymHFqfm .embla__button {
    top: auto;
  }
}
.cid-tMKymHFqfm .embla {
  position: relative;
  width: 100%;
}
.cid-tMKymHFqfm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMKymHFqfm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMKymHFqfm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMKymHFqfm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMKymHFqfm .mbr-section-title {
  color: #ffffff;
}
.cid-tMKymHFqfm .mbr-date {
  color: #ffffff;
}
.cid-tMKymHFqfm .mbr-desc {
  color: #ffffff;
}
.cid-tMKymHFqfm .mbr-text {
  color: #ffffff;
}
.cid-tMKuMR4b8j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMKuMR4b8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKuMR4b8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKuMR4b8j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMKuMR4b8j .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMKuMR4b8j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKuMR4b8j .container {
    padding: 0 30px;
  }
}
.cid-tMKuMR4b8j .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMKuMR4b8j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMKuMR4b8j .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMKuMR4b8j .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a {
  display: block;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMKuMR4b8j .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKuMR4b8j .embla__button--next,
.cid-tMKuMR4b8j .embla__button--prev {
  display: flex;
}
.cid-tMKuMR4b8j .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMKuMR4b8j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMKuMR4b8j .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMKuMR4b8j .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMKuMR4b8j .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMKuMR4b8j .embla__button {
    top: auto;
  }
}
.cid-tMKuMR4b8j .embla {
  position: relative;
  width: 100%;
}
.cid-tMKuMR4b8j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMKuMR4b8j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMKuMR4b8j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMKuMR4b8j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMKuMR4b8j .mbr-section-title {
  color: #ffffff;
}
.cid-tMKuMR4b8j .mbr-date {
  color: #ffffff;
}
.cid-tMKuMR4b8j .mbr-desc {
  color: #ffffff;
}
.cid-tMKuMR4b8j .mbr-text {
  color: #ffffff;
}
.cid-tMKuS0Hn4E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tMKuS0Hn4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKuS0Hn4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKuS0Hn4E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tMKuS0Hn4E .container-fluid {
    padding: 0 30px;
  }
}
.cid-tMKuS0Hn4E .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMKuS0Hn4E .container {
    padding: 0 30px;
  }
}
.cid-tMKuS0Hn4E .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tMKuS0Hn4E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tMKuS0Hn4E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap {
  width: 100%;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a {
  display: block;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tMKuS0Hn4E .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tMKuS0Hn4E .embla__button--next,
.cid-tMKuS0Hn4E .embla__button--prev {
  display: flex;
}
.cid-tMKuS0Hn4E .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMKuS0Hn4E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMKuS0Hn4E .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tMKuS0Hn4E .embla__button.embla__button--prev {
  left: 0;
}
.cid-tMKuS0Hn4E .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tMKuS0Hn4E .embla__button {
    top: auto;
  }
}
.cid-tMKuS0Hn4E .embla {
  position: relative;
  width: 100%;
}
.cid-tMKuS0Hn4E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMKuS0Hn4E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMKuS0Hn4E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMKuS0Hn4E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMKuS0Hn4E .mbr-section-title {
  color: #ffffff;
}
.cid-tMKuS0Hn4E .mbr-date {
  color: #ffffff;
}
.cid-tMKuS0Hn4E .mbr-desc {
  color: #ffffff;
}
.cid-tMKuS0Hn4E .mbr-text {
  color: #ffffff;
}
.cid-tMKtYiyZv8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMKtYiyZv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKtYiyZv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKtYiyZv8 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tMKtYiyZv8 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMKtYiyZv8 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMKtYiyZv8 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tMKtYiyZv8 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tMKtYiyZv8 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMKtYiyZv8 .card .text-wrapper {
    display: none;
  }
}
.cid-tMKtYiyZv8 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tMKtYiyZv8 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tMKtYiyZv8 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tMKtYiyZv8 .mbr-section-title {
  color: #495DFF;
}
.cid-tMKtYiyZv8 .mbr-text {
  color: #495DFF;
}
.cid-tMKtYiJPGy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMKtYiJPGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMKtYiJPGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMKtYiJPGy .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMKtYiJPGy .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMKtYiJPGy .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMKtYiJPGy .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMKtYiJPGy .container {
    max-width: 100%;
  }
  .cid-tMKtYiJPGy .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMKtYiJPGy .item-wrap {
  width: 100%;
}
.cid-tMKtYiJPGy .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMKtYiJPGy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMKtYiJPGy .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMKtYiJPGy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMKtYiJPGy .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMKtYiJPGy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMKtYiJPGy .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMKtYiJPGy .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMKtYiJPGy .col-links {
    padding-top: 20px;
  }
}
.cid-tMKtYiJPGy .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMKtYiJPGy .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMKtYiJPGy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMKtYiJPGy .list {
    text-align: center !important;
  }
}
.cid-tMKtYiJPGy .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMKtYiJPGy .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMKtYiJPGy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMKtYiJPGy .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMKtYiJPGy .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMKtYiJPGy .list a:hover:before {
  width: 100%;
}
.cid-tMKtYiJPGy .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMKtYiJPGy .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMKtYiJPGy .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMKtYiJPGy .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tNp67ioNX9 .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tNp67ioNX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tNp67ioNX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .menu_box .navbar.opened,
  .cid-tNp67ioNX9 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tNp67ioNX9 .navbar-dropdown {
  position: relative !important;
}
.cid-tNp67ioNX9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tNp67ioNX9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tNp67ioNX9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tNp67ioNX9 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tNp67ioNX9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tNp67ioNX9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tNp67ioNX9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tNp67ioNX9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tNp67ioNX9 .offcanvas-body .mbr-text,
  .cid-tNp67ioNX9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tNp67ioNX9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tNp67ioNX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tNp67ioNX9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tNp67ioNX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNp67ioNX9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tNp67ioNX9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tNp67ioNX9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tNp67ioNX9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tNp67ioNX9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tNp67ioNX9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .nav-item {
    margin: 0 !important;
  }
}
.cid-tNp67ioNX9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNp67ioNX9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tNp67ioNX9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tNp67ioNX9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tNp67ioNX9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tNp67ioNX9 .offcanvas_box {
    display: none;
  }
}
.cid-tNp67ioNX9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tNp67ioNX9 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tNp67ioNX9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tNp67ioNX9 .container {
  display: flex;
  margin: auto;
}
.cid-tNp67ioNX9 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tNp67ioNX9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tNp67ioNX9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tNp67ioNX9 .navbar-caption {
  color: #495DFF;
}
.cid-tNp67ioNX9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tNp67ioNX9 .navbar-nav {
    margin: 0;
  }
}
.cid-tNp67ioNX9 .dropdown-menu,
.cid-tNp67ioNX9 .navbar.opened {
  background-color: false !important;
}
.cid-tNp67ioNX9 .nav-item:focus,
.cid-tNp67ioNX9 .nav-link:focus {
  outline: none;
}
.cid-tNp67ioNX9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNp67ioNX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNp67ioNX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNp67ioNX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNp67ioNX9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNp67ioNX9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNp67ioNX9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tNp67ioNX9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tNp67ioNX9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNp67ioNX9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tNp67ioNX9 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tNp67ioNX9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tNp67ioNX9 .navbar.collapsed {
  justify-content: center;
}
.cid-tNp67ioNX9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNp67ioNX9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNp67ioNX9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNp67ioNX9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNp67ioNX9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNp67ioNX9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tNp67ioNX9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tNp67ioNX9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tNp67ioNX9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tNp67ioNX9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNp67ioNX9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNp67ioNX9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tNp67ioNX9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNp67ioNX9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tNp67ioNX9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNp67ioNX9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tNp67ioNX9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tNp67ioNX9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tNp67ioNX9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNp67ioNX9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNp67ioNX9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tNp67ioNX9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNp67ioNX9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNp67ioNX9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNp67ioNX9 .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-tNp67ioNX9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tNp67ioNX9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNp67ioNX9 .dropdown-item.active,
.cid-tNp67ioNX9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNp67ioNX9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNp67ioNX9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNp67ioNX9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNp67ioNX9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNp67ioNX9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tNp67ioNX9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNp67ioNX9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tNp67ioNX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tNp67ioNX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNp67ioNX9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNp67ioNX9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNp67ioNX9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNp67ioNX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNp67ioNX9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNp67ioNX9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNp67ioNX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNp67ioNX9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tNp67ioNX9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNp67ioNX9 .navbar {
    height: 70px;
  }
  .cid-tNp67ioNX9 .navbar.opened {
    height: auto;
  }
  .cid-tNp67ioNX9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNp67ioNX9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tNp67ioNX9 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tNp67ioNX9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tNp67ioNX9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tNp67ioNX9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tNp67ioNX9 .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tNp67ioNX9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tNp67ioNX9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNp67ioNX9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNp67ioNX9 .text_widget {
  color: #ffffff;
}
.cid-tNp67ioNX9 .mbr-section-subtitle,
.cid-tNp67ioNX9 .text_widget,
.cid-tNp67ioNX9 .mbr-section-btn {
  text-align: center;
}
.cid-tNp67ioNX9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tNp67iRok6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNp67iRok6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67iRok6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67iRok6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNp67iRok6 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNp67iRok6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNp67iRok6 .container {
    padding: 0 30px;
  }
}
.cid-tNp67iRok6 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNp67iRok6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNp67iRok6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNp67iRok6 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a {
  display: block;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNp67iRok6 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNp67iRok6 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNp67iRok6 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNp67iRok6 .embla__button--next,
.cid-tNp67iRok6 .embla__button--prev {
  display: flex;
}
.cid-tNp67iRok6 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNp67iRok6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNp67iRok6 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNp67iRok6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNp67iRok6 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNp67iRok6 .embla__button {
    top: auto;
  }
}
.cid-tNp67iRok6 .embla {
  position: relative;
  width: 100%;
}
.cid-tNp67iRok6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNp67iRok6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNp67iRok6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNp67iRok6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNp67iRok6 .mbr-section-title {
  color: #ffffff;
}
.cid-tNp67iRok6 .mbr-date {
  color: #ffffff;
}
.cid-tNp67iRok6 .mbr-desc {
  color: #ffffff;
}
.cid-tNp67iRok6 .mbr-text {
  color: #ffffff;
}
.cid-tNp67jhj0j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNp67jhj0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67jhj0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67jhj0j .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNp67jhj0j .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNp67jhj0j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNp67jhj0j .container {
    padding: 0 30px;
  }
}
.cid-tNp67jhj0j .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNp67jhj0j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNp67jhj0j .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNp67jhj0j .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a {
  display: block;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNp67jhj0j .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNp67jhj0j .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNp67jhj0j .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNp67jhj0j .embla__button--next,
.cid-tNp67jhj0j .embla__button--prev {
  display: flex;
}
.cid-tNp67jhj0j .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNp67jhj0j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNp67jhj0j .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNp67jhj0j .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNp67jhj0j .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNp67jhj0j .embla__button {
    top: auto;
  }
}
.cid-tNp67jhj0j .embla {
  position: relative;
  width: 100%;
}
.cid-tNp67jhj0j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNp67jhj0j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNp67jhj0j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNp67jhj0j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNp67jhj0j .mbr-section-title {
  color: #ffffff;
}
.cid-tNp67jhj0j .mbr-date {
  color: #ffffff;
}
.cid-tNp67jhj0j .mbr-desc {
  color: #ffffff;
}
.cid-tNp67jhj0j .mbr-text {
  color: #ffffff;
}
.cid-tNp67k4ocF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNp67k4ocF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67k4ocF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67k4ocF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNp67k4ocF .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNp67k4ocF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNp67k4ocF .container {
    padding: 0 30px;
  }
}
.cid-tNp67k4ocF .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNp67k4ocF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNp67k4ocF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNp67k4ocF .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a {
  display: block;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNp67k4ocF .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNp67k4ocF .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNp67k4ocF .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNp67k4ocF .embla__button--next,
.cid-tNp67k4ocF .embla__button--prev {
  display: flex;
}
.cid-tNp67k4ocF .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNp67k4ocF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNp67k4ocF .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNp67k4ocF .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNp67k4ocF .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNp67k4ocF .embla__button {
    top: auto;
  }
}
.cid-tNp67k4ocF .embla {
  position: relative;
  width: 100%;
}
.cid-tNp67k4ocF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNp67k4ocF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNp67k4ocF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNp67k4ocF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNp67k4ocF .mbr-section-title {
  color: #ffffff;
}
.cid-tNp67k4ocF .mbr-date {
  color: #ffffff;
}
.cid-tNp67k4ocF .mbr-desc {
  color: #ffffff;
}
.cid-tNp67k4ocF .mbr-text {
  color: #ffffff;
}
.cid-tNp67kJ7RS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNp67kJ7RS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67kJ7RS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67kJ7RS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNp67kJ7RS .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNp67kJ7RS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNp67kJ7RS .container {
    padding: 0 30px;
  }
}
.cid-tNp67kJ7RS .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNp67kJ7RS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNp67kJ7RS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNp67kJ7RS .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a {
  display: block;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNp67kJ7RS .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNp67kJ7RS .embla__button--next,
.cid-tNp67kJ7RS .embla__button--prev {
  display: flex;
}
.cid-tNp67kJ7RS .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNp67kJ7RS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNp67kJ7RS .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNp67kJ7RS .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNp67kJ7RS .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNp67kJ7RS .embla__button {
    top: auto;
  }
}
.cid-tNp67kJ7RS .embla {
  position: relative;
  width: 100%;
}
.cid-tNp67kJ7RS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNp67kJ7RS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNp67kJ7RS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNp67kJ7RS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNp67kJ7RS .mbr-section-title {
  color: #ffffff;
}
.cid-tNp67kJ7RS .mbr-date {
  color: #ffffff;
}
.cid-tNp67kJ7RS .mbr-desc {
  color: #ffffff;
}
.cid-tNp67kJ7RS .mbr-text {
  color: #ffffff;
}
.cid-tNp67lxI3Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNp67lxI3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67lxI3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67lxI3Y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNp67lxI3Y .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNp67lxI3Y .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNp67lxI3Y .container {
    padding: 0 30px;
  }
}
.cid-tNp67lxI3Y .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNp67lxI3Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNp67lxI3Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNp67lxI3Y .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a {
  display: block;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNp67lxI3Y .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNp67lxI3Y .embla__button--next,
.cid-tNp67lxI3Y .embla__button--prev {
  display: flex;
}
.cid-tNp67lxI3Y .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNp67lxI3Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNp67lxI3Y .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNp67lxI3Y .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNp67lxI3Y .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNp67lxI3Y .embla__button {
    top: auto;
  }
}
.cid-tNp67lxI3Y .embla {
  position: relative;
  width: 100%;
}
.cid-tNp67lxI3Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNp67lxI3Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNp67lxI3Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNp67lxI3Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNp67lxI3Y .mbr-section-title {
  color: #ffffff;
}
.cid-tNp67lxI3Y .mbr-date {
  color: #ffffff;
}
.cid-tNp67lxI3Y .mbr-desc {
  color: #ffffff;
}
.cid-tNp67lxI3Y .mbr-text {
  color: #ffffff;
}
.cid-tNpisKjLQK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tNpisKjLQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNpisKjLQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNpisKjLQK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNpisKjLQK .container-fluid {
    padding: 0 30px;
  }
}
.cid-tNpisKjLQK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNpisKjLQK .container {
    padding: 0 30px;
  }
}
.cid-tNpisKjLQK .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tNpisKjLQK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tNpisKjLQK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNpisKjLQK .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a {
  display: block;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tNpisKjLQK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tNpisKjLQK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tNpisKjLQK .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tNpisKjLQK .embla__button--next,
.cid-tNpisKjLQK .embla__button--prev {
  display: flex;
}
.cid-tNpisKjLQK .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNpisKjLQK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNpisKjLQK .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tNpisKjLQK .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNpisKjLQK .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tNpisKjLQK .embla__button {
    top: auto;
  }
}
.cid-tNpisKjLQK .embla {
  position: relative;
  width: 100%;
}
.cid-tNpisKjLQK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNpisKjLQK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNpisKjLQK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNpisKjLQK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNpisKjLQK .mbr-section-title {
  color: #ffffff;
}
.cid-tNpisKjLQK .mbr-date {
  color: #ffffff;
}
.cid-tNpisKjLQK .mbr-desc {
  color: #ffffff;
}
.cid-tNpisKjLQK .mbr-text {
  color: #ffffff;
}
.cid-tNp67mfOd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tNp67mfOd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67mfOd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67mfOd8 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tNp67mfOd8 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tNp67mfOd8 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNp67mfOd8 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tNp67mfOd8 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tNp67mfOd8 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tNp67mfOd8 .card .text-wrapper {
    display: none;
  }
}
.cid-tNp67mfOd8 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tNp67mfOd8 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tNp67mfOd8 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tNp67mfOd8 .mbr-section-title {
  color: #495DFF;
}
.cid-tNp67mfOd8 .mbr-text {
  color: #495DFF;
}
.cid-tNp67mFkJm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tNp67mFkJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp67mFkJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp67mFkJm .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tNp67mFkJm .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tNp67mFkJm .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tNp67mFkJm .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tNp67mFkJm .container {
    max-width: 100%;
  }
  .cid-tNp67mFkJm .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tNp67mFkJm .item-wrap {
  width: 100%;
}
.cid-tNp67mFkJm .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tNp67mFkJm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tNp67mFkJm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tNp67mFkJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tNp67mFkJm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tNp67mFkJm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tNp67mFkJm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tNp67mFkJm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tNp67mFkJm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tNp67mFkJm .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNp67mFkJm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tNp67mFkJm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNp67mFkJm .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNp67mFkJm .col-links {
    padding-top: 20px;
  }
}
.cid-tNp67mFkJm .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tNp67mFkJm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tNp67mFkJm .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tNp67mFkJm .list {
    text-align: center !important;
  }
}
.cid-tNp67mFkJm .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tNp67mFkJm .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tNp67mFkJm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tNp67mFkJm .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tNp67mFkJm .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tNp67mFkJm .list a:hover:before {
  width: 100%;
}
.cid-tNp67mFkJm .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tNp67mFkJm .col-copyright {
    padding-top: 40px;
  }
}
.cid-tNp67mFkJm .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tNp67mFkJm .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tOIbIdwXcf .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tOIbIdwXcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tOIbIdwXcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .menu_box .navbar.opened,
  .cid-tOIbIdwXcf .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOIbIdwXcf .navbar-dropdown {
  position: relative !important;
}
.cid-tOIbIdwXcf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOIbIdwXcf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOIbIdwXcf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOIbIdwXcf .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tOIbIdwXcf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOIbIdwXcf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOIbIdwXcf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOIbIdwXcf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOIbIdwXcf .offcanvas-body .mbr-text,
  .cid-tOIbIdwXcf .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tOIbIdwXcf .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOIbIdwXcf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOIbIdwXcf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOIbIdwXcf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOIbIdwXcf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOIbIdwXcf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOIbIdwXcf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOIbIdwXcf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOIbIdwXcf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOIbIdwXcf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .nav-item {
    margin: 0 !important;
  }
}
.cid-tOIbIdwXcf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOIbIdwXcf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOIbIdwXcf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOIbIdwXcf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOIbIdwXcf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOIbIdwXcf .offcanvas_box {
    display: none;
  }
}
.cid-tOIbIdwXcf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOIbIdwXcf .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOIbIdwXcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOIbIdwXcf .container {
  display: flex;
  margin: auto;
}
.cid-tOIbIdwXcf .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOIbIdwXcf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOIbIdwXcf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOIbIdwXcf .navbar-caption {
  color: #495DFF;
}
.cid-tOIbIdwXcf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOIbIdwXcf .navbar-nav {
    margin: 0;
  }
}
.cid-tOIbIdwXcf .dropdown-menu,
.cid-tOIbIdwXcf .navbar.opened {
  background-color: false !important;
}
.cid-tOIbIdwXcf .nav-item:focus,
.cid-tOIbIdwXcf .nav-link:focus {
  outline: none;
}
.cid-tOIbIdwXcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOIbIdwXcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOIbIdwXcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOIbIdwXcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOIbIdwXcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOIbIdwXcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOIbIdwXcf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOIbIdwXcf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOIbIdwXcf .navbar.opened {
  transition: all 0.3s;
}
.cid-tOIbIdwXcf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOIbIdwXcf .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tOIbIdwXcf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOIbIdwXcf .navbar.collapsed {
  justify-content: center;
}
.cid-tOIbIdwXcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOIbIdwXcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOIbIdwXcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOIbIdwXcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOIbIdwXcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOIbIdwXcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOIbIdwXcf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOIbIdwXcf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOIbIdwXcf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOIbIdwXcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOIbIdwXcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOIbIdwXcf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOIbIdwXcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOIbIdwXcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOIbIdwXcf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOIbIdwXcf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOIbIdwXcf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOIbIdwXcf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOIbIdwXcf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOIbIdwXcf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOIbIdwXcf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOIbIdwXcf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOIbIdwXcf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOIbIdwXcf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOIbIdwXcf .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-tOIbIdwXcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tOIbIdwXcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOIbIdwXcf .dropdown-item.active,
.cid-tOIbIdwXcf .dropdown-item:active {
  background-color: transparent;
}
.cid-tOIbIdwXcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOIbIdwXcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOIbIdwXcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOIbIdwXcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOIbIdwXcf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOIbIdwXcf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOIbIdwXcf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tOIbIdwXcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tOIbIdwXcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOIbIdwXcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOIbIdwXcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOIbIdwXcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOIbIdwXcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOIbIdwXcf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOIbIdwXcf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOIbIdwXcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOIbIdwXcf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOIbIdwXcf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOIbIdwXcf .navbar {
    height: 70px;
  }
  .cid-tOIbIdwXcf .navbar.opened {
    height: auto;
  }
  .cid-tOIbIdwXcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOIbIdwXcf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOIbIdwXcf .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tOIbIdwXcf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOIbIdwXcf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOIbIdwXcf .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tOIbIdwXcf .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tOIbIdwXcf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOIbIdwXcf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOIbIdwXcf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOIbIdwXcf .text_widget {
  color: #ffffff;
}
.cid-tOIbIdwXcf .mbr-section-subtitle,
.cid-tOIbIdwXcf .text_widget,
.cid-tOIbIdwXcf .mbr-section-btn {
  text-align: center;
}
.cid-tOIbIdwXcf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOIbIeRiA1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIbIeRiA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIbIeRiA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIbIeRiA1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIbIeRiA1 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIbIeRiA1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIbIeRiA1 .container {
    padding: 0 30px;
  }
}
.cid-tOIbIeRiA1 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIbIeRiA1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIbIeRiA1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIbIeRiA1 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIbIeRiA1 .embla__button--next,
.cid-tOIbIeRiA1 .embla__button--prev {
  display: flex;
}
.cid-tOIbIeRiA1 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIbIeRiA1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIbIeRiA1 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIbIeRiA1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIbIeRiA1 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIbIeRiA1 .embla__button {
    top: auto;
  }
}
.cid-tOIbIeRiA1 .embla {
  position: relative;
  width: 100%;
}
.cid-tOIbIeRiA1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIbIeRiA1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIbIeRiA1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIbIeRiA1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIbIeRiA1 .mbr-section-title {
  color: #ffffff;
}
.cid-tOIbIeRiA1 .mbr-date {
  color: #ffffff;
}
.cid-tOIbIeRiA1 .mbr-desc {
  color: #ffffff;
}
.cid-tOIbIeRiA1 .mbr-text {
  color: #ffffff;
}
.cid-tOIcy5oS5J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIcy5oS5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIcy5oS5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIcy5oS5J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIcy5oS5J .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIcy5oS5J .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIcy5oS5J .container {
    padding: 0 30px;
  }
}
.cid-tOIcy5oS5J .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIcy5oS5J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIcy5oS5J .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIcy5oS5J .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIcy5oS5J .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIcy5oS5J .embla__button--next,
.cid-tOIcy5oS5J .embla__button--prev {
  display: flex;
}
.cid-tOIcy5oS5J .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIcy5oS5J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIcy5oS5J .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIcy5oS5J .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIcy5oS5J .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIcy5oS5J .embla__button {
    top: auto;
  }
}
.cid-tOIcy5oS5J .embla {
  position: relative;
  width: 100%;
}
.cid-tOIcy5oS5J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIcy5oS5J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIcy5oS5J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIcy5oS5J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIcy5oS5J .mbr-section-title {
  color: #ffffff;
}
.cid-tOIcy5oS5J .mbr-date {
  color: #ffffff;
}
.cid-tOIcy5oS5J .mbr-desc {
  color: #ffffff;
}
.cid-tOIcy5oS5J .mbr-text {
  color: #ffffff;
}
.cid-tOIcyZutBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIcyZutBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIcyZutBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIcyZutBe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIcyZutBe .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIcyZutBe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIcyZutBe .container {
    padding: 0 30px;
  }
}
.cid-tOIcyZutBe .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIcyZutBe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIcyZutBe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIcyZutBe .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIcyZutBe .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIcyZutBe .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIcyZutBe .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIcyZutBe .embla__button--next,
.cid-tOIcyZutBe .embla__button--prev {
  display: flex;
}
.cid-tOIcyZutBe .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIcyZutBe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIcyZutBe .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIcyZutBe .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIcyZutBe .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIcyZutBe .embla__button {
    top: auto;
  }
}
.cid-tOIcyZutBe .embla {
  position: relative;
  width: 100%;
}
.cid-tOIcyZutBe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIcyZutBe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIcyZutBe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIcyZutBe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIcyZutBe .mbr-section-title {
  color: #ffffff;
}
.cid-tOIcyZutBe .mbr-date {
  color: #ffffff;
}
.cid-tOIcyZutBe .mbr-desc {
  color: #ffffff;
}
.cid-tOIcyZutBe .mbr-text {
  color: #ffffff;
}
.cid-tOIczJqTRv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIczJqTRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIczJqTRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIczJqTRv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIczJqTRv .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIczJqTRv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIczJqTRv .container {
    padding: 0 30px;
  }
}
.cid-tOIczJqTRv .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIczJqTRv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIczJqTRv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIczJqTRv .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIczJqTRv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIczJqTRv .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIczJqTRv .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIczJqTRv .embla__button--next,
.cid-tOIczJqTRv .embla__button--prev {
  display: flex;
}
.cid-tOIczJqTRv .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIczJqTRv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIczJqTRv .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIczJqTRv .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIczJqTRv .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIczJqTRv .embla__button {
    top: auto;
  }
}
.cid-tOIczJqTRv .embla {
  position: relative;
  width: 100%;
}
.cid-tOIczJqTRv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIczJqTRv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIczJqTRv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIczJqTRv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIczJqTRv .mbr-section-title {
  color: #ffffff;
}
.cid-tOIczJqTRv .mbr-date {
  color: #ffffff;
}
.cid-tOIczJqTRv .mbr-desc {
  color: #ffffff;
}
.cid-tOIczJqTRv .mbr-text {
  color: #ffffff;
}
.cid-tOIcABT8bP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIcABT8bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIcABT8bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIcABT8bP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIcABT8bP .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIcABT8bP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIcABT8bP .container {
    padding: 0 30px;
  }
}
.cid-tOIcABT8bP .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIcABT8bP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIcABT8bP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIcABT8bP .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIcABT8bP .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIcABT8bP .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIcABT8bP .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIcABT8bP .embla__button--next,
.cid-tOIcABT8bP .embla__button--prev {
  display: flex;
}
.cid-tOIcABT8bP .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIcABT8bP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIcABT8bP .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIcABT8bP .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIcABT8bP .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIcABT8bP .embla__button {
    top: auto;
  }
}
.cid-tOIcABT8bP .embla {
  position: relative;
  width: 100%;
}
.cid-tOIcABT8bP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIcABT8bP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIcABT8bP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIcABT8bP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIcABT8bP .mbr-section-title {
  color: #ffffff;
}
.cid-tOIcABT8bP .mbr-date {
  color: #ffffff;
}
.cid-tOIcABT8bP .mbr-desc {
  color: #ffffff;
}
.cid-tOIcABT8bP .mbr-text {
  color: #ffffff;
}
.cid-tOIhZ1urqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIhZ1urqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIhZ1urqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIhZ1urqJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIhZ1urqJ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIhZ1urqJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIhZ1urqJ .container {
    padding: 0 30px;
  }
}
.cid-tOIhZ1urqJ .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIhZ1urqJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIhZ1urqJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIhZ1urqJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIhZ1urqJ .embla__button--next,
.cid-tOIhZ1urqJ .embla__button--prev {
  display: flex;
}
.cid-tOIhZ1urqJ .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIhZ1urqJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIhZ1urqJ .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIhZ1urqJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIhZ1urqJ .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIhZ1urqJ .embla__button {
    top: auto;
  }
}
.cid-tOIhZ1urqJ .embla {
  position: relative;
  width: 100%;
}
.cid-tOIhZ1urqJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIhZ1urqJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIhZ1urqJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIhZ1urqJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIhZ1urqJ .mbr-section-title {
  color: #ffffff;
}
.cid-tOIhZ1urqJ .mbr-date {
  color: #ffffff;
}
.cid-tOIhZ1urqJ .mbr-desc {
  color: #ffffff;
}
.cid-tOIhZ1urqJ .mbr-text {
  color: #ffffff;
}
.cid-tOIjJhTBDr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIjJhTBDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIjJhTBDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIjJhTBDr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIjJhTBDr .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIjJhTBDr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIjJhTBDr .container {
    padding: 0 30px;
  }
}
.cid-tOIjJhTBDr .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIjJhTBDr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIjJhTBDr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIjJhTBDr .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIjJhTBDr .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIjJhTBDr .embla__button--next,
.cid-tOIjJhTBDr .embla__button--prev {
  display: flex;
}
.cid-tOIjJhTBDr .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIjJhTBDr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIjJhTBDr .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIjJhTBDr .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIjJhTBDr .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIjJhTBDr .embla__button {
    top: auto;
  }
}
.cid-tOIjJhTBDr .embla {
  position: relative;
  width: 100%;
}
.cid-tOIjJhTBDr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIjJhTBDr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIjJhTBDr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIjJhTBDr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIjJhTBDr .mbr-section-title {
  color: #ffffff;
}
.cid-tOIjJhTBDr .mbr-date {
  color: #ffffff;
}
.cid-tOIjJhTBDr .mbr-desc {
  color: #ffffff;
}
.cid-tOIjJhTBDr .mbr-text {
  color: #ffffff;
}
.cid-tOIbIfSHHB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tOIbIfSHHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIbIfSHHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIbIfSHHB .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOIbIfSHHB .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tOIbIfSHHB .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOIbIfSHHB .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tOIbIfSHHB .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tOIbIfSHHB .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOIbIfSHHB .card .text-wrapper {
    display: none;
  }
}
.cid-tOIbIfSHHB .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tOIbIfSHHB .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tOIbIfSHHB .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tOIbIfSHHB .mbr-section-title {
  color: #495DFF;
}
.cid-tOIbIfSHHB .mbr-text {
  color: #495DFF;
}
.cid-tOIbIgo3up {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tOIbIgo3up .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIbIgo3up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIbIgo3up .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tOIbIgo3up .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tOIbIgo3up .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOIbIgo3up .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tOIbIgo3up .container {
    max-width: 100%;
  }
  .cid-tOIbIgo3up .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tOIbIgo3up .item-wrap {
  width: 100%;
}
.cid-tOIbIgo3up .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tOIbIgo3up .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tOIbIgo3up .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tOIbIgo3up .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOIbIgo3up .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tOIbIgo3up .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOIbIgo3up .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tOIbIgo3up .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tOIbIgo3up .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tOIbIgo3up .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOIbIgo3up .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tOIbIgo3up .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOIbIgo3up .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOIbIgo3up .col-links {
    padding-top: 20px;
  }
}
.cid-tOIbIgo3up .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tOIbIgo3up .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tOIbIgo3up .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tOIbIgo3up .list {
    text-align: center !important;
  }
}
.cid-tOIbIgo3up .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tOIbIgo3up .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tOIbIgo3up .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tOIbIgo3up .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tOIbIgo3up .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tOIbIgo3up .list a:hover:before {
  width: 100%;
}
.cid-tOIbIgo3up .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tOIbIgo3up .col-copyright {
    padding-top: 40px;
  }
}
.cid-tOIbIgo3up .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tOIbIgo3up .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tOIkvqB1i3 .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tOIkvqB1i3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tOIkvqB1i3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .menu_box .navbar.opened,
  .cid-tOIkvqB1i3 .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOIkvqB1i3 .navbar-dropdown {
  position: relative !important;
}
.cid-tOIkvqB1i3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOIkvqB1i3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOIkvqB1i3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOIkvqB1i3 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tOIkvqB1i3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOIkvqB1i3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOIkvqB1i3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOIkvqB1i3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOIkvqB1i3 .offcanvas-body .mbr-text,
  .cid-tOIkvqB1i3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tOIkvqB1i3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOIkvqB1i3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOIkvqB1i3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOIkvqB1i3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOIkvqB1i3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOIkvqB1i3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOIkvqB1i3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOIkvqB1i3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOIkvqB1i3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOIkvqB1i3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tOIkvqB1i3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOIkvqB1i3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOIkvqB1i3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOIkvqB1i3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOIkvqB1i3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOIkvqB1i3 .offcanvas_box {
    display: none;
  }
}
.cid-tOIkvqB1i3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOIkvqB1i3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOIkvqB1i3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOIkvqB1i3 .container {
  display: flex;
  margin: auto;
}
.cid-tOIkvqB1i3 .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOIkvqB1i3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOIkvqB1i3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOIkvqB1i3 .navbar-caption {
  color: #495DFF;
}
.cid-tOIkvqB1i3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOIkvqB1i3 .navbar-nav {
    margin: 0;
  }
}
.cid-tOIkvqB1i3 .dropdown-menu,
.cid-tOIkvqB1i3 .navbar.opened {
  background-color: false !important;
}
.cid-tOIkvqB1i3 .nav-item:focus,
.cid-tOIkvqB1i3 .nav-link:focus {
  outline: none;
}
.cid-tOIkvqB1i3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOIkvqB1i3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOIkvqB1i3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOIkvqB1i3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOIkvqB1i3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOIkvqB1i3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOIkvqB1i3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvqB1i3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOIkvqB1i3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOIkvqB1i3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOIkvqB1i3 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tOIkvqB1i3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOIkvqB1i3 .navbar.collapsed {
  justify-content: center;
}
.cid-tOIkvqB1i3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOIkvqB1i3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOIkvqB1i3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOIkvqB1i3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOIkvqB1i3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOIkvqB1i3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOIkvqB1i3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOIkvqB1i3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOIkvqB1i3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOIkvqB1i3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOIkvqB1i3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOIkvqB1i3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOIkvqB1i3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOIkvqB1i3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOIkvqB1i3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOIkvqB1i3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOIkvqB1i3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOIkvqB1i3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOIkvqB1i3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOIkvqB1i3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOIkvqB1i3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOIkvqB1i3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOIkvqB1i3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOIkvqB1i3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOIkvqB1i3 .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-tOIkvqB1i3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tOIkvqB1i3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOIkvqB1i3 .dropdown-item.active,
.cid-tOIkvqB1i3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOIkvqB1i3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOIkvqB1i3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOIkvqB1i3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOIkvqB1i3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOIkvqB1i3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOIkvqB1i3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOIkvqB1i3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tOIkvqB1i3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tOIkvqB1i3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOIkvqB1i3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOIkvqB1i3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOIkvqB1i3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOIkvqB1i3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOIkvqB1i3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOIkvqB1i3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOIkvqB1i3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOIkvqB1i3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOIkvqB1i3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOIkvqB1i3 .navbar {
    height: 70px;
  }
  .cid-tOIkvqB1i3 .navbar.opened {
    height: auto;
  }
  .cid-tOIkvqB1i3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOIkvqB1i3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOIkvqB1i3 .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tOIkvqB1i3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOIkvqB1i3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOIkvqB1i3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tOIkvqB1i3 .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tOIkvqB1i3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOIkvqB1i3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOIkvqB1i3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOIkvqB1i3 .text_widget {
  color: #ffffff;
}
.cid-tOIkvqB1i3 .mbr-section-subtitle,
.cid-tOIkvqB1i3 .text_widget,
.cid-tOIkvqB1i3 .mbr-section-btn {
  text-align: center;
}
.cid-tOIkvqB1i3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOIkvr40o3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIkvr40o3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIkvr40o3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIkvr40o3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIkvr40o3 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIkvr40o3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvr40o3 .container {
    padding: 0 30px;
  }
}
.cid-tOIkvr40o3 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIkvr40o3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIkvr40o3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIkvr40o3 .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIkvr40o3 .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIkvr40o3 .embla__button--next,
.cid-tOIkvr40o3 .embla__button--prev {
  display: flex;
}
.cid-tOIkvr40o3 .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIkvr40o3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIkvr40o3 .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIkvr40o3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIkvr40o3 .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIkvr40o3 .embla__button {
    top: auto;
  }
}
.cid-tOIkvr40o3 .embla {
  position: relative;
  width: 100%;
}
.cid-tOIkvr40o3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIkvr40o3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIkvr40o3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIkvr40o3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIkvr40o3 .mbr-section-title {
  color: #ffffff;
}
.cid-tOIkvr40o3 .mbr-date {
  color: #ffffff;
}
.cid-tOIkvr40o3 .mbr-desc {
  color: #ffffff;
}
.cid-tOIkvr40o3 .mbr-text {
  color: #ffffff;
}
.cid-tRsCoC1Lig {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tRsCoC1Lig .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsCoC1Lig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRsCoC1Lig .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tRsCoC1Lig .container-fluid {
    padding: 0 30px;
  }
}
.cid-tRsCoC1Lig .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRsCoC1Lig .container {
    padding: 0 30px;
  }
}
.cid-tRsCoC1Lig .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tRsCoC1Lig .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tRsCoC1Lig .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tRsCoC1Lig .embla__slide .card-wrap {
  width: 100%;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a {
  display: block;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tRsCoC1Lig .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tRsCoC1Lig .embla__button--next,
.cid-tRsCoC1Lig .embla__button--prev {
  display: flex;
}
.cid-tRsCoC1Lig .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRsCoC1Lig .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRsCoC1Lig .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tRsCoC1Lig .embla__button.embla__button--prev {
  left: 0;
}
.cid-tRsCoC1Lig .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tRsCoC1Lig .embla__button {
    top: auto;
  }
}
.cid-tRsCoC1Lig .embla {
  position: relative;
  width: 100%;
}
.cid-tRsCoC1Lig .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRsCoC1Lig .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRsCoC1Lig .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRsCoC1Lig .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRsCoC1Lig .mbr-section-title {
  color: #ffffff;
}
.cid-tRsCoC1Lig .mbr-date {
  color: #ffffff;
}
.cid-tRsCoC1Lig .mbr-desc {
  color: #ffffff;
}
.cid-tRsCoC1Lig .mbr-text {
  color: #ffffff;
}
.cid-tOIkvrB4OG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIkvrB4OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIkvrB4OG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIkvrB4OG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIkvrB4OG .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIkvrB4OG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvrB4OG .container {
    padding: 0 30px;
  }
}
.cid-tOIkvrB4OG .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIkvrB4OG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIkvrB4OG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIkvrB4OG .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIkvrB4OG .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIkvrB4OG .embla__button--next,
.cid-tOIkvrB4OG .embla__button--prev {
  display: flex;
}
.cid-tOIkvrB4OG .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIkvrB4OG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIkvrB4OG .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIkvrB4OG .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIkvrB4OG .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIkvrB4OG .embla__button {
    top: auto;
  }
}
.cid-tOIkvrB4OG .embla {
  position: relative;
  width: 100%;
}
.cid-tOIkvrB4OG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIkvrB4OG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIkvrB4OG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIkvrB4OG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIkvrB4OG .mbr-section-title {
  color: #ffffff;
}
.cid-tOIkvrB4OG .mbr-date {
  color: #ffffff;
}
.cid-tOIkvrB4OG .mbr-desc {
  color: #ffffff;
}
.cid-tOIkvrB4OG .mbr-text {
  color: #ffffff;
}
.cid-tOIkvs9Ukt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOIkvs9Ukt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIkvs9Ukt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIkvs9Ukt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOIkvs9Ukt .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOIkvs9Ukt .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvs9Ukt .container {
    padding: 0 30px;
  }
}
.cid-tOIkvs9Ukt .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOIkvs9Ukt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOIkvs9Ukt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a {
  display: block;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOIkvs9Ukt .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOIkvs9Ukt .embla__button--next,
.cid-tOIkvs9Ukt .embla__button--prev {
  display: flex;
}
.cid-tOIkvs9Ukt .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOIkvs9Ukt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOIkvs9Ukt .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOIkvs9Ukt .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOIkvs9Ukt .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOIkvs9Ukt .embla__button {
    top: auto;
  }
}
.cid-tOIkvs9Ukt .embla {
  position: relative;
  width: 100%;
}
.cid-tOIkvs9Ukt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOIkvs9Ukt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOIkvs9Ukt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOIkvs9Ukt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOIkvs9Ukt .mbr-section-title {
  color: #ffffff;
}
.cid-tOIkvs9Ukt .mbr-date {
  color: #ffffff;
}
.cid-tOIkvs9Ukt .mbr-desc {
  color: #ffffff;
}
.cid-tOIkvs9Ukt .mbr-text {
  color: #ffffff;
}
.cid-tOWLYkmMiK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOWLYkmMiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWLYkmMiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWLYkmMiK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOWLYkmMiK .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOWLYkmMiK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOWLYkmMiK .container {
    padding: 0 30px;
  }
}
.cid-tOWLYkmMiK .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOWLYkmMiK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOWLYkmMiK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOWLYkmMiK .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a {
  display: block;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOWLYkmMiK .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOWLYkmMiK .embla__button--next,
.cid-tOWLYkmMiK .embla__button--prev {
  display: flex;
}
.cid-tOWLYkmMiK .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOWLYkmMiK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOWLYkmMiK .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOWLYkmMiK .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOWLYkmMiK .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOWLYkmMiK .embla__button {
    top: auto;
  }
}
.cid-tOWLYkmMiK .embla {
  position: relative;
  width: 100%;
}
.cid-tOWLYkmMiK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOWLYkmMiK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOWLYkmMiK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOWLYkmMiK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOWLYkmMiK .mbr-section-title {
  color: #ffffff;
}
.cid-tOWLYkmMiK .mbr-date {
  color: #ffffff;
}
.cid-tOWLYkmMiK .mbr-desc {
  color: #ffffff;
}
.cid-tOWLYkmMiK .mbr-text {
  color: #ffffff;
}
.cid-tOWNbbbfRh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOWNbbbfRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWNbbbfRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWNbbbfRh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOWNbbbfRh .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOWNbbbfRh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOWNbbbfRh .container {
    padding: 0 30px;
  }
}
.cid-tOWNbbbfRh .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOWNbbbfRh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOWNbbbfRh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOWNbbbfRh .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a {
  display: block;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOWNbbbfRh .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOWNbbbfRh .embla__button--next,
.cid-tOWNbbbfRh .embla__button--prev {
  display: flex;
}
.cid-tOWNbbbfRh .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOWNbbbfRh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOWNbbbfRh .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOWNbbbfRh .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOWNbbbfRh .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOWNbbbfRh .embla__button {
    top: auto;
  }
}
.cid-tOWNbbbfRh .embla {
  position: relative;
  width: 100%;
}
.cid-tOWNbbbfRh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOWNbbbfRh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOWNbbbfRh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOWNbbbfRh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOWNbbbfRh .mbr-section-title {
  color: #ffffff;
}
.cid-tOWNbbbfRh .mbr-date {
  color: #ffffff;
}
.cid-tOWNbbbfRh .mbr-desc {
  color: #ffffff;
}
.cid-tOWNbbbfRh .mbr-text {
  color: #ffffff;
}
.cid-tOWOvBzC1G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tOWOvBzC1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWOvBzC1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWOvBzC1G .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOWOvBzC1G .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOWOvBzC1G .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOWOvBzC1G .container {
    padding: 0 30px;
  }
}
.cid-tOWOvBzC1G .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tOWOvBzC1G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tOWOvBzC1G .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOWOvBzC1G .embla__slide .card-wrap {
  width: 100%;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a {
  display: block;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tOWOvBzC1G .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tOWOvBzC1G .embla__button--next,
.cid-tOWOvBzC1G .embla__button--prev {
  display: flex;
}
.cid-tOWOvBzC1G .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOWOvBzC1G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOWOvBzC1G .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tOWOvBzC1G .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOWOvBzC1G .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tOWOvBzC1G .embla__button {
    top: auto;
  }
}
.cid-tOWOvBzC1G .embla {
  position: relative;
  width: 100%;
}
.cid-tOWOvBzC1G .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOWOvBzC1G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOWOvBzC1G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOWOvBzC1G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOWOvBzC1G .mbr-section-title {
  color: #ffffff;
}
.cid-tOWOvBzC1G .mbr-date {
  color: #ffffff;
}
.cid-tOWOvBzC1G .mbr-desc {
  color: #ffffff;
}
.cid-tOWOvBzC1G .mbr-text {
  color: #ffffff;
}
.cid-tOIkvsLWp8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tOIkvsLWp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIkvsLWp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIkvsLWp8 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOIkvsLWp8 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tOIkvsLWp8 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvsLWp8 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tOIkvsLWp8 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tOIkvsLWp8 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOIkvsLWp8 .card .text-wrapper {
    display: none;
  }
}
.cid-tOIkvsLWp8 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tOIkvsLWp8 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tOIkvsLWp8 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tOIkvsLWp8 .mbr-section-title {
  color: #495DFF;
}
.cid-tOIkvsLWp8 .mbr-text {
  color: #495DFF;
}
.cid-tOIkvt7fJh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tOIkvt7fJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIkvt7fJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIkvt7fJh .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tOIkvt7fJh .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tOIkvt7fJh .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOIkvt7fJh .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tOIkvt7fJh .container {
    max-width: 100%;
  }
  .cid-tOIkvt7fJh .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tOIkvt7fJh .item-wrap {
  width: 100%;
}
.cid-tOIkvt7fJh .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOIkvt7fJh .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tOIkvt7fJh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tOIkvt7fJh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tOIkvt7fJh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOIkvt7fJh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tOIkvt7fJh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOIkvt7fJh .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOIkvt7fJh .col-links {
    padding-top: 20px;
  }
}
.cid-tOIkvt7fJh .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tOIkvt7fJh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tOIkvt7fJh .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tOIkvt7fJh .list {
    text-align: center !important;
  }
}
.cid-tOIkvt7fJh .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tOIkvt7fJh .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tOIkvt7fJh .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tOIkvt7fJh .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tOIkvt7fJh .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tOIkvt7fJh .list a:hover:before {
  width: 100%;
}
.cid-tOIkvt7fJh .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tOIkvt7fJh .col-copyright {
    padding-top: 40px;
  }
}
.cid-tOIkvt7fJh .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tOIkvt7fJh .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tOWY35ev4o .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tOWY35ev4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tOWY35ev4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .menu_box .navbar.opened,
  .cid-tOWY35ev4o .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOWY35ev4o .navbar-dropdown {
  position: relative !important;
}
.cid-tOWY35ev4o .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOWY35ev4o .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOWY35ev4o .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOWY35ev4o .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tOWY35ev4o .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOWY35ev4o .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOWY35ev4o .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOWY35ev4o .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOWY35ev4o .offcanvas-body .mbr-text,
  .cid-tOWY35ev4o .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tOWY35ev4o .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOWY35ev4o .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOWY35ev4o ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOWY35ev4o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOWY35ev4o .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOWY35ev4o .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOWY35ev4o li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOWY35ev4o .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOWY35ev4o .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOWY35ev4o .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .nav-item {
    margin: 0 !important;
  }
}
.cid-tOWY35ev4o .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOWY35ev4o .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOWY35ev4o .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOWY35ev4o .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOWY35ev4o .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOWY35ev4o .offcanvas_box {
    display: none;
  }
}
.cid-tOWY35ev4o .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOWY35ev4o .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOWY35ev4o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOWY35ev4o .container {
  display: flex;
  margin: auto;
}
.cid-tOWY35ev4o .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOWY35ev4o .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOWY35ev4o .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOWY35ev4o .navbar-caption {
  color: #495DFF;
}
.cid-tOWY35ev4o .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOWY35ev4o .navbar-nav {
    margin: 0;
  }
}
.cid-tOWY35ev4o .dropdown-menu,
.cid-tOWY35ev4o .navbar.opened {
  background-color: false !important;
}
.cid-tOWY35ev4o .nav-item:focus,
.cid-tOWY35ev4o .nav-link:focus {
  outline: none;
}
.cid-tOWY35ev4o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOWY35ev4o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOWY35ev4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOWY35ev4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOWY35ev4o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOWY35ev4o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOWY35ev4o .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOWY35ev4o .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOWY35ev4o .navbar.opened {
  transition: all 0.3s;
}
.cid-tOWY35ev4o .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOWY35ev4o .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tOWY35ev4o .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOWY35ev4o .navbar.collapsed {
  justify-content: center;
}
.cid-tOWY35ev4o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOWY35ev4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOWY35ev4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOWY35ev4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOWY35ev4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOWY35ev4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOWY35ev4o .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOWY35ev4o .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOWY35ev4o .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOWY35ev4o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOWY35ev4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOWY35ev4o .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOWY35ev4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOWY35ev4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOWY35ev4o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOWY35ev4o .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOWY35ev4o .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOWY35ev4o .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOWY35ev4o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOWY35ev4o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOWY35ev4o .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOWY35ev4o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOWY35ev4o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOWY35ev4o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOWY35ev4o .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-tOWY35ev4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tOWY35ev4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOWY35ev4o .dropdown-item.active,
.cid-tOWY35ev4o .dropdown-item:active {
  background-color: transparent;
}
.cid-tOWY35ev4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOWY35ev4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOWY35ev4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOWY35ev4o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOWY35ev4o ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOWY35ev4o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOWY35ev4o button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tOWY35ev4o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tOWY35ev4o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOWY35ev4o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOWY35ev4o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOWY35ev4o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOWY35ev4o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOWY35ev4o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOWY35ev4o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOWY35ev4o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOWY35ev4o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOWY35ev4o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOWY35ev4o .navbar {
    height: 70px;
  }
  .cid-tOWY35ev4o .navbar.opened {
    height: auto;
  }
  .cid-tOWY35ev4o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOWY35ev4o .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOWY35ev4o .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tOWY35ev4o .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOWY35ev4o .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOWY35ev4o .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tOWY35ev4o .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tOWY35ev4o .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOWY35ev4o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOWY35ev4o .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOWY35ev4o .text_widget {
  color: #ffffff;
}
.cid-tOWY35ev4o .mbr-section-subtitle,
.cid-tOWY35ev4o .text_widget,
.cid-tOWY35ev4o .mbr-section-btn {
  text-align: center;
}
.cid-tOWY35ev4o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOWY36o1gY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOWY36o1gY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWY36o1gY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWY36o1gY .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tOWY36o1gY .container-fluid {
    padding: 0 16px;
  }
}
.cid-tOWY36o1gY .container-fluid .row {
  padding: 0;
}
.cid-tOWY36o1gY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOWY36o1gY .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tOWY36o1gY .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tOWY36o1gY .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #4279b0;
}
@media (max-width: 992px) {
  .cid-tOWY36o1gY .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tOWY36o1gY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tOWY36o1gY .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tOWY36o1gY .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tOWY36o1gY .mbr-section-title {
  color: #495DFF;
}
.cid-tOWY36o1gY .mbr-text {
  color: #4279b0;
}
.cid-tOWY36o1gY .mbr-section-title,
.cid-tOWY36o1gY .mbr-section-btn {
  color: #4279b0;
}
.cid-tOWY377Hpv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tOWY377Hpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWY377Hpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWY377Hpv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tOWY377Hpv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tOWY377Hpv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOWY377Hpv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tOWY377Hpv .container {
    max-width: 100%;
  }
  .cid-tOWY377Hpv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tOWY377Hpv .item-wrap {
  width: 100%;
}
.cid-tOWY377Hpv .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tOWY377Hpv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tOWY377Hpv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tOWY377Hpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOWY377Hpv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tOWY377Hpv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOWY377Hpv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tOWY377Hpv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tOWY377Hpv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tOWY377Hpv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOWY377Hpv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tOWY377Hpv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOWY377Hpv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOWY377Hpv .col-links {
    padding-top: 20px;
  }
}
.cid-tOWY377Hpv .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tOWY377Hpv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tOWY377Hpv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tOWY377Hpv .list {
    text-align: center !important;
  }
}
.cid-tOWY377Hpv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tOWY377Hpv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tOWY377Hpv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tOWY377Hpv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tOWY377Hpv .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tOWY377Hpv .list a:hover:before {
  width: 100%;
}
.cid-tOWY377Hpv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tOWY377Hpv .col-copyright {
    padding-top: 40px;
  }
}
.cid-tOWY377Hpv .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tOWY377Hpv .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tOX3wabkpo .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tOX3wabkpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tOX3wabkpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .menu_box .navbar.opened,
  .cid-tOX3wabkpo .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOX3wabkpo .navbar-dropdown {
  position: relative !important;
}
.cid-tOX3wabkpo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOX3wabkpo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOX3wabkpo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOX3wabkpo .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tOX3wabkpo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOX3wabkpo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOX3wabkpo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOX3wabkpo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOX3wabkpo .offcanvas-body .mbr-text,
  .cid-tOX3wabkpo .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tOX3wabkpo .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOX3wabkpo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOX3wabkpo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOX3wabkpo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOX3wabkpo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tOX3wabkpo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOX3wabkpo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOX3wabkpo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tOX3wabkpo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOX3wabkpo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .nav-item {
    margin: 0 !important;
  }
}
.cid-tOX3wabkpo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOX3wabkpo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOX3wabkpo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOX3wabkpo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tOX3wabkpo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOX3wabkpo .offcanvas_box {
    display: none;
  }
}
.cid-tOX3wabkpo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOX3wabkpo .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOX3wabkpo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOX3wabkpo .container {
  display: flex;
  margin: auto;
}
.cid-tOX3wabkpo .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tOX3wabkpo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOX3wabkpo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOX3wabkpo .navbar-caption {
  color: #495DFF;
}
.cid-tOX3wabkpo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOX3wabkpo .navbar-nav {
    margin: 0;
  }
}
.cid-tOX3wabkpo .dropdown-menu,
.cid-tOX3wabkpo .navbar.opened {
  background-color: false !important;
}
.cid-tOX3wabkpo .nav-item:focus,
.cid-tOX3wabkpo .nav-link:focus {
  outline: none;
}
.cid-tOX3wabkpo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOX3wabkpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOX3wabkpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOX3wabkpo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOX3wabkpo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOX3wabkpo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOX3wabkpo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOX3wabkpo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOX3wabkpo .navbar.opened {
  transition: all 0.3s;
}
.cid-tOX3wabkpo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOX3wabkpo .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tOX3wabkpo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tOX3wabkpo .navbar.collapsed {
  justify-content: center;
}
.cid-tOX3wabkpo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOX3wabkpo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOX3wabkpo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOX3wabkpo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOX3wabkpo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOX3wabkpo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOX3wabkpo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOX3wabkpo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOX3wabkpo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOX3wabkpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOX3wabkpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOX3wabkpo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOX3wabkpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOX3wabkpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOX3wabkpo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOX3wabkpo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOX3wabkpo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOX3wabkpo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOX3wabkpo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOX3wabkpo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOX3wabkpo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOX3wabkpo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOX3wabkpo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOX3wabkpo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOX3wabkpo .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-tOX3wabkpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tOX3wabkpo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOX3wabkpo .dropdown-item.active,
.cid-tOX3wabkpo .dropdown-item:active {
  background-color: transparent;
}
.cid-tOX3wabkpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOX3wabkpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOX3wabkpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOX3wabkpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOX3wabkpo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOX3wabkpo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOX3wabkpo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tOX3wabkpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tOX3wabkpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOX3wabkpo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOX3wabkpo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOX3wabkpo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOX3wabkpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOX3wabkpo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOX3wabkpo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOX3wabkpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOX3wabkpo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOX3wabkpo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOX3wabkpo .navbar {
    height: 70px;
  }
  .cid-tOX3wabkpo .navbar.opened {
    height: auto;
  }
  .cid-tOX3wabkpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOX3wabkpo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOX3wabkpo .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tOX3wabkpo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tOX3wabkpo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tOX3wabkpo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tOX3wabkpo .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tOX3wabkpo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOX3wabkpo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOX3wabkpo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOX3wabkpo .text_widget {
  color: #ffffff;
}
.cid-tOX3wabkpo .mbr-section-subtitle,
.cid-tOX3wabkpo .text_widget,
.cid-tOX3wabkpo .mbr-section-btn {
  text-align: center;
}
.cid-tOX3wabkpo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOX3wbxpNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOX3wbxpNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOX3wbxpNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOX3wbxpNQ .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tOX3wbxpNQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-tOX3wbxpNQ .container-fluid .row {
  padding: 0;
}
.cid-tOX3wbxpNQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOX3wbxpNQ .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tOX3wbxpNQ .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tOX3wbxpNQ .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #4279b0;
}
@media (max-width: 992px) {
  .cid-tOX3wbxpNQ .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tOX3wbxpNQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tOX3wbxpNQ .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tOX3wbxpNQ .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tOX3wbxpNQ .mbr-section-title {
  color: #495DFF;
}
.cid-tOX3wbxpNQ .mbr-text {
  color: #4279b0;
}
.cid-tOX3wbxpNQ .mbr-section-title,
.cid-tOX3wbxpNQ .mbr-section-btn {
  color: #4279b0;
}
.cid-tOX3wcedXP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tOX3wcedXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOX3wcedXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOX3wcedXP .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tOX3wcedXP .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tOX3wcedXP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOX3wcedXP .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tOX3wcedXP .container {
    max-width: 100%;
  }
  .cid-tOX3wcedXP .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tOX3wcedXP .item-wrap {
  width: 100%;
}
.cid-tOX3wcedXP .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tOX3wcedXP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tOX3wcedXP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tOX3wcedXP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOX3wcedXP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tOX3wcedXP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOX3wcedXP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tOX3wcedXP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tOX3wcedXP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tOX3wcedXP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOX3wcedXP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tOX3wcedXP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOX3wcedXP .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOX3wcedXP .col-links {
    padding-top: 20px;
  }
}
.cid-tOX3wcedXP .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tOX3wcedXP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tOX3wcedXP .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tOX3wcedXP .list {
    text-align: center !important;
  }
}
.cid-tOX3wcedXP .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tOX3wcedXP .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tOX3wcedXP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tOX3wcedXP .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tOX3wcedXP .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tOX3wcedXP .list a:hover:before {
  width: 100%;
}
.cid-tOX3wcedXP .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tOX3wcedXP .col-copyright {
    padding-top: 40px;
  }
}
.cid-tOX3wcedXP .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tOX3wcedXP .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tMQcEqHJPJ .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tMQcEqHJPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tMQcEqHJPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .menu_box .navbar.opened,
  .cid-tMQcEqHJPJ .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tMQcEqHJPJ .navbar-dropdown {
  position: relative !important;
}
.cid-tMQcEqHJPJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tMQcEqHJPJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tMQcEqHJPJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tMQcEqHJPJ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tMQcEqHJPJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tMQcEqHJPJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tMQcEqHJPJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tMQcEqHJPJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tMQcEqHJPJ .offcanvas-body .mbr-text,
  .cid-tMQcEqHJPJ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tMQcEqHJPJ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tMQcEqHJPJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tMQcEqHJPJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tMQcEqHJPJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMQcEqHJPJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tMQcEqHJPJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tMQcEqHJPJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tMQcEqHJPJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tMQcEqHJPJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tMQcEqHJPJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .nav-item {
    margin: 0 !important;
  }
}
.cid-tMQcEqHJPJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tMQcEqHJPJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tMQcEqHJPJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tMQcEqHJPJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tMQcEqHJPJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tMQcEqHJPJ .offcanvas_box {
    display: none;
  }
}
.cid-tMQcEqHJPJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tMQcEqHJPJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tMQcEqHJPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tMQcEqHJPJ .container {
  display: flex;
  margin: auto;
}
.cid-tMQcEqHJPJ .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tMQcEqHJPJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tMQcEqHJPJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tMQcEqHJPJ .navbar-caption {
  color: #495DFF;
}
.cid-tMQcEqHJPJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tMQcEqHJPJ .navbar-nav {
    margin: 0;
  }
}
.cid-tMQcEqHJPJ .dropdown-menu,
.cid-tMQcEqHJPJ .navbar.opened {
  background-color: false !important;
}
.cid-tMQcEqHJPJ .nav-item:focus,
.cid-tMQcEqHJPJ .nav-link:focus {
  outline: none;
}
.cid-tMQcEqHJPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMQcEqHJPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMQcEqHJPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMQcEqHJPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMQcEqHJPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMQcEqHJPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMQcEqHJPJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tMQcEqHJPJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tMQcEqHJPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tMQcEqHJPJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tMQcEqHJPJ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tMQcEqHJPJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tMQcEqHJPJ .navbar.collapsed {
  justify-content: center;
}
.cid-tMQcEqHJPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMQcEqHJPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tMQcEqHJPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMQcEqHJPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMQcEqHJPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMQcEqHJPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tMQcEqHJPJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tMQcEqHJPJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tMQcEqHJPJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tMQcEqHJPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMQcEqHJPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMQcEqHJPJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tMQcEqHJPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMQcEqHJPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tMQcEqHJPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMQcEqHJPJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tMQcEqHJPJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tMQcEqHJPJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tMQcEqHJPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMQcEqHJPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMQcEqHJPJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tMQcEqHJPJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMQcEqHJPJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMQcEqHJPJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMQcEqHJPJ .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-tMQcEqHJPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tMQcEqHJPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMQcEqHJPJ .dropdown-item.active,
.cid-tMQcEqHJPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMQcEqHJPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMQcEqHJPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMQcEqHJPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMQcEqHJPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMQcEqHJPJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tMQcEqHJPJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMQcEqHJPJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tMQcEqHJPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tMQcEqHJPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMQcEqHJPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQcEqHJPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMQcEqHJPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMQcEqHJPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQcEqHJPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMQcEqHJPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMQcEqHJPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMQcEqHJPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tMQcEqHJPJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMQcEqHJPJ .navbar {
    height: 70px;
  }
  .cid-tMQcEqHJPJ .navbar.opened {
    height: auto;
  }
  .cid-tMQcEqHJPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMQcEqHJPJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tMQcEqHJPJ .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tMQcEqHJPJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tMQcEqHJPJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tMQcEqHJPJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tMQcEqHJPJ .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tMQcEqHJPJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tMQcEqHJPJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMQcEqHJPJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tMQcEqHJPJ .text_widget {
  color: #ffffff;
}
.cid-tMQcEqHJPJ .mbr-section-subtitle,
.cid-tMQcEqHJPJ .text_widget,
.cid-tMQcEqHJPJ .mbr-section-btn {
  text-align: center;
}
.cid-tMQcEqHJPJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMQe4ZfOkV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMQe4ZfOkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQe4ZfOkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQe4ZfOkV .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tMQe4ZfOkV .container-fluid {
    padding: 0 16px;
  }
}
.cid-tMQe4ZfOkV .container-fluid .row {
  padding: 0;
}
.cid-tMQe4ZfOkV .row {
  justify-content: center;
}
.cid-tMQe4ZfOkV .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQe4ZfOkV .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tMQe4ZfOkV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQe4ZfOkV .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQe4ZfOkV .item {
    margin-bottom: 64px;
  }
}
.cid-tMQe4ZfOkV .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
  display: inline;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tMQe4ZfOkV .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tMQe4ZfOkV .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tMQe4ZfOkV .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tMQe4ZfOkV .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tMQe4ZfOkV .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tMQe4ZfOkV .mbr-section-title {
  color: #4279b0;
  text-align: center;
}
.cid-tMQe4ZfOkV .mbr-number {
  color: #495DFF;
}
.cid-tMQe4ZfOkV .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tMQe4ZfOkV .mbr-link {
  color: #495DFF;
}
.cid-tMQe4ZfOkV .mbr-number,
.cid-tMQe4ZfOkV .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tMQfIKbE6F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMQfIKbE6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQfIKbE6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQfIKbE6F .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tMQfIKbE6F .container-fluid {
    padding: 0 16px;
  }
}
.cid-tMQfIKbE6F .container-fluid .row {
  padding: 0;
}
.cid-tMQfIKbE6F .row {
  justify-content: center;
}
.cid-tMQfIKbE6F .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfIKbE6F .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tMQfIKbE6F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQfIKbE6F .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfIKbE6F .item {
    margin-bottom: 64px;
  }
}
.cid-tMQfIKbE6F .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tMQfIKbE6F .item .item-wrapper .item-img img {
  display: inline;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tMQfIKbE6F .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tMQfIKbE6F .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tMQfIKbE6F .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tMQfIKbE6F .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tMQfIKbE6F .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tMQfIKbE6F .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tMQfIKbE6F .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tMQfIKbE6F .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tMQfIKbE6F .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tMQfIKbE6F .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tMQfIKbE6F .mbr-number {
  color: #495DFF;
}
.cid-tMQfIKbE6F .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tMQfIKbE6F .mbr-link {
  color: #495DFF;
}
.cid-tMQfIKbE6F .mbr-number,
.cid-tMQfIKbE6F .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tMQfHaBaO4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMQfHaBaO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQfHaBaO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQfHaBaO4 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tMQfHaBaO4 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tMQfHaBaO4 .container-fluid .row {
  padding: 0;
}
.cid-tMQfHaBaO4 .row {
  justify-content: center;
}
.cid-tMQfHaBaO4 .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfHaBaO4 .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tMQfHaBaO4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQfHaBaO4 .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfHaBaO4 .item {
    margin-bottom: 64px;
  }
}
.cid-tMQfHaBaO4 .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
  display: inline;
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tMQfHaBaO4 .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tMQfHaBaO4 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tMQfHaBaO4 .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tMQfHaBaO4 .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tMQfHaBaO4 .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tMQfHaBaO4 .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tMQfHaBaO4 .mbr-number {
  color: #495DFF;
}
.cid-tMQfHaBaO4 .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tMQfHaBaO4 .mbr-link {
  color: #495DFF;
}
.cid-tMQfHaBaO4 .mbr-number,
.cid-tMQfHaBaO4 .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tMQfHZ6hUL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMQfHZ6hUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQfHZ6hUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQfHZ6hUL .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tMQfHZ6hUL .container-fluid {
    padding: 0 16px;
  }
}
.cid-tMQfHZ6hUL .container-fluid .row {
  padding: 0;
}
.cid-tMQfHZ6hUL .row {
  justify-content: center;
}
.cid-tMQfHZ6hUL .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfHZ6hUL .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tMQfHZ6hUL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQfHZ6hUL .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfHZ6hUL .item {
    margin-bottom: 64px;
  }
}
.cid-tMQfHZ6hUL .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
  display: inline;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tMQfHZ6hUL .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tMQfHZ6hUL .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tMQfHZ6hUL .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tMQfHZ6hUL .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tMQfHZ6hUL .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tMQfHZ6hUL .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tMQfHZ6hUL .mbr-number {
  color: #495DFF;
}
.cid-tMQfHZ6hUL .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tMQfHZ6hUL .mbr-link {
  color: #495DFF;
}
.cid-tMQfHZ6hUL .mbr-number,
.cid-tMQfHZ6hUL .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tMQfJzO1Os {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tMQfJzO1Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQfJzO1Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQfJzO1Os .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tMQfJzO1Os .container-fluid {
    padding: 0 16px;
  }
}
.cid-tMQfJzO1Os .container-fluid .row {
  padding: 0;
}
.cid-tMQfJzO1Os .row {
  justify-content: center;
}
.cid-tMQfJzO1Os .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfJzO1Os .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tMQfJzO1Os .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMQfJzO1Os .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tMQfJzO1Os .item {
    margin-bottom: 64px;
  }
}
.cid-tMQfJzO1Os .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tMQfJzO1Os .item .item-wrapper .item-img img {
  display: inline;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tMQfJzO1Os .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tMQfJzO1Os .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tMQfJzO1Os .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tMQfJzO1Os .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tMQfJzO1Os .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tMQfJzO1Os .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tMQfJzO1Os .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tMQfJzO1Os .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tMQfJzO1Os .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tMQfJzO1Os .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tMQfJzO1Os .mbr-number {
  color: #495DFF;
}
.cid-tMQfJzO1Os .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tMQfJzO1Os .mbr-link {
  color: #495DFF;
}
.cid-tMQfJzO1Os .mbr-number,
.cid-tMQfJzO1Os .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tS8Hy3L6Li {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tS8Hy3L6Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS8Hy3L6Li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS8Hy3L6Li .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tS8Hy3L6Li .container-fluid {
    padding: 0 16px;
  }
}
.cid-tS8Hy3L6Li .container-fluid .row {
  padding: 0;
}
.cid-tS8Hy3L6Li .row {
  justify-content: center;
}
.cid-tS8Hy3L6Li .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tS8Hy3L6Li .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tS8Hy3L6Li .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tS8Hy3L6Li .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tS8Hy3L6Li .item {
    margin-bottom: 64px;
  }
}
.cid-tS8Hy3L6Li .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
  display: inline;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1500px) {
  .cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1800px) {
  .cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-tS8Hy3L6Li .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-tS8Hy3L6Li .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-tS8Hy3L6Li .item .item-wrapper .item-content a {
  display: block;
  transition: all .3s ease;
}
.cid-tS8Hy3L6Li .item .item-wrapper .item-content a:hover {
  opacity: .5;
}
.cid-tS8Hy3L6Li .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-tS8Hy3L6Li .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tS8Hy3L6Li .mbr-number {
  color: #495DFF;
}
.cid-tS8Hy3L6Li .mbr-name {
  color: #4279b0;
  text-align: center;
}
.cid-tS8Hy3L6Li .mbr-link {
  color: #495DFF;
}
.cid-tS8Hy3L6Li .mbr-number,
.cid-tS8Hy3L6Li .item-img {
  text-align: center;
  color: #4279b0;
}
.cid-tMQcEsthgM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tMQcEsthgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMQcEsthgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMQcEsthgM .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tMQcEsthgM .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tMQcEsthgM .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tMQcEsthgM .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tMQcEsthgM .container {
    max-width: 100%;
  }
  .cid-tMQcEsthgM .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tMQcEsthgM .item-wrap {
  width: 100%;
}
.cid-tMQcEsthgM .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tMQcEsthgM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tMQcEsthgM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tMQcEsthgM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMQcEsthgM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tMQcEsthgM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tMQcEsthgM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tMQcEsthgM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tMQcEsthgM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tMQcEsthgM .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tMQcEsthgM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tMQcEsthgM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tMQcEsthgM .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMQcEsthgM .col-links {
    padding-top: 20px;
  }
}
.cid-tMQcEsthgM .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tMQcEsthgM .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tMQcEsthgM .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tMQcEsthgM .list {
    text-align: center !important;
  }
}
.cid-tMQcEsthgM .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tMQcEsthgM .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tMQcEsthgM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tMQcEsthgM .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tMQcEsthgM .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tMQcEsthgM .list a:hover:before {
  width: 100%;
}
.cid-tMQcEsthgM .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tMQcEsthgM .col-copyright {
    padding-top: 40px;
  }
}
.cid-tMQcEsthgM .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tMQcEsthgM .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tR6VuMLA6L .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tR6VuMLA6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tR6VuMLA6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .menu_box .navbar.opened,
  .cid-tR6VuMLA6L .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tR6VuMLA6L .navbar-dropdown {
  position: relative !important;
}
.cid-tR6VuMLA6L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tR6VuMLA6L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tR6VuMLA6L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tR6VuMLA6L .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tR6VuMLA6L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tR6VuMLA6L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tR6VuMLA6L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tR6VuMLA6L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tR6VuMLA6L .offcanvas-body .mbr-text,
  .cid-tR6VuMLA6L .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tR6VuMLA6L .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tR6VuMLA6L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tR6VuMLA6L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tR6VuMLA6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tR6VuMLA6L .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tR6VuMLA6L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tR6VuMLA6L li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tR6VuMLA6L .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tR6VuMLA6L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tR6VuMLA6L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .nav-item {
    margin: 0 !important;
  }
}
.cid-tR6VuMLA6L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tR6VuMLA6L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tR6VuMLA6L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tR6VuMLA6L .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tR6VuMLA6L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tR6VuMLA6L .offcanvas_box {
    display: none;
  }
}
.cid-tR6VuMLA6L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tR6VuMLA6L .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tR6VuMLA6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tR6VuMLA6L .container {
  display: flex;
  margin: auto;
}
.cid-tR6VuMLA6L .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tR6VuMLA6L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tR6VuMLA6L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tR6VuMLA6L .navbar-caption {
  color: #495DFF;
}
.cid-tR6VuMLA6L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tR6VuMLA6L .navbar-nav {
    margin: 0;
  }
}
.cid-tR6VuMLA6L .dropdown-menu,
.cid-tR6VuMLA6L .navbar.opened {
  background-color: false !important;
}
.cid-tR6VuMLA6L .nav-item:focus,
.cid-tR6VuMLA6L .nav-link:focus {
  outline: none;
}
.cid-tR6VuMLA6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR6VuMLA6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR6VuMLA6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR6VuMLA6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR6VuMLA6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR6VuMLA6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR6VuMLA6L .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tR6VuMLA6L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tR6VuMLA6L .navbar.opened {
  transition: all 0.3s;
}
.cid-tR6VuMLA6L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tR6VuMLA6L .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tR6VuMLA6L .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tR6VuMLA6L .navbar.collapsed {
  justify-content: center;
}
.cid-tR6VuMLA6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR6VuMLA6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tR6VuMLA6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR6VuMLA6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR6VuMLA6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR6VuMLA6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tR6VuMLA6L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tR6VuMLA6L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tR6VuMLA6L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tR6VuMLA6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR6VuMLA6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR6VuMLA6L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tR6VuMLA6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR6VuMLA6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tR6VuMLA6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR6VuMLA6L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tR6VuMLA6L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tR6VuMLA6L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tR6VuMLA6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR6VuMLA6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR6VuMLA6L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tR6VuMLA6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR6VuMLA6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR6VuMLA6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR6VuMLA6L .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-tR6VuMLA6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tR6VuMLA6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR6VuMLA6L .dropdown-item.active,
.cid-tR6VuMLA6L .dropdown-item:active {
  background-color: transparent;
}
.cid-tR6VuMLA6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR6VuMLA6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR6VuMLA6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR6VuMLA6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR6VuMLA6L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tR6VuMLA6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR6VuMLA6L button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tR6VuMLA6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tR6VuMLA6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR6VuMLA6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR6VuMLA6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR6VuMLA6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR6VuMLA6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR6VuMLA6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR6VuMLA6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR6VuMLA6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR6VuMLA6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tR6VuMLA6L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR6VuMLA6L .navbar {
    height: 70px;
  }
  .cid-tR6VuMLA6L .navbar.opened {
    height: auto;
  }
  .cid-tR6VuMLA6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR6VuMLA6L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tR6VuMLA6L .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tR6VuMLA6L .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tR6VuMLA6L .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tR6VuMLA6L .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tR6VuMLA6L .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tR6VuMLA6L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tR6VuMLA6L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tR6VuMLA6L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tR6VuMLA6L .text_widget {
  color: #ffffff;
}
.cid-tR6VuMLA6L .mbr-section-subtitle,
.cid-tR6VuMLA6L .text_widget,
.cid-tR6VuMLA6L .mbr-section-btn {
  text-align: center;
}
.cid-tR6VuMLA6L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tR6VuNCB05 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tR6VuNCB05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6VuNCB05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6VuNCB05 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tR6VuNCB05 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tR6VuNCB05 .container-fluid .row {
  padding: 0;
}
.cid-tR6VuNCB05 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR6VuNCB05 .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tR6VuNCB05 .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tR6VuNCB05 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #4279b0;
  padding-left: 0;
  border-left: none;
  padding-right: 115px;
  border-right: 2px solid #4279b0;
}
@media (max-width: 992px) {
  .cid-tR6VuNCB05 .title-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tR6VuNCB05 .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tR6VuNCB05 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tR6VuNCB05 .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tR6VuNCB05 .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tR6VuNCB05 .mbr-section-title {
  color: #495DFF;
}
.cid-tR6VuNCB05 .mbr-text {
  color: #4279b0;
}
.cid-tR6VuNCB05 .mbr-section-title,
.cid-tR6VuNCB05 .mbr-section-btn {
  color: #4279b0;
}
.cid-tR6VuOgw9K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tR6VuOgw9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6VuOgw9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6VuOgw9K .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tR6VuOgw9K .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tR6VuOgw9K .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tR6VuOgw9K .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tR6VuOgw9K .container {
    max-width: 100%;
  }
  .cid-tR6VuOgw9K .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tR6VuOgw9K .item-wrap {
  width: 100%;
}
.cid-tR6VuOgw9K .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR6VuOgw9K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tR6VuOgw9K .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tR6VuOgw9K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tR6VuOgw9K .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tR6VuOgw9K .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tR6VuOgw9K .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tR6VuOgw9K .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR6VuOgw9K .col-links {
    padding-top: 20px;
  }
}
.cid-tR6VuOgw9K .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tR6VuOgw9K .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tR6VuOgw9K .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tR6VuOgw9K .list {
    text-align: center !important;
  }
}
.cid-tR6VuOgw9K .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tR6VuOgw9K .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tR6VuOgw9K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tR6VuOgw9K .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tR6VuOgw9K .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tR6VuOgw9K .list a:hover:before {
  width: 100%;
}
.cid-tR6VuOgw9K .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tR6VuOgw9K .col-copyright {
    padding-top: 40px;
  }
}
.cid-tR6VuOgw9K .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tR6VuOgw9K .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tR6XaL6t2B .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tR6XaL6t2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tR6XaL6t2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .menu_box .navbar.opened,
  .cid-tR6XaL6t2B .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tR6XaL6t2B .navbar-dropdown {
  position: relative !important;
}
.cid-tR6XaL6t2B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tR6XaL6t2B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tR6XaL6t2B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tR6XaL6t2B .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tR6XaL6t2B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tR6XaL6t2B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tR6XaL6t2B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tR6XaL6t2B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tR6XaL6t2B .offcanvas-body .mbr-text,
  .cid-tR6XaL6t2B .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tR6XaL6t2B .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tR6XaL6t2B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tR6XaL6t2B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tR6XaL6t2B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tR6XaL6t2B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tR6XaL6t2B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tR6XaL6t2B li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tR6XaL6t2B .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tR6XaL6t2B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tR6XaL6t2B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .nav-item {
    margin: 0 !important;
  }
}
.cid-tR6XaL6t2B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tR6XaL6t2B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tR6XaL6t2B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tR6XaL6t2B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tR6XaL6t2B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tR6XaL6t2B .offcanvas_box {
    display: none;
  }
}
.cid-tR6XaL6t2B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tR6XaL6t2B .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tR6XaL6t2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tR6XaL6t2B .container {
  display: flex;
  margin: auto;
}
.cid-tR6XaL6t2B .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tR6XaL6t2B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tR6XaL6t2B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tR6XaL6t2B .navbar-caption {
  color: #495DFF;
}
.cid-tR6XaL6t2B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tR6XaL6t2B .navbar-nav {
    margin: 0;
  }
}
.cid-tR6XaL6t2B .dropdown-menu,
.cid-tR6XaL6t2B .navbar.opened {
  background-color: false !important;
}
.cid-tR6XaL6t2B .nav-item:focus,
.cid-tR6XaL6t2B .nav-link:focus {
  outline: none;
}
.cid-tR6XaL6t2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR6XaL6t2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR6XaL6t2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR6XaL6t2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR6XaL6t2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR6XaL6t2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR6XaL6t2B .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaL6t2B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tR6XaL6t2B .navbar.opened {
  transition: all 0.3s;
}
.cid-tR6XaL6t2B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tR6XaL6t2B .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tR6XaL6t2B .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tR6XaL6t2B .navbar.collapsed {
  justify-content: center;
}
.cid-tR6XaL6t2B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR6XaL6t2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tR6XaL6t2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR6XaL6t2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR6XaL6t2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR6XaL6t2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tR6XaL6t2B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tR6XaL6t2B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tR6XaL6t2B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tR6XaL6t2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR6XaL6t2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR6XaL6t2B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tR6XaL6t2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR6XaL6t2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tR6XaL6t2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR6XaL6t2B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tR6XaL6t2B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tR6XaL6t2B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tR6XaL6t2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR6XaL6t2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR6XaL6t2B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tR6XaL6t2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR6XaL6t2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR6XaL6t2B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR6XaL6t2B .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-tR6XaL6t2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tR6XaL6t2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR6XaL6t2B .dropdown-item.active,
.cid-tR6XaL6t2B .dropdown-item:active {
  background-color: transparent;
}
.cid-tR6XaL6t2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR6XaL6t2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR6XaL6t2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR6XaL6t2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR6XaL6t2B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tR6XaL6t2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR6XaL6t2B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tR6XaL6t2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tR6XaL6t2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR6XaL6t2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR6XaL6t2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR6XaL6t2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR6XaL6t2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR6XaL6t2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR6XaL6t2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR6XaL6t2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR6XaL6t2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tR6XaL6t2B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR6XaL6t2B .navbar {
    height: 70px;
  }
  .cid-tR6XaL6t2B .navbar.opened {
    height: auto;
  }
  .cid-tR6XaL6t2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR6XaL6t2B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tR6XaL6t2B .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tR6XaL6t2B .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tR6XaL6t2B .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tR6XaL6t2B .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tR6XaL6t2B .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tR6XaL6t2B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tR6XaL6t2B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tR6XaL6t2B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tR6XaL6t2B .text_widget {
  color: #ffffff;
}
.cid-tR6XaL6t2B .mbr-section-subtitle,
.cid-tR6XaL6t2B .text_widget,
.cid-tR6XaL6t2B .mbr-section-btn {
  text-align: center;
}
.cid-tR6XaL6t2B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tR6XaMN7EU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tR6XaMN7EU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6XaMN7EU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6XaMN7EU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tR6XaMN7EU .container-fluid {
    padding: 0 30px;
  }
}
.cid-tR6XaMN7EU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaMN7EU .container {
    padding: 0 30px;
  }
}
.cid-tR6XaMN7EU .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tR6XaMN7EU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tR6XaMN7EU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR6XaMN7EU .embla__slide .card-wrap {
  width: 100%;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a {
  display: block;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tR6XaMN7EU .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tR6XaMN7EU .embla__button--next,
.cid-tR6XaMN7EU .embla__button--prev {
  display: flex;
}
.cid-tR6XaMN7EU .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR6XaMN7EU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR6XaMN7EU .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tR6XaMN7EU .embla__button.embla__button--prev {
  left: 0;
}
.cid-tR6XaMN7EU .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tR6XaMN7EU .embla__button {
    top: auto;
  }
}
.cid-tR6XaMN7EU .embla {
  position: relative;
  width: 100%;
}
.cid-tR6XaMN7EU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR6XaMN7EU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR6XaMN7EU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR6XaMN7EU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tR6XaMN7EU .mbr-section-title {
  color: #ffffff;
}
.cid-tR6XaMN7EU .mbr-date {
  color: #ffffff;
}
.cid-tR6XaMN7EU .mbr-desc {
  color: #ffffff;
}
.cid-tR6XaMN7EU .mbr-text {
  color: #ffffff;
}
.cid-tR6XaNY5AJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tR6XaNY5AJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6XaNY5AJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6XaNY5AJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tR6XaNY5AJ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tR6XaNY5AJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaNY5AJ .container {
    padding: 0 30px;
  }
}
.cid-tR6XaNY5AJ .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tR6XaNY5AJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tR6XaNY5AJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap {
  width: 100%;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a {
  display: block;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tR6XaNY5AJ .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tR6XaNY5AJ .embla__button--next,
.cid-tR6XaNY5AJ .embla__button--prev {
  display: flex;
}
.cid-tR6XaNY5AJ .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR6XaNY5AJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR6XaNY5AJ .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tR6XaNY5AJ .embla__button.embla__button--prev {
  left: 0;
}
.cid-tR6XaNY5AJ .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tR6XaNY5AJ .embla__button {
    top: auto;
  }
}
.cid-tR6XaNY5AJ .embla {
  position: relative;
  width: 100%;
}
.cid-tR6XaNY5AJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR6XaNY5AJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR6XaNY5AJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR6XaNY5AJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tR6XaNY5AJ .mbr-section-title {
  color: #ffffff;
}
.cid-tR6XaNY5AJ .mbr-date {
  color: #ffffff;
}
.cid-tR6XaNY5AJ .mbr-desc {
  color: #ffffff;
}
.cid-tR6XaNY5AJ .mbr-text {
  color: #ffffff;
}
.cid-tR6XaQcZMK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-tR6XaQcZMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6XaQcZMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6XaQcZMK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tR6XaQcZMK .container-fluid {
    padding: 0 30px;
  }
}
.cid-tR6XaQcZMK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaQcZMK .container {
    padding: 0 30px;
  }
}
.cid-tR6XaQcZMK .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-tR6XaQcZMK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-tR6XaQcZMK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR6XaQcZMK .embla__slide .card-wrap {
  width: 100%;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a {
  display: block;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-tR6XaQcZMK .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tR6XaQcZMK .embla__button--next,
.cid-tR6XaQcZMK .embla__button--prev {
  display: flex;
}
.cid-tR6XaQcZMK .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR6XaQcZMK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR6XaQcZMK .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-tR6XaQcZMK .embla__button.embla__button--prev {
  left: 0;
}
.cid-tR6XaQcZMK .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-tR6XaQcZMK .embla__button {
    top: auto;
  }
}
.cid-tR6XaQcZMK .embla {
  position: relative;
  width: 100%;
}
.cid-tR6XaQcZMK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR6XaQcZMK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR6XaQcZMK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR6XaQcZMK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tR6XaQcZMK .mbr-section-title {
  color: #ffffff;
}
.cid-tR6XaQcZMK .mbr-date {
  color: #ffffff;
}
.cid-tR6XaQcZMK .mbr-desc {
  color: #ffffff;
}
.cid-tR6XaQcZMK .mbr-text {
  color: #ffffff;
}
.cid-tR6XaReNIB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-tR6XaReNIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6XaReNIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6XaReNIB .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tR6XaReNIB .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tR6XaReNIB .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaReNIB .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-tR6XaReNIB .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-tR6XaReNIB .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tR6XaReNIB .card .text-wrapper {
    display: none;
  }
}
.cid-tR6XaReNIB .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tR6XaReNIB .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-tR6XaReNIB .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-tR6XaReNIB .mbr-section-title {
  color: #495DFF;
}
.cid-tR6XaReNIB .mbr-text {
  color: #495DFF;
}
.cid-tR6XaS1knJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tR6XaS1knJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6XaS1knJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR6XaS1knJ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tR6XaS1knJ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tR6XaS1knJ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tR6XaS1knJ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tR6XaS1knJ .container {
    max-width: 100%;
  }
  .cid-tR6XaS1knJ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tR6XaS1knJ .item-wrap {
  width: 100%;
}
.cid-tR6XaS1knJ .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tR6XaS1knJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tR6XaS1knJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tR6XaS1knJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tR6XaS1knJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tR6XaS1knJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tR6XaS1knJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tR6XaS1knJ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR6XaS1knJ .col-links {
    padding-top: 20px;
  }
}
.cid-tR6XaS1knJ .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tR6XaS1knJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tR6XaS1knJ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tR6XaS1knJ .list {
    text-align: center !important;
  }
}
.cid-tR6XaS1knJ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tR6XaS1knJ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tR6XaS1knJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tR6XaS1knJ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tR6XaS1knJ .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tR6XaS1knJ .list a:hover:before {
  width: 100%;
}
.cid-tR6XaS1knJ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tR6XaS1knJ .col-copyright {
    padding-top: 40px;
  }
}
.cid-tR6XaS1knJ .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tR6XaS1knJ .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tuYTixQe0w .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .menu_box .navbar.opened,
  .cid-tuYTixQe0w .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tuYTixQe0w .navbar-dropdown {
  position: relative !important;
}
.cid-tuYTixQe0w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tuYTixQe0w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tuYTixQe0w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-tuYTixQe0w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tuYTixQe0w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tuYTixQe0w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-body .mbr-text,
  .cid-tuYTixQe0w .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tuYTixQe0w .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tuYTixQe0w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tuYTixQe0w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tuYTixQe0w .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tuYTixQe0w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 0 !important;
  }
}
.cid-tuYTixQe0w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tuYTixQe0w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tuYTixQe0w .offcanvas_box {
    display: none;
  }
}
.cid-tuYTixQe0w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tuYTixQe0w .container {
  display: flex;
  margin: auto;
}
.cid-tuYTixQe0w .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tuYTixQe0w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tuYTixQe0w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tuYTixQe0w .navbar-caption {
  color: #495DFF;
}
.cid-tuYTixQe0w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .navbar-nav {
    margin: 0;
  }
}
.cid-tuYTixQe0w .dropdown-menu,
.cid-tuYTixQe0w .navbar.opened {
  background-color: false !important;
}
.cid-tuYTixQe0w .nav-item:focus,
.cid-tuYTixQe0w .nav-link:focus {
  outline: none;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuYTixQe0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuYTixQe0w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tuYTixQe0w .navbar.opened {
  transition: all 0.3s;
}
.cid-tuYTixQe0w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tuYTixQe0w .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tuYTixQe0w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuYTixQe0w .navbar.collapsed {
  justify-content: center;
}
.cid-tuYTixQe0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuYTixQe0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuYTixQe0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tuYTixQe0w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tuYTixQe0w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tuYTixQe0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuYTixQe0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tuYTixQe0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuYTixQe0w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tuYTixQe0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuYTixQe0w .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-tuYTixQe0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tuYTixQe0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuYTixQe0w .dropdown-item.active,
.cid-tuYTixQe0w .dropdown-item:active {
  background-color: transparent;
}
.cid-tuYTixQe0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuYTixQe0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuYTixQe0w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tuYTixQe0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuYTixQe0w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tuYTixQe0w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuYTixQe0w .navbar {
    height: 70px;
  }
  .cid-tuYTixQe0w .navbar.opened {
    height: auto;
  }
  .cid-tuYTixQe0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuYTixQe0w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tuYTixQe0w .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tuYTixQe0w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tuYTixQe0w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tuYTixQe0w .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tuYTixQe0w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuYTixQe0w .text_widget {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-section-subtitle,
.cid-tuYTixQe0w .text_widget,
.cid-tuYTixQe0w .mbr-section-btn {
  text-align: center;
}
.cid-tuYTixQe0w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tuYTiJ3frX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/interior-1440x956.webp");
}
.cid-tuYTiJ3frX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYTiJ3frX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYTiJ3frX .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuYTiJ3frX .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYTiJ3frX .container-fluid .row {
  padding: 0;
}
.cid-tuYTiJ3frX .container {
  overflow: hidden;
}
.cid-tuYTiJ3frX .title-wrapper {
  margin: 0 auto;
}
.cid-tuYTiJ3frX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tuYTiJ3frX .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tuYTiJ3frX .mbr-section-title {
  color: #ffffff;
}
.cid-tuYTiJ3frX .mbr-text {
  color: #ffffff;
}
.cid-ukpVAEwltI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #23b823;
}
.cid-ukpVAEwltI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukpVAEwltI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukpVAEwltI .content-head {
  max-width: 800px;
}
.cid-ukpVAEwltI .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-ukpVAEwltI .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-ukpVAEwltI .item {
    min-height: 45px;
  }
}
.cid-uBXOL3naAe {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-uBXOL3naAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXOL3naAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1-3.webp");
}
@media (max-width: 992px) {
  .cid-uBXOL3naAe .container {
    padding: 0 20px;
  }
}
.cid-uBXOBctzqR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gif-ridell-axiom.gif");
}
.cid-uBXOBctzqR .mbr-overlay {
  background: #f1f2f4;
  opacity: 0.6;
}
.cid-uBXOBctzqR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBXOBctzqR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBXOBctzqR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBXOBctzqR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uBXOBctzqR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content {
  width: 100%;
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #ff7f7f 40%, transparent 98%);
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #ff5c5c;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-uBXOBctzqR .embla__button--next,
.cid-uBXOBctzqR .embla__button--prev {
  display: flex;
}
.cid-uBXOBctzqR .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #e83636 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla__button {
    bottom: 0;
  }
}
.cid-uBXOBctzqR .embla__button:hover {
  transform: scale(1.05);
}
.cid-uBXOBctzqR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBXOBctzqR .embla__button.embla__button--next {
  right: 0;
}
.cid-uBXOBctzqR .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uBXOBctzqR .embla {
    padding: 0;
  }
}
.cid-uBXOBctzqR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBXOBctzqR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBXOBctzqR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBXOBctzqR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBXOBctzqR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBXOBctzqR .mbr-section-title {
  color: #e83636;
  text-align: center;
}
.cid-uBXOBctzqR .mbr-text,
.cid-uBXOBctzqR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBXOBctzqR .item-title {
  color: #282828;
  text-align: center;
}
.cid-uBYeDOHrGB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-uBYeDOHrGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBYeDOHrGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBYeDOHrGB .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uBYeDOHrGB .container-fluid {
    padding: 0 16px;
  }
}
.cid-uBYeDOHrGB .container-fluid .row {
  padding: 0;
}
.cid-uBYeDOHrGB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBYeDOHrGB .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uBYeDOHrGB .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-uBYeDOHrGB .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-uBYeDOHrGB .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uBYeDOHrGB .mbr-desc {
  color: #ffffff;
}
.cid-upfmvh4MDD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-900x4951.gif");
}
.cid-upfmvh4MDD .mbr-overlay {
  background: #f1f2f4;
  opacity: 0.6;
}
.cid-upfmvh4MDD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-upfmvh4MDD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-upfmvh4MDD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-upfmvh4MDD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-upfmvh4MDD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content {
  width: 100%;
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #4279b0 40%, transparent 98%);
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #4279b0;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-upfmvh4MDD .embla__button--next,
.cid-upfmvh4MDD .embla__button--prev {
  display: flex;
}
.cid-upfmvh4MDD .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #4279b0 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla__button {
    bottom: 0;
  }
}
.cid-upfmvh4MDD .embla__button:hover {
  transform: scale(1.05);
}
.cid-upfmvh4MDD .embla__button.embla__button--prev {
  left: 0;
}
.cid-upfmvh4MDD .embla__button.embla__button--next {
  right: 0;
}
.cid-upfmvh4MDD .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-upfmvh4MDD .embla {
    padding: 0;
  }
}
.cid-upfmvh4MDD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-upfmvh4MDD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upfmvh4MDD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upfmvh4MDD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upfmvh4MDD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-upfmvh4MDD .mbr-section-title {
  color: #4279b0;
  text-align: center;
}
.cid-upfmvh4MDD .mbr-text,
.cid-upfmvh4MDD .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-upfmvh4MDD .item-title {
  color: #282828;
  text-align: center;
}
.cid-ukpVKLLpoR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4279b0;
}
.cid-ukpVKLLpoR .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukpVKLLpoR .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukpVKLLpoR .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukpVKLLpoR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ukpVKLLpoR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content {
  width: 100%;
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-content {
  width: 40%;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-content .item-title {
    margin-bottom: 36px;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img:before {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(0deg, #4279b0 40%, transparent 98%);
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
  padding: 12px;
  border: 2px solid #23b823;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img .item-wrap {
    padding: 16px;
  }
}
.cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__slide .slide-content .item-wrapper .item-img .item-wrap img {
    height: 300px;
  }
}
.cid-ukpVKLLpoR .embla__button--next,
.cid-ukpVKLLpoR .embla__button--prev {
  display: flex;
}
.cid-ukpVKLLpoR .embla__button {
  bottom: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #23b823 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla__button {
    bottom: 0;
  }
}
.cid-ukpVKLLpoR .embla__button:hover {
  transform: scale(1.05);
}
.cid-ukpVKLLpoR .embla__button.embla__button--prev {
  left: 0;
}
.cid-ukpVKLLpoR .embla__button.embla__button--next {
  right: 0;
}
.cid-ukpVKLLpoR .embla {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ukpVKLLpoR .embla {
    padding: 0;
  }
}
.cid-ukpVKLLpoR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ukpVKLLpoR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ukpVKLLpoR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ukpVKLLpoR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ukpVKLLpoR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ukpVKLLpoR .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-ukpVKLLpoR .mbr-text,
.cid-ukpVKLLpoR .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-ukpVKLLpoR .item-title {
  color: #fafafa;
  text-align: center;
}
.cid-ufMbbqhR5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-ufMbbqhR5b .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #4279b0;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-ufMbbqhR5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufMbbqhR5b .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-ufMbbqhR5b .container {
    padding: 0 16px;
  }
}
.cid-ufMbbqhR5b .row {
  position: relative;
  z-index: 1;
}
.cid-ufMbbqhR5b .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-ufMbbqhR5b .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ufMbbqhR5b .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #23b823;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-ufMbbqhR5b .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-ufMbbqhR5b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufMbbqhR5b .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-ufMbbqhR5b .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-ufMbbqhR5b .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-ufMbbqhR5b .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ufMbbqhR5b .mbr-media {
  position: relative;
}
.cid-ufMbbqhR5b .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ufMbbqhR5b a:hover {
  background-image: none !important;
}
.cid-ufMbbqhR5b .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-ufMbbqhR5b .icon-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-ufMbbqhR5b .icon-wrap:hover::before,
.cid-ufMbbqhR5b .icon-wrap:focus::before {
  opacity: .5;
}
.cid-ufMbbqhR5b .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ufMbbqhR5b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ufMbbqhR5b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufMbbqhR5b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufMbbqhR5b .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufMbbqhR5b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufMbbqhR5b .mbr-section-title {
  color: #000000;
}
.cid-ufMbbqhR5b .mbr-section-subtitle {
  color: #000000;
}
.cid-ufMbbqhR5b .mbr-text {
  color: #000000;
}
.cid-ufMbbqhR5b .mbr-section-subtitle,
.cid-ufMbbqhR5b .subtitle-wrapper {
  color: #fafafa;
}
.cid-ucOknv5ucI {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.cid-ucOknv5ucI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucOknv5ucI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-ucOknv5ucI .container {
    padding: 0 20px;
  }
}
.cid-u6Gbg8f5ky {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-u6Gbg8f5ky .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-u6Gbg8f5ky .col-title {
    margin-bottom: 40px;
  }
}
.cid-u6Gbg8f5ky .mbr-section-title {
  color: #2B2B2B;
}
.cid-u6Gbg8f5ky .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-u6Gbg8f5ky .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-u6Gbg8f5ky .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-u6Gbg8f5ky .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-u6Gbg8f5ky .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-u6Gbg8f5ky .carousel {
    height: 380px;
  }
  .cid-u6Gbg8f5ky .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u6Gbg8f5ky .carousel {
    height: 320px;
  }
  .cid-u6Gbg8f5ky .carousel img {
    max-height: 320px;
  }
}
.cid-u6Gbg8f5ky .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-u6Gbg8f5ky .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-u6Gbg8f5ky .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-u6Gbg8f5ky .carousel-inner {
    max-width: 460px;
  }
}
.cid-u6Gbg8f5ky .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-u6Gbg8f5ky .item-wrapper {
  width: 100%;
}
.cid-u6Gbg8f5ky .carousel-caption {
  bottom: 30px;
}
.cid-u6Gbg8f5ky .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6Gbg8f5ky .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6Gbg8f5ky .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6Gbg8f5ky .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6Gbg8f5ky .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6Gbg8f5ky .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #4279b0;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-u6Gbg8f5ky .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-u6Gbg8f5ky .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-u6Gbg8f5ky .carousel-control.carousel-control-next {
  right: 0;
}
.cid-u6Gbg8f5ky .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-u6Gbg8f5ky .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-u6Gbg8f5ky .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-u6Gbg8f5ky .carousel-indicators li.active,
.cid-u6Gbg8f5ky .carousel-indicators li:hover {
  background-color: #4279b0;
  height: 10px !important;
  width: 10px !important;
}
.cid-u6Gbg8f5ky .carousel-indicators li::after,
.cid-u6Gbg8f5ky .carousel-indicators li::before {
  content: none;
}
.cid-u6Gbg8f5ky .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-u6Gbg8f5ky .container,
.cid-u6Gbg8f5ky .container-fluid {
  position: relative;
}
.cid-u6Gbg8f5ky .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-u6Gbg8f5ky .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-u6Gbg8f5ky .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #fafafa 27%, #fafafa 50%, #fafafa 79%);
}
.cid-u6Gbg8f5ky .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #fafafa 27%, #fafafa 50%, #fafafa 79%);
}
.cid-u6Gbg8f5ky .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tQOaV8LNbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQOaV8LNbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQOaV8LNbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQOaV8LNbh .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tQOaV8LNbh .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tQOaV8LNbh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tQOaV8LNbh .mbr-section-title {
  color: #4279b0;
}
.cid-tQOaV8LNbh .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tQOaV8LNbh .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-tQOaV8LNbh .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-tQOaV8LNbh .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-tQOaV8LNbh .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #4279b0;
  box-shadow: 4px 4px 0 #4279b0;
  background: #fafafa;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tQOaV8LNbh .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tQOaV8LNbh .item-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.cid-tQOaV8LNbh .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 130px;
}
@media (max-width: 1199px) {
  .cid-tQOaV8LNbh .item-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tQOaV8LNbh .item-content {
    margin-top: 20px;
  }
}
.cid-tQOaV8LNbh .card-title {
  color: #131313;
}
.cid-tQOaV8LNbh .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-tQOaV8LNbh .link-text {
  margin-top: 14px;
  color: #FC7942;
}
@media (max-width: 991px) {
  .cid-tQOaV8LNbh .link-text {
    margin-top: 10px;
  }
}
.cid-tQOaV8LNbh .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-tQOaV8LNbh .mbr-section-btn {
  margin-top: 5px;
}
.cid-tQIzU73gUa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQIzU73gUa .container {
  max-width: 1312px;
}
.cid-tQIzU73gUa img,
.cid-tQIzU73gUa .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  height: 224px;
  object-fit: cover;
}
.cid-tQIzU73gUa .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-tQIzU73gUa .item:focus,
.cid-tQIzU73gUa span:focus {
  outline: none;
}
.cid-tQIzU73gUa .item-wrapper {
  position: relative;
}
.cid-tQIzU73gUa .slide-content {
  position: relative;
  background: #4279b0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tQIzU73gUa .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-tQIzU73gUa .slide-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-tQIzU73gUa .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-tQIzU73gUa .slide-content .item-content {
  padding: 1.5rem 1.5rem 0;
}
.cid-tQIzU73gUa .slide-content .item-footer {
  padding: 0 1.5rem 0.9rem;
}
.cid-tQIzU73gUa .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-tQIzU73gUa .mbr-section-head {
  margin-bottom: 3.25rem;
}
.cid-tQIzU73gUa .section-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tQIzU73gUa .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-tQIzU73gUa .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-tQIzU73gUa .mbr-section-title {
  color: #4279b0;
}
.cid-tQIzU73gUa .mbr-section-subtitle {
  color: #002549;
}
.cid-tQIzU73gUa .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tQIzU73gUa .item-title-container {
  width: 100%;
}
.cid-tQIzU73gUa .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-tQIzU73gUa .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-tQIzU73gUa .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-tQIzU73gUa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-tQIzU73gUa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQIzU73gUa .embla__button--next,
.cid-tQIzU73gUa .embla__button--prev {
  display: flex;
}
.cid-tQIzU73gUa .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-tQIzU73gUa .embla__button-container {
    margin-right: auto;
  }
}
.cid-tQIzU73gUa .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #4279b0;
  border: 1px solid #4279b0;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-tQIzU73gUa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQIzU73gUa .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-tQIzU73gUa .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-tQIzU73gUa .embla {
  position: relative;
  width: 100%;
}
.cid-tQIzU73gUa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQIzU73gUa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQIzU73gUa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQIzU73gUa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ue2IUy4rog {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
  overflow: hidden;
}
.cid-ue2IUy4rog .col-title {
  position: relative;
  max-width: 1200px;
  z-index: 10;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-ue2IUy4rog .col-title {
    margin-bottom: 40px;
  }
}
.cid-ue2IUy4rog .mbr-section-title {
  color: #2B2B2B;
}
.cid-ue2IUy4rog .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-ue2IUy4rog .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-ue2IUy4rog .col-carousel {
  max-width: 100%;
  width: 100%;
}
.cid-ue2IUy4rog .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 520px;
  margin-bottom: 60px;
}
.cid-ue2IUy4rog .carousel img {
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ue2IUy4rog .carousel {
    height: 380px;
  }
  .cid-ue2IUy4rog .carousel img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ue2IUy4rog .carousel {
    height: 320px;
  }
  .cid-ue2IUy4rog .carousel img {
    max-height: 320px;
  }
}
.cid-ue2IUy4rog .carousel-inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
}
@media (max-width: 1199px) {
  .cid-ue2IUy4rog .carousel-inner {
    max-width: 940px;
  }
}
@media (max-width: 991px) {
  .cid-ue2IUy4rog .carousel-inner {
    max-width: 618px;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .cid-ue2IUy4rog .carousel-inner {
    max-width: 460px;
  }
}
.cid-ue2IUy4rog .carousel-item {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.cid-ue2IUy4rog .item-wrapper {
  width: 100%;
}
.cid-ue2IUy4rog .carousel-caption {
  bottom: 30px;
}
.cid-ue2IUy4rog .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue2IUy4rog .mbr-section-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ue2IUy4rog .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ue2IUy4rog .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ue2IUy4rog .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ue2IUy4rog .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #4279b0;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
@media (max-width: 575px) {
  .cid-ue2IUy4rog .carousel-control {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
}
.cid-ue2IUy4rog .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-ue2IUy4rog .carousel-control.carousel-control-next {
  right: 0;
}
.cid-ue2IUy4rog .carousel-control:hover {
  background-color: #CECEC1;
  color: #2B2B2B !important;
}
.cid-ue2IUy4rog .carousel-indicators {
  position: absolute;
  bottom: -60px;
  margin-bottom: 0 !important;
}
.cid-ue2IUy4rog .carousel-indicators li {
  max-width: 10px;
  height: 10px !important;
  width: 10px !important;
  max-height: 10px;
  margin: 10px 5px;
  background-color: #CECEC1;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  border: 0 !important;
}
.cid-ue2IUy4rog .carousel-indicators li.active,
.cid-ue2IUy4rog .carousel-indicators li:hover {
  background-color: #4279b0;
  height: 10px !important;
  width: 10px !important;
}
.cid-ue2IUy4rog .carousel-indicators li::after,
.cid-ue2IUy4rog .carousel-indicators li::before {
  content: none;
}
.cid-ue2IUy4rog .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-ue2IUy4rog .container,
.cid-ue2IUy4rog .container-fluid {
  position: relative;
}
.cid-ue2IUy4rog .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-ue2IUy4rog .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-ue2IUy4rog .circle-blur1 {
  top: 0;
  right: 30%;
  background-image: linear-gradient(132deg, #fafafa 27%, #fafafa 50%, #fafafa 79%);
}
.cid-ue2IUy4rog .circle-blur2 {
  top: 12%;
  right: 20%;
  background-image: linear-gradient(132deg, #fafafa 27%, #fafafa 50%, #fafafa 79%);
}
.cid-ue2IUy4rog .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tuYTqBBwZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8dea8d;
}
.cid-tuYTqBBwZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYTqBBwZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYTqBBwZp .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuYTqBBwZp .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYTqBBwZp .container-fluid .row {
  padding: 0;
}
.cid-tuYTqBBwZp .container {
  overflow: hidden;
}
.cid-tuYTqBBwZp .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tuYTqBBwZp .title-wrapper {
    padding-right: 0;
  }
}
.cid-tuYTqBBwZp .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tuYTqBBwZp .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-tuYTqBBwZp .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-tuYTqBBwZp .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tuYTqBBwZp .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-tuYTqBBwZp .mbr-text {
  color: #ffffff;
}
.cid-tuYTqBBwZp .mbr-desc {
  color: #ffffff;
}
.cid-tuYTqBBwZp .mbr-name {
  color: #ffffff;
}
.cid-tK2fd3WZYI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .col-lg-4,
  .cid-tK2fd3WZYI .col-lg-8 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .text-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.cid-tK2fd3WZYI .mbr-section-title {
  margin-bottom: 2.3rem;
}
.cid-tK2fd3WZYI .mbr-section-title span {
  position: relative;
}
.cid-tK2fd3WZYI .mbr-section-title span svg {
  position: absolute;
  top: -30px;
  left: -33px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
.cid-tK2fd3WZYI .mbr-section-title span svg path {
  fill: #4279b0;
}
.cid-tK2fd3WZYI .mbr-section-btn {
  margin-top: 83.4px;
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tK2fd3WZYI .button-container {
  position: relative;
}
.cid-tK2fd3WZYI .button-container svg {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 70px;
  height: 75px;
  display: none;
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 300px;
  }
}
@media (max-width: 991px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 100px;
  }
}
@media (max-width: 519px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 90px;
  }
}
@media (max-width: 460px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 60px;
  }
}
@media (max-width: 359px) {
  .cid-tK2fd3WZYI .button-container svg {
    left: 0;
  }
}
.cid-tK2fd3WZYI .button-container svg path {
  fill: #4279b0;
}
.cid-tK2fd3WZYI .image-container {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .image-container {
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cid-tK2fd3WZYI .image-container {
    height: 490px;
  }
}
.cid-tK2fd3WZYI .image-inner-container {
  display: grid;
  grid-template-columns: 200px 300px 200px;
  grid-column-gap: 32px;
  margin-top: -150px;
}
@media (max-width: 1399px) {
  .cid-tK2fd3WZYI .image-inner-container {
    grid-column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .image-inner-container {
    grid-template-columns: 180px 280px 180px;
    grid-column-gap: 28px;
    margin-top: 0;
  }
}
.cid-tK2fd3WZYI .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tK2fd3WZYI .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tK2fd3WZYI .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-tK2fd3WZYI .image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tK2fd3WZYI .col-aside {
  padding-top: 60px;
}
.cid-tK2fd3WZYI .col-aside .image-wrap {
  height: 230px;
}
.cid-tK2fd3WZYI .col-middle {
  padding-top: 100px;
  padding-top: 165px;
}
@media (max-width: 1199px) {
  .cid-tK2fd3WZYI .col-middle {
    padding-top: 50px;
  }
  .cid-tK2fd3WZYI .col-middle .tile:last-child {
    display: none;
  }
}
@media (max-width: 356px) {
  .cid-tK2fd3WZYI .col-middle {
    padding-top: 0;
  }
}
.cid-tK2fd3WZYI .col-middle .image-wrap {
  height: 170px;
}
.cid-tuYTAVFCij {
  background-image: url("../../../assets/images/exterior-1200x1200.webp");
}
.cid-tuYTAVFCij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYTAVFCij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYTAVFCij .container {
  overflow: hidden;
}
.cid-tuYTAVFCij .row {
  justify-content: center;
}
.cid-tuYTAVFCij .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tuYTAVFCij .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tEnzd6qUWe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tEnzd6qUWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnzd6qUWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnzd6qUWe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tEnzd6qUWe .container-fluid {
    padding: 0 20px;
  }
}
.cid-tEnzd6qUWe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tEnzd6qUWe .container {
    padding: 0 20px;
  }
}
.cid-tEnzd6qUWe .mbr-section-title {
  margin-bottom: 64px;
  color: #4279b0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tEnzd6qUWe .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tEnzd6qUWe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tEnzd6qUWe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tEnzd6qUWe .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tEnzd6qUWe .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tEnzd6qUWe .embla__button--next,
.cid-tEnzd6qUWe .embla__button--prev {
  display: flex;
}
.cid-tEnzd6qUWe .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #4279b0;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEnzd6qUWe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tEnzd6qUWe .embla__button:hover {
  background: transparent;
  color: #4279b0;
  opacity: .7;
}
.cid-tEnzd6qUWe .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tEnzd6qUWe .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tEnzd6qUWe .embla__button {
    top: 7rem;
  }
}
.cid-tEnzd6qUWe .embla {
  position: relative;
  width: 100%;
}
.cid-tEnzd6qUWe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tEnzd6qUWe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tEnzd6qUWe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tEnzd6qUWe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEo5xAMyt9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4279b0;
}
.cid-tEo5xAMyt9 .container {
  display: flex;
  justify-content: center;
}
.cid-tEo5xAMyt9 .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-tEo5xAMyt9 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f1f2f4;
  box-shadow: 0 -30px 100px rgba(0, 37, 133, 0.03);
  border-radius: 30px;
  padding: 0 !important;
}
.cid-tEo5xAMyt9 .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-tEo5xAMyt9 .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-tEo5xAMyt9 .col-text1 {
  border-right: 1px solid #dfeaf9;
}
@media (max-width: 767px) {
  .cid-tEo5xAMyt9 .col-text1 {
    border-right: none;
    border-bottom: 1px solid #dfeaf9;
  }
}
.cid-tEo5xAMyt9 .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-tEo5xAMyt9 .icon-box {
    margin-right: 20px;
  }
}
.cid-tEo5xAMyt9 .icon-box .mbr-iconfont {
  color: #0066ff;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-tEo5xAMyt9 .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tEo5xAMyt9 .text-container {
  flex-grow: 1;
}
.cid-tEo5xAMyt9 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-tEo5xAMyt9 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tEo5xAMyt9 .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-tEo5xAMyt9 .link-text a:hover {
  text-decoration: underline;
}
.cid-tEo5xAMyt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEo5xAMyt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEo5BEcJ9r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4279b0;
}
.cid-tEo5BEcJ9r .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-tEo5BEcJ9r .card-box {
  z-index: 2;
  position: relative;
}
.cid-tEo5BEcJ9r .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #4279b0;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-tEo5BEcJ9r .mbr-iconfont-big {
  font-size: 14rem;
  color: #4279b0;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-tEo5BEcJ9r .card-title,
.cid-tEo5BEcJ9r .card-text {
  transition: all 0.3s;
}
.cid-tEo5BEcJ9r .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #f1f2f4;
  transition: all 0.3s;
}
.cid-tEo5BEcJ9r .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-tEo5BEcJ9r .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tEo5BEcJ9r .card-title,
.cid-tEo5BEcJ9r .iconfont-wrapper {
  color: #000000;
}
.cid-tEo5BEcJ9r .card-text {
  color: #919191;
}
.cid-tEo5BEcJ9r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tEo5BEcJ9r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tEo5BEcJ9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEo5BEcJ9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyMkvjIBX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f1f2f4;
}
.cid-tEyMkvjIBX .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tEyMkvjIBX .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tEyMkvjIBX .card-title {
  color: #4279b0;
}
.cid-tEyMkvjIBX .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tEyMkvjIBX .mbr-text {
    margin-top: 24px;
  }
}
.cid-tEyMkvjIBX .mbr-section-btn {
  margin-top: 30px;
}
.cid-tEyMkvjIBX .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tEyMkvjIBX .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tEyMkvjIBX .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tEyMkvjIBX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEyMkvjIBX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEyMkvjIBX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEyMkvjIBX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tEnkirMcCA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-tEnkirMcCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEnkirMcCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEnkirMcCA .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tEnkirMcCA .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tEnkirMcCA .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .container {
    max-width: 100%;
  }
  .cid-tEnkirMcCA .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tEnkirMcCA .item-wrap {
  width: 100%;
}
.cid-tEnkirMcCA .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tEnkirMcCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tEnkirMcCA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tEnkirMcCA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tEnkirMcCA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tEnkirMcCA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-tEnkirMcCA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tEnkirMcCA .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .col-links {
    padding-top: 20px;
  }
}
.cid-tEnkirMcCA .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tEnkirMcCA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tEnkirMcCA .list {
    text-align: center !important;
  }
}
.cid-tEnkirMcCA .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tEnkirMcCA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-tEnkirMcCA .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-tEnkirMcCA .list a:hover:before {
  width: 100%;
}
.cid-tEnkirMcCA .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tEnkirMcCA .col-copyright {
    padding-top: 40px;
  }
}
.cid-tEnkirMcCA .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-tEnkirMcCA .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-tXfNUpeDkH.popup-builder {
  background-color: #ffffff;
}
.cid-tXfNUpeDkH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tXfNUpeDkH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tXfNUpeDkH .modal-content,
.cid-tXfNUpeDkH .modal-dialog {
  height: auto;
}
.cid-tXfNUpeDkH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tXfNUpeDkH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tXfNUpeDkH .form-wrapper .mbr-form .form-group,
  .cid-tXfNUpeDkH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tXfNUpeDkH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tXfNUpeDkH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXfNUpeDkH .mbr-text {
  text-align: center;
  color: #4279b0;
}
.cid-tXfNUpeDkH .pt-0 {
  padding-top: 0 !important;
}
.cid-tXfNUpeDkH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tXfNUpeDkH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tXfNUpeDkH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tXfNUpeDkH .modal-open {
  overflow: hidden;
}
.cid-tXfNUpeDkH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tXfNUpeDkH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tXfNUpeDkH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tXfNUpeDkH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tXfNUpeDkH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tXfNUpeDkH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tXfNUpeDkH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tXfNUpeDkH .modal-content {
  background: #f1f2f4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tXfNUpeDkH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tXfNUpeDkH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tXfNUpeDkH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tXfNUpeDkH .modal-backdrop.show {
  opacity: .5;
}
.cid-tXfNUpeDkH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tXfNUpeDkH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXfNUpeDkH .modal-header {
    padding: 1rem;
  }
}
.cid-tXfNUpeDkH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tXfNUpeDkH .modal-header .close svg {
  fill: #4279b0;
}
.cid-tXfNUpeDkH .modal-header .close:hover {
  opacity: 1;
}
.cid-tXfNUpeDkH .modal-header .close:focus {
  outline: none;
}
.cid-tXfNUpeDkH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4279b0;
}
.cid-tXfNUpeDkH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tXfNUpeDkH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXfNUpeDkH .modal-body {
    padding: 1rem;
  }
}
.cid-tXfNUpeDkH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tXfNUpeDkH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXfNUpeDkH .modal-footer {
    padding: 1rem;
  }
}
.cid-tXfNUpeDkH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tXfNUpeDkH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tXfNUpeDkH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tXfNUpeDkH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tXfNUpeDkH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tXfNUpeDkH .modal-lg,
  .cid-tXfNUpeDkH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tXfNUpeDkH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tXfNUpeDkH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tXfNUpeDkH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tXfNUpeDkH .form-group {
  margin-bottom: 1rem;
}
.cid-tXfNUpeDkH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tXfNUpeDkH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tXfNUpeDkH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tXfNUpeDkH .mbr-section-btn {
  margin: 0;
}
.cid-tXfNUpeDkH .mbr-section-btn .btn {
  margin: 0;
}
.cid-ufMfYGlHSJ .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-ufMfYGlHSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-ufMfYGlHSJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .menu_box .navbar.opened,
  .cid-ufMfYGlHSJ .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ufMfYGlHSJ .navbar-dropdown {
  position: relative !important;
}
.cid-ufMfYGlHSJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ufMfYGlHSJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ufMfYGlHSJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ufMfYGlHSJ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-ufMfYGlHSJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ufMfYGlHSJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ufMfYGlHSJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ufMfYGlHSJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ufMfYGlHSJ .offcanvas-body .mbr-text,
  .cid-ufMfYGlHSJ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ufMfYGlHSJ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ufMfYGlHSJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ufMfYGlHSJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ufMfYGlHSJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufMfYGlHSJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ufMfYGlHSJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ufMfYGlHSJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ufMfYGlHSJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ufMfYGlHSJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ufMfYGlHSJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .nav-item {
    margin: 0 !important;
  }
}
.cid-ufMfYGlHSJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ufMfYGlHSJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ufMfYGlHSJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ufMfYGlHSJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ufMfYGlHSJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ufMfYGlHSJ .offcanvas_box {
    display: none;
  }
}
.cid-ufMfYGlHSJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ufMfYGlHSJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ufMfYGlHSJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ufMfYGlHSJ .container {
  display: flex;
  margin: auto;
}
.cid-ufMfYGlHSJ .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ufMfYGlHSJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ufMfYGlHSJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ufMfYGlHSJ .navbar-caption {
  color: #495DFF;
}
.cid-ufMfYGlHSJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ufMfYGlHSJ .navbar-nav {
    margin: 0;
  }
}
.cid-ufMfYGlHSJ .dropdown-menu,
.cid-ufMfYGlHSJ .navbar.opened {
  background-color: false !important;
}
.cid-ufMfYGlHSJ .nav-item:focus,
.cid-ufMfYGlHSJ .nav-link:focus {
  outline: none;
}
.cid-ufMfYGlHSJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufMfYGlHSJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufMfYGlHSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufMfYGlHSJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufMfYGlHSJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufMfYGlHSJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufMfYGlHSJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ufMfYGlHSJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ufMfYGlHSJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ufMfYGlHSJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ufMfYGlHSJ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ufMfYGlHSJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ufMfYGlHSJ .navbar.collapsed {
  justify-content: center;
}
.cid-ufMfYGlHSJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufMfYGlHSJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufMfYGlHSJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufMfYGlHSJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufMfYGlHSJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufMfYGlHSJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ufMfYGlHSJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufMfYGlHSJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ufMfYGlHSJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ufMfYGlHSJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufMfYGlHSJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufMfYGlHSJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ufMfYGlHSJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufMfYGlHSJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ufMfYGlHSJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufMfYGlHSJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ufMfYGlHSJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ufMfYGlHSJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ufMfYGlHSJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufMfYGlHSJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufMfYGlHSJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ufMfYGlHSJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufMfYGlHSJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufMfYGlHSJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufMfYGlHSJ .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-ufMfYGlHSJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-ufMfYGlHSJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufMfYGlHSJ .dropdown-item.active,
.cid-ufMfYGlHSJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ufMfYGlHSJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufMfYGlHSJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufMfYGlHSJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufMfYGlHSJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufMfYGlHSJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ufMfYGlHSJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufMfYGlHSJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-ufMfYGlHSJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-ufMfYGlHSJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufMfYGlHSJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufMfYGlHSJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufMfYGlHSJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufMfYGlHSJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufMfYGlHSJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufMfYGlHSJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufMfYGlHSJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufMfYGlHSJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ufMfYGlHSJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufMfYGlHSJ .navbar {
    height: 70px;
  }
  .cid-ufMfYGlHSJ .navbar.opened {
    height: auto;
  }
  .cid-ufMfYGlHSJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufMfYGlHSJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ufMfYGlHSJ .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-ufMfYGlHSJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ufMfYGlHSJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ufMfYGlHSJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ufMfYGlHSJ .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-ufMfYGlHSJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ufMfYGlHSJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufMfYGlHSJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ufMfYGlHSJ .text_widget {
  color: #ffffff;
}
.cid-ufMfYGlHSJ .mbr-section-subtitle,
.cid-ufMfYGlHSJ .text_widget,
.cid-ufMfYGlHSJ .mbr-section-btn {
  text-align: center;
}
.cid-ufMfYGlHSJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufMfYGSzgB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-ufMfYGSzgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufMfYGSzgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufMfYGSzgB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ufMfYGSzgB .container-fluid {
    padding: 0 30px;
  }
}
.cid-ufMfYGSzgB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufMfYGSzgB .container {
    padding: 0 30px;
  }
}
.cid-ufMfYGSzgB .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-ufMfYGSzgB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-ufMfYGSzgB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ufMfYGSzgB .embla__slide .card-wrap {
  width: 100%;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a {
  display: block;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-ufMfYGSzgB .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ufMfYGSzgB .embla__button--next,
.cid-ufMfYGSzgB .embla__button--prev {
  display: flex;
}
.cid-ufMfYGSzgB .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ufMfYGSzgB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufMfYGSzgB .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-ufMfYGSzgB .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufMfYGSzgB .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-ufMfYGSzgB .embla__button {
    top: auto;
  }
}
.cid-ufMfYGSzgB .embla {
  position: relative;
  width: 100%;
}
.cid-ufMfYGSzgB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ufMfYGSzgB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufMfYGSzgB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufMfYGSzgB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufMfYGSzgB .mbr-section-title {
  color: #ffffff;
}
.cid-ufMfYGSzgB .mbr-date {
  color: #ffffff;
}
.cid-ufMfYGSzgB .mbr-desc {
  color: #ffffff;
}
.cid-ufMfYGSzgB .mbr-text {
  color: #ffffff;
}
.cid-ufMfYILMa3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-ufMfYILMa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufMfYILMa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufMfYILMa3 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufMfYILMa3 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ufMfYILMa3 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufMfYILMa3 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-ufMfYILMa3 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-ufMfYILMa3 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufMfYILMa3 .card .text-wrapper {
    display: none;
  }
}
.cid-ufMfYILMa3 .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufMfYILMa3 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ufMfYILMa3 .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-ufMfYILMa3 .mbr-section-title {
  color: #495DFF;
}
.cid-ufMfYILMa3 .mbr-text {
  color: #495DFF;
}
.cid-ufMfYJaPi5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-ufMfYJaPi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufMfYJaPi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufMfYJaPi5 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-ufMfYJaPi5 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-ufMfYJaPi5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-ufMfYJaPi5 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-ufMfYJaPi5 .container {
    max-width: 100%;
  }
  .cid-ufMfYJaPi5 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-ufMfYJaPi5 .item-wrap {
  width: 100%;
}
.cid-ufMfYJaPi5 .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-ufMfYJaPi5 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-ufMfYJaPi5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-ufMfYJaPi5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-ufMfYJaPi5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ufMfYJaPi5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-ufMfYJaPi5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ufMfYJaPi5 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufMfYJaPi5 .col-links {
    padding-top: 20px;
  }
}
.cid-ufMfYJaPi5 .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-ufMfYJaPi5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-ufMfYJaPi5 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-ufMfYJaPi5 .list {
    text-align: center !important;
  }
}
.cid-ufMfYJaPi5 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-ufMfYJaPi5 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-ufMfYJaPi5 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-ufMfYJaPi5 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-ufMfYJaPi5 .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-ufMfYJaPi5 .list a:hover:before {
  width: 100%;
}
.cid-ufMfYJaPi5 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-ufMfYJaPi5 .col-copyright {
    padding-top: 40px;
  }
}
.cid-ufMfYJaPi5 .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-ufMfYJaPi5 .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uh7uoS2ZPl .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
}
.cid-uh7uoS2ZPl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background: #f1f2f4;
}
.cid-uh7uoS2ZPl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .menu_box .navbar.opened,
  .cid-uh7uoS2ZPl .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uh7uoS2ZPl .navbar-dropdown {
  position: relative !important;
}
.cid-uh7uoS2ZPl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uh7uoS2ZPl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uh7uoS2ZPl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uh7uoS2ZPl .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #4279b0;
  }
  .cid-uh7uoS2ZPl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uh7uoS2ZPl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uh7uoS2ZPl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uh7uoS2ZPl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uh7uoS2ZPl .offcanvas-body .mbr-text,
  .cid-uh7uoS2ZPl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uh7uoS2ZPl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #4279b0;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uh7uoS2ZPl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uh7uoS2ZPl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uh7uoS2ZPl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uh7uoS2ZPl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uh7uoS2ZPl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uh7uoS2ZPl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uh7uoS2ZPl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uh7uoS2ZPl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uh7uoS2ZPl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .nav-item {
    margin: 0 !important;
  }
}
.cid-uh7uoS2ZPl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uh7uoS2ZPl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uh7uoS2ZPl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uh7uoS2ZPl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uh7uoS2ZPl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uh7uoS2ZPl .offcanvas_box {
    display: none;
  }
}
.cid-uh7uoS2ZPl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uh7uoS2ZPl .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uh7uoS2ZPl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uh7uoS2ZPl .container {
  display: flex;
  margin: auto;
}
.cid-uh7uoS2ZPl .iconfont-wrapper {
  color: #495dff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uh7uoS2ZPl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uh7uoS2ZPl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uh7uoS2ZPl .navbar-caption {
  color: #495DFF;
}
.cid-uh7uoS2ZPl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uh7uoS2ZPl .navbar-nav {
    margin: 0;
  }
}
.cid-uh7uoS2ZPl .dropdown-menu,
.cid-uh7uoS2ZPl .navbar.opened {
  background-color: false !important;
}
.cid-uh7uoS2ZPl .nav-item:focus,
.cid-uh7uoS2ZPl .nav-link:focus {
  outline: none;
}
.cid-uh7uoS2ZPl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh7uoS2ZPl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh7uoS2ZPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh7uoS2ZPl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh7uoS2ZPl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh7uoS2ZPl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh7uoS2ZPl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoS2ZPl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uh7uoS2ZPl .navbar.opened {
  transition: all 0.3s;
}
.cid-uh7uoS2ZPl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uh7uoS2ZPl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uh7uoS2ZPl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uh7uoS2ZPl .navbar.collapsed {
  justify-content: center;
}
.cid-uh7uoS2ZPl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh7uoS2ZPl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uh7uoS2ZPl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh7uoS2ZPl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh7uoS2ZPl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh7uoS2ZPl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uh7uoS2ZPl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uh7uoS2ZPl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uh7uoS2ZPl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uh7uoS2ZPl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh7uoS2ZPl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh7uoS2ZPl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uh7uoS2ZPl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh7uoS2ZPl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uh7uoS2ZPl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh7uoS2ZPl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uh7uoS2ZPl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uh7uoS2ZPl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uh7uoS2ZPl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh7uoS2ZPl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh7uoS2ZPl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uh7uoS2ZPl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh7uoS2ZPl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh7uoS2ZPl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh7uoS2ZPl .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-uh7uoS2ZPl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uh7uoS2ZPl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh7uoS2ZPl .dropdown-item.active,
.cid-uh7uoS2ZPl .dropdown-item:active {
  background-color: transparent;
}
.cid-uh7uoS2ZPl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh7uoS2ZPl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh7uoS2ZPl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh7uoS2ZPl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh7uoS2ZPl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uh7uoS2ZPl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh7uoS2ZPl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #f1f2f4;
}
.cid-uh7uoS2ZPl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #4279b0;
}
.cid-uh7uoS2ZPl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh7uoS2ZPl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7uoS2ZPl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh7uoS2ZPl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh7uoS2ZPl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7uoS2ZPl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh7uoS2ZPl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh7uoS2ZPl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh7uoS2ZPl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uh7uoS2ZPl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh7uoS2ZPl .navbar {
    height: 70px;
  }
  .cid-uh7uoS2ZPl .navbar.opened {
    height: auto;
  }
  .cid-uh7uoS2ZPl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh7uoS2ZPl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uh7uoS2ZPl .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uh7uoS2ZPl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uh7uoS2ZPl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uh7uoS2ZPl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uh7uoS2ZPl .navbar-caption:hover {
  color: #4279b0;
}
@media (min-width: 992px) {
  .cid-uh7uoS2ZPl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uh7uoS2ZPl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uh7uoS2ZPl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uh7uoS2ZPl .text_widget {
  color: #ffffff;
}
.cid-uh7uoS2ZPl .mbr-section-subtitle,
.cid-uh7uoS2ZPl .text_widget,
.cid-uh7uoS2ZPl .mbr-section-btn {
  text-align: center;
}
.cid-uh7uoS2ZPl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uh7uoTTFpY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-uh7uoTTFpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7uoTTFpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7uoTTFpY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uh7uoTTFpY .container-fluid {
    padding: 0 30px;
  }
}
.cid-uh7uoTTFpY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoTTFpY .container {
    padding: 0 30px;
  }
}
.cid-uh7uoTTFpY .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uh7uoTTFpY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uh7uoTTFpY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uh7uoTTFpY .embla__slide .card-wrap {
  width: 100%;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a {
  display: block;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uh7uoTTFpY .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uh7uoTTFpY .embla__button--next,
.cid-uh7uoTTFpY .embla__button--prev {
  display: flex;
}
.cid-uh7uoTTFpY .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uh7uoTTFpY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7uoTTFpY .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-uh7uoTTFpY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uh7uoTTFpY .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uh7uoTTFpY .embla__button {
    top: auto;
  }
}
.cid-uh7uoTTFpY .embla {
  position: relative;
  width: 100%;
}
.cid-uh7uoTTFpY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uh7uoTTFpY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7uoTTFpY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7uoTTFpY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7uoTTFpY .mbr-section-title {
  color: #ffffff;
}
.cid-uh7uoTTFpY .mbr-date {
  color: #ffffff;
}
.cid-uh7uoTTFpY .mbr-desc {
  color: #ffffff;
}
.cid-uh7uoTTFpY .mbr-text {
  color: #ffffff;
}
.cid-uh7uoSFr7O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-uh7uoSFr7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7uoSFr7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7uoSFr7O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uh7uoSFr7O .container-fluid {
    padding: 0 30px;
  }
}
.cid-uh7uoSFr7O .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoSFr7O .container {
    padding: 0 30px;
  }
}
.cid-uh7uoSFr7O .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uh7uoSFr7O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uh7uoSFr7O .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uh7uoSFr7O .embla__slide .card-wrap {
  width: 100%;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a {
  display: block;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ff770a;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uh7uoSFr7O .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ff770a;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uh7uoSFr7O .embla__button--next,
.cid-uh7uoSFr7O .embla__button--prev {
  display: flex;
}
.cid-uh7uoSFr7O .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uh7uoSFr7O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7uoSFr7O .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-uh7uoSFr7O .embla__button.embla__button--prev {
  left: 0;
}
.cid-uh7uoSFr7O .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uh7uoSFr7O .embla__button {
    top: auto;
  }
}
.cid-uh7uoSFr7O .embla {
  position: relative;
  width: 100%;
}
.cid-uh7uoSFr7O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uh7uoSFr7O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7uoSFr7O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7uoSFr7O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7uoSFr7O .mbr-section-title {
  color: #ffffff;
}
.cid-uh7uoSFr7O .mbr-date {
  color: #ffffff;
}
.cid-uh7uoSFr7O .mbr-desc {
  color: #ffffff;
}
.cid-uh7uoSFr7O .mbr-text {
  color: #ffffff;
}
.cid-uh7uoTh1hc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #4279b0;
}
.cid-uh7uoTh1hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7uoTh1hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7uoTh1hc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uh7uoTh1hc .container-fluid {
    padding: 0 30px;
  }
}
.cid-uh7uoTh1hc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoTh1hc .container {
    padding: 0 30px;
  }
}
.cid-uh7uoTh1hc .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uh7uoTh1hc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uh7uoTh1hc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uh7uoTh1hc .embla__slide .card-wrap {
  width: 100%;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a {
  display: block;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uh7uoTh1hc .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uh7uoTh1hc .embla__button--next,
.cid-uh7uoTh1hc .embla__button--prev {
  display: flex;
}
.cid-uh7uoTh1hc .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uh7uoTh1hc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7uoTh1hc .embla__button:hover {
  background: transparent;
  color: #f1f2f4;
}
.cid-uh7uoTh1hc .embla__button.embla__button--prev {
  left: 0;
}
.cid-uh7uoTh1hc .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uh7uoTh1hc .embla__button {
    top: auto;
  }
}
.cid-uh7uoTh1hc .embla {
  position: relative;
  width: 100%;
}
.cid-uh7uoTh1hc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uh7uoTh1hc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7uoTh1hc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7uoTh1hc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7uoTh1hc .mbr-section-title {
  color: #ffffff;
}
.cid-uh7uoTh1hc .mbr-date {
  color: #ffffff;
}
.cid-uh7uoTh1hc .mbr-desc {
  color: #ffffff;
}
.cid-uh7uoTh1hc .mbr-text {
  color: #ffffff;
}
.cid-uh7xxN8I4W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uh7xxN8I4W .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uh7xxN8I4W .container {
    padding: 10px 8px;
  }
}
.cid-uh7xxN8I4W .row {
  border-radius: 25px;
  background-color: #222222;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uh7xxN8I4W .row {
    padding: 100px 10px;
    padding: 50px 10px 100px;
  }
}
.cid-uh7xxN8I4W .row .card {
  padding: 0;
}
.cid-uh7xxN8I4W .item:focus,
.cid-uh7xxN8I4W span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-uh7xxN8I4W .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh7xxN8I4W .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #3283fb;
  margin-bottom: 0;
}
.cid-uh7xxN8I4W .mbr-section-title {
  width: 50%;
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh7xxN8I4W .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uh7xxN8I4W .mbr-section-title {
    width: 100%;
  }
}
.cid-uh7xxN8I4W .mbr-section-title span {
  opacity: .5;
}
.cid-uh7xxN8I4W .mbr-section-btn {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uh7xxN8I4W .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-uh7xxN8I4W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cid-uh7xxN8I4W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uh7xxN8I4W .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px !important;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uh7xxN8I4W .embla__slide .slide-content {
    padding: 20px;
  }
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  margin-top: 16px;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .card-circle {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #73abff;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-uh7xxN8I4W .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uh7xxN8I4W .embla__button--next,
.cid-uh7xxN8I4W .embla__button--prev {
  display: flex;
}
.cid-uh7xxN8I4W .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uh7xxN8I4W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7xxN8I4W .embla__button:hover {
  transform: scale(1.15);
}
.cid-uh7xxN8I4W .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uh7xxN8I4W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh7xxN8I4W .embla {
  position: relative;
  width: 100%;
}
.cid-uh7xxN8I4W .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uh7xxN8I4W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7xxN8I4W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7xxN8I4W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7xxN8I4W .mbr-desc {
  color: #ffffff;
}
.cid-uh7xxN8I4W .card-text {
  color: #222222;
}
.cid-uh7xxN8I4W .card-circle {
  color: #ffffff;
}
.cid-uh7xxN8I4W .card-name {
  color: #222222;
}
.cid-uh7xBqHmlI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uh7xBqHmlI .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .container {
    padding: 0 6px;
  }
}
.cid-uh7xBqHmlI .row {
  margin: 0;
  background-color: #262626;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uh7xBqHmlI .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uh7xBqHmlI .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uh7xBqHmlI .row {
    padding: 70px 30px;
  }
}
.cid-uh7xBqHmlI .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uh7xBqHmlI .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .desc-wrapper {
    padding: 0;
  }
}
.cid-uh7xBqHmlI .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uh7xBqHmlI .title-wrapper {
  margin-bottom: 64px;
}
.cid-uh7xBqHmlI .title-wrapper span {
  color: #009472;
}
.cid-uh7xBqHmlI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uh7xBqHmlI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-uh7xBqHmlI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uh7xBqHmlI .embla__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #009472;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-uh7xBqHmlI .embla__slide .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uh7xBqHmlI .embla__slide .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .embla__slide .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-uh7xBqHmlI .embla__slide:hover .item-wrapper .item-img img,
.cid-uh7xBqHmlI .embla__slide:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uh7xBqHmlI .embla__slide:hover::before,
.cid-uh7xBqHmlI .embla__slide:focus::before {
  top: -10px;
}
.cid-uh7xBqHmlI .embla__slide:hover .item-desc,
.cid-uh7xBqHmlI .embla__slide:focus .item-desc {
  top: -57px;
}
.cid-uh7xBqHmlI .embla__slide .slide-content {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 22px;
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-img .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cid-uh7xBqHmlI .embla__slide .slide-content .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-uh7xBqHmlI .embla__slide .slide-content .item-img .image-wrap img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uh7xBqHmlI .embla__button--next,
.cid-uh7xBqHmlI .embla__button--prev {
  display: flex;
}
.cid-uh7xBqHmlI .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #919191;
  color: #4279b0 !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uh7xBqHmlI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7xBqHmlI .embla__button:hover {
  color: #f1f2f4 !important;
}
.cid-uh7xBqHmlI .embla__button.embla__button--prev {
  left: 40%;
}
@media (max-width: 768px) {
  .cid-uh7xBqHmlI .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-uh7xBqHmlI .embla__button.embla__button--next {
  right: 40%;
}
@media (max-width: 768px) {
  .cid-uh7xBqHmlI .embla__button.embla__button--next {
    right: 10%;
  }
}
.cid-uh7xBqHmlI .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uh7xBqHmlI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-top: 57px;
}
.cid-uh7xBqHmlI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7xBqHmlI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7xBqHmlI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7xBqHmlI .mbr-desc {
  color: #ffffff;
}
.cid-uh7xBqHmlI .mbr-section-title {
  color: #ffffff;
}
.cid-uh7xBqHmlI .card-desc {
  color: #ffffff;
}
.cid-uh7xBqHmlI .item-title {
  color: #131313;
}
.cid-uh7xBqHmlI .mbr-text {
  color: #131313;
}
.cid-uh7xyGebog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uh7xyGebog .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .container {
    padding: 10px 8px;
  }
}
.cid-uh7xyGebog .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uh7xyGebog .row {
    padding: 100px 10px;
  }
}
.cid-uh7xyGebog .row .card {
  padding: 0;
}
.cid-uh7xyGebog .item:focus,
.cid-uh7xyGebog span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh7xyGebog .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uh7xyGebog .mbr-section-title {
  width: 50%;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uh7xyGebog .mbr-section-title {
    width: 100%;
  }
}
.cid-uh7xyGebog .mbr-section-title span {
  opacity: .5;
}
.cid-uh7xyGebog .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-uh7xyGebog .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uh7xyGebog .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-wrapper .item-img img {
  height: 240px;
  object-fit: cover;
  border-radius: 25px !important;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper {
    display: block;
  }
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap {
  border-radius: 17px;
  background-color: #e1edff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-title {
  margin-bottom: 30px;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-number {
  margin-bottom: 0;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper a {
  display: block;
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper a:hover .mbr-iconfont,
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3283fb;
  color: #ffffff;
  font-size: 16px;
  margin-left: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uh7xyGebog .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
    margin: 20px auto 0;
  }
}
.cid-uh7xyGebog .embla__button--next,
.cid-uh7xyGebog .embla__button--prev {
  display: flex;
}
.cid-uh7xyGebog .embla__button {
  top: -7.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #ffffff 0, #ffffff 98%);
  color: #3283fb !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uh7xyGebog .embla__button {
    top: -3rem;
  }
}
.cid-uh7xyGebog .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uh7xyGebog .embla__button:hover {
  transform: scale(1.15);
}
.cid-uh7xyGebog .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uh7xyGebog .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh7xyGebog .embla {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.cid-uh7xyGebog .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uh7xyGebog .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uh7xyGebog .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uh7xyGebog .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uh7xyGebog .mbr-desc {
  color: #222222;
}
.cid-uh7xyGebog .card-title {
  color: #222222;
}
.cid-uh7xyGebog .item-title {
  color: #222222;
}
.cid-uh7xyGebog .item-number {
  color: #222222;
}
.cid-uh7uoUl1FO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1f2f4;
}
.cid-uh7uoUl1FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7uoUl1FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7uoUl1FO .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh7uoUl1FO .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uh7uoUl1FO .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoUl1FO .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uh7uoUl1FO .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-uh7uoUl1FO .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uh7uoUl1FO .card .text-wrapper {
    display: none;
  }
}
.cid-uh7uoUl1FO .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uh7uoUl1FO .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uh7uoUl1FO .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #f1f2f4;
  background-color: #f1f2f4;
  border-radius: 100%;
}
.cid-uh7uoUl1FO .mbr-section-title {
  color: #495DFF;
}
.cid-uh7uoUl1FO .mbr-text {
  color: #495DFF;
}
.cid-uh7uoUFswx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4279b0;
}
.cid-uh7uoUFswx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh7uoUFswx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh7uoUFswx .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uh7uoUFswx .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uh7uoUFswx .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uh7uoUFswx .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uh7uoUFswx .container {
    max-width: 100%;
  }
  .cid-uh7uoUFswx .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uh7uoUFswx .item-wrap {
  width: 100%;
}
.cid-uh7uoUFswx .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: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uh7uoUFswx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uh7uoUFswx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uh7uoUFswx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uh7uoUFswx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uh7uoUFswx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uh7uoUFswx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uh7uoUFswx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uh7uoUFswx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #4279b0, #4279b0);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #282828;
  transition: 0.4s all;
}
.cid-uh7uoUFswx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uh7uoUFswx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uh7uoUFswx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uh7uoUFswx .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uh7uoUFswx .col-links {
    padding-top: 20px;
  }
}
.cid-uh7uoUFswx .mbr-section-subtitle {
  color: #bbbbbb;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uh7uoUFswx .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uh7uoUFswx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uh7uoUFswx .list {
    text-align: center !important;
  }
}
.cid-uh7uoUFswx .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uh7uoUFswx .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uh7uoUFswx .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uh7uoUFswx .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4279b0;
  transition: 0.4s all;
}
.cid-uh7uoUFswx .list a:hover {
  color: #4279b0 !important;
  line-height: inherit !important;
}
.cid-uh7uoUFswx .list a:hover:before {
  width: 100%;
}
.cid-uh7uoUFswx .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uh7uoUFswx .col-copyright {
    padding-top: 40px;
  }
}
.cid-uh7uoUFswx .border-item {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
}
.cid-uh7uoUFswx .copyright {
  color: #ffffff;
  padding: 40px 0;
}
