@import url(https://fonts.googleapis.com/css?family=Arsenal:400,400i,700,700i&display=swap);

body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Branley';
  font-size: 6.5rem;
  line-height: 1.10576923;
}
.display-1 > .mbr-iconfont {
  font-size: 10.4rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.27631579rem;
    line-height: 1.12538462;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.80116959rem;
    line-height: 1.15096154;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.6rem;
    line-height: 1.15384615;
  }
}
.display-2 {
  font-family: 'Branley';
  font-size: 4.4rem;
  line-height: 1.02272727;
}
.display-2 > .mbr-iconfont {
  font-size: 7.04rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.23529412rem;
    line-height: 1.10113636;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.91390728rem;
    line-height: 1.11534091;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.13592233rem;
    line-height: 1.05340909;
  }
}
.display-4 {
  font-family: '200';
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2.03125;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 0.71428571rem;
    line-height: 1.925;
  }
}
.display-5 {
  font-family: 'Arsenal', sans-serif;
  font-size: 2.2rem;
  line-height: 1.42045455;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.76rem;
    line-height: 1.49147727;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.50684932rem;
    line-height: 1.24431818;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.display-7 {
  font-family: '200';
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #524d4f !important;
}
.bg-info {
  background-color: #282727 !important;
}
.bg-warning {
  background-color: #bfa875 !important;
}
.bg-danger {
  background-color: #ddebe9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
  color: #549087 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #549087 !important;
  background-color: #eef5f4;
  border-color: #eef5f4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #549087 !important;
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
}
.btn-secondary:hover {
  background-color: #cee2df !important;
  border-color: #cee2df !important;
}
.btn-info,
.btn-info:active {
  background-color: #282727 !important;
  border-color: #282727 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #282727;
  border-color: #282727;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #282727 !important;
  border-color: #282727 !important;
}
.btn-info:hover {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-success,
.btn-success:active {
  background-color: #524d4f !important;
  border-color: #524d4f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #524d4f;
  border-color: #524d4f;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #524d4f !important;
  border-color: #524d4f !important;
}
.btn-success:hover {
  background-color: #383436 !important;
  border-color: #383436 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bfa875 !important;
  border-color: #bfa875 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bfa875;
  border-color: #bfa875;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bfa875 !important;
  border-color: #bfa875 !important;
}
.btn-warning:hover {
  background-color: #cfbe98 !important;
  border-color: #cfbe98 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ddebe9 !important;
  border-color: #ddebe9 !important;
  color: #4a7f77 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4a7f77 !important;
  background-color: #ddebe9;
  border-color: #ddebe9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4a7f77 !important;
  background-color: #ddebe9 !important;
  border-color: #ddebe9 !important;
}
.btn-danger:hover {
  background-color: #fdfefe !important;
  border-color: #fdfefe !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #eef5f4;
  color: #eef5f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #549087 !important;
  background: #eef5f4 !important;
  border-color: #eef5f4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #549087 !important;
  background-color: #eef5f4 !important;
  border-color: #eef5f4 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #282727;
  color: #282727;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #282727 !important;
  border-color: #282727;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #282727 !important;
  border-color: #282727 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #524d4f;
  color: #524d4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #524d4f !important;
  border-color: #524d4f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #524d4f !important;
  border-color: #524d4f !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #bfa875;
  color: #bfa875;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #bfa875 !important;
  border-color: #bfa875;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bfa875 !important;
  border-color: #bfa875 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ddebe9;
  color: #ddebe9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4a7f77 !important;
  background: #ddebe9 !important;
  border-color: #ddebe9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4a7f77 !important;
  background-color: #ddebe9 !important;
  border-color: #ddebe9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #eef5f4 !important;
}
.text-success {
  color: #524d4f !important;
}
.text-info {
  color: #282727 !important;
}
.text-warning {
  color: #bfa875 !important;
}
.text-danger {
  color: #ddebe9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #262626 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aecfca !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1d1c1c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bfa875 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9dc5bf !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #524d4f;
}
.alert-info {
  background-color: #282727;
}
.alert-warning {
  background-color: #bfa875;
}
.alert-danger {
  background-color: #ddebe9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4c0c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dadada;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e7dfcc;
}
.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: '200';
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eef5f4 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 0.72rem;
  line-height: 1.40625;
}
.cid-tX8PQbmfj1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 {
    min-height: 105px;
  }
}
.cid-tX8PQbmfj1 nav.navbar {
  position: fixed;
}
.cid-tX8PQbmfj1 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tX8PQbmfj1 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-tX8PQbmfj1 .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-tX8PQbmfj1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tX8PQbmfj1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tX8PQbmfj1 .dropdown-item:hover,
.cid-tX8PQbmfj1 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tX8PQbmfj1 .dropdown-item:hover span {
  color: white;
}
.cid-tX8PQbmfj1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tX8PQbmfj1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tX8PQbmfj1 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-tX8PQbmfj1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tX8PQbmfj1 .nav-link {
  position: relative;
}
.cid-tX8PQbmfj1 .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tX8PQbmfj1 .dropdown-menu,
.cid-tX8PQbmfj1 .navbar.opened {
  background: #ffffff !important;
}
.cid-tX8PQbmfj1 .nav-item:focus,
.cid-tX8PQbmfj1 .nav-link:focus {
  outline: none;
}
.cid-tX8PQbmfj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tX8PQbmfj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tX8PQbmfj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tX8PQbmfj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tX8PQbmfj1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tX8PQbmfj1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tX8PQbmfj1 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar {
    min-height: 105px;
  }
}
.cid-tX8PQbmfj1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tX8PQbmfj1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tX8PQbmfj1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tX8PQbmfj1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-tX8PQbmfj1 .navbar.collapsed {
  justify-content: center;
}
.cid-tX8PQbmfj1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tX8PQbmfj1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tX8PQbmfj1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tX8PQbmfj1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tX8PQbmfj1 .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-tX8PQbmfj1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tX8PQbmfj1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tX8PQbmfj1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tX8PQbmfj1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tX8PQbmfj1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tX8PQbmfj1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tX8PQbmfj1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tX8PQbmfj1 .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-tX8PQbmfj1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tX8PQbmfj1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tX8PQbmfj1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tX8PQbmfj1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tX8PQbmfj1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tX8PQbmfj1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tX8PQbmfj1 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-tX8PQbmfj1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tX8PQbmfj1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tX8PQbmfj1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-tX8PQbmfj1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-tX8PQbmfj1 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #000000;
}
.cid-tX8PQbmfj1 .navbar-brand .navbar-caption:hover {
  color: black;
}
.cid-tX8PQbmfj1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tX8PQbmfj1 .dropdown-item.active,
.cid-tX8PQbmfj1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tX8PQbmfj1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tX8PQbmfj1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tX8PQbmfj1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tX8PQbmfj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tX8PQbmfj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tX8PQbmfj1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tX8PQbmfj1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tX8PQbmfj1 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-tX8PQbmfj1 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-tX8PQbmfj1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tX8PQbmfj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tX8PQbmfj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tX8PQbmfj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX8PQbmfj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tX8PQbmfj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tX8PQbmfj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX8PQbmfj1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tX8PQbmfj1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tX8PQbmfj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tX8PQbmfj1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tX8PQbmfj1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-tX8PQbmfj1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tX8PQbmfj1 .navbar {
    height: 60px;
  }
  .cid-tX8PQbmfj1 .navbar.opened {
    height: auto;
  }
  .cid-tX8PQbmfj1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-tX8PQbmfj1 .navbar {
    min-height: 105px;
  }
}
.cid-tYJRzS4NAB {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #232323;
}
.cid-tYJRzS4NAB .carousel {
  width: 100%;
}
.cid-tYJRzS4NAB .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tYJRzS4NAB .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tYJRzS4NAB .mbr-overlay {
  z-index: 1;
}
.cid-tYJRzS4NAB .carousel-caption {
  bottom: 40px;
}
.cid-tYJRzS4NAB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tYJRzS4NAB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tYJRzS4NAB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tYJRzS4NAB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tYJRzS4NAB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tYJRzS4NAB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tYJRzS4NAB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tYJRzS4NAB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYJRzS4NAB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYJRzS4NAB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYJRzS4NAB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYJRzS4NAB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tYJRzS4NAB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYJRzS4NAB .carousel-indicators li.active,
.cid-tYJRzS4NAB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYJRzS4NAB .carousel-indicators li::after,
.cid-tYJRzS4NAB .carousel-indicators li::before {
  content: none;
}
.cid-tYJRzS4NAB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYJRzS4NAB .carousel-indicators {
    display: none !important;
  }
}
.cid-tX9cSpIewh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX9cSpIewh .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-tX9cSpIewh .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tX9cSpIewh .row {
  justify-content: center;
}
.cid-tX9cSpIewh .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-tX9cSpIewh .mbr-text,
.cid-tX9cSpIewh .right-side {
  color: #1b745e;
}
.cid-tX9cSpIewh .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tX9cSpIewh .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tX9cSpIewh .card-wrapper {
    max-width: 420px;
  }
}
.cid-tX9cSpIewh .text,
.cid-tX9cSpIewh .si {
  color: #000000;
}
.cid-tZuyk0bDLi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tZuyk0bDLi .row {
  align-items: center;
}
.cid-tZuyk0bDLi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tZuyk0bDLi .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tZuyk0bDLi .header-text {
    margin-bottom: 20px;
  }
}
.cid-tZuyk0bDLi .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-tZuyk0bDLi .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZuyk0bDLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuyk0bDLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuwst5mKC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-tZuwst5mKC .title__block {
  margin-bottom: 120px;
}
.cid-tZuwst5mKC .mbr-section-subtitle {
  color: #dcc187;
  margin-top: 9px;
}
.cid-tZuwst5mKC .mbr-section-title {
  position: relative;
  color: #dcc187;
  text-align: center;
}
.cid-tZuwst5mKC .card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.cid-tZuwst5mKC .card__image {
  width: 100%;
}
.cid-tZuwst5mKC .card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tZuwst5mKC .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 20px 25px;
}
.cid-tZuwst5mKC .card__title {
  margin-bottom: 16px;
  color: #232323;
}
.cid-tZuwst5mKC .card__text {
  margin-bottom: 22px;
  color: #dcc187;
}
.cid-tZuwst5mKC .card__contacts {
  margin-bottom: 18px;
}
.cid-tZuwst5mKC .card__phone,
.cid-tZuwst5mKC .card__mail {
  margin-bottom: 8px;
  color: #dcc187;
}
.cid-tZuwst5mKC .card__phone .mbr-iconfont,
.cid-tZuwst5mKC .card__mail .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #ffffff;
  margin-right: 12px;
  vertical-align: middle;
}
.cid-tZuwst5mKC .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #bfa875;
}
.cid-tZuwst5mKC .link a {
  color: #ffffff;
  font-weight: 700;
}
.cid-tZuwst5mKC .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tZuwst5mKC .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 1024px) {
  .cid-tZuwst5mKC .mbr-section-title {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .cid-tZuwst5mKC .mbr-section-subtitle {
    display: inline-block;
  }
  .cid-tZuwst5mKC .title__block {
    margin-bottom: 60px;
  }
  .cid-tZuwst5mKC .figure:before {
    right: 15px;
    top: -43px;
    width: 66px;
    height: 66px;
  }
  .cid-tZuwst5mKC .card__wrap {
    display: block;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .cid-tZuwst5mKC .card__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tZuwst5mKC .mbr-section-title {
    display: block;
    margin-left: 33%;
  }
}
.cid-tZuwst5mKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuwst5mKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuwst5mKC .card__text,
.cid-tZuwst5mKC .link {
  color: #232323;
}
.cid-tZuNSgoKrk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-tZuNSgoKrk .item-subtitle,
.cid-tZuNSgoKrk .item-title,
.cid-tZuNSgoKrk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZuNSgoKrk .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZuNSgoKrk .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-tZuNSgoKrk .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-tZuNSgoKrk .item:focus,
.cid-tZuNSgoKrk span:focus {
  outline: none;
}
.cid-tZuNSgoKrk .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-tZuNSgoKrk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZuNSgoKrk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tZuNSgoKrk .item {
  padding: 0;
  margin: 0;
}
.cid-tZuNSgoKrk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 520px;
}
.cid-tZuNSgoKrk .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-tZuNSgoKrk .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-tZuNSgoKrk .item-content > div,
.cid-tZuNSgoKrk .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-tZuNSgoKrk .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-tZuNSgoKrk .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-tZuNSgoKrk .item-content {
    padding: 30px 20px;
  }
}
.cid-tZuP9cA4fh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tZuP9cA4fh .link-wrap {
  width: 100%;
}
.cid-tZuP9cA4fh .link {
  display: inline-block;
}
.cid-tZuP9cA4fh .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-tZuP9cA4fh .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tZuP9cA4fh .link a:hover {
  text-decoration: underline;
}
.cid-tZuP9cA4fh .link,
.cid-tZuP9cA4fh .link-wrap {
  color: #bfa875;
}
.cid-tZuP9cA4fh .mbr-text,
.cid-tZuP9cA4fh .mbr-section-btn {
  color: #333333;
}
.cid-tZuP9cA4fh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuP9cA4fh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuP9cA4fh .card-title,
.cid-tZuP9cA4fh .card-box {
  color: #000000;
}
.cid-s14xqCLrIp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s14xqCLrIp .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-s14xqCLrIp .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-s14xqCLrIp .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-s14xqCLrIp .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-s14xqCLrIp .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-s14xqCLrIp .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #3a6686 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul {
  display: block;
}
.cid-s14xqCLrIp .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-s14xqCLrIp .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-s14xqCLrIp .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-s14xqCLrIp .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #08af83;
  transition: all 0.3s ease;
}
.cid-s14xqCLrIp .mbr-gallery-row {
  margin-top: 50px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s14xqCLrIp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-s14xqCLrIp .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-s14xqCLrIp .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-s14xqCLrIp .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-s14xqCLrIp .mbr-gallery-item > div img,
.cid-s14xqCLrIp .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-s14xqCLrIp .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-s14xqCLrIp .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-s14xqCLrIp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-s14xqCLrIp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-s14xqCLrIp .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-s14xqCLrIp .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-s14xqCLrIp .mbr-section-title {
    text-align: center;
  }
  .cid-s14xqCLrIp .image {
    top: auto;
    height: 420px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-s14xqCLrIp .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div img,
  .cid-s14xqCLrIp .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-s14xqCLrIp .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-s14xqCLrIp .image {
    height: 290px;
  }
}
.cid-tVDBE2lU8m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tVDBE2lU8m .link-wrap {
  width: 100%;
}
.cid-tVDBE2lU8m .link {
  display: inline-block;
}
.cid-tVDBE2lU8m .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-tVDBE2lU8m .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tVDBE2lU8m .link a:hover {
  text-decoration: underline;
}
.cid-tVDBE2lU8m .link,
.cid-tVDBE2lU8m .link-wrap {
  color: #ffffff;
}
.cid-tVDBE2lU8m .mbr-text,
.cid-tVDBE2lU8m .mbr-section-btn {
  color: #333333;
}
.cid-tVDBE2lU8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVDBE2lU8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVDBE2lU8m .card-title,
.cid-tVDBE2lU8m .card-box {
  color: #000000;
}
.cid-tVDtWTx3ge {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVDtWTx3ge .carousel-item.active,
.cid-tVDtWTx3ge .carousel-item-next,
.cid-tVDtWTx3ge .carousel-item-prev {
  display: flex;
}
.cid-tVDtWTx3ge .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVDtWTx3ge .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-tVDtWTx3ge .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #dbdadb;
  background-color: transparent;
}
.cid-tVDtWTx3ge .carousel-controls a span {
  color: #dbdadb;
  font-size: 18px;
}
.cid-tVDtWTx3ge .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tVDtWTx3ge .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tVDtWTx3ge .carousel-controls .carousel-control-next,
.cid-tVDtWTx3ge .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVDtWTx3ge .image-element {
    min-width: 50%;
  }
  .cid-tVDtWTx3ge .media-container-row {
    width: 100%;
  }
}
.cid-tVDtWTx3ge .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-tVDtWTx3ge .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-tVDtWTx3ge .img-wrap {
  position: relative;
}
.cid-tVDtWTx3ge .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-tVDtWTx3ge .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-tVDtWTx3ge .slider__title {
  color: #000000;
  margin-bottom: 15px;
}
.cid-tVDtWTx3ge .slider__subtitle {
  margin-bottom: 20px;
  color: #a7b6bf;
}
.cid-tVDtWTx3ge .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #a7b6bf;
}
.cid-tVDtWTx3ge .link a {
  font-weight: 700;
}
.cid-tVDtWTx3ge .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tVDtWTx3ge .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-tVDtWTx3ge .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-tVDtWTx3ge .img-wrap:before {
    display: none;
  }
  .cid-tVDtWTx3ge .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-tVDtWTx3ge .slider__content {
    margin-top: 0;
  }
  .cid-tVDtWTx3ge .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-tVDtWTx3ge .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-tVDtWTx3ge .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-tVDtWTx3ge .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tVDtWTx3ge .media-container-row {
    min-height: 440px;
  }
  .cid-tVDtWTx3ge .img-wrap img {
    width: 100%;
  }
  .cid-tVDtWTx3ge .slider__content {
    margin: 0;
  }
}
.cid-tVDtWTx3ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVDtWTx3ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVDtWTx3ge .slider__text,
.cid-tVDtWTx3ge .link {
  color: #524d4f;
}
.cid-s142rgl4FV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f3f4;
}
.cid-s142rgl4FV .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-s142rgl4FV .mbr-text {
  padding-right: 70px;
  color: #524d4f;
}
.cid-s142rgl4FV .form-group {
  padding: 0;
}
.cid-s142rgl4FV .form-control {
  background-color: #f5f3f4 !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s142rgl4FV .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s142rgl4FV .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s142rgl4FV .mbr-form .btn {
  margin: 0;
}
.cid-s142rgl4FV .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s142rgl4FV input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-s142rgl4FV input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s142rgl4FV .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s142rgl4FV .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-s142rgl4FV .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s142rgl4FV .dragArea {
    margin: 0;
  }
  .cid-s142rgl4FV .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s142rgl4FV .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s142rgl4FV .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s142rgl4FV .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tX9lZ5ZPV1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tX9lZ5ZPV1 .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tX9lZ5ZPV1 .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tX9lZ5ZPV1 .links-block ul li {
  margin: 0 1rem;
}
.cid-tX9lZ5ZPV1 .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tX9lZ5ZPV1 .links-block ul,
.cid-tX9lZ5ZPV1 .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tX9lZ5ZPV1 img {
  width: auto;
  display: inherit;
}
.cid-ubwAF0P1lz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz {
    min-height: 105px;
  }
}
.cid-ubwAF0P1lz nav.navbar {
  position: fixed;
}
.cid-ubwAF0P1lz .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .container {
    flex-wrap: nowrap;
  }
}
.cid-ubwAF0P1lz .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ubwAF0P1lz .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-ubwAF0P1lz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubwAF0P1lz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubwAF0P1lz .dropdown-item:hover,
.cid-ubwAF0P1lz .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ubwAF0P1lz .dropdown-item:hover span {
  color: white;
}
.cid-ubwAF0P1lz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubwAF0P1lz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubwAF0P1lz .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ubwAF0P1lz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubwAF0P1lz .nav-link {
  position: relative;
}
.cid-ubwAF0P1lz .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubwAF0P1lz .dropdown-menu,
.cid-ubwAF0P1lz .navbar.opened {
  background: #ffffff !important;
}
.cid-ubwAF0P1lz .nav-item:focus,
.cid-ubwAF0P1lz .nav-link:focus {
  outline: none;
}
.cid-ubwAF0P1lz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubwAF0P1lz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubwAF0P1lz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubwAF0P1lz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubwAF0P1lz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubwAF0P1lz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubwAF0P1lz .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar {
    min-height: 105px;
  }
}
.cid-ubwAF0P1lz .navbar.opened {
  transition: all 0.3s;
}
.cid-ubwAF0P1lz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubwAF0P1lz .navbar .navbar-logo img {
  width: auto;
}
.cid-ubwAF0P1lz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ubwAF0P1lz .navbar.collapsed {
  justify-content: center;
}
.cid-ubwAF0P1lz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubwAF0P1lz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ubwAF0P1lz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubwAF0P1lz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubwAF0P1lz .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-ubwAF0P1lz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubwAF0P1lz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubwAF0P1lz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubwAF0P1lz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubwAF0P1lz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubwAF0P1lz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubwAF0P1lz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubwAF0P1lz .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-ubwAF0P1lz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubwAF0P1lz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubwAF0P1lz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubwAF0P1lz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubwAF0P1lz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubwAF0P1lz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubwAF0P1lz .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ubwAF0P1lz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubwAF0P1lz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubwAF0P1lz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ubwAF0P1lz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ubwAF0P1lz .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #000000;
}
.cid-ubwAF0P1lz .navbar-brand .navbar-caption:hover {
  color: black;
}
.cid-ubwAF0P1lz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubwAF0P1lz .dropdown-item.active,
.cid-ubwAF0P1lz .dropdown-item:active {
  background-color: transparent;
}
.cid-ubwAF0P1lz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubwAF0P1lz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubwAF0P1lz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubwAF0P1lz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubwAF0P1lz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubwAF0P1lz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubwAF0P1lz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubwAF0P1lz .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ubwAF0P1lz .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ubwAF0P1lz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubwAF0P1lz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubwAF0P1lz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubwAF0P1lz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwAF0P1lz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwAF0P1lz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubwAF0P1lz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwAF0P1lz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubwAF0P1lz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubwAF0P1lz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwAF0P1lz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubwAF0P1lz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ubwAF0P1lz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubwAF0P1lz .navbar {
    height: 60px;
  }
  .cid-ubwAF0P1lz .navbar.opened {
    height: auto;
  }
  .cid-ubwAF0P1lz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ubwAF0P1lz .navbar {
    min-height: 105px;
  }
}
.cid-ubwAF1umw7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/3.png");
}
.cid-ubwAF1umw7 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-ubwAF1umw7 h1 span {
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-ubwAF1umw7 .icons-wrap {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-ubwAF1umw7 .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-ubwAF1umw7 .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-ubwAF1umw7 h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ubwAF1umw7 .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-ubwAF1umw7 h1 {
    margin-bottom: 8rem;
  }
}
.cid-ubwAF1umw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwAF1umw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwAF1umw7 .icon-text {
  color: #232323;
}
.cid-ubwAF1Ua8y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubwAF1Ua8y .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-ubwAF1Ua8y .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-ubwAF1Ua8y .row {
  justify-content: center;
}
.cid-ubwAF1Ua8y .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-ubwAF1Ua8y .mbr-text,
.cid-ubwAF1Ua8y .right-side {
  color: #1b745e;
}
.cid-ubwAF1Ua8y .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-ubwAF1Ua8y .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-ubwAF1Ua8y .card-wrapper {
    max-width: 420px;
  }
}
.cid-ubwAF1Ua8y .text,
.cid-ubwAF1Ua8y .si {
  color: #000000;
}
.cid-ubwAF1Ua8y .desc {
  color: #232323;
}
.cid-ubwAF247qs {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubwAF247qs .title__block {
  padding-bottom: 40px;
}
.cid-ubwAF247qs .carousel {
  margin-bottom: 80px;
}
.cid-ubwAF247qs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-ubwAF247qs .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubwAF247qs .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-ubwAF247qs .carousel-inner {
  overflow: visible !important;
}
.cid-ubwAF247qs .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-ubwAF247qs .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-ubwAF247qs .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-ubwAF247qs .user {
  height: 300px;
}
.cid-ubwAF247qs .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-ubwAF247qs .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubwAF247qs .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-ubwAF247qs .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-ubwAF247qs .carousel-control-prev {
    left: -2%;
  }
  .cid-ubwAF247qs .carousel-control-next {
    left: 6%;
  }
  .cid-ubwAF247qs .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-ubwAF247qs .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-ubwAF247qs .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-ubwAF247qs .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-ubwAF247qs .carousel-item.active {
    transform: translateX(0);
  }
  .cid-ubwAF247qs .carousel-controls {
    display: none;
  }
  .cid-ubwAF247qs .carousel {
    margin-bottom: 0;
  }
}
.cid-ubwAF247qs .mbr-text {
  text-align: center;
}
.cid-ubwAF2w6Sy {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-ubwAF2w6Sy .container {
  max-width: 1312px;
}
.cid-ubwAF2w6Sy .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-ubwAF2w6Sy .row {
    padding: 0 0.75rem;
  }
}
.cid-ubwAF2w6Sy .text-container {
  width: 100%;
  padding: 0;
}
.cid-ubwAF2w6Sy .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #232323;
}
.cid-ubwAF2w6Sy .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubwAF2w6Sy .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ubwAF2w6Sy .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ubwAF2w6Sy .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ubwAF2w6Sy .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-ubwAF2w6Sy .card-title {
  color: #232323;
  margin-bottom: 1rem;
}
.cid-ubwAF2w6Sy .card-text {
  color: #002549;
}
.cid-ubwAF2w6Sy .mbr-iconfont {
  font-size: 25px;
  color: #e1965f;
}
.cid-ubwAF2w6Sy .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-ubwAF2w6Sy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwAF2w6Sy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwAF2W0t1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubwAF2W0t1 .link-wrap {
  width: 100%;
}
.cid-ubwAF2W0t1 .link {
  display: inline-block;
}
.cid-ubwAF2W0t1 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-ubwAF2W0t1 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-ubwAF2W0t1 .link a:hover {
  text-decoration: underline;
}
.cid-ubwAF2W0t1 .link,
.cid-ubwAF2W0t1 .link-wrap {
  color: #ffffff;
}
.cid-ubwAF2W0t1 .mbr-text,
.cid-ubwAF2W0t1 .mbr-section-btn {
  color: #333333;
}
.cid-ubwAF2W0t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwAF2W0t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwAF2W0t1 .card-title,
.cid-ubwAF2W0t1 .card-box {
  color: #000000;
}
.cid-ubwAF395ZM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubwAF395ZM .carousel-item.active,
.cid-ubwAF395ZM .carousel-item-next,
.cid-ubwAF395ZM .carousel-item-prev {
  display: flex;
}
.cid-ubwAF395ZM .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubwAF395ZM .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-ubwAF395ZM .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #dbdadb;
  background-color: transparent;
}
.cid-ubwAF395ZM .carousel-controls a span {
  color: #dbdadb;
  font-size: 18px;
}
.cid-ubwAF395ZM .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-ubwAF395ZM .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-ubwAF395ZM .carousel-controls .carousel-control-next,
.cid-ubwAF395ZM .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubwAF395ZM .image-element {
    min-width: 50%;
  }
  .cid-ubwAF395ZM .media-container-row {
    width: 100%;
  }
}
.cid-ubwAF395ZM .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-ubwAF395ZM .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-ubwAF395ZM .img-wrap {
  position: relative;
}
.cid-ubwAF395ZM .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-ubwAF395ZM .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-ubwAF395ZM .slider__title {
  color: #000000;
  margin-bottom: 15px;
}
.cid-ubwAF395ZM .slider__subtitle {
  margin-bottom: 20px;
  color: #a7b6bf;
}
.cid-ubwAF395ZM .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #a7b6bf;
}
.cid-ubwAF395ZM .link a {
  font-weight: 700;
}
.cid-ubwAF395ZM .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-ubwAF395ZM .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-ubwAF395ZM .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-ubwAF395ZM .img-wrap:before {
    display: none;
  }
  .cid-ubwAF395ZM .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-ubwAF395ZM .slider__content {
    margin-top: 0;
  }
  .cid-ubwAF395ZM .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-ubwAF395ZM .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-ubwAF395ZM .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-ubwAF395ZM .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-ubwAF395ZM .media-container-row {
    min-height: 440px;
  }
  .cid-ubwAF395ZM .img-wrap img {
    width: 100%;
  }
  .cid-ubwAF395ZM .slider__content {
    margin: 0;
  }
}
.cid-ubwAF395ZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubwAF395ZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubwAF395ZM .slider__text,
.cid-ubwAF395ZM .link {
  color: #524d4f;
}
.cid-ubwXNOu3bR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f3f4;
}
.cid-ubwXNOu3bR .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-ubwXNOu3bR .mbr-text {
  padding-right: 70px;
  color: #524d4f;
}
.cid-ubwXNOu3bR .form-group {
  padding: 0;
}
.cid-ubwXNOu3bR .form-control {
  background-color: #f5f3f4 !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ubwXNOu3bR .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-ubwXNOu3bR .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-ubwXNOu3bR .mbr-form .btn {
  margin: 0;
}
.cid-ubwXNOu3bR .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-ubwXNOu3bR input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-ubwXNOu3bR input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-ubwXNOu3bR .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-ubwXNOu3bR .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-ubwXNOu3bR .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ubwXNOu3bR .dragArea {
    margin: 0;
  }
  .cid-ubwXNOu3bR .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-ubwXNOu3bR .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-ubwXNOu3bR .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-ubwXNOu3bR .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-ubwAF3RezM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubwAF3RezM .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-ubwAF3RezM .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ubwAF3RezM .links-block ul li {
  margin: 0 1rem;
}
.cid-ubwAF3RezM .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-ubwAF3RezM .links-block ul,
.cid-ubwAF3RezM .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-ubwAF3RezM img {
  width: auto;
  display: inherit;
}
.cid-tZuRYDUcnc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc {
    min-height: 105px;
  }
}
.cid-tZuRYDUcnc nav.navbar {
  position: fixed;
}
.cid-tZuRYDUcnc .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .container {
    flex-wrap: nowrap;
  }
}
.cid-tZuRYDUcnc .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-tZuRYDUcnc .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-tZuRYDUcnc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZuRYDUcnc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZuRYDUcnc .dropdown-item:hover,
.cid-tZuRYDUcnc .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tZuRYDUcnc .dropdown-item:hover span {
  color: white;
}
.cid-tZuRYDUcnc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZuRYDUcnc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZuRYDUcnc .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-tZuRYDUcnc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZuRYDUcnc .nav-link {
  position: relative;
}
.cid-tZuRYDUcnc .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZuRYDUcnc .dropdown-menu,
.cid-tZuRYDUcnc .navbar.opened {
  background: #ffffff !important;
}
.cid-tZuRYDUcnc .nav-item:focus,
.cid-tZuRYDUcnc .nav-link:focus {
  outline: none;
}
.cid-tZuRYDUcnc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZuRYDUcnc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZuRYDUcnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZuRYDUcnc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZuRYDUcnc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZuRYDUcnc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZuRYDUcnc .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar {
    min-height: 105px;
  }
}
.cid-tZuRYDUcnc .navbar.opened {
  transition: all 0.3s;
}
.cid-tZuRYDUcnc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZuRYDUcnc .navbar .navbar-logo img {
  width: auto;
}
.cid-tZuRYDUcnc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-tZuRYDUcnc .navbar.collapsed {
  justify-content: center;
}
.cid-tZuRYDUcnc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZuRYDUcnc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tZuRYDUcnc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZuRYDUcnc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZuRYDUcnc .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-tZuRYDUcnc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZuRYDUcnc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZuRYDUcnc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZuRYDUcnc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZuRYDUcnc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZuRYDUcnc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZuRYDUcnc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZuRYDUcnc .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-tZuRYDUcnc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZuRYDUcnc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZuRYDUcnc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZuRYDUcnc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZuRYDUcnc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZuRYDUcnc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZuRYDUcnc .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-tZuRYDUcnc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZuRYDUcnc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZuRYDUcnc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-tZuRYDUcnc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-tZuRYDUcnc .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #000000;
}
.cid-tZuRYDUcnc .navbar-brand .navbar-caption:hover {
  color: black;
}
.cid-tZuRYDUcnc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZuRYDUcnc .dropdown-item.active,
.cid-tZuRYDUcnc .dropdown-item:active {
  background-color: transparent;
}
.cid-tZuRYDUcnc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZuRYDUcnc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZuRYDUcnc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZuRYDUcnc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZuRYDUcnc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZuRYDUcnc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZuRYDUcnc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZuRYDUcnc .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-tZuRYDUcnc .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-tZuRYDUcnc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZuRYDUcnc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZuRYDUcnc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZuRYDUcnc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuRYDUcnc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZuRYDUcnc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZuRYDUcnc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuRYDUcnc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZuRYDUcnc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZuRYDUcnc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZuRYDUcnc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZuRYDUcnc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-tZuRYDUcnc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZuRYDUcnc .navbar {
    height: 60px;
  }
  .cid-tZuRYDUcnc .navbar.opened {
    height: auto;
  }
  .cid-tZuRYDUcnc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-tZuRYDUcnc .navbar {
    min-height: 105px;
  }
}
.cid-ubwDIwIIrx {
  background-image: url("../../../assets/images/10.jpg");
  background-position: right;
}
.cid-ubwDIwIIrx .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ubwDIwIIrx .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-ubwDIwIIrx .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ubwDIwIIrx img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ubwDIwIIrx .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ubwHbC5OgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubwHbC5OgJ .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-ubwHbC5OgJ .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-ubwHbC5OgJ .row {
  justify-content: center;
}
.cid-ubwHbC5OgJ .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-ubwHbC5OgJ .mbr-text,
.cid-ubwHbC5OgJ .right-side {
  color: #1b745e;
}
.cid-ubwHbC5OgJ .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-ubwHbC5OgJ .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-ubwHbC5OgJ .card-wrapper {
    max-width: 420px;
  }
}
.cid-ubwHbC5OgJ .text,
.cid-ubwHbC5OgJ .si {
  color: #000000;
}
.cid-tZuZLuHaSg {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZuZLuHaSg .title__block {
  padding-bottom: 40px;
}
.cid-tZuZLuHaSg .carousel {
  margin-bottom: 80px;
}
.cid-tZuZLuHaSg .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tZuZLuHaSg .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZuZLuHaSg .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tZuZLuHaSg .carousel-inner {
  overflow: visible !important;
}
.cid-tZuZLuHaSg .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tZuZLuHaSg .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tZuZLuHaSg .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tZuZLuHaSg .user {
  height: 300px;
}
.cid-tZuZLuHaSg .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZuZLuHaSg .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZuZLuHaSg .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tZuZLuHaSg .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tZuZLuHaSg .carousel-control-prev {
    left: -2%;
  }
  .cid-tZuZLuHaSg .carousel-control-next {
    left: 6%;
  }
  .cid-tZuZLuHaSg .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tZuZLuHaSg .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tZuZLuHaSg .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tZuZLuHaSg .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tZuZLuHaSg .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tZuZLuHaSg .carousel-controls {
    display: none;
  }
  .cid-tZuZLuHaSg .carousel {
    margin-bottom: 0;
  }
}
.cid-tZuZLuHaSg .mbr-text {
  text-align: center;
}
.cid-ubwI4zzqCU {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ubwI4zzqCU .mbr-section-title {
  margin-bottom: 25px;
  color: #342f2a;
}
@media (max-width: 991px) {
  .cid-ubwI4zzqCU .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-ubwI4zzqCU .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1999px) {
  .cid-ubwI4zzqCU .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ubwI4zzqCU .image {
  margin: auto;
}
.cid-ubwI4zzqCU .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-ubwI4zzqCU .linked {
  color: #f4bb74;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-ubwI4zzqCU .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-ubwI4zzqCU .linked {
    margin: 30px 0 40px;
  }
}
.cid-ubwI4zzqCU .bottom__block {
  margin-bottom: 40px;
}
.cid-ubwI4zzqCU .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-ubwI4zzqCU .card__text {
  color: #d0d0d0;
}
.cid-ubwI4zzqCU .mbr-text,
.cid-ubwI4zzqCU .linked {
  color: #d0d0d0;
}
.cid-ubwI4zzqCU .mbr-text,
.cid-ubwI4zzqCU .linked {
  color: #232323;
}
.cid-tZuTAgTSqF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tZuTAgTSqF .container {
  max-width: 1312px;
}
.cid-tZuTAgTSqF .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tZuTAgTSqF .row {
    padding: 0 0.75rem;
  }
}
.cid-tZuTAgTSqF .text-container {
  width: 100%;
  padding: 0;
}
.cid-tZuTAgTSqF .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #232323;
}
.cid-tZuTAgTSqF .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tZuTAgTSqF .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tZuTAgTSqF .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tZuTAgTSqF .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tZuTAgTSqF .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZuTAgTSqF .card-title {
  color: #232323;
  margin-bottom: 1rem;
}
.cid-tZuTAgTSqF .card-text {
  color: #002549;
}
.cid-tZuTAgTSqF .mbr-iconfont {
  font-size: 25px;
  color: #e1965f;
}
.cid-tZuTAgTSqF .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-tZuTAgTSqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuTAgTSqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuRYK20sj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-quang-nguyen-vinh-6129991.jpg");
}
.cid-tZuRYK20sj .link-wrap {
  width: 100%;
}
.cid-tZuRYK20sj .link {
  display: inline-block;
}
.cid-tZuRYK20sj .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-tZuRYK20sj .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tZuRYK20sj .link a:hover {
  text-decoration: underline;
}
.cid-tZuRYK20sj .link,
.cid-tZuRYK20sj .link-wrap {
  color: #ffffff;
}
.cid-tZuRYK20sj .mbr-text,
.cid-tZuRYK20sj .mbr-section-btn {
  color: #333333;
}
.cid-tZuRYK20sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZuRYK20sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZuRYK20sj .card-title,
.cid-tZuRYK20sj .card-box {
  color: #f5f3f4;
}
.cid-tZuRYK20sj .mbr-text,
.cid-tZuRYK20sj .link-wrap {
  color: #ffffff;
}
.cid-ubwJsKQJRF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f3f4;
}
.cid-ubwJsKQJRF .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-ubwJsKQJRF .mbr-text {
  padding-right: 70px;
  color: #524d4f;
}
.cid-ubwJsKQJRF .form-group {
  padding: 0;
}
.cid-ubwJsKQJRF .form-control {
  background-color: #f5f3f4 !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ubwJsKQJRF .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-ubwJsKQJRF .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-ubwJsKQJRF .mbr-form .btn {
  margin: 0;
}
.cid-ubwJsKQJRF .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-ubwJsKQJRF input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-ubwJsKQJRF input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-ubwJsKQJRF .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-ubwJsKQJRF .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-ubwJsKQJRF .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ubwJsKQJRF .dragArea {
    margin: 0;
  }
  .cid-ubwJsKQJRF .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-ubwJsKQJRF .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-ubwJsKQJRF .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-ubwJsKQJRF .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tZuRYLYeDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZuRYLYeDB .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tZuRYLYeDB .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tZuRYLYeDB .links-block ul li {
  margin: 0 1rem;
}
.cid-tZuRYLYeDB .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tZuRYLYeDB .links-block ul,
.cid-tZuRYLYeDB .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tZuRYLYeDB img {
  width: auto;
  display: inherit;
}
.cid-tZv4ANGr7C {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C {
    min-height: 105px;
  }
}
.cid-tZv4ANGr7C nav.navbar {
  position: fixed;
}
.cid-tZv4ANGr7C .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .container {
    flex-wrap: nowrap;
  }
}
.cid-tZv4ANGr7C .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-tZv4ANGr7C .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-tZv4ANGr7C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZv4ANGr7C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZv4ANGr7C .dropdown-item:hover,
.cid-tZv4ANGr7C .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tZv4ANGr7C .dropdown-item:hover span {
  color: white;
}
.cid-tZv4ANGr7C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZv4ANGr7C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZv4ANGr7C .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-tZv4ANGr7C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZv4ANGr7C .nav-link {
  position: relative;
}
.cid-tZv4ANGr7C .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZv4ANGr7C .dropdown-menu,
.cid-tZv4ANGr7C .navbar.opened {
  background: #ffffff !important;
}
.cid-tZv4ANGr7C .nav-item:focus,
.cid-tZv4ANGr7C .nav-link:focus {
  outline: none;
}
.cid-tZv4ANGr7C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZv4ANGr7C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZv4ANGr7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZv4ANGr7C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZv4ANGr7C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZv4ANGr7C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZv4ANGr7C .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar {
    min-height: 105px;
  }
}
.cid-tZv4ANGr7C .navbar.opened {
  transition: all 0.3s;
}
.cid-tZv4ANGr7C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZv4ANGr7C .navbar .navbar-logo img {
  width: auto;
}
.cid-tZv4ANGr7C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-tZv4ANGr7C .navbar.collapsed {
  justify-content: center;
}
.cid-tZv4ANGr7C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZv4ANGr7C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tZv4ANGr7C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZv4ANGr7C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZv4ANGr7C .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-tZv4ANGr7C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZv4ANGr7C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZv4ANGr7C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZv4ANGr7C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZv4ANGr7C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZv4ANGr7C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZv4ANGr7C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZv4ANGr7C .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-tZv4ANGr7C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZv4ANGr7C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZv4ANGr7C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZv4ANGr7C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZv4ANGr7C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZv4ANGr7C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZv4ANGr7C .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-tZv4ANGr7C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZv4ANGr7C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZv4ANGr7C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-tZv4ANGr7C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-tZv4ANGr7C .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #000000;
}
.cid-tZv4ANGr7C .navbar-brand .navbar-caption:hover {
  color: black;
}
.cid-tZv4ANGr7C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZv4ANGr7C .dropdown-item.active,
.cid-tZv4ANGr7C .dropdown-item:active {
  background-color: transparent;
}
.cid-tZv4ANGr7C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZv4ANGr7C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZv4ANGr7C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZv4ANGr7C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZv4ANGr7C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZv4ANGr7C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZv4ANGr7C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZv4ANGr7C .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-tZv4ANGr7C .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-tZv4ANGr7C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZv4ANGr7C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZv4ANGr7C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZv4ANGr7C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZv4ANGr7C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZv4ANGr7C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZv4ANGr7C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZv4ANGr7C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZv4ANGr7C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZv4ANGr7C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZv4ANGr7C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZv4ANGr7C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-tZv4ANGr7C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZv4ANGr7C .navbar {
    height: 60px;
  }
  .cid-tZv4ANGr7C .navbar.opened {
    height: auto;
  }
  .cid-tZv4ANGr7C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-tZv4ANGr7C .navbar {
    min-height: 105px;
  }
}
.cid-tZv4AOE3GD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pexels-leeloo-thefirst-5619177.jpg");
}
.cid-tZv4AOE3GD h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-tZv4AOE3GD h1 span {
  background-image: url("../../../assets/images/background.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tZv4AOE3GD .icons-wrap {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-tZv4AOE3GD .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-tZv4AOE3GD .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-tZv4AOE3GD h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tZv4AOE3GD .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-tZv4AOE3GD h1 {
    margin-bottom: 8rem;
  }
}
.cid-tZv4AOE3GD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZv4AOE3GD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZv4AOE3GD .icon-text {
  color: #232323;
}
.cid-tZv4AP464E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZv4AP464E .card-wrapper {
  background: #ffffff;
  padding: 10% 25%;
  margin: auto;
}
.cid-tZv4AP464E .sign {
  width: 200px;
  padding-top: 20px;
  display: inline;
}
.cid-tZv4AP464E .row {
  justify-content: center;
}
.cid-tZv4AP464E .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #000000;
}
.cid-tZv4AP464E .mbr-text,
.cid-tZv4AP464E .right-side {
  color: #1b745e;
}
.cid-tZv4AP464E .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .cid-tZv4AP464E .card-wrapper {
    padding: 10% 10%;
  }
}
@media (max-width: 960px) {
  .cid-tZv4AP464E .card-wrapper {
    max-width: 420px;
  }
}
.cid-tZv4AP464E .text,
.cid-tZv4AP464E .si {
  color: #000000;
}
.cid-tZv4AP464E .desc {
  color: #232323;
}
.cid-tZv4APmhTu {
  overflow: hidden !important;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZv4APmhTu .title__block {
  padding-bottom: 40px;
}
.cid-tZv4APmhTu .carousel {
  margin-bottom: 80px;
}
.cid-tZv4APmhTu .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-tZv4APmhTu .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZv4APmhTu .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tZv4APmhTu .carousel-inner {
  overflow: visible !important;
}
.cid-tZv4APmhTu .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-tZv4APmhTu .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-tZv4APmhTu .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-tZv4APmhTu .user {
  height: 300px;
}
.cid-tZv4APmhTu .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tZv4APmhTu .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tZv4APmhTu .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-tZv4APmhTu .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tZv4APmhTu .carousel-control-prev {
    left: -2%;
  }
  .cid-tZv4APmhTu .carousel-control-next {
    left: 6%;
  }
  .cid-tZv4APmhTu .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tZv4APmhTu .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-tZv4APmhTu .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-tZv4APmhTu .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-tZv4APmhTu .carousel-item.active {
    transform: translateX(0);
  }
  .cid-tZv4APmhTu .carousel-controls {
    display: none;
  }
  .cid-tZv4APmhTu .carousel {
    margin-bottom: 0;
  }
}
.cid-tZv4APmhTu .mbr-text {
  text-align: center;
}
.cid-tZv4APSwKQ {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tZv4APSwKQ .container {
  max-width: 1312px;
}
.cid-tZv4APSwKQ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tZv4APSwKQ .row {
    padding: 0 0.75rem;
  }
}
.cid-tZv4APSwKQ .text-container {
  width: 100%;
  padding: 0;
}
.cid-tZv4APSwKQ .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #232323;
}
.cid-tZv4APSwKQ .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tZv4APSwKQ .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tZv4APSwKQ .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tZv4APSwKQ .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tZv4APSwKQ .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZv4APSwKQ .card-title {
  color: #232323;
  margin-bottom: 1rem;
}
.cid-tZv4APSwKQ .card-text {
  color: #002549;
}
.cid-tZv4APSwKQ .mbr-iconfont {
  font-size: 25px;
  color: #e1965f;
}
.cid-tZv4APSwKQ .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-tZv4APSwKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZv4APSwKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZv4AQteud {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZv4AQteud .link-wrap {
  width: 100%;
}
.cid-tZv4AQteud .link {
  display: inline-block;
}
.cid-tZv4AQteud .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-tZv4AQteud .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tZv4AQteud .link a:hover {
  text-decoration: underline;
}
.cid-tZv4AQteud .link,
.cid-tZv4AQteud .link-wrap {
  color: #ffffff;
}
.cid-tZv4AQteud .mbr-text,
.cid-tZv4AQteud .mbr-section-btn {
  color: #333333;
}
.cid-tZv4AQteud .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZv4AQteud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZv4AQteud .card-title,
.cid-tZv4AQteud .card-box {
  color: #000000;
}
.cid-tZv4AQK6ke {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZv4AQK6ke .carousel-item.active,
.cid-tZv4AQK6ke .carousel-item-next,
.cid-tZv4AQK6ke .carousel-item-prev {
  display: flex;
}
.cid-tZv4AQK6ke .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tZv4AQK6ke .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-tZv4AQK6ke .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #dbdadb;
  background-color: transparent;
}
.cid-tZv4AQK6ke .carousel-controls a span {
  color: #dbdadb;
  font-size: 18px;
}
.cid-tZv4AQK6ke .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tZv4AQK6ke .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tZv4AQK6ke .carousel-controls .carousel-control-next,
.cid-tZv4AQK6ke .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZv4AQK6ke .image-element {
    min-width: 50%;
  }
  .cid-tZv4AQK6ke .media-container-row {
    width: 100%;
  }
}
.cid-tZv4AQK6ke .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-tZv4AQK6ke .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-tZv4AQK6ke .img-wrap {
  position: relative;
}
.cid-tZv4AQK6ke .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-tZv4AQK6ke .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-tZv4AQK6ke .slider__title {
  color: #000000;
  margin-bottom: 15px;
}
.cid-tZv4AQK6ke .slider__subtitle {
  margin-bottom: 20px;
  color: #a7b6bf;
}
.cid-tZv4AQK6ke .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #a7b6bf;
}
.cid-tZv4AQK6ke .link a {
  font-weight: 700;
}
.cid-tZv4AQK6ke .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tZv4AQK6ke .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-tZv4AQK6ke .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-tZv4AQK6ke .img-wrap:before {
    display: none;
  }
  .cid-tZv4AQK6ke .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-tZv4AQK6ke .slider__content {
    margin-top: 0;
  }
  .cid-tZv4AQK6ke .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-tZv4AQK6ke .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-tZv4AQK6ke .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-tZv4AQK6ke .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tZv4AQK6ke .media-container-row {
    min-height: 440px;
  }
  .cid-tZv4AQK6ke .img-wrap img {
    width: 100%;
  }
  .cid-tZv4AQK6ke .slider__content {
    margin: 0;
  }
}
.cid-tZv4AQK6ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZv4AQK6ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZv4AQK6ke .slider__text,
.cid-tZv4AQK6ke .link {
  color: #524d4f;
}
.cid-ubwXKzL9t5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f3f4;
}
.cid-ubwXKzL9t5 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-ubwXKzL9t5 .mbr-text {
  padding-right: 70px;
  color: #524d4f;
}
.cid-ubwXKzL9t5 .form-group {
  padding: 0;
}
.cid-ubwXKzL9t5 .form-control {
  background-color: #f5f3f4 !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ubwXKzL9t5 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-ubwXKzL9t5 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-ubwXKzL9t5 .mbr-form .btn {
  margin: 0;
}
.cid-ubwXKzL9t5 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-ubwXKzL9t5 input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-ubwXKzL9t5 input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-ubwXKzL9t5 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-ubwXKzL9t5 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-ubwXKzL9t5 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ubwXKzL9t5 .dragArea {
    margin: 0;
  }
  .cid-ubwXKzL9t5 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-ubwXKzL9t5 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-ubwXKzL9t5 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-ubwXKzL9t5 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tZv4ARBklH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZv4ARBklH .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-tZv4ARBklH .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-tZv4ARBklH .links-block ul li {
  margin: 0 1rem;
}
.cid-tZv4ARBklH .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-tZv4ARBklH .links-block ul,
.cid-tZv4ARBklH .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tZv4ARBklH img {
  width: auto;
  display: inherit;
}
.cid-ubwTL69WD9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 {
    min-height: 105px;
  }
}
.cid-ubwTL69WD9 nav.navbar {
  position: fixed;
}
.cid-ubwTL69WD9 .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .container {
    flex-wrap: nowrap;
  }
}
.cid-ubwTL69WD9 .container-custom {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.cid-ubwTL69WD9 .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-ubwTL69WD9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubwTL69WD9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubwTL69WD9 .dropdown-item:hover,
.cid-ubwTL69WD9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-ubwTL69WD9 .dropdown-item:hover span {
  color: white;
}
.cid-ubwTL69WD9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubwTL69WD9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubwTL69WD9 .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.cid-ubwTL69WD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubwTL69WD9 .nav-link {
  position: relative;
}
.cid-ubwTL69WD9 .iconfont-wrapper {
  color: #002549 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubwTL69WD9 .dropdown-menu,
.cid-ubwTL69WD9 .navbar.opened {
  background: #ffffff !important;
}
.cid-ubwTL69WD9 .nav-item:focus,
.cid-ubwTL69WD9 .nav-link:focus {
  outline: none;
}
.cid-ubwTL69WD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubwTL69WD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubwTL69WD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubwTL69WD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubwTL69WD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubwTL69WD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubwTL69WD9 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar {
    min-height: 105px;
  }
}
.cid-ubwTL69WD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubwTL69WD9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubwTL69WD9 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubwTL69WD9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.cid-ubwTL69WD9 .navbar.collapsed {
  justify-content: center;
}
.cid-ubwTL69WD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubwTL69WD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ubwTL69WD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubwTL69WD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubwTL69WD9 .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-ubwTL69WD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubwTL69WD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubwTL69WD9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubwTL69WD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubwTL69WD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubwTL69WD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubwTL69WD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubwTL69WD9 .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-ubwTL69WD9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubwTL69WD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubwTL69WD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubwTL69WD9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubwTL69WD9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubwTL69WD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubwTL69WD9 .navbar.navbar-short {
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar.navbar-short {
    min-height: 105px;
  }
}
.cid-ubwTL69WD9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubwTL69WD9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubwTL69WD9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    min-height: 100%;
    z-index: 5;
  }
}
.cid-ubwTL69WD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #002549;
}
.cid-ubwTL69WD9 .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #000000;
}
.cid-ubwTL69WD9 .navbar-brand .navbar-caption:hover {
  color: black;
}
.cid-ubwTL69WD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubwTL69WD9 .dropdown-item.active,
.cid-ubwTL69WD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubwTL69WD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubwTL69WD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubwTL69WD9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubwTL69WD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubwTL69WD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubwTL69WD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubwTL69WD9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubwTL69WD9 .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.cid-ubwTL69WD9 .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.cid-ubwTL69WD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubwTL69WD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubwTL69WD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubwTL69WD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwTL69WD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubwTL69WD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubwTL69WD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwTL69WD9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubwTL69WD9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubwTL69WD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubwTL69WD9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubwTL69WD9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
.cid-ubwTL69WD9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubwTL69WD9 .navbar {
    height: 60px;
  }
  .cid-ubwTL69WD9 .navbar.opened {
    height: auto;
  }
  .cid-ubwTL69WD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .cid-ubwTL69WD9 .navbar {
    min-height: 105px;
  }
}
.cid-ubwU6jPEdf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubwU6jPEdf .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-ubwU6jPEdf .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-ubwU6jPEdf .mbr-text {
  color: #1f1437;
}
@media (max-width: 991px) {
  .cid-ubwU6jPEdf .content {
    text-align: center;
  }
}
.cid-ubwTL91aA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f3f4;
}
.cid-ubwTL91aA3 .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #333333;
  color: #000000;
}
.cid-ubwTL91aA3 .mbr-text {
  padding-right: 70px;
  color: #524d4f;
}
.cid-ubwTL91aA3 .form-group {
  padding: 0;
}
.cid-ubwTL91aA3 .form-control {
  background-color: #f5f3f4 !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ubwTL91aA3 .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-ubwTL91aA3 .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-ubwTL91aA3 .mbr-form .btn {
  margin: 0;
}
.cid-ubwTL91aA3 .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-ubwTL91aA3 input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-ubwTL91aA3 input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-ubwTL91aA3 .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-ubwTL91aA3 .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #333333;
  }
  .cid-ubwTL91aA3 .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ubwTL91aA3 .dragArea {
    margin: 0;
  }
  .cid-ubwTL91aA3 .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-ubwTL91aA3 .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-ubwTL91aA3 .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-ubwTL91aA3 .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-ubwTL9jp2V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ubwTL9jp2V .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-ubwTL9jp2V .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ubwTL9jp2V .links-block ul li {
  margin: 0 1rem;
}
.cid-ubwTL9jp2V .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-ubwTL9jp2V .links-block ul,
.cid-ubwTL9jp2V .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-ubwTL9jp2V img {
  width: auto;
  display: inherit;
}
