body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #155d9c !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #0f4576 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #155d9c !important;
  border-color: #155d9c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f426f !important;
  border-color: #0f426f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f426f !important;
  border-color: #0f426f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4192c !important;
  border-color: #d4192c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a61423 !important;
  border-color: #a61423 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a61423 !important;
  border-color: #a61423 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f4576 !important;
  border-color: #0f4576 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #092b49 !important;
  border-color: #092b49 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #092b49 !important;
  border-color: #092b49 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #155d9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b2f50 !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: #155d9c !important;
  border-color: #155d9c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4192c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #86101c !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: #d4192c !important;
  border-color: #d4192c !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: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !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: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f4576;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #051829 !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: #0f4576 !important;
  border-color: #0f4576 !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: #155d9c !important;
}
.text-secondary {
  color: #d4192c !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #0f4576 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #092742 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #790e19 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !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: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #03101c !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #155d9c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #0f4576;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #155d9c;
  border-color: #155d9c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #155d9c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a9de7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2287e3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .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: #155d9c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #155d9c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #155d9c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #155d9c;
}
.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: #155d9c;
  border-bottom-color: #155d9c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #155d9c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d4192c !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='%23155d9c' %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-svGZR3ZApP .navbar-dropdown {
  position: relative !important;
}
.cid-svGZR3ZApP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGZR3ZApP .container {
    padding: 0 ;
  }
}
.cid-svGZR3ZApP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGZR3ZApP .navbar.opened {
  transition: all 0.3s;
}
.cid-svGZR3ZApP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGZR3ZApP .navbar .navbar-logo img {
  width: auto;
}
.cid-svGZR3ZApP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGZR3ZApP .navbar.collapsed {
  justify-content: center;
}
.cid-svGZR3ZApP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGZR3ZApP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGZR3ZApP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGZR3ZApP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGZR3ZApP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGZR3ZApP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGZR3ZApP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGZR3ZApP .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-svGZR3ZApP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGZR3ZApP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGZR3ZApP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGZR3ZApP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGZR3ZApP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGZR3ZApP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGZR3ZApP .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGZR3ZApP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGZR3ZApP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGZR3ZApP .dropdown-item:hover,
.cid-svGZR3ZApP .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-svGZR3ZApP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGZR3ZApP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGZR3ZApP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGZR3ZApP .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown-menu,
.cid-svGZR3ZApP .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGZR3ZApP .nav-item:focus,
.cid-svGZR3ZApP .nav-link:focus {
  outline: none;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGZR3ZApP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGZR3ZApP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGZR3ZApP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGZR3ZApP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGZR3ZApP .dropdown-item.active,
.cid-svGZR3ZApP .dropdown-item:active {
  background-color: transparent;
}
.cid-svGZR3ZApP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGZR3ZApP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGZR3ZApP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGZR3ZApP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGZR3ZApP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGZR3ZApP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGZR3ZApP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGZR3ZApP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGZR3ZApP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGZR3ZApP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-svGZR3ZApP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGZR3ZApP .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-svGZR3ZApP .navbar {
    height: 70px;
  }
  .cid-svGZR3ZApP .navbar.opened {
    height: auto;
  }
  .cid-svGZR3ZApP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGZR3ZApP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGWZHbnpD {
  padding-top: 6rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/darienfireems-10-tinyfied-1920x1440.jpg");
}
.cid-svGWZHbnpD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-svGWZHbnpD .mbr-text,
.cid-svGWZHbnpD .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-svGYpYabkQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svGYpYabkQ .card-wrapper {
  overflow: visible;
  display: flex;
}
@media (max-width: 991px) {
  .cid-svGYpYabkQ .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYpYabkQ .card-wrapper {
    flex-direction: column;
  }
}
.cid-svGYpYabkQ .mbr-iconfont {
  font-size: 4rem;
  color: #6592e6;
  padding: 3.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGYpYabkQ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGYpYabkQ .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-svGYpYabkQ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYpYabkQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGY4J6ohy {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGY4J6ohy .title {
  padding: 0 2rem;
  color: #0f4576;
  text-align: center;
}
.cid-svGY4J6ohy .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-svGY4J6ohy .card-title {
  color: #d4192c;
}
.cid-svGY4J6ohy .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-svGY4J6ohy .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-svGY4J6ohy .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-svGY4J6ohy .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
}
.cid-svGY4J6ohy .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-svGY4J6ohy .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-svGY4J6ohy .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGY3Q6PT6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svGY3Q6PT6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-svGY3Q6PT6 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-svGY3Q6PT6 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-svGY3Q6PT6 .card {
    margin-bottom: 2rem;
  }
  .cid-svGY3Q6PT6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svGY3Q6PT6 .card-title,
.cid-svGY3Q6PT6 .card-box {
  color: #0f4576;
  text-align: left;
}
.cid-svGY3Q6PT6 .icon-title {
  color: #0f4576;
}
.cid-svGY3Q6PT6 .icon-text {
  color: #6c758f;
}
.cid-svGY3Q6PT6 .mbr-text,
.cid-svGY3Q6PT6 .mbr-section-btn {
  color: #6c758f;
}
.cid-tK13nIEJus {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tK13nIEJus .title {
  padding: 0 2rem;
  color: #0f4576;
  text-align: center;
}
.cid-tK13nIEJus .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-tK13nIEJus .card-title {
  color: #155d9c;
}
.cid-tK13nIEJus .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK13nIEJus .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-tK13nIEJus .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-tK13nIEJus .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
}
.cid-tK13nIEJus .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tK13nIEJus .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tK13nIEJus .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svH12O6SZ6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svH12O6SZ6 img,
.cid-svH12O6SZ6 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svH12O6SZ6 .item:focus,
.cid-svH12O6SZ6 span:focus {
  outline: none;
}
.cid-svH12O6SZ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svH12O6SZ6 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (min-width: 992px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-svH12O6SZ6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svH12O6SZ6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-svH12O6SZ6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-svH12O6SZ6 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-svH12O6SZ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svH12O6SZ6 .mbr-section-title {
  color: #36187d;
}
.cid-svH12O6SZ6 .mbr-text,
.cid-svH12O6SZ6 .mbr-section-btn {
  text-align: center;
}
.cid-svH12O6SZ6 .item-title {
  text-align: center;
  color: #155d9c;
}
.cid-svH12O6SZ6 .item-subtitle {
  text-align: center;
}
.cid-svH0ttup6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-svH0ttup6b .mbr-media {
  position: relative;
}
.cid-svH0ttup6b .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-svH0ttup6b .box {
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-svH0ttup6b .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-svH0ttup6b .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2rem;
  border-radius: 50%;
  transition: all 0.3s;
  background: #dae2ec;
}
.cid-svH0ttup6b .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-svH0ttup6b .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-svH0ttup6b .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-svH0ttup6b a {
  text-decoration: none!important;
}
.cid-svH0ttup6b .close {
  position: fixed;
  opacity: 1;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svH0ttup6b .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svH0ttup6b .mbr-section-title {
  color: #155d9c;
}
.cid-svGYoY0jEe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-svGYoY0jEe .mbr-section-title {
  color: #155d9c;
}
.cid-svGYoY0jEe .mbr-section-subtitle {
  color: #0f4576;
}
@media (max-width: 992px) {
  .cid-svGYoY0jEe .align-left {
    text-align: center;
  }
}
.cid-svGYoY0jEe .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-svGYoY0jEe .row {
    padding: 3rem 2rem;
  }
}
.cid-svGYlRKF17 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f3f7;
}
.cid-svGYlRKF17 .progress {
  width: 100%;
}
.cid-svGYlRKF17 p {
  margin-bottom: 0.4rem;
}
.cid-svGYlRKF17 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-svGYlRKF17 progress {
  height: 10px;
}
.cid-svGYlRKF17 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-svGYlRKF17 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-svGYlRKF17 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-svGYlRKF17 .progress_value {
  position: relative;
}
.cid-svGYlRKF17 .progress1 .progressbar-number:before,
.cid-svGYlRKF17 .progress2 .progressbar-number:before,
.cid-svGYlRKF17 .progress3 .progressbar-number:before,
.cid-svGYlRKF17 .progress4 .progressbar-number:before,
.cid-svGYlRKF17 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-svGYlRKF17 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-svGYlRKF17 progress::-webkit-progress-value {
  background: #0196e3;
}
.cid-svGYlRKF17 progress[value]::-moz-progress-bar {
  background: #0196e3;
}
.cid-svGYlRKF17 progress::-ms-fill {
  background: #0196e3;
}
.cid-svGYlRKF17 .progress1 .progressbar-number:before {
  content: '86';
}
.cid-svGYlRKF17 .progress2 .progressbar-number:before {
  content: '71';
}
.cid-svGYlRKF17 .progress3 .progressbar-number:before {
  content: '53';
}
.cid-svGYlRKF17 .progress4 .progressbar-number:before {
  content: '70';
}
.cid-svGYlRKF17 .progress5 .progressbar-number:before {
  content: '60';
}
.cid-svGYlRKF17 .section-content-text {
  color: #6c758f;
}
.cid-svGYlRKF17 .progressbar-title p,
.cid-svGYlRKF17 .progress_value {
  color: #6c758f;
}
.cid-svGYlRKF17 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svGYlRKF17 .section-content-title {
  color: #155d9c;
}
.cid-svGY7IsFgK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-svGY7IsFgK .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-svGY7IsFgK .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-svGY7IsFgK .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGY7IsFgK img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-svGY7IsFgK .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGY7IsFgK .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGY7IsFgK .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGY7IsFgK .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svGY7IsFgK .card-title {
  color: #0196e3;
  text-align: center;
}
.cid-svGY9WQfO6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svGY9WQfO6 .carousel-item {
  justify-content: center;
}
.cid-svGY9WQfO6 .carousel-item.active,
.cid-svGY9WQfO6 .carousel-item-next,
.cid-svGY9WQfO6 .carousel-item-prev {
  display: flex;
}
.cid-svGY9WQfO6 .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-svGY9WQfO6 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-svGY9WQfO6 .mbr-iconfont {
  color: #155d9c;
}
.cid-svGY9WQfO6 .carousel-control-next span {
  padding-left: 5px;
}
.cid-svGY9WQfO6 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-svGY9WQfO6 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin: 0 auto 2rem auto;
}
.cid-svGY9WQfO6 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-svGY9WQfO6 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-svGY9WQfO6 .user_text {
  color: #6c758f;
}
.cid-svGY9WQfO6 H3 {
  color: #0196e3;
}
.cid-svGY9WQfO6 .user_name {
  color: #d4192c;
}
.cid-svGYbGfssB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
}
.cid-svGYbGfssB .media-container-row {
  justify-content: space-between;
}
.cid-svGYbGfssB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-svGYbGfssB .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-svGYbGfssB .icons {
    justify-content: center !important;
  }
  .cid-svGYbGfssB .text-content * {
    text-align: center;
  }
}
.cid-svGYbGfssB .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGYbGfssB .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGYbGfssB .mbr-section-title {
  color: #155d9c;
}
.cid-svGYbGfssB P {
  color: #6c758f;
}
.cid-svGYcN3ewh {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-svGYcN3ewh .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGYcN3ewh .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGYcN3ewh .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-svGYcN3ewh .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-svGYcN3ewh .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-svGYcN3ewh .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-svGYcN3ewh .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGYcN3ewh .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-svGYcN3ewh .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-svGYcN3ewh .card-text {
  color: #6c758f;
}
.cid-svGYcN3ewh .card-title {
  color: #155d9c;
}
.cid-svGYcN3ewh .card-phone {
  color: #0196e3;
}
.cid-svGYderUVq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-svGYderUVq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-svGYderUVq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svGYderUVq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-svGYderUVq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svGYderUVq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svMGZ7Ygy3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .mbr-text {
  color: #767676;
}
.cid-svMGZ7Ygy3 .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .links {
    text-align: center !important;
  }
}
.cid-svMGZ7Ygy3 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svMGZ7Ygy3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svMGZ7Ygy3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svMGZ7Ygy3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svMGZ7Ygy3 .copyright > p {
  color: #6c758f;
}
.cid-tC5pJvx5Yv .navbar-dropdown {
  position: relative !important;
}
.cid-tC5pJvx5Yv .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5pJvx5Yv .container {
    padding: 0 ;
  }
}
.cid-tC5pJvx5Yv .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tC5pJvx5Yv .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5pJvx5Yv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5pJvx5Yv .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5pJvx5Yv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC5pJvx5Yv .navbar.collapsed {
  justify-content: center;
}
.cid-tC5pJvx5Yv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5pJvx5Yv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5pJvx5Yv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tC5pJvx5Yv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5pJvx5Yv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5pJvx5Yv .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-tC5pJvx5Yv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5pJvx5Yv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5pJvx5Yv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5pJvx5Yv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5pJvx5Yv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5pJvx5Yv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5pJvx5Yv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5pJvx5Yv .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-tC5pJvx5Yv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5pJvx5Yv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5pJvx5Yv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5pJvx5Yv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5pJvx5Yv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5pJvx5Yv .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tC5pJvx5Yv .navbar.navbar-short {
  min-height: 110px;
}
.cid-tC5pJvx5Yv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5pJvx5Yv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5pJvx5Yv .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tC5pJvx5Yv .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-tC5pJvx5Yv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tC5pJvx5Yv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC5pJvx5Yv .dropdown-item:hover,
.cid-tC5pJvx5Yv .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tC5pJvx5Yv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC5pJvx5Yv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC5pJvx5Yv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC5pJvx5Yv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5pJvx5Yv .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5pJvx5Yv .dropdown-menu,
.cid-tC5pJvx5Yv .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tC5pJvx5Yv .nav-item:focus,
.cid-tC5pJvx5Yv .nav-link:focus {
  outline: none;
}
.cid-tC5pJvx5Yv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5pJvx5Yv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5pJvx5Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5pJvx5Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5pJvx5Yv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5pJvx5Yv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5pJvx5Yv .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-tC5pJvx5Yv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5pJvx5Yv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5pJvx5Yv .dropdown-item.active,
.cid-tC5pJvx5Yv .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5pJvx5Yv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5pJvx5Yv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5pJvx5Yv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5pJvx5Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tC5pJvx5Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5pJvx5Yv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5pJvx5Yv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5pJvx5Yv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5pJvx5Yv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5pJvx5Yv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tC5pJvx5Yv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5pJvx5Yv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5pJvx5Yv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5pJvx5Yv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5pJvx5Yv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5pJvx5Yv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5pJvx5Yv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5pJvx5Yv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5pJvx5Yv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5pJvx5Yv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5pJvx5Yv .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-tC5pJvx5Yv .navbar {
    height: 70px;
  }
  .cid-tC5pJvx5Yv .navbar.opened {
    height: auto;
  }
  .cid-tC5pJvx5Yv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5pJvx5Yv .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5pJvx5Yv .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5u46qkHI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-4192-2000x1500.jpg");
}
.cid-tC5u46qkHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5u46qkHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5u46qkHI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC5u46qkHI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC5u46qkHI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC5u46qkHI .container {
    padding: 0 20px;
  }
  .cid-tC5u46qkHI .container .row {
    padding: 0;
  }
}
.cid-tC5u46qkHI .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tC5u46qkHI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC5u46qkHI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tC5u46qkHI .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tC5u46qkHI .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC5u46qkHI .mbr-section-title {
  color: #ffffff;
}
.cid-tC5u46qkHI .mbr-text {
  color: #ffffff;
}
.cid-tC5vk2pY3r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tC5vk2pY3r .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #155d9c;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tC5vk2pY3r .panel-group {
  border: none;
}
.cid-tC5vk2pY3r .panel-collapse {
  padding: 0 2rem;
}
.cid-tC5vk2pY3r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tC5vk2pY3r .panel-body,
.cid-tC5vk2pY3r .card-header {
  padding: 1rem 0;
}
.cid-tC5vk2pY3r .panel-title-edit {
  color: #0196e3;
}
.cid-tC5vk2pY3r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tC5vk2pY3r .card {
  overflow: visible;
}
.cid-tC5vk2pY3r .panel-text {
  color: #6c758f;
}
.cid-tC5vk2pY3r H3 {
  color: #155d9c;
}
.cid-tC5vk2pY3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5vk2pY3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5At3xkzF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tC5At3xkzF img,
.cid-tC5At3xkzF .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tC5At3xkzF .item:focus,
.cid-tC5At3xkzF span:focus {
  outline: none;
}
.cid-tC5At3xkzF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tC5At3xkzF .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tC5At3xkzF .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tC5At3xkzF .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tC5At3xkzF .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tC5At3xkzF .item-content {
    padding: 1rem 0;
  }
}
.cid-tC5At3xkzF .mbr-section-title {
  color: #155d9c;
}
.cid-tC5At3xkzF .mbr-text,
.cid-tC5At3xkzF .mbr-section-btn {
  text-align: center;
}
.cid-tC5At3xkzF .item-title {
  text-align: center;
  color: #155d9c;
}
.cid-tC5At3xkzF .item-subtitle {
  text-align: center;
}
.cid-tC5pJCIfgt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tC5pJCIfgt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5pJCIfgt .mbr-text {
  color: #767676;
}
.cid-tC5pJCIfgt .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tC5pJCIfgt .links {
    text-align: center !important;
  }
}
.cid-tC5pJCIfgt .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tC5pJCIfgt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5pJCIfgt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tC5pJCIfgt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tC5pJCIfgt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tC5pJCIfgt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tC5pJCIfgt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC5pJCIfgt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tC5pJCIfgt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC5pJCIfgt .copyright > p {
  color: #6c758f;
}
.cid-tCrW8MQIUe .navbar-dropdown {
  position: relative !important;
}
.cid-tCrW8MQIUe .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tCrW8MQIUe .container {
    padding: 0 ;
  }
}
.cid-tCrW8MQIUe .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tCrW8MQIUe .navbar.opened {
  transition: all 0.3s;
}
.cid-tCrW8MQIUe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCrW8MQIUe .navbar .navbar-logo img {
  width: auto;
}
.cid-tCrW8MQIUe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCrW8MQIUe .navbar.collapsed {
  justify-content: center;
}
.cid-tCrW8MQIUe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCrW8MQIUe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCrW8MQIUe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCrW8MQIUe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCrW8MQIUe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCrW8MQIUe .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-tCrW8MQIUe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCrW8MQIUe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCrW8MQIUe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCrW8MQIUe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCrW8MQIUe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCrW8MQIUe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCrW8MQIUe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCrW8MQIUe .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-tCrW8MQIUe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCrW8MQIUe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCrW8MQIUe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCrW8MQIUe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCrW8MQIUe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCrW8MQIUe .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tCrW8MQIUe .navbar.navbar-short {
  min-height: 110px;
}
.cid-tCrW8MQIUe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCrW8MQIUe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCrW8MQIUe .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tCrW8MQIUe .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-tCrW8MQIUe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tCrW8MQIUe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCrW8MQIUe .dropdown-item:hover,
.cid-tCrW8MQIUe .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tCrW8MQIUe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCrW8MQIUe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCrW8MQIUe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCrW8MQIUe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCrW8MQIUe .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCrW8MQIUe .dropdown-menu,
.cid-tCrW8MQIUe .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tCrW8MQIUe .nav-item:focus,
.cid-tCrW8MQIUe .nav-link:focus {
  outline: none;
}
.cid-tCrW8MQIUe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCrW8MQIUe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCrW8MQIUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCrW8MQIUe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCrW8MQIUe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCrW8MQIUe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCrW8MQIUe .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-tCrW8MQIUe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCrW8MQIUe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCrW8MQIUe .dropdown-item.active,
.cid-tCrW8MQIUe .dropdown-item:active {
  background-color: transparent;
}
.cid-tCrW8MQIUe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCrW8MQIUe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCrW8MQIUe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCrW8MQIUe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tCrW8MQIUe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCrW8MQIUe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCrW8MQIUe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCrW8MQIUe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCrW8MQIUe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCrW8MQIUe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tCrW8MQIUe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCrW8MQIUe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCrW8MQIUe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCrW8MQIUe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCrW8MQIUe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCrW8MQIUe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCrW8MQIUe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCrW8MQIUe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCrW8MQIUe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCrW8MQIUe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCrW8MQIUe .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-tCrW8MQIUe .navbar {
    height: 70px;
  }
  .cid-tCrW8MQIUe .navbar.opened {
    height: auto;
  }
  .cid-tCrW8MQIUe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCrW8MQIUe .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCrW8MQIUe .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tCrW8NUCng {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tCrW8NUCng img,
.cid-tCrW8NUCng .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCrW8NUCng .item:focus,
.cid-tCrW8NUCng span:focus {
  outline: none;
}
.cid-tCrW8NUCng .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCrW8NUCng .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tCrW8NUCng .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tCrW8NUCng .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tCrW8NUCng .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tCrW8NUCng .item-content {
    padding: 1rem 0;
  }
}
.cid-tCrW8NUCng .mbr-section-title {
  color: #155d9c;
}
.cid-tCrW8NUCng .mbr-text,
.cid-tCrW8NUCng .mbr-section-btn {
  text-align: center;
}
.cid-tCrW8NUCng .item-title {
  text-align: center;
  color: #155d9c;
}
.cid-tCrW8NUCng .item-subtitle {
  text-align: center;
}
.cid-tCrWyYwA2P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-tCrWyYwA2P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCrWyYwA2P .row {
    flex-direction: column-reverse;
  }
  .cid-tCrWyYwA2P .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tCrWyYwA2P .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCrWyYwA2P .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tCrWyYwA2P .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tCrWyYwA2P .card-title {
  color: #0196e3;
}
.cid-tCrWyYwA2P .mbr-text,
.cid-tCrWyYwA2P .mbr-section-btn {
  color: #6c758f;
}
.cid-tCrWyYwA2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCrWyYwA2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCs3CDrW8A {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tCs3CDrW8A .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tCs3CDrW8A .carousel {
    height: 100vh;
  }
}
.cid-tCs3CDrW8A .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCs3CDrW8A .carousel-item,
.cid-tCs3CDrW8A .carousel-inner {
  height: 100%;
}
.cid-tCs3CDrW8A .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tCs3CDrW8A .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tCs3CDrW8A .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tCs3CDrW8A .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tCs3CDrW8A .mbr-section-btn {
  margin-top: 42px;
}
.cid-tCs3CDrW8A .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCs3CDrW8A .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCs3CDrW8A .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tCs3CDrW8A .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tCs3CDrW8A .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tCs3CDrW8A .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCs3CDrW8A .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCs3CDrW8A .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCs3CDrW8A .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #f2f3f7;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tCs3CDrW8A .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #f2f3f7 !important;
}
.cid-tCs3CDrW8A .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #f2f3f7 !important;
}
.cid-tCs3CDrW8A .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tCs3CDrW8A .carousel-control {
    display: none !important;
  }
}
.cid-tCs3CDrW8A .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tCs3CDrW8A .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #f2f3f7;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tCs3CDrW8A .carousel-indicators li.active,
.cid-tCs3CDrW8A .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tCs3CDrW8A .carousel-indicators li::after,
.cid-tCs3CDrW8A .carousel-indicators li::before {
  content: none;
}
.cid-tCs3CDrW8A .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCs3CDrW8A .carousel-indicators {
    display: none !important;
  }
}
.cid-tCs3CDrW8A .mbr-section-text,
.cid-tCs3CDrW8A .mbr-section-btn {
  text-align: center;
}
.cid-tCrW8Oej4O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tCrW8Oej4O .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCrW8Oej4O .mbr-text {
  color: #767676;
}
.cid-tCrW8Oej4O .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tCrW8Oej4O .links {
    text-align: center !important;
  }
}
.cid-tCrW8Oej4O .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tCrW8Oej4O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCrW8Oej4O .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCrW8Oej4O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCrW8Oej4O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tCrW8Oej4O .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCrW8Oej4O .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCrW8Oej4O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCrW8Oej4O .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCrW8Oej4O .copyright > p {
  color: #6c758f;
}
.cid-tK192LR31z .navbar-dropdown {
  position: relative !important;
}
.cid-tK192LR31z .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK192LR31z .container {
    padding: 0 ;
  }
}
.cid-tK192LR31z .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tK192LR31z .navbar.opened {
  transition: all 0.3s;
}
.cid-tK192LR31z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tK192LR31z .navbar .navbar-logo img {
  width: auto;
}
.cid-tK192LR31z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tK192LR31z .navbar.collapsed {
  justify-content: center;
}
.cid-tK192LR31z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK192LR31z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tK192LR31z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tK192LR31z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK192LR31z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK192LR31z .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-tK192LR31z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK192LR31z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tK192LR31z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tK192LR31z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK192LR31z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK192LR31z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK192LR31z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK192LR31z .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-tK192LR31z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tK192LR31z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tK192LR31z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tK192LR31z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tK192LR31z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tK192LR31z .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tK192LR31z .navbar.navbar-short {
  min-height: 110px;
}
.cid-tK192LR31z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tK192LR31z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tK192LR31z .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tK192LR31z .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-tK192LR31z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tK192LR31z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tK192LR31z .dropdown-item:hover,
.cid-tK192LR31z .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tK192LR31z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tK192LR31z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tK192LR31z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tK192LR31z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tK192LR31z .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tK192LR31z .dropdown-menu,
.cid-tK192LR31z .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tK192LR31z .nav-item:focus,
.cid-tK192LR31z .nav-link:focus {
  outline: none;
}
.cid-tK192LR31z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tK192LR31z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK192LR31z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tK192LR31z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tK192LR31z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK192LR31z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK192LR31z .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-tK192LR31z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK192LR31z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK192LR31z .dropdown-item.active,
.cid-tK192LR31z .dropdown-item:active {
  background-color: transparent;
}
.cid-tK192LR31z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK192LR31z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK192LR31z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK192LR31z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tK192LR31z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK192LR31z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tK192LR31z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tK192LR31z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tK192LR31z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tK192LR31z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tK192LR31z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tK192LR31z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK192LR31z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tK192LR31z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tK192LR31z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK192LR31z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tK192LR31z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tK192LR31z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tK192LR31z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tK192LR31z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tK192LR31z .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-tK192LR31z .navbar {
    height: 70px;
  }
  .cid-tK192LR31z .navbar.opened {
    height: auto;
  }
  .cid-tK192LR31z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK192LR31z .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK192LR31z .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK192MhwVk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tK192MhwVk img,
