body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald-Light';
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Oswald-Light';
  font-size: 3.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Roboto-Light';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'OpenSans-Light';
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'OpenSans-Light';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff6b00 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #10a314 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b34b00 !important;
  border-color: #b34b00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b34b00 !important;
  border-color: #b34b00 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17353f !important;
  border-color: #17353f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #10a314 !important;
  border-color: #10a314 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #095d0b !important;
  border-color: #095d0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #095d0b !important;
  border-color: #095d0b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #994000 !important;
  color: #994000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #10252c !important;
  color: #10252c !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b6477 !important;
  border-color: #2b6477 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #074609 !important;
  color: #074609 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #10a314 !important;
  border-color: #10a314 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #10a314 !important;
  border-color: #10a314 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff6b00 !important;
}
.text-secondary {
  color: #2b6477 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #10a314 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #994000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #10252c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #074609 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #10a314;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6b00;
  border-color: #ff6b00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6b00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #46ed4a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'OpenSans-Light';
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ff6b00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff6b00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff6b00;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6b00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6b00;
  border-bottom-color: #ff6b00;
}
.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: #000000 !important;
  background-color: #ff6b00 !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: #2b6477 !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%;
}
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='%23ff6b00' %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;
}
.cid-sNOCxWEoYQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNOCxWEoYQ nav.navbar {
  position: fixed;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover,
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sNOCxWEoYQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNOCxWEoYQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNOCxWEoYQ .container {
  display: flex;
  margin: auto;
}
.cid-sNOCxWEoYQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown-menu,
.cid-sNOCxWEoYQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sNOCxWEoYQ .nav-item:focus,
.cid-sNOCxWEoYQ .nav-link:focus {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNOCxWEoYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNOCxWEoYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNOCxWEoYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sNOCxWEoYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNOCxWEoYQ .navbar.collapsed {
  justify-content: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNOCxWEoYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNOCxWEoYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNOCxWEoYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNOCxWEoYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNOCxWEoYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNOCxWEoYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNOCxWEoYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown-item.active,
.cid-sNOCxWEoYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sNOCxWEoYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNOCxWEoYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNOCxWEoYQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sNOCxWEoYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNOCxWEoYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sNOCxWEoYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNOCxWEoYQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNOCxWEoYQ .navbar {
    height: 70px;
  }
  .cid-sNOCxWEoYQ .navbar.opened {
    height: auto;
  }
  .cid-sNOCxWEoYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNOCxWEoYQ a {
  display: inline;
}
.cid-sNOCxWEoYQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sNOCxWEoYQ .dropdown-toggle:after {
  display: none;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sNOCxWEoYQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNOCxWEoYQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sNOCxWEoYQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNOCxWEoYQ .nav-item {
  margin-right: 32px;
}
.cid-sNOCxWEoYQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sNOCxWEoYQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sNOCxWEoYQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-nav {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sNOCxWEoYQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sNOCxWEoYQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sNOCxWEoYQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sNOCxWEoYQ .top {
    margin-top: 25px;
  }
}
.cid-sNOCxWEoYQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .container,
  .cid-sNOCxWEoYQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sNOCxWEoYQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sNOCxWEoYQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sNOCxWEoYQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sNOCxWEoYQ a.btn {
    margin-top: 10px;
  }
}
.cid-sNOCxWEoYQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sORK9iYO1F {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/depositphotos-335303934-l-2000x762.jpg");
  overflow: hidden;
}
.cid-sORK9iYO1F svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sORK9iYO1F #e2_shape {
  fill: #ffffff !important;
}
.cid-sORK9iYO1F .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sORK9iYO1F .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sORK9iYO1F img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sOViBS2s5P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sOViBS2s5P .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOViBS2s5P .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOViBS2s5P .title {
    width: 100% !important;
  }
}
.cid-sOVirArlPa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sOVirArlPa .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOVirArlPa .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOVirArlPa .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOVirArlPa .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOVirArlPa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOVirArlPa .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOVirArlPa .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOVirArlPa .image-element {
    padding: 0 15px;
  }
  .cid-sOVirArlPa .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOVirArlPa .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOVirArlPa .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOVirArlPa .mbr-text,
.cid-sOVirArlPa .mbr-section-btn {
  text-align: left;
}
.cid-sOVirArlPa .mbr-section-title {
  text-align: center;
}
.cid-sNPfNb0puz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sNPfNb0puz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sNPfNb0puz .row {
  background-color: #ffffff;
}
.cid-sNPfNb0puz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sNPfNb0puz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sNPfNb0puz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sNPfNb0puz .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNPfNb0puz .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sNPfNb0puz .image-element {
    padding: 0 15px;
  }
  .cid-sNPfNb0puz .text-element {
    padding: 2rem 1rem;
  }
  .cid-sNPfNb0puz .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sNPfNb0puz .mbr-text,
.cid-sNPfNb0puz .mbr-section-btn {
  text-align: left;
}
.cid-sNPfNb0puz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sNPfPm2XiV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sNPfPm2XiV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sNPfPm2XiV .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sNPfPm2XiV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sNPfPm2XiV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sNPfPm2XiV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sNPfPm2XiV .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNPfPm2XiV .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sNPfPm2XiV .image-element {
    padding: 0 15px;
  }
  .cid-sNPfPm2XiV .text-element {
    padding: 2rem 1rem;
  }
  .cid-sNPfPm2XiV .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sNPfPm2XiV .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sNPfPm2XiV .mbr-text,
.cid-sNPfPm2XiV .mbr-section-btn {
  text-align: left;
}
.cid-sNPfHaiayT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sNPfHaiayT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sNPfHaiayT .row {
  background-color: #ffffff;
}
.cid-sNPfHaiayT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sNPfHaiayT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sNPfHaiayT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sNPfHaiayT .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNPfHaiayT .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sNPfHaiayT .image-element {
    padding: 0 15px;
  }
  .cid-sNPfHaiayT .text-element {
    padding: 2rem 1rem;
  }
  .cid-sNPfHaiayT .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sNPfHaiayT .mbr-text,
.cid-sNPfHaiayT .mbr-section-btn {
  text-align: left;
}
.cid-sNPfHaiayT .mbr-section-title {
  color: #000000;
}
.cid-sNUXkwAy7x {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/strand-2000x1500.jpg");
}
.cid-sNUXkwAy7x .link-wrapper {
  width: 100%;
}
.cid-sNUXkwAy7x .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sNUXkwAy7x .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sNUXkwAy7x .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sNUXkwAy7x .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sNUXkwAy7x .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sNUXkwAy7x .mbr-section-title DIV {
  text-align: center;
}
.cid-sNUXkwAy7x .mbr-text,
.cid-sNUXkwAy7x .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sNUXkwAy7x .link,
.cid-sNUXkwAy7x .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sNUXkwAy7x .mbr-section-title {
  color: #ffffff;
}
.cid-sNP4vPcLbG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #2b6477;
}
.cid-sNP4vPcLbG .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sNP4vPcLbG .title-wrapper {
  padding: 0 12px;
}
.cid-sNP4vPcLbG .text-block {
  padding: 48px 24px;
}
.cid-sNP4vPcLbG .video-wrapper iframe {
  width: 100%;
}
.cid-sNP4vPcLbG .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sNP4vPcLbG .mbr-section-title {
  text-align: center;
  color: #fcfcfc;
}
.cid-sNP4vPcLbG .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sNP4vPcLbG .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sNP4vPcLbG .mbr-text,
.cid-sNP4vPcLbG .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sNP4vPcLbG .video-block {
    border-left: none;
  }
  .cid-sNP4vPcLbG .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sNP4vPcLbG .title-wrapper {
    padding: 0 48px;
  }
  .cid-sNP4vPcLbG .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sNPbPVygcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-sNPbPVygcm .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sNPbPVygcm .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sNPbPVygcm .mbr-text {
  color: #8c8c95;
  margin-bottom: 32px;
}
.cid-sNPbPVygcm .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-sNPbPVygcm ul {
  padding-inline-start: 20px;
  margin-bottom: 28px;
}
.cid-sNPbPVygcm li::marker {
  color: #fedb01;
  width: 10px;
}
.cid-sNPbPVygcm li {
  margin-bottom: 7px;
  color: #14142b;
}
.cid-sNPbPVygcm img {
  width: 90%;
}
.cid-sNPbPVygcm .gray {
  background-color: #eff0f6;
  width: 80%;
  height: 430px;
  margin: auto;
  position: relative;
}
.cid-sNPbPVygcm .b {
  max-width: 598px;
}
.cid-sNPbPVygcm .first {
  position: absolute;
  top: -10%;
  right: 25%;
}
.cid-sNPbPVygcm .second {
  position: absolute;
  bottom: -10%;
  left: 25%;
}
@media (max-width: 992px) {
  .cid-sNPbPVygcm .t {
    padding-top: 90px;
  }
  .cid-sNPbPVygcm .b {
    max-width: initial;
  }
  .cid-sNPbPVygcm .gray {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .cid-sNPbPVygcm .gray {
    height: 330px;
  }
}
@media (max-width: 630px) {
  .cid-sNPbPVygcm .gray {
    height: 230px;
  }
}
@media (max-width: 450px) {
  .cid-sNPbPVygcm .gray {
    height: 200px;
    width: 70%;
  }
}
.cid-sNPbPVygcm .btn {
  margin-top: 20px;
}
.cid-sNPbPVygcm .t {
  max-width: 542px;
}
.cid-sNPbPVygcm .mbr-text,
.cid-sNPbPVygcm .button-align,
.cid-sNPbPVygcm .list {
  color: #000000;
}
.cid-sNRZJJHSD0 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sNRZJJHSD0 .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #f1eeea;
  background-image: linear-gradient(30deg, #f1eeea 0%, #fbfaf9 100%);
}
.cid-sNRZJJHSD0 .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sNRZJJHSD0 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sNRZJJHSD0 .mbr-section-title {
  color: #000000;
}
.cid-sNRZJJHSD0 .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-sNRZJJHSD0 .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(255, 107, 0, 0.15);
  border-radius: 50%;
}
.cid-sNRZJJHSD0 .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(255, 107, 0, 0.15);
  border-radius: 50%;
}
.cid-sNRZJJHSD0 .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-sNRZJJHSD0 .user {
  display: flex;
  align-items: center;
}
.cid-sNRZJJHSD0 .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-sNRZJJHSD0 .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-sNRZJJHSD0 .user_name {
  margin-bottom: 2px;
  display: block;
  color: #000000;
}
.cid-sNRZJJHSD0 .desk {
  margin-bottom: 0;
}
.cid-sNRZJJHSD0 .iconfont-wrapper {
  min-width: 115px;
}
.cid-sNRZJJHSD0 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-sNRZJJHSD0 .carousel-item {
  justify-content: center;
}
.cid-sNRZJJHSD0 .carousel-item > div {
  width: 100%;
}
.cid-sNRZJJHSD0 .carousel-item.active,
.cid-sNRZJJHSD0 .carousel-item-next,
.cid-sNRZJJHSD0 .carousel-item-prev {
  display: flex;
}
.cid-sNRZJJHSD0 .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-sNRZJJHSD0 .carousel-controls a {
  opacity: 1;
}
.cid-sNRZJJHSD0 .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #000000;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000000;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sNRZJJHSD0 .carousel-controls a span:hover {
  background-color: #000000;
  color: #ff6b00;
}
.cid-sNRZJJHSD0 .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-sNRZJJHSD0 .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-sNRZJJHSD0 .title_block {
    margin-bottom: 40px;
  }
  .cid-sNRZJJHSD0 .card_header {
    flex-direction: column;
  }
  .cid-sNRZJJHSD0 .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-sNRZJJHSD0 .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sNRZJJHSD0 .carousel-controls {
    display: none;
  }
  .cid-sNRZJJHSD0 .title_block {
    text-align: center;
  }
  .cid-sNRZJJHSD0 .carousel-item {
    padding: 0;
  }
  .cid-sNRZJJHSD0 .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-sNRZJJHSD0 .card_header {
    margin-bottom: 15px;
  }
  .cid-sNRZJJHSD0 .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-sNRZJJHSD0 .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-sLhgA8es3t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLhgA8es3t .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sLhgA8es3t .row {
  border-bottom: 1px solid #000000;
}
.cid-sLhgA8es3t H2 {
  color: #e7272d;
}
.cid-sLhgA8es3t .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sLhgA8es3t .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sLhgA8es3t .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .col-lg-12 {
  overflow: hidden;
}
.cid-sLhgA8es3t H4 {
  color: #000000;
}
.cid-sLhgA8es3t .mbr-text,
.cid-sLhgA8es3t .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sLhgA8es3t .logo-wrap:before {
    content: none;
  }
  .cid-sLhgA8es3t .logo-wrap:after {
    content: none;
  }
}
.cid-sLhgA8es3t H3 {
  color: #000000;
}
.cid-sV4uI4T4e0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV4uI4T4e0 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-sV4uI4T4e0 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tbrwAa3nIx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbrwAa3nIx .mbr-text {
  color: #ffffff;
}
.cid-sNOCxWEoYQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNOCxWEoYQ nav.navbar {
  position: fixed;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover,
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sNOCxWEoYQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNOCxWEoYQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNOCxWEoYQ .container {
  display: flex;
  margin: auto;
}
.cid-sNOCxWEoYQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown-menu,
.cid-sNOCxWEoYQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sNOCxWEoYQ .nav-item:focus,
.cid-sNOCxWEoYQ .nav-link:focus {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNOCxWEoYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNOCxWEoYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNOCxWEoYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sNOCxWEoYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNOCxWEoYQ .navbar.collapsed {
  justify-content: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNOCxWEoYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNOCxWEoYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNOCxWEoYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNOCxWEoYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNOCxWEoYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNOCxWEoYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNOCxWEoYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown-item.active,
.cid-sNOCxWEoYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sNOCxWEoYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNOCxWEoYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNOCxWEoYQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sNOCxWEoYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNOCxWEoYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sNOCxWEoYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNOCxWEoYQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNOCxWEoYQ .navbar {
    height: 70px;
  }
  .cid-sNOCxWEoYQ .navbar.opened {
    height: auto;
  }
  .cid-sNOCxWEoYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNOCxWEoYQ a {
  display: inline;
}
.cid-sNOCxWEoYQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sNOCxWEoYQ .dropdown-toggle:after {
  display: none;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sNOCxWEoYQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNOCxWEoYQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sNOCxWEoYQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNOCxWEoYQ .nav-item {
  margin-right: 32px;
}
.cid-sNOCxWEoYQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sNOCxWEoYQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sNOCxWEoYQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-nav {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sNOCxWEoYQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sNOCxWEoYQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sNOCxWEoYQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sNOCxWEoYQ .top {
    margin-top: 25px;
  }
}
.cid-sNOCxWEoYQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .container,
  .cid-sNOCxWEoYQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sNOCxWEoYQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sNOCxWEoYQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sNOCxWEoYQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sNOCxWEoYQ a.btn {
    margin-top: 10px;
  }
}
.cid-sNOCxWEoYQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sP8gIjdxLK {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wohn-esszimmer-2000x1543.jpg");
  overflow: hidden;
}
.cid-sP8gIjdxLK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sP8gIjdxLK #e2_shape {
  fill: #f1eeea !important;
}
.cid-sP8gIjdxLK .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sP8gIjdxLK .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sP8gIjdxLK img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sOcYvfMzrj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOcYvfMzrj .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-sOcYvfMzrj .card .card-img span {
  color: #2b6477;
  font-size: 45px;
}
.cid-sOcYvfMzrj .card .card-title {
  letter-spacing: 1px;
}
.cid-sOcYvfMzrj .card-title {
  margin: 0;
}
.cid-sOcYvfMzrj .mbr-text,
.cid-sOcYvfMzrj .card-title {
  color: #878787;
}
.cid-sOcYvfMzrj .card-title,
.cid-sOcYvfMzrj .card-img {
  color: #000000;
}
.cid-sOUnp3IevU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOUnp3IevU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOUnp3IevU .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOUnp3IevU .title {
    width: 100% !important;
  }
}
.cid-sORmikVSNP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sORmikVSNP .mbr-text {
  color: #767676;
}
.cid-sORmikVSNP .mbr-text,
.cid-sORmikVSNP .mbr-section-btn {
  color: #000000;
}
.cid-sP2J8oLyiC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOVImIA3W2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOVImIA3W2 .mbr-overlay {
  z-index: 1;
}
.cid-sOVImIA3W2 .carousel,
.cid-sOVImIA3W2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sOVImIA3W2 .item-wrapper {
  width: 100%;
}
.cid-sOVImIA3W2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sOVImIA3W2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-sOVImIA3W2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sOVImIA3W2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sOVImIA3W2 .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-sOVImIA3W2 .carousel-control span {
  color: #101019;
}
.cid-sOVImIA3W2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sOVImIA3W2 .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-sOVImIA3W2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sOVImIA3W2 .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sOVImIA3W2 .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-sOVImIA3W2 .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-sOVImIA3W2 .carousel-indicators li.active,
.cid-sOVImIA3W2 .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-sOVImIA3W2 .carousel-indicators li::after,
.cid-sOVImIA3W2 .carousel-indicators li::before {
  content: none;
}
.cid-sOVImIA3W2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sOVImIA3W2 .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-sOVImIA3W2 .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-sOVImIA3W2 .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sOVImIA3W2 .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-sOVImIA3W2 .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sOVImIA3W2 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sOVImIA3W2 .mbr-section-title {
  text-align: center;
  color: #efefef;
}
.cid-sOVImIA3W2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sOd6Rluvju {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fcfcfc;
}
.cid-sOd6Rluvju .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOd6Rluvju .wrapper {
    padding: 3rem;
  }
}
.cid-sOd6Rluvju .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOd6Rluvju .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOd6Rluvju .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOd6Rluvju .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sPiomCVKsl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLhgA8es3t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLhgA8es3t .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sLhgA8es3t .row {
  border-bottom: 1px solid #000000;
}
.cid-sLhgA8es3t H2 {
  color: #e7272d;
}
.cid-sLhgA8es3t .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sLhgA8es3t .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sLhgA8es3t .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .col-lg-12 {
  overflow: hidden;
}
.cid-sLhgA8es3t H4 {
  color: #000000;
}
.cid-sLhgA8es3t .mbr-text,
.cid-sLhgA8es3t .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sLhgA8es3t .logo-wrap:before {
    content: none;
  }
  .cid-sLhgA8es3t .logo-wrap:after {
    content: none;
  }
}
.cid-sLhgA8es3t H3 {
  color: #000000;
}
.cid-sOfDec8EGk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOfDec8EGk nav.navbar {
  position: fixed;
}
.cid-sOfDec8EGk .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-sOfDec8EGk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOfDec8EGk .dropdown-item:hover,
.cid-sOfDec8EGk .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOfDec8EGk .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOfDec8EGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOfDec8EGk .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOfDec8EGk .container {
  display: flex;
  margin: auto;
}
.cid-sOfDec8EGk .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOfDec8EGk .dropdown-menu,
.cid-sOfDec8EGk .navbar.opened {
  background: #ffffff !important;
}
.cid-sOfDec8EGk .nav-item:focus,
.cid-sOfDec8EGk .nav-link:focus {
  outline: none;
}
.cid-sOfDec8EGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOfDec8EGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOfDec8EGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOfDec8EGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOfDec8EGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOfDec8EGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOfDec8EGk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOfDec8EGk .navbar.opened {
  transition: all 0.3s;
}
.cid-sOfDec8EGk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOfDec8EGk .navbar .navbar-logo img {
  width: auto;
}
.cid-sOfDec8EGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOfDec8EGk .navbar.collapsed {
  justify-content: center;
}
.cid-sOfDec8EGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOfDec8EGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOfDec8EGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOfDec8EGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOfDec8EGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOfDec8EGk .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-sOfDec8EGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOfDec8EGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOfDec8EGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOfDec8EGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOfDec8EGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOfDec8EGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOfDec8EGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOfDec8EGk .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-sOfDec8EGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOfDec8EGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOfDec8EGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOfDec8EGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOfDec8EGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOfDec8EGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOfDec8EGk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOfDec8EGk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOfDec8EGk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOfDec8EGk .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-sOfDec8EGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOfDec8EGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOfDec8EGk .dropdown-item.active,
.cid-sOfDec8EGk .dropdown-item:active {
  background-color: transparent;
}
.cid-sOfDec8EGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOfDec8EGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOfDec8EGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOfDec8EGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOfDec8EGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOfDec8EGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOfDec8EGk ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOfDec8EGk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOfDec8EGk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOfDec8EGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOfDec8EGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOfDec8EGk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfDec8EGk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOfDec8EGk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOfDec8EGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfDec8EGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOfDec8EGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOfDec8EGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOfDec8EGk .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOfDec8EGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOfDec8EGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOfDec8EGk .navbar {
    height: 70px;
  }
  .cid-sOfDec8EGk .navbar.opened {
    height: auto;
  }
  .cid-sOfDec8EGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOfDec8EGk a {
  display: inline;
}
.cid-sOfDec8EGk img {
  display: inline;
  padding-right: 10px;
}
.cid-sOfDec8EGk .dropdown-toggle:after {
  display: none;
}
.cid-sOfDec8EGk .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOfDec8EGk .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOfDec8EGk .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOfDec8EGk .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOfDec8EGk .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOfDec8EGk .nav-item {
  margin-right: 32px;
}
.cid-sOfDec8EGk .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOfDec8EGk ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOfDec8EGk .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOfDec8EGk .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOfDec8EGk .navbar-nav {
  margin: auto;
}
.cid-sOfDec8EGk .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOfDec8EGk .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOfDec8EGk .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOfDec8EGk .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOfDec8EGk .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOfDec8EGk .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-sOfDec8EGk .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOfDec8EGk .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOfDec8EGk .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOfDec8EGk .top {
    margin-top: 25px;
  }
}
.cid-sOfDec8EGk .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOfDec8EGk .container,
  .cid-sOfDec8EGk .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOfDec8EGk li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOfDec8EGk ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOfDec8EGk .icons-menu {
    min-width: initial !important;
  }
  .cid-sOfDec8EGk a.btn {
    margin-top: 10px;
  }
}
.cid-sOfDec8EGk a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPifNWLfqH {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-2210-4000x3000.jpg");
  overflow: hidden;
}
.cid-sPifNWLfqH svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sPifNWLfqH #e2_shape {
  fill: #f1eeea !important;
}
.cid-sPifNWLfqH .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sPifNWLfqH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sPifNWLfqH img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sOfDeduIMN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f1eeea;
}
.cid-sOfDeduIMN .mbr-section-subtitle {
  color: #000000;
}
.cid-sOfDeduIMN .mbr-text {
  color: #000000;
}
.cid-sOfEp8Kmi0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sOfEp8Kmi0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOfEp8Kmi0 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOfEp8Kmi0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOfEp8Kmi0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOfEp8Kmi0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOfEp8Kmi0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOfEp8Kmi0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOfEp8Kmi0 .image-element {
    padding: 0 15px;
  }
  .cid-sOfEp8Kmi0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOfEp8Kmi0 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOfEp8Kmi0 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOfEp8Kmi0 .mbr-text,
