<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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;
}
.cid-tDjRUa1Cgo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDjRUa1Cgo nav.navbar {
  position: fixed;
}
.cid-tDjRUa1Cgo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDjRUa1Cgo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDjRUa1Cgo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDjRUa1Cgo .dropdown-item:hover,
.cid-tDjRUa1Cgo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDjRUa1Cgo .dropdown-item:hover span {
  color: white;
}
.cid-tDjRUa1Cgo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDjRUa1Cgo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDjRUa1Cgo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDjRUa1Cgo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDjRUa1Cgo .nav-link {
  position: relative;
}
.cid-tDjRUa1Cgo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDjRUa1Cgo .container {
    flex-wrap: nowrap;
  }
}
.cid-tDjRUa1Cgo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDjRUa1Cgo .dropdown-menu,
.cid-tDjRUa1Cgo .navbar.opened {
  background: #ffffff !important;
}
.cid-tDjRUa1Cgo .nav-item:focus,
.cid-tDjRUa1Cgo .nav-link:focus {
  outline: none;
}
.cid-tDjRUa1Cgo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDjRUa1Cgo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDjRUa1Cgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDjRUa1Cgo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDjRUa1Cgo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDjRUa1Cgo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDjRUa1Cgo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDjRUa1Cgo .navbar.opened {
  transition: all 0.3s;
}
.cid-tDjRUa1Cgo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDjRUa1Cgo .navbar .navbar-logo img {
  width: auto;
}
.cid-tDjRUa1Cgo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDjRUa1Cgo .navbar.collapsed {
  justify-content: center;
}
.cid-tDjRUa1Cgo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDjRUa1Cgo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDjRUa1Cgo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDjRUa1Cgo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDjRUa1Cgo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDjRUa1Cgo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDjRUa1Cgo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDjRUa1Cgo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDjRUa1Cgo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDjRUa1Cgo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDjRUa1Cgo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDjRUa1Cgo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDjRUa1Cgo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDjRUa1Cgo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDjRUa1Cgo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDjRUa1Cgo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDjRUa1Cgo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDjRUa1Cgo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDjRUa1Cgo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDjRUa1Cgo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDjRUa1Cgo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDjRUa1Cgo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDjRUa1Cgo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDjRUa1Cgo .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-tDjRUa1Cgo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDjRUa1Cgo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDjRUa1Cgo .dropdown-item.active,
.cid-tDjRUa1Cgo .dropdown-item:active {
  background-color: transparent;
}
.cid-tDjRUa1Cgo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDjRUa1Cgo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDjRUa1Cgo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDjRUa1Cgo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDjRUa1Cgo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDjRUa1Cgo .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDjRUa1Cgo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDjRUa1Cgo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDjRUa1Cgo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDjRUa1Cgo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDjRUa1Cgo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDjRUa1Cgo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjRUa1Cgo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDjRUa1Cgo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDjRUa1Cgo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjRUa1Cgo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDjRUa1Cgo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDjRUa1Cgo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDjRUa1Cgo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDjRUa1Cgo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDjRUa1Cgo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDjRUa1Cgo .navbar {
    height: 70px;
  }
  .cid-tDjRUa1Cgo .navbar.opened {
    height: auto;
  }
  .cid-tDjRUa1Cgo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLyZYW20Vl {
  display: flex;
  background-image: url("../../../assets/images/istock-862717438-1024x683.jpg");
}
.cid-uLyZYW20Vl .mbr-overlay {
  background-color: #353535;
  opacity: 0.3;
}
.cid-uLyZYW20Vl .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uLyZYW20Vl {
    align-items: flex-end;
  }
  .cid-uLyZYW20Vl .row {
    justify-content: flex-start;
  }
  .cid-uLyZYW20Vl .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLyZYW20Vl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLyZYW20Vl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLyZYW20Vl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLyZYW20Vl .content-wrap {
    width: 100%;
  }
}
.cid-uLyZYW20Vl .mbr-text,
.cid-uLyZYW20Vl .mbr-section-btn {
  text-align: left;
}
.cid-tDjUrH7wek {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjUrH7wek .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjUrH7wek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tDjUrH7wek .container {
    max-width: 1400px;
  }
}
.cid-tDjUrH7wek .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tDjUrH7wek .card-wrapper {
  margin-top: 3rem;
}
.cid-tDjUrH7wek .row {
  justify-content: center;
}
.cid-tDjUrH7wek .mbr-section-subtitle {
  color: #ff9966;
}
.cid-uLz6Psraot {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLz6Psraot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLz6Psraot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLz6Psraot .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLz6Psraot .row {
  flex-direction: row-reverse;
}
.cid-uLz6Psraot img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLz6Psraot .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDjUvJaMRJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDjUvJaMRJ img,
.cid-tDjUvJaMRJ .item-img {
  width: 100%;
}
.cid-tDjUvJaMRJ .item:focus,
.cid-tDjUvJaMRJ span:focus {
  outline: none;
}
.cid-tDjUvJaMRJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDjUvJaMRJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDjUvJaMRJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDjUvJaMRJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDjUvJaMRJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDjUvJaMRJ .mbr-section-title {
  color: #232323;
}
.cid-tDjUvJaMRJ .mbr-text,
.cid-tDjUvJaMRJ .mbr-section-btn {
  text-align: left;
}
.cid-tDjUvJaMRJ .item-title {
  text-align: left;
}
.cid-tDjUvJaMRJ .item-subtitle {
  text-align: left;
}
.cid-tDjURsErFr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDjURsErFr .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDjUBVNNIv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDjUBVNNIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjUBVNNIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjUBVNNIv .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tDjUBVNNIv .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDjUBVNNIv .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDjUBVNNIv .card {
    margin-bottom: 2rem;
  }
  .cid-tDjUBVNNIv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDjUBVNNIv .mbr-text,
.cid-tDjUBVNNIv .mbr-section-btn {
  color: #ff9966;
}
.cid-tDk8ocHjzf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDk8ocHjzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDk8ocHjzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDk8ocHjzf .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDk8ocHjzf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDk8ocHjzf .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDk8ocHjzf .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDk8ocHjzf .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDk8ocHjzf .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDk8ocHjzf .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDk8ocHjzf .nav-link,
.cid-tDk8ocHjzf .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDk8ocHjzf .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDk8ocHjzf H4 {
  text-align: center;
}
.cid-tDk8ocHjzf H3 {
  text-align: center;
  color: #ff9966;
}
.cid-uLyzZCyK37 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLyzZCyK37 img,
.cid-uLyzZCyK37 .item-img {
  width: 100%;
}
.cid-uLyzZCyK37 .item:focus,
.cid-uLyzZCyK37 span:focus {
  outline: none;
}
.cid-uLyzZCyK37 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLyzZCyK37 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLyzZCyK37 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLyzZCyK37 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLyzZCyK37 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLyzZCyK37 .mbr-section-title {
  color: #232323;
}
.cid-uLyzZCyK37 .mbr-text,
.cid-uLyzZCyK37 .mbr-section-btn {
  text-align: left;
}
.cid-uLyzZCyK37 .item-title {
  text-align: left;
}
.cid-uLyzZCyK37 .item-subtitle {
  text-align: center;
}
.cid-uLyCjDuRrA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLyCjDuRrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyCjDuRrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLyCjDuRrA .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uLyCjDuRrA .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLyCjDuRrA .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uLyD05P3r3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLyD05P3r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLyD05P3r3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLyD05P3r3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uLyD05P3r3 .container {
    max-width: 1400px;
  }
}
.cid-uLyD05P3r3 .card {
  margin: auto;
}
.cid-uLyD05P3r3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uLyD05P3r3 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLyD05P3r3 .row {
  justify-content: center;
}
.cid-tDjV7Sf5u2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDjV7Sf5u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjV7Sf5u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjV7Sf5u2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDjV7Sf5u2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDjV7Sf5u2 .embla__button--next,
.cid-tDjV7Sf5u2 .embla__button--prev {
  display: flex;
}
.cid-tDjV7Sf5u2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDjV7Sf5u2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDjV7Sf5u2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDjV7Sf5u2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDjV7Sf5u2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDjV7Sf5u2 .embla__button {
    top: auto;
  }
}
.cid-tDjV7Sf5u2 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDjV7Sf5u2 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDjV7Sf5u2 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDjV7Sf5u2 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDjV7Sf5u2 .embla {
  position: relative;
  width: 100%;
}
.cid-tDjV7Sf5u2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDjV7Sf5u2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDjV7Sf5u2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDjV7Sf5u2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDjULwN1QR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDjULwN1QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDjULwN1QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDjULwN1QR .mbr-text,
.cid-tDjULwN1QR .mbr-section-btn {
  color: #232323;
}
.cid-tDjULwN1QR .card-title,
.cid-tDjULwN1QR .card-box {
  color: #ffffff;
}
.cid-tDjULwN1QR .mbr-text,
.cid-tDjULwN1QR .link-wrap {
  color: #ffffff;
}
.cid-tDkclFtP9U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDkclFtP9U nav.navbar {
  position: fixed;
}
.cid-tDkclFtP9U .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkclFtP9U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDkclFtP9U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDkclFtP9U .dropdown-item:hover,
.cid-tDkclFtP9U .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDkclFtP9U .dropdown-item:hover span {
  color: white;
}
.cid-tDkclFtP9U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDkclFtP9U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDkclFtP9U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDkclFtP9U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDkclFtP9U .nav-link {
  position: relative;
}
.cid-tDkclFtP9U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDkclFtP9U .container {
    flex-wrap: nowrap;
  }
}
.cid-tDkclFtP9U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDkclFtP9U .dropdown-menu,
.cid-tDkclFtP9U .navbar.opened {
  background: #ffffff !important;
}
.cid-tDkclFtP9U .nav-item:focus,
.cid-tDkclFtP9U .nav-link:focus {
  outline: none;
}
.cid-tDkclFtP9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDkclFtP9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDkclFtP9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDkclFtP9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkclFtP9U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDkclFtP9U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDkclFtP9U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDkclFtP9U .navbar.opened {
  transition: all 0.3s;
}
.cid-tDkclFtP9U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDkclFtP9U .navbar .navbar-logo img {
  width: auto;
}
.cid-tDkclFtP9U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDkclFtP9U .navbar.collapsed {
  justify-content: center;
}
.cid-tDkclFtP9U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDkclFtP9U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDkclFtP9U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDkclFtP9U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDkclFtP9U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDkclFtP9U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDkclFtP9U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDkclFtP9U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDkclFtP9U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDkclFtP9U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDkclFtP9U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDkclFtP9U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDkclFtP9U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDkclFtP9U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDkclFtP9U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDkclFtP9U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDkclFtP9U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDkclFtP9U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDkclFtP9U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDkclFtP9U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDkclFtP9U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDkclFtP9U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDkclFtP9U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDkclFtP9U .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-tDkclFtP9U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDkclFtP9U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDkclFtP9U .dropdown-item.active,
.cid-tDkclFtP9U .dropdown-item:active {
  background-color: transparent;
}
.cid-tDkclFtP9U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDkclFtP9U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDkclFtP9U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDkclFtP9U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDkclFtP9U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDkclFtP9U .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDkclFtP9U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDkclFtP9U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDkclFtP9U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDkclFtP9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDkclFtP9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDkclFtP9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkclFtP9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkclFtP9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDkclFtP9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkclFtP9U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDkclFtP9U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDkclFtP9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkclFtP9U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDkclFtP9U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkclFtP9U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDkclFtP9U .navbar {
    height: 70px;
  }
  .cid-tDkclFtP9U .navbar.opened {
    height: auto;
  }
  .cid-tDkclFtP9U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDkclGvJuW {
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-tDkclGvJuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkclGvJuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkclGvJuW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tDkclGvJuW .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tDkclGvJuW .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tDkcyU9oAZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkcyU9oAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkcyU9oAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkcDPA5U7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDkclJccLs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkclJccLs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkclKlNoR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkclKlNoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkclKlNoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkclKlNoR .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDkclKlNoR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDkclKlNoR .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDkclKlNoR .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDkclKlNoR .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDkclKlNoR .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDkclKlNoR .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDkclKlNoR .nav-link,
.cid-tDkclKlNoR .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDkclKlNoR .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDkclKlNoR H4 {
  text-align: center;
}
.cid-tDkclKlNoR H3 {
  text-align: center;
  color: #ff9966;
}
.cid-tDkclL8tgf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkclL8tgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkclL8tgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkclL8tgf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDkclL8tgf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDkclL8tgf .embla__button--next,
.cid-tDkclL8tgf .embla__button--prev {
  display: flex;
}
.cid-tDkclL8tgf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDkclL8tgf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDkclL8tgf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDkclL8tgf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDkclL8tgf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDkclL8tgf .embla__button {
    top: auto;
  }
}
.cid-tDkclL8tgf .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDkclL8tgf .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDkclL8tgf .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDkclL8tgf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDkclL8tgf .embla {
  position: relative;
  width: 100%;
}
.cid-tDkclL8tgf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDkclL8tgf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDkclL8tgf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDkclL8tgf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDkclMsar3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDkclMsar3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkclMsar3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkclMsar3 .mbr-text,
.cid-tDkclMsar3 .mbr-section-btn {
  color: #232323;
}
.cid-tDkclMsar3 .card-title,
.cid-tDkclMsar3 .card-box {
  color: #ffffff;
}
.cid-tDkclMsar3 .mbr-text,
.cid-tDkclMsar3 .link-wrap {
  color: #ffffff;
}
.cid-tDkfbbD9dK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDkfbbD9dK nav.navbar {
  position: fixed;
}
.cid-tDkfbbD9dK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkfbbD9dK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDkfbbD9dK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDkfbbD9dK .dropdown-item:hover,
.cid-tDkfbbD9dK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDkfbbD9dK .dropdown-item:hover span {
  color: white;
}
.cid-tDkfbbD9dK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDkfbbD9dK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDkfbbD9dK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDkfbbD9dK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDkfbbD9dK .nav-link {
  position: relative;
}
.cid-tDkfbbD9dK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDkfbbD9dK .container {
    flex-wrap: nowrap;
  }
}
.cid-tDkfbbD9dK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDkfbbD9dK .dropdown-menu,
.cid-tDkfbbD9dK .navbar.opened {
  background: #ffffff !important;
}
.cid-tDkfbbD9dK .nav-item:focus,
.cid-tDkfbbD9dK .nav-link:focus {
  outline: none;
}
.cid-tDkfbbD9dK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDkfbbD9dK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDkfbbD9dK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDkfbbD9dK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkfbbD9dK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDkfbbD9dK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDkfbbD9dK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDkfbbD9dK .navbar.opened {
  transition: all 0.3s;
}
.cid-tDkfbbD9dK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDkfbbD9dK .navbar .navbar-logo img {
  width: auto;
}
.cid-tDkfbbD9dK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDkfbbD9dK .navbar.collapsed {
  justify-content: center;
}
.cid-tDkfbbD9dK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDkfbbD9dK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDkfbbD9dK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDkfbbD9dK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDkfbbD9dK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDkfbbD9dK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDkfbbD9dK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDkfbbD9dK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDkfbbD9dK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDkfbbD9dK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDkfbbD9dK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDkfbbD9dK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDkfbbD9dK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDkfbbD9dK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDkfbbD9dK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDkfbbD9dK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDkfbbD9dK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDkfbbD9dK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDkfbbD9dK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDkfbbD9dK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDkfbbD9dK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDkfbbD9dK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDkfbbD9dK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDkfbbD9dK .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-tDkfbbD9dK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDkfbbD9dK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDkfbbD9dK .dropdown-item.active,
.cid-tDkfbbD9dK .dropdown-item:active {
  background-color: transparent;
}
.cid-tDkfbbD9dK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDkfbbD9dK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDkfbbD9dK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDkfbbD9dK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDkfbbD9dK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDkfbbD9dK .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDkfbbD9dK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDkfbbD9dK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDkfbbD9dK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDkfbbD9dK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDkfbbD9dK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDkfbbD9dK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkfbbD9dK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkfbbD9dK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDkfbbD9dK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkfbbD9dK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDkfbbD9dK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDkfbbD9dK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkfbbD9dK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDkfbbD9dK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkfbbD9dK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDkfbbD9dK .navbar {
    height: 70px;
  }
  .cid-tDkfbbD9dK .navbar.opened {
    height: auto;
  }
  .cid-tDkfbbD9dK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDkfbcDTWC {
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-tDkfbcDTWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkfbcDTWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkfbcDTWC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tDkfbcDTWC .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tDkfbcDTWC .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tDkfbdufCn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkfbdufCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkfbdufCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkgcJVl0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDkgti76DI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDkgti76DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkgti76DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkgti76DI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDkgti76DI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDkgti76DI .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDkhKD20vB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDkhKD20vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkhKD20vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkhKD20vB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDkhKD20vB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDkhKD20vB .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDkhGVsoM8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkhGVsoM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkhGVsoM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkhGVsoM8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tDkhGVsoM8 .item .icon-wrap {
  text-align: center;
}
.cid-tDkhGVsoM8 .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tDkhGVsoM8 .item:last-child:before {
  display: none;
}
.cid-tDkhGVsoM8 .item.last::before {
  display: none;
}
.cid-tDkhGVsoM8 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tDkhGVsoM8 .text-box {
  text-align: center;
}
.cid-tDkhGVsoM8 span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tDkhGVsoM8 .card {
    margin-bottom: 2rem;
  }
  .cid-tDkhGVsoM8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDkgJzcWTZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDkfbeCRup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkfbeCRup .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkfbf8yXz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkfbf8yXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkfbf8yXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkfbf8yXz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDkfbf8yXz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDkfbf8yXz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDkfbf8yXz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDkfbf8yXz .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDkfbf8yXz .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDkfbf8yXz .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDkfbf8yXz .nav-link,
.cid-tDkfbf8yXz .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDkfbf8yXz .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDkfbf8yXz H4 {
  text-align: center;
}
.cid-tDkfbf8yXz H3 {
  text-align: center;
  color: #ff9966;
}
.cid-tDkfbg6teD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkfbg6teD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkfbg6teD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkfbg6teD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDkfbg6teD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDkfbg6teD .embla__button--next,
.cid-tDkfbg6teD .embla__button--prev {
  display: flex;
}
.cid-tDkfbg6teD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDkfbg6teD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDkfbg6teD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDkfbg6teD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDkfbg6teD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDkfbg6teD .embla__button {
    top: auto;
  }
}
.cid-tDkfbg6teD .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDkfbg6teD .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDkfbg6teD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDkfbg6teD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDkfbg6teD .embla {
  position: relative;
  width: 100%;
}
.cid-tDkfbg6teD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDkfbg6teD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDkfbg6teD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDkfbg6teD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDkfbhocAX {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDkfbhocAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkfbhocAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkfbhocAX .mbr-text,
.cid-tDkfbhocAX .mbr-section-btn {
  color: #232323;
}
.cid-tDkfbhocAX .card-title,
.cid-tDkfbhocAX .card-box {
  color: #ffffff;
}
.cid-tDkfbhocAX .mbr-text,
.cid-tDkfbhocAX .link-wrap {
  color: #ffffff;
}
.cid-tDkjCwBZdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDkjCwBZdJ nav.navbar {
  position: fixed;
}
.cid-tDkjCwBZdJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkjCwBZdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDkjCwBZdJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDkjCwBZdJ .dropdown-item:hover,
.cid-tDkjCwBZdJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDkjCwBZdJ .dropdown-item:hover span {
  color: white;
}
.cid-tDkjCwBZdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDkjCwBZdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDkjCwBZdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDkjCwBZdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDkjCwBZdJ .nav-link {
  position: relative;
}
.cid-tDkjCwBZdJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDkjCwBZdJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tDkjCwBZdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDkjCwBZdJ .dropdown-menu,
.cid-tDkjCwBZdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tDkjCwBZdJ .nav-item:focus,
.cid-tDkjCwBZdJ .nav-link:focus {
  outline: none;
}
.cid-tDkjCwBZdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDkjCwBZdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDkjCwBZdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDkjCwBZdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkjCwBZdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDkjCwBZdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDkjCwBZdJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDkjCwBZdJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDkjCwBZdJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDkjCwBZdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDkjCwBZdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDkjCwBZdJ .navbar.collapsed {
  justify-content: center;
}
.cid-tDkjCwBZdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDkjCwBZdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDkjCwBZdJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDkjCwBZdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDkjCwBZdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDkjCwBZdJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDkjCwBZdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDkjCwBZdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDkjCwBZdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDkjCwBZdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDkjCwBZdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDkjCwBZdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDkjCwBZdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDkjCwBZdJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDkjCwBZdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDkjCwBZdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDkjCwBZdJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDkjCwBZdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDkjCwBZdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDkjCwBZdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDkjCwBZdJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDkjCwBZdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDkjCwBZdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDkjCwBZdJ .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-tDkjCwBZdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDkjCwBZdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDkjCwBZdJ .dropdown-item.active,
.cid-tDkjCwBZdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDkjCwBZdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDkjCwBZdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDkjCwBZdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDkjCwBZdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDkjCwBZdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDkjCwBZdJ .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDkjCwBZdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDkjCwBZdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDkjCwBZdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDkjCwBZdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDkjCwBZdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDkjCwBZdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkjCwBZdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkjCwBZdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDkjCwBZdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkjCwBZdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDkjCwBZdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDkjCwBZdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkjCwBZdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDkjCwBZdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkjCwBZdJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDkjCwBZdJ .navbar {
    height: 70px;
  }
  .cid-tDkjCwBZdJ .navbar.opened {
    height: auto;
  }
  .cid-tDkjCwBZdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDkjCxJYd8 {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-tDkjCxJYd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCxJYd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCxJYd8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tDkjCxJYd8 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tDkjCxJYd8 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tDkjCyQLmJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkjCyQLmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCyQLmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCzxOa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDkkHrDeqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDkkHrDeqc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkjCA8pez {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDkjCA8pez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCA8pez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCA8pez .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDkjCA8pez .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDkjCA8pez .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDkjCB9JCJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDkjCB9JCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCB9JCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCB9JCJ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDkjCB9JCJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDkjCB9JCJ .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDkjCDq4QR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkjCDq4QR .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkjCE2Tvv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkjCE2Tvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCE2Tvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCE2Tvv .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDkjCE2Tvv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDkjCE2Tvv .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDkjCE2Tvv .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDkjCE2Tvv .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDkjCE2Tvv .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDkjCE2Tvv .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDkjCE2Tvv .nav-link,
.cid-tDkjCE2Tvv .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDkjCE2Tvv .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDkjCE2Tvv H4 {
  text-align: center;
}
.cid-tDkjCE2Tvv H3 {
  text-align: center;
  color: #ff9966;
}
.cid-tDkjCELP3U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkjCELP3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCELP3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCELP3U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDkjCELP3U .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDkjCELP3U .embla__button--next,
.cid-tDkjCELP3U .embla__button--prev {
  display: flex;
}
.cid-tDkjCELP3U .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDkjCELP3U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDkjCELP3U .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDkjCELP3U .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDkjCELP3U .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDkjCELP3U .embla__button {
    top: auto;
  }
}
.cid-tDkjCELP3U .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDkjCELP3U .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDkjCELP3U .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDkjCELP3U .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDkjCELP3U .embla {
  position: relative;
  width: 100%;
}
.cid-tDkjCELP3U .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDkjCELP3U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDkjCELP3U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDkjCELP3U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDkjCG6rRZ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDkjCG6rRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkjCG6rRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkjCG6rRZ .mbr-text,
.cid-tDkjCG6rRZ .mbr-section-btn {
  color: #232323;
}
.cid-tDkjCG6rRZ .card-title,
.cid-tDkjCG6rRZ .card-box {
  color: #ffffff;
}
.cid-tDkjCG6rRZ .mbr-text,
.cid-tDkjCG6rRZ .link-wrap {
  color: #ffffff;
}
.cid-tDkkQGe0XF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDkkQGe0XF nav.navbar {
  position: fixed;
}
.cid-tDkkQGe0XF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkkQGe0XF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDkkQGe0XF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDkkQGe0XF .dropdown-item:hover,
.cid-tDkkQGe0XF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDkkQGe0XF .dropdown-item:hover span {
  color: white;
}
.cid-tDkkQGe0XF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDkkQGe0XF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDkkQGe0XF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDkkQGe0XF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDkkQGe0XF .nav-link {
  position: relative;
}
.cid-tDkkQGe0XF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDkkQGe0XF .container {
    flex-wrap: nowrap;
  }
}
.cid-tDkkQGe0XF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDkkQGe0XF .dropdown-menu,
.cid-tDkkQGe0XF .navbar.opened {
  background: #ffffff !important;
}
.cid-tDkkQGe0XF .nav-item:focus,
.cid-tDkkQGe0XF .nav-link:focus {
  outline: none;
}
.cid-tDkkQGe0XF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDkkQGe0XF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDkkQGe0XF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDkkQGe0XF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDkkQGe0XF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDkkQGe0XF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDkkQGe0XF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDkkQGe0XF .navbar.opened {
  transition: all 0.3s;
}
.cid-tDkkQGe0XF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDkkQGe0XF .navbar .navbar-logo img {
  width: auto;
}
.cid-tDkkQGe0XF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDkkQGe0XF .navbar.collapsed {
  justify-content: center;
}
.cid-tDkkQGe0XF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDkkQGe0XF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDkkQGe0XF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDkkQGe0XF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDkkQGe0XF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDkkQGe0XF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDkkQGe0XF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDkkQGe0XF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDkkQGe0XF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDkkQGe0XF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDkkQGe0XF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDkkQGe0XF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDkkQGe0XF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDkkQGe0XF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDkkQGe0XF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDkkQGe0XF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDkkQGe0XF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDkkQGe0XF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDkkQGe0XF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDkkQGe0XF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDkkQGe0XF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDkkQGe0XF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDkkQGe0XF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDkkQGe0XF .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-tDkkQGe0XF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDkkQGe0XF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDkkQGe0XF .dropdown-item.active,
.cid-tDkkQGe0XF .dropdown-item:active {
  background-color: transparent;
}
.cid-tDkkQGe0XF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDkkQGe0XF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDkkQGe0XF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDkkQGe0XF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDkkQGe0XF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDkkQGe0XF .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDkkQGe0XF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDkkQGe0XF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDkkQGe0XF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDkkQGe0XF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDkkQGe0XF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDkkQGe0XF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkkQGe0XF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDkkQGe0XF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDkkQGe0XF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkkQGe0XF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDkkQGe0XF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDkkQGe0XF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDkkQGe0XF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDkkQGe0XF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDkkQGe0XF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDkkQGe0XF .navbar {
    height: 70px;
  }
  .cid-tDkkQGe0XF .navbar.opened {
    height: auto;
  }
  .cid-tDkkQGe0XF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDklLYE3EN {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-tDklLYE3EN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDklLYE3EN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkkQHUFse {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDkkQHUFse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkkQHUFse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkkQJ6hz4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDkkQJ6hz4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDknzr5xWD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tDknzr5xWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDknzr5xWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDknzr5xWD .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tDknzr5xWD .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tDknzr5xWD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDknzr5xWD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tDknzr5xWD .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tDknzr5xWD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tDknzr5xWD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDknzr5xWD .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tDknzr5xWD .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDknzr5xWD .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tDknzr5xWD .mbr-text,
.cid-tDknzr5xWD .social-row {
  color: #4479d9;
}
.cid-tDkkQLm8yq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDkkQLm8yq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDkkQLPefi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkkQLPefi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkkQLPefi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkkQLPefi .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDkkQLPefi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDkkQLPefi .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDkkQLPefi .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDkkQLPefi .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDkkQLPefi .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDkkQLPefi .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDkkQLPefi .nav-link,
.cid-tDkkQLPefi .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDkkQLPefi .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDkkQLPefi H4 {
  text-align: center;
}
.cid-tDkkQLPefi H3 {
  text-align: center;
  color: #ff9966;
}
.cid-tDkkQNc5KG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDkkQNc5KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkkQNc5KG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkkQNc5KG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDkkQNc5KG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDkkQNc5KG .embla__button--next,
.cid-tDkkQNc5KG .embla__button--prev {
  display: flex;
}
.cid-tDkkQNc5KG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDkkQNc5KG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDkkQNc5KG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDkkQNc5KG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDkkQNc5KG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDkkQNc5KG .embla__button {
    top: auto;
  }
}
.cid-tDkkQNc5KG .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDkkQNc5KG .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDkkQNc5KG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDkkQNc5KG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDkkQNc5KG .embla {
  position: relative;
  width: 100%;
}
.cid-tDkkQNc5KG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDkkQNc5KG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDkkQNc5KG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDkkQNc5KG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDkkQPKen2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDkkQPKen2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDkkQPKen2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDkkQPKen2 .mbr-text,
.cid-tDkkQPKen2 .mbr-section-btn {
  color: #232323;
}
.cid-tDkkQPKen2 .card-title,
.cid-tDkkQPKen2 .card-box {
  color: #ffffff;
}
.cid-tDkkQPKen2 .mbr-text,
.cid-tDkkQPKen2 .link-wrap {
  color: #ffffff;
}
.cid-tDnhWNTdax {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDnhWNTdax nav.navbar {
  position: fixed;
}
.cid-tDnhWNTdax .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnhWNTdax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDnhWNTdax .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDnhWNTdax .dropdown-item:hover,
.cid-tDnhWNTdax .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tDnhWNTdax .dropdown-item:hover span {
  color: white;
}
.cid-tDnhWNTdax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDnhWNTdax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDnhWNTdax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDnhWNTdax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDnhWNTdax .nav-link {
  position: relative;
}
.cid-tDnhWNTdax .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDnhWNTdax .container {
    flex-wrap: nowrap;
  }
}
.cid-tDnhWNTdax .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDnhWNTdax .dropdown-menu,
.cid-tDnhWNTdax .navbar.opened {
  background: #ffffff !important;
}
.cid-tDnhWNTdax .nav-item:focus,
.cid-tDnhWNTdax .nav-link:focus {
  outline: none;
}
.cid-tDnhWNTdax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDnhWNTdax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDnhWNTdax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDnhWNTdax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDnhWNTdax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDnhWNTdax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDnhWNTdax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDnhWNTdax .navbar.opened {
  transition: all 0.3s;
}
.cid-tDnhWNTdax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDnhWNTdax .navbar .navbar-logo img {
  width: auto;
}
.cid-tDnhWNTdax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDnhWNTdax .navbar.collapsed {
  justify-content: center;
}
.cid-tDnhWNTdax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDnhWNTdax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDnhWNTdax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tDnhWNTdax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDnhWNTdax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDnhWNTdax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDnhWNTdax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDnhWNTdax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDnhWNTdax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDnhWNTdax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDnhWNTdax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDnhWNTdax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDnhWNTdax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDnhWNTdax .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDnhWNTdax .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDnhWNTdax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDnhWNTdax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDnhWNTdax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDnhWNTdax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDnhWNTdax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDnhWNTdax .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDnhWNTdax .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDnhWNTdax .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDnhWNTdax .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-tDnhWNTdax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDnhWNTdax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDnhWNTdax .dropdown-item.active,
.cid-tDnhWNTdax .dropdown-item:active {
  background-color: transparent;
}
.cid-tDnhWNTdax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDnhWNTdax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDnhWNTdax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDnhWNTdax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDnhWNTdax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDnhWNTdax .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tDnhWNTdax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDnhWNTdax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDnhWNTdax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDnhWNTdax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tDnhWNTdax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDnhWNTdax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnhWNTdax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDnhWNTdax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDnhWNTdax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnhWNTdax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDnhWNTdax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDnhWNTdax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDnhWNTdax .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDnhWNTdax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDnhWNTdax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDnhWNTdax .navbar {
    height: 70px;
  }
  .cid-tDnhWNTdax .navbar.opened {
    height: auto;
  }
  .cid-tDnhWNTdax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDnhWOq752 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tDnhWOq752 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWOq752 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWOq752 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tDnhWOq752 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tDnhWOq752 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tDnhWSNqKv {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tDnhWQczyn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDnhWQczyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWQczyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWQczyn .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDnhWQczyn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDnhWQczyn .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDnhWQWWel {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDnhWQWWel .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWQWWel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWQWWel .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tDnhWQWWel .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tDnhWQWWel .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-tDnhWTpVsb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDnhWTpVsb .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDnhWTVEmc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnhWTVEmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWTVEmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWTVEmc .nav-tabs .nav-item.open .nav-link:focus,
.cid-tDnhWTVEmc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tDnhWTVEmc .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-tDnhWTVEmc .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tDnhWTVEmc .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tDnhWTVEmc .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tDnhWTVEmc .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tDnhWTVEmc .nav-link,
.cid-tDnhWTVEmc .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tDnhWTVEmc .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-tDnhWTVEmc H4 {
  text-align: center;
}
.cid-tDnhWTVEmc H3 {
  text-align: center;
  color: #ff9966;
}
.cid-tDnhWUPzff {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDnhWUPzff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWUPzff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWUPzff .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDnhWUPzff .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDnhWUPzff .embla__button--next,
.cid-tDnhWUPzff .embla__button--prev {
  display: flex;
}
.cid-tDnhWUPzff .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tDnhWUPzff .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDnhWUPzff .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDnhWUPzff .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDnhWUPzff .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDnhWUPzff .embla__button {
    top: auto;
  }
}
.cid-tDnhWUPzff .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDnhWUPzff .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDnhWUPzff .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDnhWUPzff .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDnhWUPzff .embla {
  position: relative;
  width: 100%;
}
.cid-tDnhWUPzff .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDnhWUPzff .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDnhWUPzff .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDnhWUPzff .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDnhWVWzrc {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tDnhWVWzrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDnhWVWzrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDnhWVWzrc .mbr-text,
.cid-tDnhWVWzrc .mbr-section-btn {
  color: #232323;
}
.cid-tDnhWVWzrc .card-title,
.cid-tDnhWVWzrc .card-box {
  color: #ffffff;
}
.cid-tDnhWVWzrc .mbr-text,
.cid-tDnhWVWzrc .link-wrap {
  color: #ffffff;
}
.cid-uLEs3EL0Qz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLEs3EL0Qz nav.navbar {
  position: fixed;
}
.cid-uLEs3EL0Qz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEs3EL0Qz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLEs3EL0Qz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLEs3EL0Qz .dropdown-item:hover,
.cid-uLEs3EL0Qz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLEs3EL0Qz .dropdown-item:hover span {
  color: white;
}
.cid-uLEs3EL0Qz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLEs3EL0Qz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLEs3EL0Qz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLEs3EL0Qz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLEs3EL0Qz .nav-link {
  position: relative;
}
.cid-uLEs3EL0Qz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLEs3EL0Qz .container {
    flex-wrap: nowrap;
  }
}
.cid-uLEs3EL0Qz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEs3EL0Qz .dropdown-menu,
.cid-uLEs3EL0Qz .navbar.opened {
  background: #ffffff !important;
}
.cid-uLEs3EL0Qz .nav-item:focus,
.cid-uLEs3EL0Qz .nav-link:focus {
  outline: none;
}
.cid-uLEs3EL0Qz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEs3EL0Qz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEs3EL0Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEs3EL0Qz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEs3EL0Qz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEs3EL0Qz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEs3EL0Qz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLEs3EL0Qz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEs3EL0Qz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEs3EL0Qz .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEs3EL0Qz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLEs3EL0Qz .navbar.collapsed {
  justify-content: center;
}
.cid-uLEs3EL0Qz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEs3EL0Qz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEs3EL0Qz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uLEs3EL0Qz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEs3EL0Qz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEs3EL0Qz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLEs3EL0Qz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEs3EL0Qz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEs3EL0Qz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLEs3EL0Qz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEs3EL0Qz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEs3EL0Qz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEs3EL0Qz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEs3EL0Qz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLEs3EL0Qz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEs3EL0Qz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLEs3EL0Qz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEs3EL0Qz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLEs3EL0Qz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEs3EL0Qz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEs3EL0Qz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEs3EL0Qz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEs3EL0Qz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEs3EL0Qz .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-uLEs3EL0Qz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEs3EL0Qz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEs3EL0Qz .dropdown-item.active,
.cid-uLEs3EL0Qz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEs3EL0Qz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEs3EL0Qz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEs3EL0Qz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEs3EL0Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLEs3EL0Qz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEs3EL0Qz .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uLEs3EL0Qz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEs3EL0Qz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEs3EL0Qz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEs3EL0Qz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLEs3EL0Qz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEs3EL0Qz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEs3EL0Qz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEs3EL0Qz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEs3EL0Qz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEs3EL0Qz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEs3EL0Qz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEs3EL0Qz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEs3EL0Qz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLEs3EL0Qz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEs3EL0Qz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEs3EL0Qz .navbar {
    height: 70px;
  }
  .cid-uLEs3EL0Qz .navbar.opened {
    height: auto;
  }
  .cid-uLEs3EL0Qz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEs3FgVnL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLEs3FgVnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEs3FgVnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEQd8J0jO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLEs3FtjW0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEs3FtjW0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLEsq8uQlw {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLEsq8uQlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEsq8uQlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEsq8uQlw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEsq8uQlw .row {
  flex-direction: row-reverse;
}
.cid-uLEsq8uQlw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEsq8uQlw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEulvbvMb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEulvbvMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEulvbvMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEulvbvMb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEulvbvMb .row {
  flex-direction: row-reverse;
}
.cid-uLEulvbvMb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEulvbvMb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEuKy3ZXM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLEuKy3ZXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEuKy3ZXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEuKy3ZXM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEuKy3ZXM .row {
  flex-direction: row-reverse;
}
.cid-uLEuKy3ZXM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEuKy3ZXM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEvD5YC7V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLEvD5YC7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEvD5YC7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEvD5YC7V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEvD5YC7V .row {
  flex-direction: row-reverse;
}
.cid-uLEvD5YC7V img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEvD5YC7V .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEwyfXmjO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLEwyfXmjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEwyfXmjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEwyfXmjO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEwyfXmjO .row {
  flex-direction: row-reverse;
}
.cid-uLEwyfXmjO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEwyfXmjO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLExy8Nlze {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLExy8Nlze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLExy8Nlze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLExy8Nlze .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLExy8Nlze .row {
  flex-direction: row-reverse;
}
.cid-uLExy8Nlze img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLExy8Nlze .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEyc9TmYP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLEyc9TmYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEyc9TmYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEyc9TmYP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEyc9TmYP .row {
  flex-direction: row-reverse;
}
.cid-uLEyc9TmYP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEyc9TmYP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEzsWVBlc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLEzsWVBlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEzsWVBlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEzsWVBlc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEzsWVBlc .row {
  flex-direction: row-reverse;
}
.cid-uLEzsWVBlc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEzsWVBlc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEzETO6Un {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLEzETO6Un .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEzETO6Un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEzETO6Un .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEzETO6Un .row {
  flex-direction: row-reverse;
}
.cid-uLEzETO6Un img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEzETO6Un .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEOAR1IMf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLEOAR1IMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEOAR1IMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLEOAR1IMf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLEOAR1IMf .row {
  flex-direction: row-reverse;
}
.cid-uLEOAR1IMf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLEOAR1IMf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLEAmscrPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLEAmscrPx blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uLEP6wQYHh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLFKMBeQXG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLFKMBeQXG nav.navbar {
  position: fixed;
}
.cid-uLFKMBeQXG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFKMBeQXG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLFKMBeQXG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLFKMBeQXG .dropdown-item:hover,
.cid-uLFKMBeQXG .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLFKMBeQXG .dropdown-item:hover span {
  color: white;
}
.cid-uLFKMBeQXG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLFKMBeQXG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLFKMBeQXG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLFKMBeQXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLFKMBeQXG .nav-link {
  position: relative;
}
.cid-uLFKMBeQXG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLFKMBeQXG .container {
    flex-wrap: nowrap;
  }
}
.cid-uLFKMBeQXG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLFKMBeQXG .dropdown-menu,
.cid-uLFKMBeQXG .navbar.opened {
  background: #ffffff !important;
}
.cid-uLFKMBeQXG .nav-item:focus,
.cid-uLFKMBeQXG .nav-link:focus {
  outline: none;
}
.cid-uLFKMBeQXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLFKMBeQXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLFKMBeQXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLFKMBeQXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLFKMBeQXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLFKMBeQXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLFKMBeQXG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLFKMBeQXG .navbar.opened {
  transition: all 0.3s;
}
.cid-uLFKMBeQXG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLFKMBeQXG .navbar .navbar-logo img {
  width: auto;
}
.cid-uLFKMBeQXG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLFKMBeQXG .navbar.collapsed {
  justify-content: center;
}
.cid-uLFKMBeQXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLFKMBeQXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLFKMBeQXG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uLFKMBeQXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLFKMBeQXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLFKMBeQXG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLFKMBeQXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLFKMBeQXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLFKMBeQXG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLFKMBeQXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLFKMBeQXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLFKMBeQXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLFKMBeQXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLFKMBeQXG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLFKMBeQXG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLFKMBeQXG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLFKMBeQXG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLFKMBeQXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLFKMBeQXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLFKMBeQXG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLFKMBeQXG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLFKMBeQXG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLFKMBeQXG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLFKMBeQXG .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-uLFKMBeQXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLFKMBeQXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLFKMBeQXG .dropdown-item.active,
.cid-uLFKMBeQXG .dropdown-item:active {
  background-color: transparent;
}
.cid-uLFKMBeQXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLFKMBeQXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLFKMBeQXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLFKMBeQXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLFKMBeQXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLFKMBeQXG .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-uLFKMBeQXG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLFKMBeQXG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLFKMBeQXG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLFKMBeQXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uLFKMBeQXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLFKMBeQXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFKMBeQXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLFKMBeQXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLFKMBeQXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFKMBeQXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLFKMBeQXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLFKMBeQXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLFKMBeQXG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLFKMBeQXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLFKMBeQXG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFKMBeQXG .navbar {
    height: 70px;
  }
  .cid-uLFKMBeQXG .navbar.opened {
    height: auto;
  }
  .cid-uLFKMBeQXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLFKMBAmmG {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLFKMBAmmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMBAmmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFMRLrAhN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLFM4ctLBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLFM4ctLBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFM4ctLBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFM4ctLBz .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uLFM4ctLBz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLFM4ctLBz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLFM4ctLBz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLFM4ctLBz .mbr-text,
.cid-uLFM4ctLBz .mbr-section-btn {
  color: #ffffff;
}
.cid-uLFM4ctLBz .card-title,
.cid-uLFM4ctLBz .card-box {
  text-align: left;
}
.cid-uLFKMC9Qmc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFKMC9Qmc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uLFKMCqA25 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLFKMCqA25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMCqA25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMCqA25 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMCqA25 .row {
  flex-direction: row-reverse;
}
.cid-uLFKMCqA25 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMCqA25 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMCLlvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFKMCLlvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMCLlvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMCLlvi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMCLlvi .row {
  flex-direction: row-reverse;
}
.cid-uLFKMCLlvi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMCLlvi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMD7lek {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLFKMD7lek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMD7lek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMD7lek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMD7lek .row {
  flex-direction: row-reverse;
}
.cid-uLFKMD7lek img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMD7lek .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMDp7X8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMDp7X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMDp7X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMDp7X8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMDp7X8 .row {
  flex-direction: row-reverse;
}
.cid-uLFKMDp7X8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMDp7X8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMDLUhy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLFKMDLUhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMDLUhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMDLUhy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMDLUhy .row {
  flex-direction: row-reverse;
}
.cid-uLFKMDLUhy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMDLUhy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMEcZMH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMEcZMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMEcZMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMEcZMH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMEcZMH .row {
  flex-direction: row-reverse;
}
.cid-uLFKMEcZMH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMEcZMH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMEv2Hc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMEv2Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMEv2Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMEv2Hc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMEv2Hc .row {
  flex-direction: row-reverse;
}
.cid-uLFKMEv2Hc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMEv2Hc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMEPB9A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMEPB9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMEPB9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMEPB9A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMEPB9A .row {
  flex-direction: row-reverse;
}
.cid-uLFKMEPB9A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMEPB9A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMF8MFL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMF8MFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMF8MFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMF8MFL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMF8MFL .row {
  flex-direction: row-reverse;
}
.cid-uLFKMF8MFL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMF8MFL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMFuXnJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLFKMFuXnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFKMFuXnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFKMFuXnJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLFKMFuXnJ .row {
  flex-direction: row-reverse;
}
.cid-uLFKMFuXnJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLFKMFuXnJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLFKMFQbuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLFKMFQbuL blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
</pre></body></html>