.cid-tK192MhwVk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tK192MhwVk .item:focus,
.cid-tK192MhwVk span:focus {
  outline: none;
}
.cid-tK192MhwVk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tK192MhwVk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tK192MhwVk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tK192MhwVk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tK192MhwVk .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tK192MhwVk .item-content {
    padding: 1rem 0;
  }
}
.cid-tK192MhwVk .mbr-section-title {
  color: #155d9c;
}
.cid-tK192MhwVk .mbr-text,
.cid-tK192MhwVk .mbr-section-btn {
  text-align: center;
}
.cid-tK192MhwVk .item-title {
  text-align: center;
  color: #155d9c;
}
.cid-tK192MhwVk .item-subtitle {
  text-align: center;
}
.cid-tK192MzJ6r {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-tK192MzJ6r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tK192MzJ6r .row {
    flex-direction: column-reverse;
  }
  .cid-tK192MzJ6r .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tK192MzJ6r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tK192MzJ6r .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tK192MzJ6r .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tK192MzJ6r .card-title {
  color: #0196e3;
}
.cid-tK192MzJ6r .mbr-text,
.cid-tK192MzJ6r .mbr-section-btn {
  color: #6c758f;
}
.cid-tK192MzJ6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK192MzJ6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK192MOnKY {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-tK192MOnKY .carousel {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cid-tK192MOnKY .carousel {
    height: 100vh;
  }
}
.cid-tK192MOnKY .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tK192MOnKY .carousel-item,
.cid-tK192MOnKY .carousel-inner {
  height: 100%;
}
.cid-tK192MOnKY .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tK192MOnKY .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tK192MOnKY .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tK192MOnKY .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tK192MOnKY .mbr-section-btn {
  margin-top: 42px;
}
.cid-tK192MOnKY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tK192MOnKY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tK192MOnKY .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tK192MOnKY .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tK192MOnKY .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tK192MOnKY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tK192MOnKY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tK192MOnKY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tK192MOnKY .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #f2f3f7;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tK192MOnKY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #f2f3f7 !important;
}
.cid-tK192MOnKY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #f2f3f7 !important;
}
.cid-tK192MOnKY .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tK192MOnKY .carousel-control {
    display: none !important;
  }
}
.cid-tK192MOnKY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tK192MOnKY .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #f2f3f7;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tK192MOnKY .carousel-indicators li.active,
.cid-tK192MOnKY .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tK192MOnKY .carousel-indicators li::after,
.cid-tK192MOnKY .carousel-indicators li::before {
  content: none;
}
.cid-tK192MOnKY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tK192MOnKY .carousel-indicators {
    display: none !important;
  }
}
.cid-tK192MOnKY .mbr-section-text,
.cid-tK192MOnKY .mbr-section-btn {
  text-align: center;
}
.cid-tK192Nh6ir {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tK192Nh6ir .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tK192Nh6ir .mbr-text {
  color: #767676;
}
.cid-tK192Nh6ir .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tK192Nh6ir .links {
    text-align: center !important;
  }
}
.cid-tK192Nh6ir .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tK192Nh6ir .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tK192Nh6ir .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tK192Nh6ir .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tK192Nh6ir .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tK192Nh6ir .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tK192Nh6ir .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tK192Nh6ir .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tK192Nh6ir .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tK192Nh6ir .copyright > p {
  color: #6c758f;
}
.cid-tC5xR0eLLD .navbar-dropdown {
  position: relative !important;
}
.cid-tC5xR0eLLD .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5xR0eLLD .container {
    padding: 0 ;
  }
}
.cid-tC5xR0eLLD .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tC5xR0eLLD .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5xR0eLLD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5xR0eLLD .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5xR0eLLD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC5xR0eLLD .navbar.collapsed {
  justify-content: center;
}
.cid-tC5xR0eLLD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5xR0eLLD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5xR0eLLD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tC5xR0eLLD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5xR0eLLD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5xR0eLLD .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-tC5xR0eLLD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5xR0eLLD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5xR0eLLD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5xR0eLLD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5xR0eLLD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5xR0eLLD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5xR0eLLD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5xR0eLLD .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-tC5xR0eLLD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5xR0eLLD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5xR0eLLD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5xR0eLLD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5xR0eLLD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5xR0eLLD .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tC5xR0eLLD .navbar.navbar-short {
  min-height: 110px;
}
.cid-tC5xR0eLLD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5xR0eLLD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5xR0eLLD .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tC5xR0eLLD .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-tC5xR0eLLD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tC5xR0eLLD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC5xR0eLLD .dropdown-item:hover,
.cid-tC5xR0eLLD .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tC5xR0eLLD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC5xR0eLLD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC5xR0eLLD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC5xR0eLLD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5xR0eLLD .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5xR0eLLD .dropdown-menu,
.cid-tC5xR0eLLD .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tC5xR0eLLD .nav-item:focus,
.cid-tC5xR0eLLD .nav-link:focus {
  outline: none;
}
.cid-tC5xR0eLLD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5xR0eLLD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5xR0eLLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5xR0eLLD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5xR0eLLD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5xR0eLLD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5xR0eLLD .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-tC5xR0eLLD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5xR0eLLD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5xR0eLLD .dropdown-item.active,
.cid-tC5xR0eLLD .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5xR0eLLD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5xR0eLLD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5xR0eLLD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5xR0eLLD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tC5xR0eLLD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5xR0eLLD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5xR0eLLD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5xR0eLLD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5xR0eLLD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5xR0eLLD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tC5xR0eLLD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5xR0eLLD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xR0eLLD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xR0eLLD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5xR0eLLD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xR0eLLD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5xR0eLLD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5xR0eLLD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xR0eLLD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5xR0eLLD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5xR0eLLD .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-tC5xR0eLLD .navbar {
    height: 70px;
  }
  .cid-tC5xR0eLLD .navbar.opened {
    height: auto;
  }
  .cid-tC5xR0eLLD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5xR0eLLD .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5xR0eLLD .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5xR0LTcH {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/holzspielzeugstapel-mit-brandschutz-mit-tuerausgangssing-oder-feuerleiter-mit-brandschutzsymbol-2000x837.jpeg");
}
.cid-tC5xR0LTcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5xR0LTcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tC5xR0LTcH .container {
    padding: 0 20px;
  }
  .cid-tC5xR0LTcH .container .row {
    padding: 0;
  }
}
.cid-tC5xR0LTcH .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tC5xR0LTcH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC5xR0LTcH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tC5xR0LTcH .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tC5xR0LTcH .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC5xR0LTcH .mbr-section-title {
  color: #ffffff;
}
.cid-tC5xR0LTcH .mbr-text {
  color: #ffffff;
}
.cid-tOCgkUtYAa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-tOCgkUtYAa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOCgkUtYAa .row {
    flex-direction: column-reverse;
  }
  .cid-tOCgkUtYAa .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tOCgkUtYAa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOCgkUtYAa .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tOCgkUtYAa .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tOCgkUtYAa .card-title {
  color: #0196e3;
}
.cid-tOCgkUtYAa .mbr-text,
.cid-tOCgkUtYAa .mbr-section-btn {
  color: #6c758f;
}
.cid-tOCgkUtYAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOCgkUtYAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5xR1uOrz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tC5xR1uOrz .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xR1uOrz .mbr-text {
  color: #767676;
}
.cid-tC5xR1uOrz .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tC5xR1uOrz .links {
    text-align: center !important;
  }
}
.cid-tC5xR1uOrz .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tC5xR1uOrz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xR1uOrz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tC5xR1uOrz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tC5xR1uOrz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tC5xR1uOrz .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tC5xR1uOrz .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC5xR1uOrz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tC5xR1uOrz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC5xR1uOrz .copyright > p {
  color: #6c758f;
}
.cid-tC5xeUzBmb .navbar-dropdown {
  position: relative !important;
}
.cid-tC5xeUzBmb .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5xeUzBmb .container {
    padding: 0 ;
  }
}
.cid-tC5xeUzBmb .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tC5xeUzBmb .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5xeUzBmb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5xeUzBmb .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5xeUzBmb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC5xeUzBmb .navbar.collapsed {
  justify-content: center;
}
.cid-tC5xeUzBmb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5xeUzBmb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5xeUzBmb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tC5xeUzBmb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5xeUzBmb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5xeUzBmb .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-tC5xeUzBmb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5xeUzBmb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5xeUzBmb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5xeUzBmb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5xeUzBmb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5xeUzBmb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5xeUzBmb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5xeUzBmb .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-tC5xeUzBmb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5xeUzBmb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5xeUzBmb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5xeUzBmb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5xeUzBmb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5xeUzBmb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tC5xeUzBmb .navbar.navbar-short {
  min-height: 110px;
}
.cid-tC5xeUzBmb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5xeUzBmb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5xeUzBmb .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tC5xeUzBmb .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-tC5xeUzBmb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tC5xeUzBmb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC5xeUzBmb .dropdown-item:hover,
.cid-tC5xeUzBmb .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tC5xeUzBmb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC5xeUzBmb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC5xeUzBmb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC5xeUzBmb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5xeUzBmb .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5xeUzBmb .dropdown-menu,
.cid-tC5xeUzBmb .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tC5xeUzBmb .nav-item:focus,
.cid-tC5xeUzBmb .nav-link:focus {
  outline: none;
}
.cid-tC5xeUzBmb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5xeUzBmb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5xeUzBmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5xeUzBmb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5xeUzBmb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5xeUzBmb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5xeUzBmb .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-tC5xeUzBmb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5xeUzBmb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5xeUzBmb .dropdown-item.active,
.cid-tC5xeUzBmb .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5xeUzBmb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5xeUzBmb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5xeUzBmb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5xeUzBmb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tC5xeUzBmb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5xeUzBmb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5xeUzBmb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5xeUzBmb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5xeUzBmb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5xeUzBmb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tC5xeUzBmb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5xeUzBmb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xeUzBmb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xeUzBmb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5xeUzBmb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xeUzBmb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5xeUzBmb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5xeUzBmb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xeUzBmb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5xeUzBmb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5xeUzBmb .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-tC5xeUzBmb .navbar {
    height: 70px;
  }
  .cid-tC5xeUzBmb .navbar.opened {
    height: auto;
  }
  .cid-tC5xeUzBmb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5xeUzBmb .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5xeUzBmb .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5xeV8vIn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-4110-2000x1500.jpg");
}
.cid-tC5xeV8vIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5xeV8vIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5xeV8vIn .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC5xeV8vIn .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC5xeV8vIn .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC5xeV8vIn .container {
    padding: 0 20px;
  }
  .cid-tC5xeV8vIn .container .row {
    padding: 0;
  }
}
.cid-tC5xeV8vIn .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tC5xeV8vIn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC5xeV8vIn .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tC5xeV8vIn .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tC5xeV8vIn .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC5xeV8vIn .mbr-section-title {
  color: #ffffff;
}
.cid-tC5xeV8vIn .mbr-text {
  color: #ffffff;
}
.cid-tC5xeVubPt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tC5xeVubPt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #155d9c;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tC5xeVubPt .panel-group {
  border: none;
}
.cid-tC5xeVubPt .panel-collapse {
  padding: 0 2rem;
}
.cid-tC5xeVubPt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tC5xeVubPt .panel-body,
.cid-tC5xeVubPt .card-header {
  padding: 1rem 0;
}
.cid-tC5xeVubPt .panel-title-edit {
  color: #0196e3;
}
.cid-tC5xeVubPt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tC5xeVubPt .card {
  overflow: visible;
}
.cid-tC5xeVubPt .panel-text {
  color: #6c758f;
}
.cid-tC5xeVubPt H3 {
  color: #155d9c;
}
.cid-tC5xeVubPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5xeVubPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5xeVSwBj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tC5xeVSwBj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xeVSwBj .mbr-text {
  color: #767676;
}
.cid-tC5xeVSwBj .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tC5xeVSwBj .links {
    text-align: center !important;
  }
}
.cid-tC5xeVSwBj .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tC5xeVSwBj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xeVSwBj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tC5xeVSwBj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tC5xeVSwBj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tC5xeVSwBj .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tC5xeVSwBj .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC5xeVSwBj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tC5xeVSwBj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC5xeVSwBj .copyright > p {
  color: #6c758f;
}
.cid-tC5xLl7cpS .navbar-dropdown {
  position: relative !important;
}
.cid-tC5xLl7cpS .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5xLl7cpS .container {
    padding: 0 ;
  }
}
.cid-tC5xLl7cpS .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tC5xLl7cpS .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5xLl7cpS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5xLl7cpS .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5xLl7cpS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC5xLl7cpS .navbar.collapsed {
  justify-content: center;
}
.cid-tC5xLl7cpS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5xLl7cpS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5xLl7cpS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tC5xLl7cpS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5xLl7cpS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5xLl7cpS .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-tC5xLl7cpS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5xLl7cpS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5xLl7cpS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5xLl7cpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5xLl7cpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5xLl7cpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5xLl7cpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5xLl7cpS .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-tC5xLl7cpS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5xLl7cpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5xLl7cpS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5xLl7cpS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5xLl7cpS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5xLl7cpS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tC5xLl7cpS .navbar.navbar-short {
  min-height: 110px;
}
.cid-tC5xLl7cpS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5xLl7cpS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5xLl7cpS .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tC5xLl7cpS .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-tC5xLl7cpS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tC5xLl7cpS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC5xLl7cpS .dropdown-item:hover,
.cid-tC5xLl7cpS .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tC5xLl7cpS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC5xLl7cpS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC5xLl7cpS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC5xLl7cpS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5xLl7cpS .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5xLl7cpS .dropdown-menu,
.cid-tC5xLl7cpS .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tC5xLl7cpS .nav-item:focus,
.cid-tC5xLl7cpS .nav-link:focus {
  outline: none;
}
.cid-tC5xLl7cpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5xLl7cpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5xLl7cpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5xLl7cpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5xLl7cpS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5xLl7cpS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5xLl7cpS .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-tC5xLl7cpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5xLl7cpS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5xLl7cpS .dropdown-item.active,
.cid-tC5xLl7cpS .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5xLl7cpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5xLl7cpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5xLl7cpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5xLl7cpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tC5xLl7cpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5xLl7cpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5xLl7cpS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5xLl7cpS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5xLl7cpS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5xLl7cpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tC5xLl7cpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5xLl7cpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xLl7cpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5xLl7cpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5xLl7cpS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xLl7cpS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5xLl7cpS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5xLl7cpS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5xLl7cpS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5xLl7cpS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5xLl7cpS .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-tC5xLl7cpS .navbar {
    height: 70px;
  }
  .cid-tC5xLl7cpS .navbar.opened {
    height: auto;
  }
  .cid-tC5xLl7cpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5xLl7cpS .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5xLl7cpS .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5xLlD9fJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/daries-fire-ems-3-2000x1500.jpg");
}
.cid-tC5xLlD9fJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5xLlD9fJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5xLlD9fJ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC5xLlD9fJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC5xLlD9fJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC5xLlD9fJ .container {
    padding: 0 20px;
  }
  .cid-tC5xLlD9fJ .container .row {
    padding: 0;
  }
}
.cid-tC5xLlD9fJ .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tC5xLlD9fJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC5xLlD9fJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tC5xLlD9fJ .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tC5xLlD9fJ .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC5xLlD9fJ .mbr-section-title {
  color: #ffffff;
}
.cid-tC5xLlD9fJ .mbr-text {
  color: #ffffff;
}
.cid-tC5xLlXlc7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tC5xLlXlc7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #155d9c;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tC5xLlXlc7 .panel-group {
  border: none;
}
.cid-tC5xLlXlc7 .panel-collapse {
  padding: 0 2rem;
}
.cid-tC5xLlXlc7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tC5xLlXlc7 .panel-body,
.cid-tC5xLlXlc7 .card-header {
  padding: 1rem 0;
}
.cid-tC5xLlXlc7 .panel-title-edit {
  color: #0196e3;
}
.cid-tC5xLlXlc7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tC5xLlXlc7 .card {
  overflow: visible;
}
.cid-tC5xLlXlc7 .panel-text {
  color: #6c758f;
}
.cid-tC5xLlXlc7 H3 {
  color: #155d9c;
}
.cid-tC5xLlXlc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5xLlXlc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5xLmoU8e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tC5xLmoU8e .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xLmoU8e .mbr-text {
  color: #767676;
}
.cid-tC5xLmoU8e .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tC5xLmoU8e .links {
    text-align: center !important;
  }
}
.cid-tC5xLmoU8e .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tC5xLmoU8e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5xLmoU8e .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tC5xLmoU8e .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tC5xLmoU8e .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tC5xLmoU8e .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tC5xLmoU8e .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC5xLmoU8e .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tC5xLmoU8e .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC5xLmoU8e .copyright > p {
  color: #6c758f;
}
.cid-tC5yuzsMlg .navbar-dropdown {
  position: relative !important;
}
.cid-tC5yuzsMlg .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5yuzsMlg .container {
    padding: 0 ;
  }
}
.cid-tC5yuzsMlg .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tC5yuzsMlg .navbar.opened {
  transition: all 0.3s;
}
.cid-tC5yuzsMlg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC5yuzsMlg .navbar .navbar-logo img {
  width: auto;
}
.cid-tC5yuzsMlg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC5yuzsMlg .navbar.collapsed {
  justify-content: center;
}
.cid-tC5yuzsMlg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC5yuzsMlg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC5yuzsMlg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tC5yuzsMlg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC5yuzsMlg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC5yuzsMlg .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-tC5yuzsMlg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC5yuzsMlg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC5yuzsMlg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC5yuzsMlg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC5yuzsMlg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC5yuzsMlg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC5yuzsMlg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC5yuzsMlg .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-tC5yuzsMlg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC5yuzsMlg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC5yuzsMlg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC5yuzsMlg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC5yuzsMlg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC5yuzsMlg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tC5yuzsMlg .navbar.navbar-short {
  min-height: 110px;
}
.cid-tC5yuzsMlg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC5yuzsMlg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC5yuzsMlg .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tC5yuzsMlg .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-tC5yuzsMlg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tC5yuzsMlg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC5yuzsMlg .dropdown-item:hover,
.cid-tC5yuzsMlg .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tC5yuzsMlg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC5yuzsMlg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC5yuzsMlg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tC5yuzsMlg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC5yuzsMlg .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC5yuzsMlg .dropdown-menu,
.cid-tC5yuzsMlg .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tC5yuzsMlg .nav-item:focus,
.cid-tC5yuzsMlg .nav-link:focus {
  outline: none;
}
.cid-tC5yuzsMlg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tC5yuzsMlg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC5yuzsMlg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC5yuzsMlg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC5yuzsMlg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5yuzsMlg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5yuzsMlg .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-tC5yuzsMlg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC5yuzsMlg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC5yuzsMlg .dropdown-item.active,
.cid-tC5yuzsMlg .dropdown-item:active {
  background-color: transparent;
}
.cid-tC5yuzsMlg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC5yuzsMlg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC5yuzsMlg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC5yuzsMlg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tC5yuzsMlg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC5yuzsMlg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5yuzsMlg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC5yuzsMlg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC5yuzsMlg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC5yuzsMlg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tC5yuzsMlg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5yuzsMlg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5yuzsMlg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5yuzsMlg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5yuzsMlg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5yuzsMlg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5yuzsMlg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5yuzsMlg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5yuzsMlg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC5yuzsMlg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC5yuzsMlg .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-tC5yuzsMlg .navbar {
    height: 70px;
  }
  .cid-tC5yuzsMlg .navbar.opened {
    height: auto;
  }
  .cid-tC5yuzsMlg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC5yuzsMlg .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5yuzsMlg .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5yuzYwWY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-4024-2000x1500.jpg");
}
.cid-tC5yuzYwWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5yuzYwWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5yuzYwWY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tC5yuzYwWY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tC5yuzYwWY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tC5yuzYwWY .container {
    padding: 0 20px;
  }
  .cid-tC5yuzYwWY .container .row {
    padding: 0;
  }
}
.cid-tC5yuzYwWY .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tC5yuzYwWY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tC5yuzYwWY .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tC5yuzYwWY .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tC5yuzYwWY .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tC5yuzYwWY .mbr-section-title {
  color: #ffffff;
}
.cid-tC5yuzYwWY .mbr-text {
  color: #ffffff;
}
.cid-tC5CSyfMMB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tC5CSyfMMB .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tC5CSyfMMB .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tC5CSyfMMB a {
  display: flex;
}
.cid-tC5CSyfMMB .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tC5CSyfMMB .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tC5CSyfMMB .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5CSyfMMB .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tC5CSyfMMB img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tC5CSyfMMB .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tC5CSyfMMB .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tC5CSyfMMB .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tC5CSyfMMB .card-text {
  color: #0196e3;
}
.cid-tC5CSyfMMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5CSyfMMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hwItNAF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hwItNAF .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hwItNAF .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hwItNAF a {
  display: flex;
}
.cid-tK1hwItNAF .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hwItNAF .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hwItNAF .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hwItNAF .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hwItNAF img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hwItNAF .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hwItNAF .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hwItNAF .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hwItNAF .card-text {
  color: #0196e3;
}
.cid-tK1hwItNAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hwItNAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hPTaCD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hPTaCD1 .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hPTaCD1 .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hPTaCD1 a {
  display: flex;
}
.cid-tK1hPTaCD1 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hPTaCD1 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hPTaCD1 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hPTaCD1 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hPTaCD1 img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hPTaCD1 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hPTaCD1 .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hPTaCD1 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hPTaCD1 .card-text {
  color: #0196e3;
}
.cid-tK1hPTaCD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hPTaCD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hQFcEMz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hQFcEMz .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hQFcEMz .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hQFcEMz a {
  display: flex;
}
.cid-tK1hQFcEMz .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hQFcEMz .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hQFcEMz .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hQFcEMz .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hQFcEMz img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hQFcEMz .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hQFcEMz .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hQFcEMz .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hQFcEMz .card-text {
  color: #0196e3;
}
.cid-tK1hQFcEMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hQFcEMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hRnL5qJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hRnL5qJ .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hRnL5qJ .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hRnL5qJ a {
  display: flex;
}
.cid-tK1hRnL5qJ .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hRnL5qJ .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hRnL5qJ .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hRnL5qJ .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hRnL5qJ img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hRnL5qJ .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hRnL5qJ .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hRnL5qJ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hRnL5qJ .card-text {
  color: #0196e3;
}
.cid-tK1hRnL5qJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hRnL5qJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hTl1DiV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hTl1DiV .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hTl1DiV .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hTl1DiV a {
  display: flex;
}
.cid-tK1hTl1DiV .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hTl1DiV .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hTl1DiV .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hTl1DiV .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hTl1DiV img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hTl1DiV .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hTl1DiV .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hTl1DiV .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hTl1DiV .card-text {
  color: #0196e3;
}
.cid-tK1hTl1DiV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hTl1DiV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1hZj8hYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1hZj8hYx .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1hZj8hYx .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1hZj8hYx a {
  display: flex;
}
.cid-tK1hZj8hYx .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1hZj8hYx .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1hZj8hYx .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1hZj8hYx .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1hZj8hYx img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1hZj8hYx .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1hZj8hYx .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1hZj8hYx .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1hZj8hYx .card-text {
  color: #0196e3;
}
.cid-tK1hZj8hYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1hZj8hYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK1seSjn75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tK1seSjn75 .title {
  padding: 0 2rem;
  color: #155d9c;
}
.cid-tK1seSjn75 .card-title {
  max-width: 600px;
  color: #155d9c;
}
.cid-tK1seSjn75 a {
  display: flex;
}
.cid-tK1seSjn75 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tK1seSjn75 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-tK1seSjn75 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tK1seSjn75 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tK1seSjn75 img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-tK1seSjn75 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tK1seSjn75 .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tK1seSjn75 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tK1seSjn75 .card-text {
  color: #0196e3;
}
.cid-tK1seSjn75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK1seSjn75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5yuAIZJF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tC5yuAIZJF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5yuAIZJF .mbr-text {
  color: #767676;
}
.cid-tC5yuAIZJF .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tC5yuAIZJF .links {
    text-align: center !important;
  }
}
.cid-tC5yuAIZJF .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tC5yuAIZJF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC5yuAIZJF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tC5yuAIZJF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tC5yuAIZJF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tC5yuAIZJF .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tC5yuAIZJF .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC5yuAIZJF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tC5yuAIZJF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC5yuAIZJF .copyright > p {
  color: #6c758f;
}
.cid-tCmzPEfx0t .navbar-dropdown {
  position: relative !important;
}
.cid-tCmzPEfx0t .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tCmzPEfx0t .container {
    padding: 0 ;
  }
}
.cid-tCmzPEfx0t .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tCmzPEfx0t .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmzPEfx0t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmzPEfx0t .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmzPEfx0t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmzPEfx0t .navbar.collapsed {
  justify-content: center;
}
.cid-tCmzPEfx0t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmzPEfx0t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCmzPEfx0t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCmzPEfx0t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmzPEfx0t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmzPEfx0t .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-tCmzPEfx0t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmzPEfx0t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmzPEfx0t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmzPEfx0t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmzPEfx0t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmzPEfx0t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmzPEfx0t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmzPEfx0t .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-tCmzPEfx0t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCmzPEfx0t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmzPEfx0t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmzPEfx0t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCmzPEfx0t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmzPEfx0t .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tCmzPEfx0t .navbar.navbar-short {
  min-height: 110px;
}
.cid-tCmzPEfx0t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCmzPEfx0t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCmzPEfx0t .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tCmzPEfx0t .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-tCmzPEfx0t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tCmzPEfx0t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCmzPEfx0t .dropdown-item:hover,
.cid-tCmzPEfx0t .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tCmzPEfx0t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCmzPEfx0t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCmzPEfx0t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCmzPEfx0t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmzPEfx0t .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCmzPEfx0t .dropdown-menu,
.cid-tCmzPEfx0t .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tCmzPEfx0t .nav-item:focus,
.cid-tCmzPEfx0t .nav-link:focus {
  outline: none;
}
.cid-tCmzPEfx0t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmzPEfx0t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmzPEfx0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmzPEfx0t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmzPEfx0t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmzPEfx0t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmzPEfx0t .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-tCmzPEfx0t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmzPEfx0t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmzPEfx0t .dropdown-item.active,
.cid-tCmzPEfx0t .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmzPEfx0t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmzPEfx0t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmzPEfx0t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmzPEfx0t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tCmzPEfx0t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmzPEfx0t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmzPEfx0t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmzPEfx0t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmzPEfx0t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmzPEfx0t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tCmzPEfx0t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmzPEfx0t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmzPEfx0t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmzPEfx0t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmzPEfx0t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmzPEfx0t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmzPEfx0t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmzPEfx0t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmzPEfx0t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCmzPEfx0t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmzPEfx0t .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-tCmzPEfx0t .navbar {
    height: 70px;
  }
  .cid-tCmzPEfx0t .navbar.opened {
    height: auto;
  }
  .cid-tCmzPEfx0t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmzPEfx0t .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCmzPEfx0t .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tCmzPEE4ev {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-4014-2000x1500.jpeg");
}
.cid-tCmzPEE4ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmzPEE4ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmzPEE4ev .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCmzPEE4ev .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmzPEE4ev .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmzPEE4ev .container {
    padding: 0 20px;
  }
  .cid-tCmzPEE4ev .container .row {
    padding: 0;
  }
}
.cid-tCmzPEE4ev .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCmzPEE4ev .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCmzPEE4ev .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCmzPEE4ev .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tCmzPEE4ev .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tCmzPEE4ev .mbr-section-title {
  color: #ffffff;
}
.cid-tCmzPEE4ev .mbr-text {
  color: #ffffff;
}
.cid-tCmAk21PBq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-tCmAk21PBq .mbr-section-subtitle {
  color: #155d9c;
}
.cid-tCmAk21PBq .mbr-text {
  color: #155d9c;
}
.cid-tCmAk21PBq .mbr-section-title {
  color: #155d9c;
}
.cid-tCmH76sPLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-tCmH76sPLD .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tCmH76sPLD .col-lg-4,
.cid-tCmH76sPLD .col-12 {
  padding: 0 2rem;
}
.cid-tCmH76sPLD .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tCmH76sPLD .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tCmH76sPLD .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tCmH76sPLD .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tCmH76sPLD .card-title,
.cid-tCmH76sPLD .iconfont-wrapper {
  color: #155d9c;
  text-align: center;
}
.cid-tCmH76sPLD .card-text {
  color: #155d9c;
  text-align: center;
}
.cid-tCmH76sPLD .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tCmH76sPLD .mbr-section-title {
  color: #0196e3;
}
.cid-tCmH76sPLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmH76sPLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmAmccgAm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-tCmAmccgAm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tCmAmccgAm .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tCmAmccgAm .col-auto {
    margin: auto;
  }
}
.cid-tCmAmccgAm textarea {
  min-height: 200px;
}
.cid-tCmAmccgAm .form-control,
.cid-tCmAmccgAm .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tCmAmccgAm .form-control::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input::-webkit-input-placeholder,
.cid-tCmAmccgAm .form-control::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input::-webkit-input-placeholder {
  color: #0196e3;
}
.cid-tCmAmccgAm .form-control:-moz-placeholder,
.cid-tCmAmccgAm .field-input:-moz-placeholder,
.cid-tCmAmccgAm .form-control:-moz-placeholder,
.cid-tCmAmccgAm .field-input:-moz-placeholder {
  color: #0196e3;
}
.cid-tCmAmccgAm .form-control:hover,
.cid-tCmAmccgAm .field-input:hover,
.cid-tCmAmccgAm .form-control:focus,
.cid-tCmAmccgAm .field-input:focus {
  background-color: #edeff3;
  color: #6c758f;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tCmAmccgAm .form-control:hover::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input:hover::-webkit-input-placeholder,
.cid-tCmAmccgAm .form-control:focus::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input:focus::-webkit-input-placeholder,
.cid-tCmAmccgAm .form-control:hover::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input:hover::-webkit-input-placeholder,
.cid-tCmAmccgAm .form-control:focus::-webkit-input-placeholder,
.cid-tCmAmccgAm .field-input:focus::-webkit-input-placeholder {
  color: #155d9c;
}
.cid-tCmAmccgAm .form-control:hover:-moz-placeholder,
.cid-tCmAmccgAm .field-input:hover:-moz-placeholder,
.cid-tCmAmccgAm .form-control:focus:-moz-placeholder,
.cid-tCmAmccgAm .field-input:focus:-moz-placeholder,
.cid-tCmAmccgAm .form-control:hover:-moz-placeholder,
.cid-tCmAmccgAm .field-input:hover:-moz-placeholder,
.cid-tCmAmccgAm .form-control:focus:-moz-placeholder,
.cid-tCmAmccgAm .field-input:focus:-moz-placeholder {
  color: #155d9c;
}
.cid-tCmAmccgAm .jq-number__spin:hover,
.cid-tCmAmccgAm .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tCmAmccgAm .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tCmAmccgAm .jq-selectbox li,
.cid-tCmAmccgAm .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tCmAmccgAm .jq-selectbox li:hover,
.cid-tCmAmccgAm .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-tCmAmccgAm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tCmAmccgAm .jq-number__spin.minus:hover:after,
.cid-tCmAmccgAm .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tCmAmccgAm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tCmAmccgAm .jq-number__spin.minus:after,
.cid-tCmAmccgAm .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tCmAmccgAm input::-webkit-clear-button {
  display: none;
}
.cid-tCmAmccgAm input::-webkit-inner-spin-button {
  display: none;
}
.cid-tCmAmccgAm input::-webkit-outer-spin-button {
  display: none;
}
.cid-tCmAmccgAm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tCmAmccgAm H4 {
  color: #0196e3;
}
.cid-tCmzPFxORJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tCmzPFxORJ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCmzPFxORJ .mbr-text {
  color: #767676;
}
.cid-tCmzPFxORJ .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tCmzPFxORJ .links {
    text-align: center !important;
  }
}
.cid-tCmzPFxORJ .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tCmzPFxORJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCmzPFxORJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCmzPFxORJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCmzPFxORJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tCmzPFxORJ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCmzPFxORJ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCmzPFxORJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCmzPFxORJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCmzPFxORJ .copyright > p {
  color: #6c758f;
}
.cid-tCrOFWA649 .navbar-dropdown {
  position: relative !important;
}
.cid-tCrOFWA649 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tCrOFWA649 .container {
    padding: 0 ;
  }
}
.cid-tCrOFWA649 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tCrOFWA649 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCrOFWA649 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCrOFWA649 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCrOFWA649 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCrOFWA649 .navbar.collapsed {
  justify-content: center;
}
.cid-tCrOFWA649 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCrOFWA649 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCrOFWA649 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tCrOFWA649 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCrOFWA649 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCrOFWA649 .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-tCrOFWA649 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCrOFWA649 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCrOFWA649 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCrOFWA649 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCrOFWA649 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCrOFWA649 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCrOFWA649 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCrOFWA649 .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-tCrOFWA649 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCrOFWA649 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCrOFWA649 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCrOFWA649 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCrOFWA649 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCrOFWA649 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tCrOFWA649 .navbar.navbar-short {
  min-height: 110px;
}
.cid-tCrOFWA649 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCrOFWA649 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCrOFWA649 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tCrOFWA649 .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-tCrOFWA649 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tCrOFWA649 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCrOFWA649 .dropdown-item:hover,
.cid-tCrOFWA649 .dropdown-item:focus {
  background: #155d9c !important;
  color: white !important;
}
.cid-tCrOFWA649 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCrOFWA649 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCrOFWA649 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCrOFWA649 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCrOFWA649 .iconfont-wrapper {
  color: #155d9c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCrOFWA649 .dropdown-menu,
.cid-tCrOFWA649 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tCrOFWA649 .nav-item:focus,
.cid-tCrOFWA649 .nav-link:focus {
  outline: none;
}
.cid-tCrOFWA649 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCrOFWA649 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCrOFWA649 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCrOFWA649 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCrOFWA649 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCrOFWA649 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCrOFWA649 .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-tCrOFWA649 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCrOFWA649 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCrOFWA649 .dropdown-item.active,
.cid-tCrOFWA649 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCrOFWA649 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCrOFWA649 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCrOFWA649 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCrOFWA649 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tCrOFWA649 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCrOFWA649 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCrOFWA649 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCrOFWA649 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCrOFWA649 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCrOFWA649 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #155d9c;
}
.cid-tCrOFWA649 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCrOFWA649 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCrOFWA649 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCrOFWA649 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCrOFWA649 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCrOFWA649 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCrOFWA649 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCrOFWA649 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCrOFWA649 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCrOFWA649 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCrOFWA649 .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-tCrOFWA649 .navbar {
    height: 70px;
  }
  .cid-tCrOFWA649 .navbar.opened {
    height: auto;
  }
  .cid-tCrOFWA649 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCrOFWA649 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tCrOFWA649 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tCrOFX0ZLv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/darienfireems-12-1920-1920x1281.jpeg");
}
.cid-tCrOFX0ZLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCrOFX0ZLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCrOFX0ZLv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCrOFX0ZLv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCrOFX0ZLv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCrOFX0ZLv .container {
    padding: 0 20px;
  }
  .cid-tCrOFX0ZLv .container .row {
    padding: 0;
  }
}
.cid-tCrOFX0ZLv .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCrOFX0ZLv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCrOFX0ZLv .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tCrOFX0ZLv .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tCrOFX0ZLv .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tCrOFX0ZLv .mbr-section-title {
  color: #ffffff;
}
.cid-tCrOFX0ZLv .mbr-text {
  color: #ffffff;
}
.cid-tCrOFXhnC2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tCrOFXhnC2 .mbr-section-subtitle {
  color: #155d9c;
}
.cid-tCrOFXhnC2 .mbr-text {
  color: #232323;
}
.cid-tCrOFXhnC2 .mbr-section-title {
  color: #d4192c;
}
.cid-tCs7oAMMoE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-tCs7oAMMoE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #155d9c;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-tCs7oAMMoE .panel-group {
  border: none;
}
.cid-tCs7oAMMoE .panel-collapse {
  padding: 0 2rem;
}
.cid-tCs7oAMMoE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-tCs7oAMMoE .panel-body,
.cid-tCs7oAMMoE .card-header {
  padding: 1rem 0;
}
.cid-tCs7oAMMoE .panel-title-edit {
  color: #0196e3;
}
.cid-tCs7oAMMoE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-tCs7oAMMoE .card {
  overflow: visible;
}
.cid-tCs7oAMMoE .panel-text {
  color: #232323;
}
.cid-tCs7oAMMoE H3 {
  color: #155d9c;
}
.cid-tCs7oAMMoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCs7oAMMoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCs9XRF97n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tCs9XRF97n .mbr-section-subtitle {
  color: #155d9c;
}
.cid-tCs9XRF97n .mbr-text {
  color: #232323;
}
.cid-tCs9XRF97n .mbr-section-title {
  color: #155d9c;
}
.cid-tCrOFXtLbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-tCrOFXtLbc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tCrOFXtLbc .col-lg-4,
.cid-tCrOFXtLbc .col-12 {
  padding: 0 2rem;
}
.cid-tCrOFXtLbc .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tCrOFXtLbc .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tCrOFXtLbc .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tCrOFXtLbc .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tCrOFXtLbc .card-title,
.cid-tCrOFXtLbc .iconfont-wrapper {
  color: #155d9c;
  text-align: center;
}
.cid-tCrOFXtLbc .card-text {
  color: #155d9c;
  text-align: center;
}
.cid-tCrOFXtLbc .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tCrOFXtLbc .mbr-section-title {
  color: #0196e3;
}
.cid-tCrOFXtLbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCrOFXtLbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCrOFY17Tg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-tCrOFY17Tg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tCrOFY17Tg .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tCrOFY17Tg .col-auto {
    margin: auto;
  }
}
.cid-tCrOFY17Tg textarea {
  min-height: 200px;
}
.cid-tCrOFY17Tg .form-control,
.cid-tCrOFY17Tg .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tCrOFY17Tg .form-control::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input::-webkit-input-placeholder,
.cid-tCrOFY17Tg .form-control::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input::-webkit-input-placeholder {
  color: #0196e3;
}
.cid-tCrOFY17Tg .form-control:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:-moz-placeholder,
.cid-tCrOFY17Tg .form-control:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:-moz-placeholder {
  color: #0196e3;
}
.cid-tCrOFY17Tg .form-control:hover,
.cid-tCrOFY17Tg .field-input:hover,
.cid-tCrOFY17Tg .form-control:focus,
.cid-tCrOFY17Tg .field-input:focus {
  background-color: #edeff3;
  color: #6c758f;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tCrOFY17Tg .form-control:hover::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input:hover::-webkit-input-placeholder,
.cid-tCrOFY17Tg .form-control:focus::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input:focus::-webkit-input-placeholder,
.cid-tCrOFY17Tg .form-control:hover::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input:hover::-webkit-input-placeholder,
.cid-tCrOFY17Tg .form-control:focus::-webkit-input-placeholder,
.cid-tCrOFY17Tg .field-input:focus::-webkit-input-placeholder {
  color: #155d9c;
}
.cid-tCrOFY17Tg .form-control:hover:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:hover:-moz-placeholder,
.cid-tCrOFY17Tg .form-control:focus:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:focus:-moz-placeholder,
.cid-tCrOFY17Tg .form-control:hover:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:hover:-moz-placeholder,
.cid-tCrOFY17Tg .form-control:focus:-moz-placeholder,
.cid-tCrOFY17Tg .field-input:focus:-moz-placeholder {
  color: #155d9c;
}
.cid-tCrOFY17Tg .jq-number__spin:hover,
.cid-tCrOFY17Tg .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tCrOFY17Tg .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tCrOFY17Tg .jq-selectbox li,
.cid-tCrOFY17Tg .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tCrOFY17Tg .jq-selectbox li:hover,
.cid-tCrOFY17Tg .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-tCrOFY17Tg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tCrOFY17Tg .jq-number__spin.minus:hover:after,
.cid-tCrOFY17Tg .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tCrOFY17Tg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tCrOFY17Tg .jq-number__spin.minus:after,
.cid-tCrOFY17Tg .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tCrOFY17Tg input::-webkit-clear-button {
  display: none;
}
.cid-tCrOFY17Tg input::-webkit-inner-spin-button {
  display: none;
}
.cid-tCrOFY17Tg input::-webkit-outer-spin-button {
  display: none;
}
.cid-tCrOFY17Tg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tCrOFY17Tg H4 {
  color: #0196e3;
}
.cid-tCrOFYulnZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
@media (max-width: 767px) {
  .cid-tCrOFYulnZ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCrOFYulnZ .mbr-text {
  color: #767676;
}
.cid-tCrOFYulnZ .links {
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-tCrOFYulnZ .links {
    text-align: center !important;
  }
}
.cid-tCrOFYulnZ .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tCrOFYulnZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tCrOFYulnZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tCrOFYulnZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCrOFYulnZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #155d9c;
}
.cid-tCrOFYulnZ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tCrOFYulnZ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tCrOFYulnZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tCrOFYulnZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tCrOFYulnZ .copyright > p {
  color: #6c758f;
}