.cid-sOfEp8Kmi0 .mbr-section-btn {
  text-align: left;
}
.cid-sOfEp8Kmi0 .mbr-section-title {
  text-align: center;
}
.cid-sOfED92SSN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOfED92SSN .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOfED92SSN .row {
  background-color: #ffffff;
}
.cid-sOfED92SSN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOfED92SSN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOfED92SSN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOfED92SSN .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOfED92SSN .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOfED92SSN .image-element {
    padding: 0 15px;
  }
  .cid-sOfED92SSN .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOfED92SSN .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOfED92SSN .mbr-text,
.cid-sOfED92SSN .mbr-section-btn {
  text-align: left;
}
.cid-sOfED92SSN .mbr-section-title {
  text-align: center;
}
.cid-sOfRtHlqTj {
  background-image: url("../../../assets/images/img-402-2000x1124.jpg");
}
.cid-sOfRtHlqTj .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-sOfRtHlqTj .block {
    height: 352px;
  }
}
.cid-sOfRHFoFhI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sOfRHFoFhI .mbr-section-subtitle {
  color: #14191e;
}
.cid-sOfRHFoFhI .mbr-text {
  color: #000000;
}
.cid-sOfPNthFmX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sOfPNthFmX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOfPNthFmX .row {
  background-color: #ffffff;
}
.cid-sOfPNthFmX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOfPNthFmX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOfPNthFmX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOfPNthFmX .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOfPNthFmX .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOfPNthFmX .image-element {
    padding: 0 15px;
  }
  .cid-sOfPNthFmX .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOfPNthFmX .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOfPNthFmX .mbr-text,
.cid-sOfPNthFmX .mbr-section-btn {
  text-align: left;
}
.cid-sOfPNthFmX .mbr-section-title {
  text-align: center;
}
.cid-sOfEQB1pvA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sOfEQB1pvA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOfEQB1pvA .row {
  background-color: #ffffff;
}
.cid-sOfEQB1pvA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOfEQB1pvA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOfEQB1pvA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOfEQB1pvA .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOfEQB1pvA .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOfEQB1pvA .image-element {
    padding: 0 15px;
  }
  .cid-sOfEQB1pvA .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOfEQB1pvA .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOfEQB1pvA .mbr-text,
.cid-sOfEQB1pvA .mbr-section-btn {
  text-align: left;
}
.cid-sOfEQB1pvA .mbr-section-title {
  text-align: center;
}
.cid-sOfDefcrOz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOfDefcrOz .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOfDefcrOz .row {
  border-bottom: 1px solid #000000;
}
.cid-sOfDefcrOz H2 {
  color: #e7272d;
}
.cid-sOfDefcrOz .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOfDefcrOz .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOfDefcrOz .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOfDefcrOz .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOfDefcrOz .col-lg-12 {
  overflow: hidden;
}
.cid-sOfDefcrOz H4 {
  color: #000000;
}
.cid-sOfDefcrOz .mbr-text,
.cid-sOfDefcrOz .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOfDefcrOz .logo-wrap:before {
    content: none;
  }
  .cid-sOfDefcrOz .logo-wrap:after {
    content: none;
  }
}
.cid-sOfDefcrOz H3 {
  color: #000000;
}
.cid-sOipOjcNRM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOipOjcNRM nav.navbar {
  position: fixed;
}
.cid-sOipOjcNRM .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-sOipOjcNRM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOipOjcNRM .dropdown-item:hover,
.cid-sOipOjcNRM .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOipOjcNRM .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOipOjcNRM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOipOjcNRM .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOipOjcNRM .container {
  display: flex;
  margin: auto;
}
.cid-sOipOjcNRM .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOipOjcNRM .dropdown-menu,
.cid-sOipOjcNRM .navbar.opened {
  background: #ffffff !important;
}
.cid-sOipOjcNRM .nav-item:focus,
.cid-sOipOjcNRM .nav-link:focus {
  outline: none;
}
.cid-sOipOjcNRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOipOjcNRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOipOjcNRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOipOjcNRM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOipOjcNRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOipOjcNRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOipOjcNRM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOipOjcNRM .navbar.opened {
  transition: all 0.3s;
}
.cid-sOipOjcNRM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOipOjcNRM .navbar .navbar-logo img {
  width: auto;
}
.cid-sOipOjcNRM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOipOjcNRM .navbar.collapsed {
  justify-content: center;
}
.cid-sOipOjcNRM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOipOjcNRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOipOjcNRM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOipOjcNRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOipOjcNRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOipOjcNRM .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-sOipOjcNRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOipOjcNRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOipOjcNRM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOipOjcNRM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOipOjcNRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOipOjcNRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOipOjcNRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOipOjcNRM .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-sOipOjcNRM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOipOjcNRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOipOjcNRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOipOjcNRM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOipOjcNRM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOipOjcNRM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOipOjcNRM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOipOjcNRM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOipOjcNRM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOipOjcNRM .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-sOipOjcNRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOipOjcNRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOipOjcNRM .dropdown-item.active,
.cid-sOipOjcNRM .dropdown-item:active {
  background-color: transparent;
}
.cid-sOipOjcNRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOipOjcNRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOipOjcNRM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOipOjcNRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOipOjcNRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOipOjcNRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOipOjcNRM ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOipOjcNRM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOipOjcNRM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOipOjcNRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOipOjcNRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOipOjcNRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOipOjcNRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOipOjcNRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOipOjcNRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOipOjcNRM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOipOjcNRM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOipOjcNRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOipOjcNRM .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOipOjcNRM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOipOjcNRM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOipOjcNRM .navbar {
    height: 70px;
  }
  .cid-sOipOjcNRM .navbar.opened {
    height: auto;
  }
  .cid-sOipOjcNRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOipOjcNRM a {
  display: inline;
}
.cid-sOipOjcNRM img {
  display: inline;
  padding-right: 10px;
}
.cid-sOipOjcNRM .dropdown-toggle:after {
  display: none;
}
.cid-sOipOjcNRM .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOipOjcNRM .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOipOjcNRM .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOipOjcNRM .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOipOjcNRM .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOipOjcNRM .nav-item {
  margin-right: 32px;
}
.cid-sOipOjcNRM .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOipOjcNRM ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOipOjcNRM .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOipOjcNRM .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOipOjcNRM .navbar-nav {
  margin: auto;
}
.cid-sOipOjcNRM .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOipOjcNRM .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOipOjcNRM .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOipOjcNRM .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOipOjcNRM .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOipOjcNRM .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-sOipOjcNRM .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOipOjcNRM .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOipOjcNRM .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOipOjcNRM .top {
    margin-top: 25px;
  }
}
.cid-sOipOjcNRM .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOipOjcNRM .container,
  .cid-sOipOjcNRM .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOipOjcNRM li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOipOjcNRM ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOipOjcNRM .icons-menu {
    min-width: initial !important;
  }
  .cid-sOipOjcNRM a.btn {
    margin-top: 10px;
  }
}
.cid-sOipOjcNRM a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPih353JZq {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/img-2041-4000x3000.jpg");
  overflow: hidden;
}
.cid-sPih353JZq svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sPih353JZq #e2_shape {
  fill: #f1eeea !important;
}
.cid-sPih353JZq .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sPih353JZq .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sPih353JZq img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sORE1IOxCo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f1eeea;
}
@media (min-width: 992px) {
  .cid-sORE1IOxCo .container-fluid {
    padding: 0;
  }
  .cid-sORE1IOxCo .text-wrapper {
    max-width: 700px;
  }
  .cid-sORE1IOxCo .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sORE1IOxCo .row {
  align-items: center;
}
.cid-sORE1IOxCo .animate__fadeInUp:before {
  background: #f1eeea;
}
.cid-sORE1IOxCo .mbr-text,
.cid-sORE1IOxCo .mbr-section-btn {
  color: #000000;
}
.cid-sORE1IOxCo .mbr-section-title {
  color: #000000;
}
.cid-sOipOkexBw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sOipOkexBw .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOipOkexBw .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOipOkexBw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOipOkexBw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOipOkexBw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOipOkexBw .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOipOkexBw .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOipOkexBw .image-element {
    padding: 0 15px;
  }
  .cid-sOipOkexBw .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOipOkexBw .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOipOkexBw .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOipOkexBw .mbr-text,
.cid-sOipOkexBw .mbr-section-btn {
  text-align: left;
}
.cid-sOipOkexBw .mbr-section-title {
  text-align: center;
}
.cid-sOipOkvxQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOipOkvxQG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOipOkvxQG .row {
  background-color: #ffffff;
}
.cid-sOipOkvxQG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOipOkvxQG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOipOkvxQG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOipOkvxQG .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOipOkvxQG .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOipOkvxQG .image-element {
    padding: 0 15px;
  }
  .cid-sOipOkvxQG .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOipOkvxQG .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOipOkvxQG .mbr-text,
.cid-sOipOkvxQG .mbr-section-btn {
  text-align: left;
}
.cid-sOipOkvxQG .mbr-section-title {
  text-align: center;
}
.cid-sOipOl9BQq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOipOl9BQq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOipOl9BQq .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOipOl9BQq .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOipOl9BQq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOipOl9BQq .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOipOl9BQq .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOipOl9BQq .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOipOl9BQq .image-element {
    padding: 0 15px;
  }
  .cid-sOipOl9BQq .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOipOl9BQq .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOipOl9BQq .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOipOl9BQq .mbr-text,
.cid-sOipOl9BQq .mbr-section-btn {
  text-align: left;
}
.cid-sOipOl9BQq .mbr-section-title {
  text-align: center;
}
.cid-sOipOlqB61 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOipOlqB61 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOipOlqB61 .row {
  background-color: #ffffff;
}
.cid-sOipOlqB61 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOipOlqB61 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOipOlqB61 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOipOlqB61 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOipOlqB61 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOipOlqB61 .image-element {
    padding: 0 15px;
  }
  .cid-sOipOlqB61 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOipOlqB61 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOipOlqB61 .mbr-text,
.cid-sOipOlqB61 .mbr-section-btn {
  text-align: left;
}
.cid-sOipOlqB61 .mbr-section-title {
  text-align: center;
}
.cid-sOis8XaC7k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOis8XaC7k .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOis8XaC7k .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOis8XaC7k .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOis8XaC7k .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOis8XaC7k .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOis8XaC7k .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOis8XaC7k .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOis8XaC7k .image-element {
    padding: 0 15px;
  }
  .cid-sOis8XaC7k .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOis8XaC7k .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOis8XaC7k .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOis8XaC7k .mbr-text,
.cid-sOis8XaC7k .mbr-section-btn {
  color: #000000;
}
.cid-sOipOlIori {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOipOlIori .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOipOlIori .row {
  border-bottom: 1px solid #000000;
}
.cid-sOipOlIori H2 {
  color: #e7272d;
}
.cid-sOipOlIori .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOipOlIori .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOipOlIori .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOipOlIori .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOipOlIori .col-lg-12 {
  overflow: hidden;
}
.cid-sOipOlIori H4 {
  color: #000000;
}
.cid-sOipOlIori .mbr-text,
.cid-sOipOlIori .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOipOlIori .logo-wrap:before {
    content: none;
  }
  .cid-sOipOlIori .logo-wrap:after {
    content: none;
  }
}
.cid-sOipOlIori H3 {
  color: #000000;
}
.cid-sOiI8Kq47Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOiI8Kq47Q nav.navbar {
  position: fixed;
}
.cid-sOiI8Kq47Q .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-sOiI8Kq47Q .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOiI8Kq47Q .dropdown-item:hover,
.cid-sOiI8Kq47Q .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOiI8Kq47Q .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOiI8Kq47Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOiI8Kq47Q .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOiI8Kq47Q .container {
  display: flex;
  margin: auto;
}
.cid-sOiI8Kq47Q .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOiI8Kq47Q .dropdown-menu,
.cid-sOiI8Kq47Q .navbar.opened {
  background: #ffffff !important;
}
.cid-sOiI8Kq47Q .nav-item:focus,
.cid-sOiI8Kq47Q .nav-link:focus {
  outline: none;
}
.cid-sOiI8Kq47Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOiI8Kq47Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOiI8Kq47Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOiI8Kq47Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOiI8Kq47Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOiI8Kq47Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOiI8Kq47Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOiI8Kq47Q .navbar.opened {
  transition: all 0.3s;
}
.cid-sOiI8Kq47Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOiI8Kq47Q .navbar .navbar-logo img {
  width: auto;
}
.cid-sOiI8Kq47Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOiI8Kq47Q .navbar.collapsed {
  justify-content: center;
}
.cid-sOiI8Kq47Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOiI8Kq47Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOiI8Kq47Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOiI8Kq47Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOiI8Kq47Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOiI8Kq47Q .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-sOiI8Kq47Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOiI8Kq47Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOiI8Kq47Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOiI8Kq47Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOiI8Kq47Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOiI8Kq47Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOiI8Kq47Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOiI8Kq47Q .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-sOiI8Kq47Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOiI8Kq47Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOiI8Kq47Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOiI8Kq47Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOiI8Kq47Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOiI8Kq47Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOiI8Kq47Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOiI8Kq47Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOiI8Kq47Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOiI8Kq47Q .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-sOiI8Kq47Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOiI8Kq47Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOiI8Kq47Q .dropdown-item.active,
.cid-sOiI8Kq47Q .dropdown-item:active {
  background-color: transparent;
}
.cid-sOiI8Kq47Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOiI8Kq47Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOiI8Kq47Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOiI8Kq47Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOiI8Kq47Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOiI8Kq47Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOiI8Kq47Q ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOiI8Kq47Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOiI8Kq47Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOiI8Kq47Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOiI8Kq47Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOiI8Kq47Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOiI8Kq47Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOiI8Kq47Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOiI8Kq47Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOiI8Kq47Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOiI8Kq47Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOiI8Kq47Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOiI8Kq47Q .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOiI8Kq47Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOiI8Kq47Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOiI8Kq47Q .navbar {
    height: 70px;
  }
  .cid-sOiI8Kq47Q .navbar.opened {
    height: auto;
  }
  .cid-sOiI8Kq47Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOiI8Kq47Q a {
  display: inline;
}
.cid-sOiI8Kq47Q img {
  display: inline;
  padding-right: 10px;
}
.cid-sOiI8Kq47Q .dropdown-toggle:after {
  display: none;
}
.cid-sOiI8Kq47Q .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOiI8Kq47Q .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOiI8Kq47Q .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOiI8Kq47Q .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOiI8Kq47Q .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOiI8Kq47Q .nav-item {
  margin-right: 32px;
}
.cid-sOiI8Kq47Q .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOiI8Kq47Q ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOiI8Kq47Q .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOiI8Kq47Q .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOiI8Kq47Q .navbar-nav {
  margin: auto;
}
.cid-sOiI8Kq47Q .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOiI8Kq47Q .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOiI8Kq47Q .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOiI8Kq47Q .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOiI8Kq47Q .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOiI8Kq47Q .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-sOiI8Kq47Q .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOiI8Kq47Q .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOiI8Kq47Q .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOiI8Kq47Q .top {
    margin-top: 25px;
  }
}
.cid-sOiI8Kq47Q .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOiI8Kq47Q .container,
  .cid-sOiI8Kq47Q .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOiI8Kq47Q li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOiI8Kq47Q ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOiI8Kq47Q .icons-menu {
    min-width: initial !important;
  }
  .cid-sOiI8Kq47Q a.btn {
    margin-top: 10px;
  }
}
.cid-sOiI8Kq47Q a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOREV1rIin {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #2b6477;
}
@media (min-width: 992px) {
  .cid-sOREV1rIin .container-fluid {
    padding: 0;
  }
  .cid-sOREV1rIin .text-wrapper {
    max-width: 700px;
  }
  .cid-sOREV1rIin .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sOREV1rIin .row {
  align-items: center;
}
.cid-sOREV1rIin .animate__fadeInUp:before {
  background: #2b6477;
}
.cid-sOREV1rIin .mbr-text,
.cid-sOREV1rIin .mbr-section-btn {
  color: #ffffff;
}
.cid-sOREV1rIin .mbr-section-title {
  color: #ffffff;
}
.cid-sOPHrY7yJs {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sOPHrY7yJs .mbr-section-title {
  color: #06182d;
}
.cid-sOPHrY7yJs .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sOPHrY7yJs .mbr-section-subtitle {
  color: #06182d;
}
.cid-sOPHrY7yJs .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sOPHrY7yJs .mbr-text {
  color: #709faf;
  font-weight: 300;
}
.cid-sOPHrY7yJs .title-text {
  margin-bottom: 70px;
}
.cid-sOPHrY7yJs .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-sOPHrY7yJs .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sOPHrY7yJs .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sOPHrY7yJs .title-text .mbr-section-title {
  color: #2b6477;
}
.cid-sOPHrY7yJs .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sOPHrY7yJs .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-sOPHrY7yJs .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sOPHrY7yJs .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #2b6477;
}
.cid-sOPHrY7yJs .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sOPHrY7yJs .p-4 {
  padding: 1rem 0 !important;
}
.cid-sOPHrY7yJs .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sOPHrY7yJs .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sOPHrY7yJs .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sOPHrY7yJs .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sOPHrY7yJs .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sOPHrY7yJs .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sOPHrY7yJs .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sOPHrY7yJs .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sOPHrY7yJs .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title .toggle-icon:before,
.cid-sOPHrY7yJs .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sOPHrY7yJs .card .panel-body {
  padding: 14px 20px;
}
.cid-sOPHrY7yJs .card .panel-body p {
  color: #709faf;
  line-height: 1.5;
}
.cid-sOPHrY7yJs .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sOPHrY7yJs .card .panel-body p {
  color: #000000;
}
.cid-sOPHrY7yJs .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-sOPHrY7yJs .title-text .mbr-section-title {
  color: #000000;
}
.cid-sOPKzw7585 {
  padding-top: 0px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sOPKzw7585 .mbr-section-title {
  color: #06182d;
}
.cid-sOPKzw7585 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sOPKzw7585 .mbr-section-subtitle {
  color: #06182d;
}
.cid-sOPKzw7585 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sOPKzw7585 .mbr-text {
  color: #709faf;
  font-weight: 300;
}
.cid-sOPKzw7585 .title-text {
  margin-bottom: 70px;
}
.cid-sOPKzw7585 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-sOPKzw7585 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-sOPKzw7585 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sOPKzw7585 .title-text .mbr-section-title {
  color: #2b6477;
}
.cid-sOPKzw7585 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-sOPKzw7585 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-sOPKzw7585 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sOPKzw7585 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-sOPKzw7585 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sOPKzw7585 .p-4 {
  padding: 1rem 0 !important;
}
.cid-sOPKzw7585 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sOPKzw7585 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sOPKzw7585 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-sOPKzw7585 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sOPKzw7585 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sOPKzw7585 .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sOPKzw7585 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sOPKzw7585 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sOPKzw7585 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sOPKzw7585 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sOPKzw7585 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sOPKzw7585 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sOPKzw7585 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sOPKzw7585 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sOPKzw7585 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sOPKzw7585 .card .card-header a.panel-title .toggle-icon:before,
.cid-sOPKzw7585 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sOPKzw7585 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sOPKzw7585 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sOPKzw7585 .card .panel-body {
  padding: 14px 20px;
}
.cid-sOPKzw7585 .card .panel-body p {
  color: #709faf;
  line-height: 1.5;
}
.cid-sOPKzw7585 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sOPKzw7585 .card .panel-body p {
  color: #000000;
}
.cid-sOPKzw7585 .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-sOiI8MPGJ1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOiI8MPGJ1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOiI8MPGJ1 .row {
  border-bottom: 1px solid #000000;
}
.cid-sOiI8MPGJ1 H2 {
  color: #e7272d;
}
.cid-sOiI8MPGJ1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOiI8MPGJ1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOiI8MPGJ1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOiI8MPGJ1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOiI8MPGJ1 .col-lg-12 {
  overflow: hidden;
}
.cid-sOiI8MPGJ1 H4 {
  color: #000000;
}
.cid-sOiI8MPGJ1 .mbr-text,
.cid-sOiI8MPGJ1 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOiI8MPGJ1 .logo-wrap:before {
    content: none;
  }
  .cid-sOiI8MPGJ1 .logo-wrap:after {
    content: none;
  }
}
.cid-sOiI8MPGJ1 H3 {
  color: #000000;
}
.cid-sOo5rh3x7m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOo5rh3x7m nav.navbar {
  position: fixed;
}
.cid-sOo5rh3x7m .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-sOo5rh3x7m .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOo5rh3x7m .dropdown-item:hover,
.cid-sOo5rh3x7m .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOo5rh3x7m .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOo5rh3x7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOo5rh3x7m .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOo5rh3x7m .container {
  display: flex;
  margin: auto;
}
.cid-sOo5rh3x7m .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOo5rh3x7m .dropdown-menu,
.cid-sOo5rh3x7m .navbar.opened {
  background: #ffffff !important;
}
.cid-sOo5rh3x7m .nav-item:focus,
.cid-sOo5rh3x7m .nav-link:focus {
  outline: none;
}
.cid-sOo5rh3x7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOo5rh3x7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOo5rh3x7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOo5rh3x7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOo5rh3x7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOo5rh3x7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOo5rh3x7m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOo5rh3x7m .navbar.opened {
  transition: all 0.3s;
}
.cid-sOo5rh3x7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOo5rh3x7m .navbar .navbar-logo img {
  width: auto;
}
.cid-sOo5rh3x7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOo5rh3x7m .navbar.collapsed {
  justify-content: center;
}
.cid-sOo5rh3x7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOo5rh3x7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOo5rh3x7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOo5rh3x7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOo5rh3x7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOo5rh3x7m .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-sOo5rh3x7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOo5rh3x7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOo5rh3x7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOo5rh3x7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOo5rh3x7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOo5rh3x7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOo5rh3x7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOo5rh3x7m .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-sOo5rh3x7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOo5rh3x7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOo5rh3x7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOo5rh3x7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOo5rh3x7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOo5rh3x7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOo5rh3x7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOo5rh3x7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOo5rh3x7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOo5rh3x7m .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-sOo5rh3x7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOo5rh3x7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOo5rh3x7m .dropdown-item.active,
.cid-sOo5rh3x7m .dropdown-item:active {
  background-color: transparent;
}
.cid-sOo5rh3x7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOo5rh3x7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOo5rh3x7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOo5rh3x7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOo5rh3x7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOo5rh3x7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOo5rh3x7m ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOo5rh3x7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOo5rh3x7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOo5rh3x7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOo5rh3x7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOo5rh3x7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOo5rh3x7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOo5rh3x7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOo5rh3x7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOo5rh3x7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOo5rh3x7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOo5rh3x7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOo5rh3x7m .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOo5rh3x7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOo5rh3x7m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOo5rh3x7m .navbar {
    height: 70px;
  }
  .cid-sOo5rh3x7m .navbar.opened {
    height: auto;
  }
  .cid-sOo5rh3x7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOo5rh3x7m a {
  display: inline;
}
.cid-sOo5rh3x7m img {
  display: inline;
  padding-right: 10px;
}
.cid-sOo5rh3x7m .dropdown-toggle:after {
  display: none;
}
.cid-sOo5rh3x7m .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOo5rh3x7m .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOo5rh3x7m .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOo5rh3x7m .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOo5rh3x7m .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOo5rh3x7m .nav-item {
  margin-right: 32px;
}
.cid-sOo5rh3x7m .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOo5rh3x7m ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOo5rh3x7m .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOo5rh3x7m .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOo5rh3x7m .navbar-nav {
  margin: auto;
}
.cid-sOo5rh3x7m .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOo5rh3x7m .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOo5rh3x7m .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOo5rh3x7m .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOo5rh3x7m .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOo5rh3x7m .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-sOo5rh3x7m .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOo5rh3x7m .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOo5rh3x7m .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOo5rh3x7m .top {
    margin-top: 25px;
  }
}
.cid-sOo5rh3x7m .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOo5rh3x7m .container,
  .cid-sOo5rh3x7m .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOo5rh3x7m li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOo5rh3x7m ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOo5rh3x7m .icons-menu {
    min-width: initial !important;
  }
  .cid-sOo5rh3x7m a.btn {
    margin-top: 10px;
  }
}
.cid-sOo5rh3x7m a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOQHBQ9OAm {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOQHBQ9OAm .mbr-overlay {
  background: #ffffff;
}
.cid-sOQHBQ9OAm .animation {
  pointer-events: none;
}
.cid-sOQHBQ9OAm .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sOQHBQ9OAm .mbr-section-title {
  margin-bottom: 27px;
  color: #fcfcfc;
}
.cid-sOQHBQ9OAm .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sOQHBQ9OAm .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sOQHBQ9OAm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sOQHBQ9OAm .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sOQHBQ9OAm .image__block {
    margin-bottom: -100px;
  }
}
.cid-sOQHBQ9OAm .mbr-text,
.cid-sOQHBQ9OAm .mbr-section-btn {
  color: #fcfcfc;
}
.cid-sODqQRALWb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sODqQRALWb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sODqQRALWb .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sODqQRALWb .title {
    width: 100% !important;
  }
}
#custom-html-5o {
  /* Type valid CSS here */
}
#custom-html-5o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5o p {
  font-size: 60px;
  color: #777;
}
.cid-sOo5rjp5lh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOo5rjp5lh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOo5rjp5lh .row {
  border-bottom: 1px solid #000000;
}
.cid-sOo5rjp5lh H2 {
  color: #e7272d;
}
.cid-sOo5rjp5lh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOo5rjp5lh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOo5rjp5lh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOo5rjp5lh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOo5rjp5lh .col-lg-12 {
  overflow: hidden;
}
.cid-sOo5rjp5lh H4 {
  color: #000000;
}
.cid-sOo5rjp5lh .mbr-text,
.cid-sOo5rjp5lh .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOo5rjp5lh .logo-wrap:before {
    content: none;
  }
  .cid-sOo5rjp5lh .logo-wrap:after {
    content: none;
  }
}
.cid-sOo5rjp5lh H3 {
  color: #000000;
}
.cid-sOx7UsSTjQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOx7UsSTjQ nav.navbar {
  position: fixed;
}
.cid-sOx7UsSTjQ .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-sOx7UsSTjQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOx7UsSTjQ .dropdown-item:hover,
.cid-sOx7UsSTjQ .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOx7UsSTjQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOx7UsSTjQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOx7UsSTjQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOx7UsSTjQ .container {
  display: flex;
  margin: auto;
}
.cid-sOx7UsSTjQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOx7UsSTjQ .dropdown-menu,
.cid-sOx7UsSTjQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sOx7UsSTjQ .nav-item:focus,
.cid-sOx7UsSTjQ .nav-link:focus {
  outline: none;
}
.cid-sOx7UsSTjQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOx7UsSTjQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOx7UsSTjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOx7UsSTjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOx7UsSTjQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOx7UsSTjQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOx7UsSTjQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOx7UsSTjQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sOx7UsSTjQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOx7UsSTjQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sOx7UsSTjQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOx7UsSTjQ .navbar.collapsed {
  justify-content: center;
}
.cid-sOx7UsSTjQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOx7UsSTjQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOx7UsSTjQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOx7UsSTjQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOx7UsSTjQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOx7UsSTjQ .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-sOx7UsSTjQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOx7UsSTjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOx7UsSTjQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOx7UsSTjQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOx7UsSTjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOx7UsSTjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOx7UsSTjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOx7UsSTjQ .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-sOx7UsSTjQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOx7UsSTjQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOx7UsSTjQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOx7UsSTjQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOx7UsSTjQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOx7UsSTjQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOx7UsSTjQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOx7UsSTjQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOx7UsSTjQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOx7UsSTjQ .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-sOx7UsSTjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOx7UsSTjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOx7UsSTjQ .dropdown-item.active,
.cid-sOx7UsSTjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sOx7UsSTjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOx7UsSTjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOx7UsSTjQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOx7UsSTjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOx7UsSTjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOx7UsSTjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOx7UsSTjQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOx7UsSTjQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOx7UsSTjQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOx7UsSTjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOx7UsSTjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOx7UsSTjQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOx7UsSTjQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOx7UsSTjQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOx7UsSTjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOx7UsSTjQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOx7UsSTjQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOx7UsSTjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOx7UsSTjQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOx7UsSTjQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOx7UsSTjQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOx7UsSTjQ .navbar {
    height: 70px;
  }
  .cid-sOx7UsSTjQ .navbar.opened {
    height: auto;
  }
  .cid-sOx7UsSTjQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOx7UsSTjQ a {
  display: inline;
}
.cid-sOx7UsSTjQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sOx7UsSTjQ .dropdown-toggle:after {
  display: none;
}
.cid-sOx7UsSTjQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOx7UsSTjQ .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOx7UsSTjQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOx7UsSTjQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOx7UsSTjQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOx7UsSTjQ .nav-item {
  margin-right: 32px;
}
.cid-sOx7UsSTjQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOx7UsSTjQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOx7UsSTjQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOx7UsSTjQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOx7UsSTjQ .navbar-nav {
  margin: auto;
}
.cid-sOx7UsSTjQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOx7UsSTjQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOx7UsSTjQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOx7UsSTjQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOx7UsSTjQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOx7UsSTjQ .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-sOx7UsSTjQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOx7UsSTjQ .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOx7UsSTjQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOx7UsSTjQ .top {
    margin-top: 25px;
  }
}
.cid-sOx7UsSTjQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOx7UsSTjQ .container,
  .cid-sOx7UsSTjQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOx7UsSTjQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOx7UsSTjQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOx7UsSTjQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sOx7UsSTjQ a.btn {
    margin-top: 10px;
  }
}
.cid-sOx7UsSTjQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOQHbj9c7E {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOQHbj9c7E .mbr-overlay {
  background: #ffffff;
}
.cid-sOQHbj9c7E .animation {
  pointer-events: none;
}
.cid-sOQHbj9c7E .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sOQHbj9c7E .mbr-section-title {
  margin-bottom: 27px;
  color: #fcfcfc;
}
.cid-sOQHbj9c7E .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sOQHbj9c7E .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sOQHbj9c7E .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sOQHbj9c7E .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sOQHbj9c7E .image__block {
    margin-bottom: -100px;
  }
}
.cid-sOQHbj9c7E .mbr-text,
.cid-sOQHbj9c7E .mbr-section-btn {
  color: #fcfcfc;
}
.cid-sOx8631Ylh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOx8631Ylh .showAlerts {
  display: block !important;
}
.cid-sOx8631Ylh .rowflexrev {
  display: -webkit-flex;
}
.cid-sOx8631Ylh .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sOx8631Ylh .title {
  margin-bottom: 2rem;
}
.cid-sOx8631Ylh .mbr-section-subtitle {
  color: #000000;
}
.cid-sOx8631Ylh textarea.form-control {
  min-height: 188px;
}
.cid-sOx8631Ylh LABEL {
  color: #232323;
  display: initial;
}
.cid-sOx8631Ylh .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOx8631Ylh .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sOx8631Ylh .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOx8631Ylh .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOx8631Ylh .alert {
  margin-bottom: 0;
}
.cid-sOx8631Ylh .alert-success {
  background-color: #70c770;
}
.cid-sOx8631Ylh .alert-danger {
  background-color: #ff4a52;
}
.cid-sOx8631Ylh .btn {
  display: inline-flex;
}
.cid-sOx8631Ylh .hidden {
  display: none;
}
.cid-sOx8631Ylh .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-sOx8631Ylh .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sOx7UtMmDD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOx7UtMmDD .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOx7UtMmDD .row {
  border-bottom: 1px solid #000000;
}
.cid-sOx7UtMmDD H2 {
  color: #e7272d;
}
.cid-sOx7UtMmDD .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOx7UtMmDD .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOx7UtMmDD .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOx7UtMmDD .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOx7UtMmDD .col-lg-12 {
  overflow: hidden;
}
.cid-sOx7UtMmDD H4 {
  color: #000000;
}
.cid-sOx7UtMmDD .mbr-text,
.cid-sOx7UtMmDD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOx7UtMmDD .logo-wrap:before {
    content: none;
  }
  .cid-sOx7UtMmDD .logo-wrap:after {
    content: none;
  }
}
.cid-sOx7UtMmDD H3 {
  color: #000000;
}
.cid-sNOCxWEoYQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNOCxWEoYQ nav.navbar {
  position: fixed;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover,
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sNOCxWEoYQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNOCxWEoYQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNOCxWEoYQ .container {
  display: flex;
  margin: auto;
}
.cid-sNOCxWEoYQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown-menu,
.cid-sNOCxWEoYQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sNOCxWEoYQ .nav-item:focus,
.cid-sNOCxWEoYQ .nav-link:focus {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNOCxWEoYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNOCxWEoYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNOCxWEoYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sNOCxWEoYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNOCxWEoYQ .navbar.collapsed {
  justify-content: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNOCxWEoYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNOCxWEoYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNOCxWEoYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNOCxWEoYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNOCxWEoYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNOCxWEoYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNOCxWEoYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown-item.active,
.cid-sNOCxWEoYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sNOCxWEoYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNOCxWEoYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNOCxWEoYQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sNOCxWEoYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNOCxWEoYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sNOCxWEoYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNOCxWEoYQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNOCxWEoYQ .navbar {
    height: 70px;
  }
  .cid-sNOCxWEoYQ .navbar.opened {
    height: auto;
  }
  .cid-sNOCxWEoYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNOCxWEoYQ a {
  display: inline;
}
.cid-sNOCxWEoYQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sNOCxWEoYQ .dropdown-toggle:after {
  display: none;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sNOCxWEoYQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNOCxWEoYQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sNOCxWEoYQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNOCxWEoYQ .nav-item {
  margin-right: 32px;
}
.cid-sNOCxWEoYQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sNOCxWEoYQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sNOCxWEoYQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-nav {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sNOCxWEoYQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sNOCxWEoYQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sNOCxWEoYQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sNOCxWEoYQ .top {
    margin-top: 25px;
  }
}
.cid-sNOCxWEoYQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .container,
  .cid-sNOCxWEoYQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sNOCxWEoYQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sNOCxWEoYQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sNOCxWEoYQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sNOCxWEoYQ a.btn {
    margin-top: 10px;
  }
}
.cid-sNOCxWEoYQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOQGQrjpEv {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOQGQrjpEv .mbr-overlay {
  background: #ffffff;
}
.cid-sOQGQrjpEv .animation {
  pointer-events: none;
}
.cid-sOQGQrjpEv .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sOQGQrjpEv .mbr-section-title {
  margin-bottom: 27px;
  color: #fcfcfc;
}
.cid-sOQGQrjpEv .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sOQGQrjpEv .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sOQGQrjpEv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sOQGQrjpEv .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sOQGQrjpEv .image__block {
    margin-bottom: -100px;
  }
}
.cid-sOQGQrjpEv .mbr-text,
.cid-sOQGQrjpEv .mbr-section-btn {
  color: #fcfcfc;
}
.cid-sODtVBj7SO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sODtVBj7SO .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-sODtVBj7SO .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-sODtVBj7SO .p:last-child {
  padding-bottom: 0;
}
.cid-sODtVBj7SO .row {
  justify-content: center;
}
.cid-sODutoZhV4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sODutoZhV4 .card-heading {
  padding-bottom: 32px;
  color: #000000;
}
.cid-sODutoZhV4 .p {
  padding-bottom: 26px;
  color: #000000;
}
.cid-sODutoZhV4 .p:last-child {
  padding-bottom: 0;
}
.cid-sODutoZhV4 .row {
  justify-content: center;
}
.cid-sLhgA8es3t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLhgA8es3t .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sLhgA8es3t .row {
  border-bottom: 1px solid #000000;
}
.cid-sLhgA8es3t H2 {
  color: #e7272d;
}
.cid-sLhgA8es3t .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sLhgA8es3t .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sLhgA8es3t .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .col-lg-12 {
  overflow: hidden;
}
.cid-sLhgA8es3t H4 {
  color: #000000;
}
.cid-sLhgA8es3t .mbr-text,
.cid-sLhgA8es3t .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sLhgA8es3t .logo-wrap:before {
    content: none;
  }
  .cid-sLhgA8es3t .logo-wrap:after {
    content: none;
  }
}
.cid-sLhgA8es3t H3 {
  color: #000000;
}
.cid-sNOCxWEoYQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNOCxWEoYQ nav.navbar {
  position: fixed;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover,
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sNOCxWEoYQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNOCxWEoYQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-sNOCxWEoYQ .container {
  display: flex;
  margin: auto;
}
.cid-sNOCxWEoYQ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown-menu,
.cid-sNOCxWEoYQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sNOCxWEoYQ .nav-item:focus,
.cid-sNOCxWEoYQ .nav-link:focus {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNOCxWEoYQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNOCxWEoYQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNOCxWEoYQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNOCxWEoYQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNOCxWEoYQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sNOCxWEoYQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNOCxWEoYQ .navbar.collapsed {
  justify-content: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNOCxWEoYQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNOCxWEoYQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNOCxWEoYQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNOCxWEoYQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNOCxWEoYQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNOCxWEoYQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNOCxWEoYQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNOCxWEoYQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNOCxWEoYQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNOCxWEoYQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNOCxWEoYQ .dropdown-item.active,
.cid-sNOCxWEoYQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sNOCxWEoYQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNOCxWEoYQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNOCxWEoYQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNOCxWEoYQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNOCxWEoYQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sNOCxWEoYQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNOCxWEoYQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNOCxWEoYQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNOCxWEoYQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNOCxWEoYQ .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sNOCxWEoYQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNOCxWEoYQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNOCxWEoYQ .navbar {
    height: 70px;
  }
  .cid-sNOCxWEoYQ .navbar.opened {
    height: auto;
  }
  .cid-sNOCxWEoYQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNOCxWEoYQ a {
  display: inline;
}
.cid-sNOCxWEoYQ img {
  display: inline;
  padding-right: 10px;
}
.cid-sNOCxWEoYQ .dropdown-toggle:after {
  display: none;
}
.cid-sNOCxWEoYQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sNOCxWEoYQ .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sNOCxWEoYQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sNOCxWEoYQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sNOCxWEoYQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sNOCxWEoYQ .nav-item {
  margin-right: 32px;
}
.cid-sNOCxWEoYQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sNOCxWEoYQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sNOCxWEoYQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sNOCxWEoYQ .navbar-nav {
  margin: auto;
}
.cid-sNOCxWEoYQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sNOCxWEoYQ .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sNOCxWEoYQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sNOCxWEoYQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sNOCxWEoYQ .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-sNOCxWEoYQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sNOCxWEoYQ .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sNOCxWEoYQ .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sNOCxWEoYQ .top {
    margin-top: 25px;
  }
}
.cid-sNOCxWEoYQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sNOCxWEoYQ .container,
  .cid-sNOCxWEoYQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sNOCxWEoYQ li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sNOCxWEoYQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sNOCxWEoYQ .icons-menu {
    min-width: initial !important;
  }
  .cid-sNOCxWEoYQ a.btn {
    margin-top: 10px;
  }
}
.cid-sNOCxWEoYQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOQGCHlMvm {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOQGCHlMvm .mbr-overlay {
  background: #ffffff;
}
.cid-sOQGCHlMvm .animation {
  pointer-events: none;
}
.cid-sOQGCHlMvm .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sOQGCHlMvm .mbr-section-title {
  margin-bottom: 27px;
  color: #fcfcfc;
}
.cid-sOQGCHlMvm .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sOQGCHlMvm .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sOQGCHlMvm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sOQGCHlMvm .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sOQGCHlMvm .image__block {
    margin-bottom: -100px;
  }
}
.cid-sOQGCHlMvm .mbr-text,
.cid-sOQGCHlMvm .mbr-section-btn {
  color: #fcfcfc;
}
.cid-sOxE46UTDo {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOxE46UTDo .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOxE46UTDo .wrapper {
    padding: 3rem;
  }
}
.cid-sOxE46UTDo .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOxE46UTDo .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOxE46UTDo .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sOxE46UTDo .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOxECKCZ5K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOxECKCZ5K .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOxECKCZ5K .wrapper {
    padding: 3rem;
  }
}
.cid-sOxECKCZ5K .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOxECKCZ5K .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOxECKCZ5K .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOxECKCZ5K .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUocKUcd5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUocKUcd5 .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUocKUcd5 .wrapper {
    padding: 3rem;
  }
}
.cid-sOUocKUcd5 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUocKUcd5 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUocKUcd5 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUocKUcd5 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUorYYbTP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUorYYbTP .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUorYYbTP .wrapper {
    padding: 3rem;
  }
}
.cid-sOUorYYbTP .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUorYYbTP .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUorYYbTP .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUorYYbTP .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUoD28noR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUoD28noR .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUoD28noR .wrapper {
    padding: 3rem;
  }
}
.cid-sOUoD28noR .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUoD28noR .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUoD28noR .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUoD28noR .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUoVrO706 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUoVrO706 .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUoVrO706 .wrapper {
    padding: 3rem;
  }
}
.cid-sOUoVrO706 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUoVrO706 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUoVrO706 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUoVrO706 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUp7N8oD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUp7N8oD6 .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUp7N8oD6 .wrapper {
    padding: 3rem;
  }
}
.cid-sOUp7N8oD6 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUp7N8oD6 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUp7N8oD6 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUp7N8oD6 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUpoqH0ee {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUpoqH0ee .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUpoqH0ee .wrapper {
    padding: 3rem;
  }
}
.cid-sOUpoqH0ee .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUpoqH0ee .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUpoqH0ee .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUpoqH0ee .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUpzM89Cv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUpzM89Cv .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUpzM89Cv .wrapper {
    padding: 3rem;
  }
}
.cid-sOUpzM89Cv .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUpzM89Cv .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUpzM89Cv .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUpzM89Cv .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sOUpKtDVa9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOUpKtDVa9 .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sOUpKtDVa9 .wrapper {
    padding: 3rem;
  }
}
.cid-sOUpKtDVa9 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sOUpKtDVa9 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sOUpKtDVa9 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sOUpKtDVa9 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sLhgA8es3t {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLhgA8es3t .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sLhgA8es3t .row {
  border-bottom: 1px solid #000000;
}
.cid-sLhgA8es3t H2 {
  color: #e7272d;
}
.cid-sLhgA8es3t .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sLhgA8es3t .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sLhgA8es3t .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sLhgA8es3t .col-lg-12 {
  overflow: hidden;
}
.cid-sLhgA8es3t H4 {
  color: #000000;
}
.cid-sLhgA8es3t .mbr-text,
.cid-sLhgA8es3t .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sLhgA8es3t .logo-wrap:before {
    content: none;
  }
  .cid-sLhgA8es3t .logo-wrap:after {
    content: none;
  }
}
.cid-sLhgA8es3t H3 {
  color: #000000;
}
.cid-sOP6geFD9C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOP6geFD9C nav.navbar {
  position: fixed;
}
.cid-sOP6geFD9C .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-sOP6geFD9C .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOP6geFD9C .dropdown-item:hover,
.cid-sOP6geFD9C .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOP6geFD9C .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOP6geFD9C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOP6geFD9C .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOP6geFD9C .container {
  display: flex;
  margin: auto;
}
.cid-sOP6geFD9C .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOP6geFD9C .dropdown-menu,
.cid-sOP6geFD9C .navbar.opened {
  background: #ffffff !important;
}
.cid-sOP6geFD9C .nav-item:focus,
.cid-sOP6geFD9C .nav-link:focus {
  outline: none;
}
.cid-sOP6geFD9C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOP6geFD9C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOP6geFD9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOP6geFD9C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOP6geFD9C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOP6geFD9C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOP6geFD9C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOP6geFD9C .navbar.opened {
  transition: all 0.3s;
}
.cid-sOP6geFD9C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOP6geFD9C .navbar .navbar-logo img {
  width: auto;
}
.cid-sOP6geFD9C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOP6geFD9C .navbar.collapsed {
  justify-content: center;
}
.cid-sOP6geFD9C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOP6geFD9C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOP6geFD9C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOP6geFD9C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOP6geFD9C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOP6geFD9C .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-sOP6geFD9C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOP6geFD9C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOP6geFD9C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOP6geFD9C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOP6geFD9C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOP6geFD9C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOP6geFD9C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOP6geFD9C .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-sOP6geFD9C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOP6geFD9C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOP6geFD9C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOP6geFD9C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOP6geFD9C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOP6geFD9C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOP6geFD9C .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOP6geFD9C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOP6geFD9C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOP6geFD9C .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-sOP6geFD9C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOP6geFD9C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOP6geFD9C .dropdown-item.active,
.cid-sOP6geFD9C .dropdown-item:active {
  background-color: transparent;
}
.cid-sOP6geFD9C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOP6geFD9C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOP6geFD9C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOP6geFD9C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOP6geFD9C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOP6geFD9C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOP6geFD9C ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOP6geFD9C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOP6geFD9C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOP6geFD9C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOP6geFD9C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOP6geFD9C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOP6geFD9C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOP6geFD9C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOP6geFD9C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOP6geFD9C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOP6geFD9C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOP6geFD9C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOP6geFD9C .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOP6geFD9C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOP6geFD9C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOP6geFD9C .navbar {
    height: 70px;
  }
  .cid-sOP6geFD9C .navbar.opened {
    height: auto;
  }
  .cid-sOP6geFD9C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOP6geFD9C a {
  display: inline;
}
.cid-sOP6geFD9C img {
  display: inline;
  padding-right: 10px;
}
.cid-sOP6geFD9C .dropdown-toggle:after {
  display: none;
}
.cid-sOP6geFD9C .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOP6geFD9C .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOP6geFD9C .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOP6geFD9C .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOP6geFD9C .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOP6geFD9C .nav-item {
  margin-right: 32px;
}
.cid-sOP6geFD9C .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOP6geFD9C ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOP6geFD9C .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOP6geFD9C .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOP6geFD9C .navbar-nav {
  margin: auto;
}
.cid-sOP6geFD9C .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOP6geFD9C .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOP6geFD9C .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOP6geFD9C .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOP6geFD9C .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOP6geFD9C .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-sOP6geFD9C .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOP6geFD9C .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOP6geFD9C .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOP6geFD9C .top {
    margin-top: 25px;
  }
}
.cid-sOP6geFD9C .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOP6geFD9C .container,
  .cid-sOP6geFD9C .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOP6geFD9C li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOP6geFD9C ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOP6geFD9C .icons-menu {
    min-width: initial !important;
  }
  .cid-sOP6geFD9C a.btn {
    margin-top: 10px;
  }
}
.cid-sOP6geFD9C a.btn > span {
  margin-left: 0.5rem;
}
.cid-sPihvkeBwN {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/kreidekste1-1920x1440.jpg");
  overflow: hidden;
}
.cid-sPihvkeBwN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sPihvkeBwN #e2_shape {
  fill: #f1eeea !important;
}
.cid-sPihvkeBwN .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sPihvkeBwN .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sPihvkeBwN img {
  margin-left: auto;
  margin-right: auto;
}
.cid-sOQMefWKnw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f1eeea;
}
@media (min-width: 992px) {
  .cid-sOQMefWKnw .container-fluid {
    padding: 0;
  }
  .cid-sOQMefWKnw .text-wrapper {
    max-width: 700px;
  }
  .cid-sOQMefWKnw .mbr-section-title {
    margin-left: -6rem;
  }
}
.cid-sOQMefWKnw .row {
  align-items: center;
}
.cid-sOQMefWKnw .animate__fadeInUp:before {
  background: #f1eeea;
}
.cid-sOQMefWKnw .mbr-text,
.cid-sOQMefWKnw .mbr-section-btn {
  color: #000000;
}
.cid-sOQMefWKnw .mbr-section-title {
  color: #000000;
}
.cid-sOP6gfjt1Q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
.cid-sOP6gfjt1Q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP6gfjt1Q .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP6gfjt1Q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP6gfjt1Q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP6gfjt1Q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP6gfjt1Q .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP6gfjt1Q .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP6gfjt1Q .image-element {
    padding: 0 15px;
  }
  .cid-sOP6gfjt1Q .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP6gfjt1Q .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP6gfjt1Q .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP6gfjt1Q .mbr-text,
.cid-sOP6gfjt1Q .mbr-section-btn {
  text-align: left;
}
.cid-sOP6gfjt1Q .mbr-section-title {
  text-align: center;
}
.cid-sOP6gfBCaE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP6gfBCaE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP6gfBCaE .row {
  background-color: #ffffff;
}
.cid-sOP6gfBCaE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP6gfBCaE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP6gfBCaE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP6gfBCaE .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP6gfBCaE .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP6gfBCaE .image-element {
    padding: 0 15px;
  }
  .cid-sOP6gfBCaE .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP6gfBCaE .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP6gfBCaE .mbr-text,
.cid-sOP6gfBCaE .mbr-section-btn {
  text-align: left;
}
.cid-sOP6gfBCaE .mbr-section-title {
  text-align: center;
}
.cid-sOP6gfSo4q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP6gfSo4q .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP6gfSo4q .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP6gfSo4q .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP6gfSo4q .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP6gfSo4q .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP6gfSo4q .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP6gfSo4q .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP6gfSo4q .image-element {
    padding: 0 15px;
  }
  .cid-sOP6gfSo4q .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP6gfSo4q .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP6gfSo4q .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP6gfSo4q .mbr-text,
.cid-sOP6gfSo4q .mbr-section-btn {
  text-align: left;
}
.cid-sOP6gfSo4q .mbr-section-title {
  text-align: center;
}
.cid-sOP6ggaGXw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP6ggaGXw .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP6ggaGXw .row {
  background-color: #ffffff;
}
.cid-sOP6ggaGXw .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP6ggaGXw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP6ggaGXw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP6ggaGXw .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP6ggaGXw .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP6ggaGXw .image-element {
    padding: 0 15px;
  }
  .cid-sOP6ggaGXw .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP6ggaGXw .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP6ggaGXw .mbr-text,
.cid-sOP6ggaGXw .mbr-section-btn {
  text-align: left;
}
.cid-sOP6ggaGXw .mbr-section-title {
  text-align: center;
}
.cid-sOP6ggqfw0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP6ggqfw0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP6ggqfw0 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP6ggqfw0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP6ggqfw0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP6ggqfw0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP6ggqfw0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP6ggqfw0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP6ggqfw0 .image-element {
    padding: 0 15px;
  }
  .cid-sOP6ggqfw0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP6ggqfw0 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP6ggqfw0 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP6ggqfw0 .mbr-text,
.cid-sOP6ggqfw0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP7EgfVeF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP7EgfVeF .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP7EgfVeF .row {
  background-color: #ffffff;
}
.cid-sOP7EgfVeF .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP7EgfVeF .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP7EgfVeF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP7EgfVeF .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP7EgfVeF .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP7EgfVeF .image-element {
    padding: 0 15px;
  }
  .cid-sOP7EgfVeF .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP7EgfVeF .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP7EgfVeF .mbr-text,
.cid-sOP7EgfVeF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP7XWyUN8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP7XWyUN8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP7XWyUN8 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP7XWyUN8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP7XWyUN8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP7XWyUN8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP7XWyUN8 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP7XWyUN8 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP7XWyUN8 .image-element {
    padding: 0 15px;
  }
  .cid-sOP7XWyUN8 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP7XWyUN8 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP7XWyUN8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP7XWyUN8 .mbr-text,
.cid-sOP7XWyUN8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP87Bovbt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP87Bovbt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP87Bovbt .row {
  background-color: #ffffff;
}
.cid-sOP87Bovbt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP87Bovbt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP87Bovbt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP87Bovbt .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP87Bovbt .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP87Bovbt .image-element {
    padding: 0 15px;
  }
  .cid-sOP87Bovbt .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP87Bovbt .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP87Bovbt .mbr-text,
.cid-sOP87Bovbt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP8lPsFJ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP8lPsFJ8 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP8lPsFJ8 .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP8lPsFJ8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP8lPsFJ8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP8lPsFJ8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP8lPsFJ8 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP8lPsFJ8 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP8lPsFJ8 .image-element {
    padding: 0 15px;
  }
  .cid-sOP8lPsFJ8 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP8lPsFJ8 .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP8lPsFJ8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP8lPsFJ8 .mbr-text,
.cid-sOP8lPsFJ8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP8EyAVop {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP8EyAVop .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP8EyAVop .row {
  background-color: #ffffff;
}
.cid-sOP8EyAVop .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP8EyAVop .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP8EyAVop .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP8EyAVop .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP8EyAVop .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP8EyAVop .image-element {
    padding: 0 15px;
  }
  .cid-sOP8EyAVop .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP8EyAVop .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP8EyAVop .mbr-text,
.cid-sOP8EyAVop .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP9qAzuLW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP9qAzuLW .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP9qAzuLW .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP9qAzuLW .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP9qAzuLW .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP9qAzuLW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP9qAzuLW .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP9qAzuLW .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP9qAzuLW .image-element {
    padding: 0 15px;
  }
  .cid-sOP9qAzuLW .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP9qAzuLW .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP9qAzuLW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP9qAzuLW .mbr-text,
.cid-sOP9qAzuLW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP9ElYEjh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOP9ElYEjh .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP9ElYEjh .row {
  background-color: #ffffff;
}
.cid-sOP9ElYEjh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP9ElYEjh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP9ElYEjh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP9ElYEjh .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP9ElYEjh .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP9ElYEjh .image-element {
    padding: 0 15px;
  }
  .cid-sOP9ElYEjh .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP9ElYEjh .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOP9ElYEjh .mbr-text,
.cid-sOP9ElYEjh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP9ZiEiFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOP9ZiEiFH .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOP9ZiEiFH .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOP9ZiEiFH .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOP9ZiEiFH .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOP9ZiEiFH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOP9ZiEiFH .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOP9ZiEiFH .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOP9ZiEiFH .image-element {
    padding: 0 15px;
  }
  .cid-sOP9ZiEiFH .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOP9ZiEiFH .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOP9ZiEiFH .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOP9ZiEiFH .mbr-text,
.cid-sOP9ZiEiFH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPafpKlft {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOPafpKlft .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPafpKlft .row {
  background-color: #ffffff;
}
.cid-sOPafpKlft .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPafpKlft .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPafpKlft .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPafpKlft .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPafpKlft .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPafpKlft .image-element {
    padding: 0 15px;
  }
  .cid-sOPafpKlft .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPafpKlft .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOPafpKlft .mbr-text,
.cid-sOPafpKlft .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPb3QfVtQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOPb3QfVtQ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPb3QfVtQ .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOPb3QfVtQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPb3QfVtQ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPb3QfVtQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPb3QfVtQ .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPb3QfVtQ .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPb3QfVtQ .image-element {
    padding: 0 15px;
  }
  .cid-sOPb3QfVtQ .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPb3QfVtQ .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOPb3QfVtQ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOPb3QfVtQ .mbr-text,
.cid-sOPb3QfVtQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPbgOFzR0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOPbgOFzR0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPbgOFzR0 .row {
  background-color: #ffffff;
}
.cid-sOPbgOFzR0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPbgOFzR0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPbgOFzR0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPbgOFzR0 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPbgOFzR0 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPbgOFzR0 .image-element {
    padding: 0 15px;
  }
  .cid-sOPbgOFzR0 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPbgOFzR0 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOPbgOFzR0 .mbr-text,
.cid-sOPbgOFzR0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPbrn4SAT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOPbrn4SAT .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPbrn4SAT .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOPbrn4SAT .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPbrn4SAT .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPbrn4SAT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPbrn4SAT .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPbrn4SAT .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPbrn4SAT .image-element {
    padding: 0 15px;
  }
  .cid-sOPbrn4SAT .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPbrn4SAT .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOPbrn4SAT .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOPbrn4SAT .mbr-text,
.cid-sOPbrn4SAT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPbBAq8N9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sOPbBAq8N9 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPbBAq8N9 .row {
  background-color: #ffffff;
}
.cid-sOPbBAq8N9 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPbBAq8N9 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPbBAq8N9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPbBAq8N9 .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPbBAq8N9 .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPbBAq8N9 .image-element {
    padding: 0 15px;
  }
  .cid-sOPbBAq8N9 .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPbBAq8N9 .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-sOPbBAq8N9 .mbr-text,
.cid-sOPbBAq8N9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOPbLXtsYz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOPbLXtsYz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sOPbLXtsYz .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sOPbLXtsYz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-sOPbLXtsYz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOPbLXtsYz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sOPbLXtsYz .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOPbLXtsYz .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sOPbLXtsYz .image-element {
    padding: 0 15px;
  }
  .cid-sOPbLXtsYz .text-element {
    padding: 2rem 1rem;
  }
  .cid-sOPbLXtsYz .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-sOPbLXtsYz .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-sOPbLXtsYz .mbr-text,
.cid-sOPbLXtsYz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sOP6ggFJWN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOP6ggFJWN .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOP6ggFJWN .row {
  border-bottom: 1px solid #000000;
}
.cid-sOP6ggFJWN H2 {
  color: #e7272d;
}
.cid-sOP6ggFJWN .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOP6ggFJWN .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOP6ggFJWN .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOP6ggFJWN .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOP6ggFJWN .col-lg-12 {
  overflow: hidden;
}
.cid-sOP6ggFJWN H4 {
  color: #000000;
}
.cid-sOP6ggFJWN .mbr-text,
.cid-sOP6ggFJWN .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOP6ggFJWN .logo-wrap:before {
    content: none;
  }
  .cid-sOP6ggFJWN .logo-wrap:after {
    content: none;
  }
}
.cid-sOP6ggFJWN H3 {
  color: #000000;
}
.cid-sOUrb7QJXc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOUrb7QJXc nav.navbar {
  position: fixed;
}
.cid-sOUrb7QJXc .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-sOUrb7QJXc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sOUrb7QJXc .dropdown-item:hover,
.cid-sOUrb7QJXc .dropdown-item:focus {
  color: #ff6b00 !important;
}
.cid-sOUrb7QJXc .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-sOUrb7QJXc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOUrb7QJXc .nav-link {
  position: relative;
  padding: 0;
}
.cid-sOUrb7QJXc .container {
  display: flex;
  margin: auto;
}
.cid-sOUrb7QJXc .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOUrb7QJXc .dropdown-menu,
.cid-sOUrb7QJXc .navbar.opened {
  background: #ffffff !important;
}
.cid-sOUrb7QJXc .nav-item:focus,
.cid-sOUrb7QJXc .nav-link:focus {
  outline: none;
}
.cid-sOUrb7QJXc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOUrb7QJXc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOUrb7QJXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOUrb7QJXc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOUrb7QJXc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOUrb7QJXc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOUrb7QJXc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sOUrb7QJXc .navbar.opened {
  transition: all 0.3s;
}
.cid-sOUrb7QJXc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOUrb7QJXc .navbar .navbar-logo img {
  width: auto;
}
.cid-sOUrb7QJXc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOUrb7QJXc .navbar.collapsed {
  justify-content: center;
}
.cid-sOUrb7QJXc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOUrb7QJXc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOUrb7QJXc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sOUrb7QJXc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOUrb7QJXc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOUrb7QJXc .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-sOUrb7QJXc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOUrb7QJXc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOUrb7QJXc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOUrb7QJXc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOUrb7QJXc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOUrb7QJXc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOUrb7QJXc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOUrb7QJXc .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-sOUrb7QJXc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOUrb7QJXc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOUrb7QJXc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOUrb7QJXc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOUrb7QJXc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOUrb7QJXc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOUrb7QJXc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOUrb7QJXc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOUrb7QJXc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOUrb7QJXc .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-sOUrb7QJXc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOUrb7QJXc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOUrb7QJXc .dropdown-item.active,
.cid-sOUrb7QJXc .dropdown-item:active {
  background-color: transparent;
}
.cid-sOUrb7QJXc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOUrb7QJXc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOUrb7QJXc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOUrb7QJXc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOUrb7QJXc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOUrb7QJXc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOUrb7QJXc ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sOUrb7QJXc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOUrb7QJXc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOUrb7QJXc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOUrb7QJXc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOUrb7QJXc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOUrb7QJXc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOUrb7QJXc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOUrb7QJXc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOUrb7QJXc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOUrb7QJXc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOUrb7QJXc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOUrb7QJXc .navbar-dropdown {
  padding: 19px 1rem;
  position: fixed;
}
.cid-sOUrb7QJXc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOUrb7QJXc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOUrb7QJXc .navbar {
    height: 70px;
  }
  .cid-sOUrb7QJXc .navbar.opened {
    height: auto;
  }
  .cid-sOUrb7QJXc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOUrb7QJXc a {
  display: inline;
}
.cid-sOUrb7QJXc img {
  display: inline;
  padding-right: 10px;
}
.cid-sOUrb7QJXc .dropdown-toggle:after {
  display: none;
}
.cid-sOUrb7QJXc .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sOUrb7QJXc .dropdown-item:hover {
  color: #709faf !important;
}
@media (max-width: 990px) {
  .cid-sOUrb7QJXc .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sOUrb7QJXc .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sOUrb7QJXc .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sOUrb7QJXc .nav-item {
  margin-right: 32px;
}
.cid-sOUrb7QJXc .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sOUrb7QJXc ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sOUrb7QJXc .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sOUrb7QJXc .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sOUrb7QJXc .navbar-nav {
  margin: auto;
}
.cid-sOUrb7QJXc .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sOUrb7QJXc .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sOUrb7QJXc .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-sOUrb7QJXc .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sOUrb7QJXc .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sOUrb7QJXc .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-sOUrb7QJXc .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sOUrb7QJXc .dropdown-item:focus {
  color: #709faf !important;
}
@media (max-width: 945px) {
  .cid-sOUrb7QJXc .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sOUrb7QJXc .top {
    margin-top: 25px;
  }
}
.cid-sOUrb7QJXc .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-sOUrb7QJXc .container,
  .cid-sOUrb7QJXc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sOUrb7QJXc li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sOUrb7QJXc ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sOUrb7QJXc .icons-menu {
    min-width: initial !important;
  }
  .cid-sOUrb7QJXc a.btn {
    margin-top: 10px;
  }
}
.cid-sOUrb7QJXc a.btn > span {
  margin-left: 0.5rem;
}
.cid-sOUrb8ixeB {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #2b6477;
}
.cid-sOUrb8ixeB .mbr-overlay {
  background: #ffffff;
}
.cid-sOUrb8ixeB .animation {
  pointer-events: none;
}
.cid-sOUrb8ixeB .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sOUrb8ixeB .mbr-section-title {
  margin-bottom: 27px;
  color: #fcfcfc;
}
.cid-sOUrb8ixeB .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
@media (max-width: 991px) {
  .cid-sOUrb8ixeB .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sOUrb8ixeB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sOUrb8ixeB .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sOUrb8ixeB .image__block {
    margin-bottom: -100px;
  }
}
.cid-sOUrb8ixeB .mbr-text,
.cid-sOUrb8ixeB .mbr-section-btn {
  color: #fcfcfc;
}
.cid-sOUrb8GGIf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOUrb8GGIf .showAlerts {
  display: block !important;
}
.cid-sOUrb8GGIf .rowflexrev {
  display: -webkit-flex;
}
.cid-sOUrb8GGIf .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sOUrb8GGIf .title {
  margin-bottom: 2rem;
}
.cid-sOUrb8GGIf .mbr-section-subtitle {
  color: #000000;
}
.cid-sOUrb8GGIf textarea.form-control {
  min-height: 188px;
}
.cid-sOUrb8GGIf LABEL {
  color: #232323;
  display: initial;
}
.cid-sOUrb8GGIf .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOUrb8GGIf .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sOUrb8GGIf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOUrb8GGIf .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sOUrb8GGIf .alert {
  margin-bottom: 0;
}
.cid-sOUrb8GGIf .alert-success {
  background-color: #70c770;
}
.cid-sOUrb8GGIf .alert-danger {
  background-color: #ff4a52;
}
.cid-sOUrb8GGIf .btn {
  display: inline-flex;
}
.cid-sOUrb8GGIf .hidden {
  display: none;
}
.cid-sOUrb8GGIf .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-sOUrb8GGIf .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sOUrbinYOi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sOUrbinYOi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sOUrbinYOi .row {
  border-bottom: 1px solid #000000;
}
.cid-sOUrbinYOi H2 {
  color: #e7272d;
}
.cid-sOUrbinYOi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sOUrbinYOi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sOUrbinYOi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOUrbinYOi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #000000;
}
.cid-sOUrbinYOi .col-lg-12 {
  overflow: hidden;
}
.cid-sOUrbinYOi H4 {
  color: #000000;
}
.cid-sOUrbinYOi .mbr-text,
.cid-sOUrbinYOi .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sOUrbinYOi .logo-wrap:before {
    content: none;
  }
  .cid-sOUrbinYOi .logo-wrap:after {
    content: none;
  }
}
.cid-sOUrbinYOi H3 {
  color: #000000;
}
