.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #1f7fad !important;
}
.bg-success {
  background-color: #2b92c4 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #1f7fad !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f7fad !important;
  border-color: #1f7fad !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #124963 !important;
  border-color: #1f7fad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #124963 !important;
  border-color: #1f7fad !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #2b92c4 !important;
  border-color: #2b92c4 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1b5d7d !important;
  border-color: #2b92c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b5d7d !important;
  border-color: #2b92c4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f7fad !important;
  border-color: #1f7fad !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #124963 !important;
  border-color: #1f7fad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #124963 !important;
  border-color: #1f7fad !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1f7fad;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #1f7fad !important;
  border-color: #1f7fad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f7fad !important;
  border-color: #1f7fad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2b92c4;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #2b92c4 !important;
  border-color: #2b92c4;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2b92c4 !important;
  border-color: #2b92c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1f7fad;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #1f7fad !important;
  border-color: #1f7fad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f7fad !important;
  border-color: #1f7fad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #1f7fad !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #2b92c4 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #1f7fad !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #195470 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #103f57 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f7fad;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #1f7fad;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f7fad;
  border-color: #1f7fad;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1f7fad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #68bce4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #89c7e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #68bce4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1f7fad;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f7fad;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #1f7fad;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f7fad;
  border-bottom-color: #1f7fad;
}
.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: #1f7fad !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: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231f7fad' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-uHH87lEEnN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHH87lEEnN nav.navbar {
  position: fixed;
}
.cid-uHH87lEEnN .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-uHH87lEEnN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uHH87lEEnN .dropdown-item:hover,
.cid-uHH87lEEnN .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uHH87lEEnN .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uHH87lEEnN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHH87lEEnN .nav-link {
  position: relative;
  padding: 0;
}
.cid-uHH87lEEnN .container {
  display: flex;
  margin: auto;
}
.cid-uHH87lEEnN .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHH87lEEnN .dropdown-menu,
.cid-uHH87lEEnN .navbar.opened {
  background: #ffffff !important;
}
.cid-uHH87lEEnN .nav-item:focus,
.cid-uHH87lEEnN .nav-link:focus {
  outline: none;
}
.cid-uHH87lEEnN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHH87lEEnN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHH87lEEnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHH87lEEnN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHH87lEEnN .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uHH87lEEnN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHH87lEEnN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHH87lEEnN .navbar.opened {
  transition: all 0.3s;
}
.cid-uHH87lEEnN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHH87lEEnN .navbar .navbar-logo img {
  width: auto;
}
.cid-uHH87lEEnN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHH87lEEnN .navbar.collapsed {
  justify-content: center;
}
.cid-uHH87lEEnN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHH87lEEnN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHH87lEEnN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHH87lEEnN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHH87lEEnN .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uHH87lEEnN .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-uHH87lEEnN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHH87lEEnN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHH87lEEnN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHH87lEEnN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHH87lEEnN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHH87lEEnN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHH87lEEnN .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uHH87lEEnN .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-uHH87lEEnN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHH87lEEnN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHH87lEEnN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHH87lEEnN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHH87lEEnN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHH87lEEnN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHH87lEEnN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHH87lEEnN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHH87lEEnN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHH87lEEnN .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHH87lEEnN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHH87lEEnN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHH87lEEnN .dropdown-item.active,
.cid-uHH87lEEnN .dropdown-item:active {
  background-color: transparent;
}
.cid-uHH87lEEnN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHH87lEEnN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHH87lEEnN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHH87lEEnN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHH87lEEnN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHH87lEEnN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHH87lEEnN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHH87lEEnN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHH87lEEnN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHH87lEEnN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHH87lEEnN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHH87lEEnN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHH87lEEnN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHH87lEEnN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHH87lEEnN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHH87lEEnN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHH87lEEnN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHH87lEEnN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHH87lEEnN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHH87lEEnN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHH87lEEnN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHH87lEEnN .navbar {
    height: 70px;
  }
  .cid-uHH87lEEnN .navbar.opened {
    height: auto;
  }
  .cid-uHH87lEEnN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHH87lEEnN .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uHH87lEEnN .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uHH87lEEnN a {
  display: inline;
  font-weight: bold;
}
.cid-uHH87lEEnN img {
  display: inline;
  padding-right: 10px;
}
.cid-uHH87lEEnN .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uHH87lEEnN .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uHH87lEEnN .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uHH87lEEnN .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uHH87lEEnN .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uHH87lEEnN .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uHH87lEEnN .btn {
  display: inline !important;
}
.cid-uHH87lEEnN .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uHH87lEEnN .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uHH87lEEnN .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uHH87lEEnN .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uHH87lEEnN .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uHH87lEEnN .btn {
  border-radius: 50px;
}
.cid-uHMUjr9Pws {
  background-image: url("../../../assets/images/parmed-sillones.webp");
}
.cid-uHMUjr9Pws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMUjr9Pws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMUjr9Pws .mbr-text,
.cid-uHMUjr9Pws .mbr-section-btn,
.cid-uHMUjr9Pws .mbr-section-title {
  color: #6ec7f2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.cid-uHMUjr9Pws .mbr-section-title {
  color: #ffffff;
}
.cid-uHHe0KJreA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHe0KJreA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHe0KJreA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHe0KJreA .mbr-section-title {
  color: #2b92c4;
}
.cid-uHMWvttTCO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uHMWvttTCO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHMWvttTCO .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uHMWvttTCO .container {
    padding: 0 15px;
  }
}
.cid-uHMWvttTCO .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uHMWvttTCO .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uHMWvttTCO .content-wrapper {
    padding-left: 0;
  }
}
.cid-uHMWvttTCO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHMWvttTCO .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uHMWvttTCO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-uHMWvttTCO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHMWvttTCO .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-uHMWvttTCO .embla__slide .slide-content {
  width: 100%;
}
.cid-uHMWvttTCO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uHMWvttTCO .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uHMWvttTCO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-uHMWvttTCO .embla__button--next,
.cid-uHMWvttTCO .embla__button--prev {
  display: flex;
}
.cid-uHMWvttTCO .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ff6666 !important;
  border: 2px solid #ff6666 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uHMWvttTCO .embla__button {
    display: none;
  }
}
.cid-uHMWvttTCO .embla__button:hover {
  opacity: .5 !important;
}
.cid-uHMWvttTCO .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHMWvttTCO .embla__button.embla__button--next {
  right: 0;
}
.cid-uHMWvttTCO .embla {
  position: relative;
  width: 100%;
}
.cid-uHMWvttTCO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHMWvttTCO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHMWvttTCO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHMWvttTCO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHHeEL0BQI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uHHeEL0BQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHeEL0BQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHeEL0BQI .mbr-section-title {
  color: #2b92c4;
}
.cid-sv2C0Jiidf {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-sv2C0Jiidf .card-wrapper {
  background: none;
}
.cid-sv2C0Jiidf .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sv2C0Jiidf .row .row {
    flex-direction: column-reverse;
  }
  .cid-sv2C0Jiidf .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sv2C0Jiidf .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2C0Jiidf .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-sv2C0Jiidf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sv2C0Jiidf .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-sv2C0Jiidf .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-sv2C0Jiidf .top {
    margin-top: 40px;
  }
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-sv2C0Jiidf .card-title {
  color: #2b92c4;
}
.cid-uHMUZICzZF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uHMUZICzZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMUZICzZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjSXTUEbN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHjSXTUEbN .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHjSXTUEbN .photo-split {
  position: relative;
}
.cid-uHjSXTUEbN .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uHjSXTUEbN .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #2b92c4;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHjSXTUEbN .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #2b92c4;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHjSXTUEbN .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHjSXTUEbN .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uHjSXTUEbN .wrap-block {
  padding: 3rem 3rem;
}
.cid-uHjSXTUEbN .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uHjSXTUEbN .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uHjSXTUEbN .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uHjSXTUEbN .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uHjSXTUEbN .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uHjSXTUEbN .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uHjSXTUEbN .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uHjSXTUEbN .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uHjSXTUEbN .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uHjSXTUEbN .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uHjSXTUEbN .photo-split .element-outer,
  .cid-uHjSXTUEbN .photo-split .element-outer2 {
    display: none;
  }
  .cid-uHjSXTUEbN .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHjSXTUEbN .mbr-section-title,
  .cid-uHjSXTUEbN .mbr-section-subtitle,
  .cid-uHjSXTUEbN .mbr-text {
    text-align: left !important;
  }
  .cid-uHjSXTUEbN .social-list {
    text-align: left !important;
  }
}
.cid-uHjSXTUEbN .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uHjSXTUEbN .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uHjSXTUEbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjSXTUEbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjSXTUEbN .wrap-block .contents h4,
.cid-uHjSXTUEbN .menu-content-right {
  color: #232323;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-section-title,
.cid-uHjSXTUEbN .menu-content-right {
  color: #094c7c;
}
.cid-uHjSXTUEbN .wrap-block .contents h3,
.cid-uHjSXTUEbN .menu-content-right {
  color: #094c7c;
}
.cid-uHjSXTUEbN .wrap-block .contents .mbr-subtitle,
.cid-uHjSXTUEbN .menu-content-right {
  color: #2b92c4;
}
.cid-uYRlPPiYej {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYRlPPiYej .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYRlPPiYej .photo-split {
  position: relative;
}
.cid-uYRlPPiYej .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uYRlPPiYej .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #2b92c4;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYRlPPiYej .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #2b92c4;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYRlPPiYej .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uYRlPPiYej .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uYRlPPiYej .wrap-block {
  padding: 3rem 3rem;
}
.cid-uYRlPPiYej .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uYRlPPiYej .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uYRlPPiYej .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uYRlPPiYej .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uYRlPPiYej .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uYRlPPiYej .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uYRlPPiYej .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uYRlPPiYej .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uYRlPPiYej .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uYRlPPiYej .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uYRlPPiYej .photo-split .element-outer,
  .cid-uYRlPPiYej .photo-split .element-outer2 {
    display: none;
  }
  .cid-uYRlPPiYej .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uYRlPPiYej .mbr-section-title,
  .cid-uYRlPPiYej .mbr-section-subtitle,
  .cid-uYRlPPiYej .mbr-text {
    text-align: left !important;
  }
  .cid-uYRlPPiYej .social-list {
    text-align: left !important;
  }
}
.cid-uYRlPPiYej .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uYRlPPiYej .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uYRlPPiYej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYRlPPiYej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYRlPPiYej .wrap-block .contents h4,
.cid-uYRlPPiYej .menu-content-right {
  color: #232323;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-section-title,
.cid-uYRlPPiYej .menu-content-right {
  color: #094c7c;
}
.cid-uYRlPPiYej .wrap-block .contents h3,
.cid-uYRlPPiYej .menu-content-right {
  color: #094c7c;
}
.cid-uYRlPPiYej .wrap-block .contents .mbr-subtitle,
.cid-uYRlPPiYej .menu-content-right {
  color: #2b92c4;
}
.cid-uM33PTTSc9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uM33PTTSc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM33PTTSc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM33PTTSc9 .video-wrapper iframe {
  width: 100%;
}
.cid-uM33PTTSc9 .mbr-section-title,
.cid-uM33PTTSc9 .mbr-section-subtitle,
.cid-uM33PTTSc9 .mbr-text {
  text-align: center;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKqlqDgQ60 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKqlqDgQ60 nav.navbar {
  position: fixed;
}
.cid-uKqlqDgQ60 .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-uKqlqDgQ60 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKqlqDgQ60 .dropdown-item:hover,
.cid-uKqlqDgQ60 .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKqlqDgQ60 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKqlqDgQ60 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKqlqDgQ60 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKqlqDgQ60 .container {
  display: flex;
  margin: auto;
}
.cid-uKqlqDgQ60 .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKqlqDgQ60 .dropdown-menu,
.cid-uKqlqDgQ60 .navbar.opened {
  background: #ffffff !important;
}
.cid-uKqlqDgQ60 .nav-item:focus,
.cid-uKqlqDgQ60 .nav-link:focus {
  outline: none;
}
.cid-uKqlqDgQ60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKqlqDgQ60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKqlqDgQ60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKqlqDgQ60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKqlqDgQ60 .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKqlqDgQ60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKqlqDgQ60 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKqlqDgQ60 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKqlqDgQ60 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKqlqDgQ60 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKqlqDgQ60 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKqlqDgQ60 .navbar.collapsed {
  justify-content: center;
}
.cid-uKqlqDgQ60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKqlqDgQ60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKqlqDgQ60 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKqlqDgQ60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKqlqDgQ60 .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKqlqDgQ60 .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-uKqlqDgQ60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKqlqDgQ60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKqlqDgQ60 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKqlqDgQ60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKqlqDgQ60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKqlqDgQ60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKqlqDgQ60 .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKqlqDgQ60 .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-uKqlqDgQ60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKqlqDgQ60 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKqlqDgQ60 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKqlqDgQ60 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKqlqDgQ60 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKqlqDgQ60 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKqlqDgQ60 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKqlqDgQ60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKqlqDgQ60 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKqlqDgQ60 .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKqlqDgQ60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKqlqDgQ60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKqlqDgQ60 .dropdown-item.active,
.cid-uKqlqDgQ60 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKqlqDgQ60 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKqlqDgQ60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKqlqDgQ60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKqlqDgQ60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKqlqDgQ60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKqlqDgQ60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKqlqDgQ60 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKqlqDgQ60 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKqlqDgQ60 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKqlqDgQ60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKqlqDgQ60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKqlqDgQ60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqlqDgQ60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqlqDgQ60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKqlqDgQ60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqlqDgQ60 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKqlqDgQ60 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKqlqDgQ60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqlqDgQ60 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKqlqDgQ60 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKqlqDgQ60 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKqlqDgQ60 .navbar {
    height: 70px;
  }
  .cid-uKqlqDgQ60 .navbar.opened {
    height: auto;
  }
  .cid-uKqlqDgQ60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKqlqDgQ60 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKqlqDgQ60 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKqlqDgQ60 a {
  display: inline;
  font-weight: bold;
}
.cid-uKqlqDgQ60 img {
  display: inline;
  padding-right: 10px;
}
.cid-uKqlqDgQ60 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKqlqDgQ60 .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKqlqDgQ60 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKqlqDgQ60 .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKqlqDgQ60 .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKqlqDgQ60 .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKqlqDgQ60 .btn {
  display: inline !important;
}
.cid-uKqlqDgQ60 .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKqlqDgQ60 .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKqlqDgQ60 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKqlqDgQ60 .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKqlqDgQ60 .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKqlqDgQ60 .btn {
  border-radius: 50px;
}
.cid-uKqlqEfiNV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKqlqEfiNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqlqEfiNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqlqEfiNV .mbr-section-title {
  color: #ffffff;
}
.cid-uKqlqEfiNV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNEiJKtZst {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNEiJKtZst .mbr-text {
  text-align: center;
}
.cid-uKqmyBVz7V {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uKqmyBVz7V .item:focus,
.cid-uKqmyBVz7V span:focus {
  outline: none;
}
.cid-uKqmyBVz7V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKqmyBVz7V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKqmyBVz7V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKqmyBVz7V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKqmyBVz7V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKqmyBVz7V .mbr-section-title {
  color: #232323;
}
.cid-uKqmyBVz7V .mbr-text,
.cid-uKqmyBVz7V .mbr-section-btn {
  text-align: center;
}
.cid-uKqmyBVz7V .item-title {
  text-align: center;
  color: #1f7fad;
}
.cid-uKqmyBVz7V .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uNniCBUf28 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNniCBUf28 .mbr-text {
  color: #000000;
}
.cid-uNniCBUf28 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNniCBUf28 .mbr-section-title {
  color: #1f7fad;
  text-align: center;
}
.cid-uNniCBUf28 .mbr-text,
.cid-uNniCBUf28 .item .mbr-section-btn {
  text-align: left;
}
.cid-uNniCBUf28 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNniCBUf28 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNniCBUf28 .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNniCBUf28 .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNniCBUf28 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNniCBUf28 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNniCBUf28 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f7fad;
  background-color: #1f7fad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNniCBUf28 .mbr-text UL {
  text-align: left;
}
.cid-uNniCBUf28 .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNnjlvBNTr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-uNnjlvBNTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNnjlvBNTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNnjlvBNTr .card-wrapper {
  background: #155777;
}
@media (max-width: 767px) {
  .cid-uNnjlvBNTr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNnjlvBNTr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNnjlvBNTr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNnjlvBNTr .mbr-text,
.cid-uNnjlvBNTr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNnjlvBNTr .card-title,
.cid-uNnjlvBNTr .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-uKqlqFa0Fb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uKqlqFa0Fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqlqFa0Fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKqrNnyYCU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKqrNnyYCU nav.navbar {
  position: fixed;
}
.cid-uKqrNnyYCU .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-uKqrNnyYCU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKqrNnyYCU .dropdown-item:hover,
.cid-uKqrNnyYCU .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKqrNnyYCU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKqrNnyYCU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKqrNnyYCU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKqrNnyYCU .container {
  display: flex;
  margin: auto;
}
.cid-uKqrNnyYCU .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKqrNnyYCU .dropdown-menu,
.cid-uKqrNnyYCU .navbar.opened {
  background: #ffffff !important;
}
.cid-uKqrNnyYCU .nav-item:focus,
.cid-uKqrNnyYCU .nav-link:focus {
  outline: none;
}
.cid-uKqrNnyYCU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKqrNnyYCU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKqrNnyYCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKqrNnyYCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKqrNnyYCU .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKqrNnyYCU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKqrNnyYCU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKqrNnyYCU .navbar.opened {
  transition: all 0.3s;
}
.cid-uKqrNnyYCU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKqrNnyYCU .navbar .navbar-logo img {
  width: auto;
}
.cid-uKqrNnyYCU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKqrNnyYCU .navbar.collapsed {
  justify-content: center;
}
.cid-uKqrNnyYCU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKqrNnyYCU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKqrNnyYCU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKqrNnyYCU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKqrNnyYCU .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKqrNnyYCU .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-uKqrNnyYCU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKqrNnyYCU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKqrNnyYCU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKqrNnyYCU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKqrNnyYCU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKqrNnyYCU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKqrNnyYCU .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKqrNnyYCU .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-uKqrNnyYCU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKqrNnyYCU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKqrNnyYCU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKqrNnyYCU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKqrNnyYCU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKqrNnyYCU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKqrNnyYCU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKqrNnyYCU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKqrNnyYCU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKqrNnyYCU .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKqrNnyYCU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKqrNnyYCU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKqrNnyYCU .dropdown-item.active,
.cid-uKqrNnyYCU .dropdown-item:active {
  background-color: transparent;
}
.cid-uKqrNnyYCU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKqrNnyYCU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKqrNnyYCU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKqrNnyYCU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKqrNnyYCU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKqrNnyYCU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKqrNnyYCU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKqrNnyYCU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKqrNnyYCU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKqrNnyYCU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKqrNnyYCU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKqrNnyYCU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqrNnyYCU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKqrNnyYCU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKqrNnyYCU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqrNnyYCU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKqrNnyYCU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKqrNnyYCU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKqrNnyYCU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKqrNnyYCU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKqrNnyYCU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKqrNnyYCU .navbar {
    height: 70px;
  }
  .cid-uKqrNnyYCU .navbar.opened {
    height: auto;
  }
  .cid-uKqrNnyYCU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKqrNnyYCU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKqrNnyYCU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKqrNnyYCU a {
  display: inline;
  font-weight: bold;
}
.cid-uKqrNnyYCU img {
  display: inline;
  padding-right: 10px;
}
.cid-uKqrNnyYCU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKqrNnyYCU .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKqrNnyYCU .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKqrNnyYCU .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKqrNnyYCU .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKqrNnyYCU .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKqrNnyYCU .btn {
  display: inline !important;
}
.cid-uKqrNnyYCU .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKqrNnyYCU .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKqrNnyYCU .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKqrNnyYCU .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKqrNnyYCU .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKqrNnyYCU .btn {
  border-radius: 50px;
}
.cid-uKqrNokPoB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKqrNokPoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqrNokPoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqrNokPoB .mbr-section-title {
  color: #ffffff;
}
.cid-uKqrNokPoB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKqsHHyNHr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKqsHHyNHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqsHHyNHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqsHHyNHr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKqsHHyNHr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKqsHHyNHr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKqsHHyNHr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKqsHHyNHr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKqsHHyNHr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKqsHHyNHr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKqsHHyNHr .card-title {
  color: #1f7fad;
}
.cid-uKqupVqtLg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKqupVqtLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqupVqtLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqupVqtLg .item {
  padding-bottom: 2rem;
}
.cid-uKqupVqtLg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uKqupVqtLg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uKqupVqtLg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uKqupVqtLg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uKqupVqtLg .carousel-control,
.cid-uKqupVqtLg .close {
  background: #1b1b1b;
}
.cid-uKqupVqtLg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uKqupVqtLg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uKqupVqtLg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uKqupVqtLg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uKqupVqtLg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uKqupVqtLg .close::before {
  content: '\e91a';
}
.cid-uKqupVqtLg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKqupVqtLg .carousel-control {
  display: flex;
  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-uKqupVqtLg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKqupVqtLg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKqupVqtLg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKqupVqtLg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uKqupVqtLg .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-uKqupVqtLg .carousel-indicators li.active,
.cid-uKqupVqtLg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKqupVqtLg .carousel-indicators li::after,
.cid-uKqupVqtLg .carousel-indicators li::before {
  content: none;
}
.cid-uKqupVqtLg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uKqupVqtLg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uKqupVqtLg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKqupVqtLg .carousel-indicators {
    display: none;
  }
}
.cid-uKqupVqtLg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uKqupVqtLg .carousel-inner > .active {
  display: block;
}
.cid-uKqupVqtLg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKqupVqtLg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKqupVqtLg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uKqupVqtLg .carousel-control,
  .cid-uKqupVqtLg .carousel-indicators,
  .cid-uKqupVqtLg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uKqupVqtLg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uKqupVqtLg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKqupVqtLg .carousel-indicators .active,
.cid-uKqupVqtLg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uKqupVqtLg .carousel-indicators .active {
  background: #fff;
}
.cid-uKqupVqtLg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uKqupVqtLg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uKqupVqtLg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uKqupVqtLg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uKqupVqtLg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uKqupVqtLg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uKqupVqtLg .carousel {
  width: 100%;
}
.cid-uKqupVqtLg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uKqupVqtLg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uKqupVqtLg .modal.fade .modal-dialog,
.cid-uKqupVqtLg .modal.in .modal-dialog {
  transform: none;
}
.cid-uKqupVqtLg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uKqupVqtLg H6 {
  text-align: center;
}
.cid-uNbepHThEj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNbepHThEj .mbr-text {
  color: #000000;
}
.cid-uNbepHThEj .mbr-section-subtitle {
  color: #000000;
}
.cid-uNbepHThEj .mbr-section-title {
  color: #1f7fad;
  text-align: center;
}
.cid-uNbepHThEj .mbr-text,
.cid-uNbepHThEj .item .mbr-section-btn {
  text-align: left;
}
.cid-uNbepHThEj .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNbepHThEj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNbepHThEj .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNbepHThEj .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNbepHThEj .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNbepHThEj .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNbepHThEj .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f7fad;
  background-color: #1f7fad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNbepHThEj .mbr-text UL {
  text-align: left;
}
.cid-uNbepHThEj .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uKqx3jPt9B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uKqx3jPt9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqx3jPt9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKqx3jPt9B .video-wrapper iframe {
  width: 100%;
}
.cid-uKqx3jPt9B .mbr-section-title,
.cid-uKqx3jPt9B .mbr-section-subtitle,
.cid-uKqx3jPt9B .mbr-text {
  text-align: center;
}
.cid-uNbny1UzY4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uKqrNp9g2R {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uKqrNp9g2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKqrNp9g2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKCmM45j1G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCmM45j1G nav.navbar {
  position: fixed;
}
.cid-uKCmM45j1G .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-uKCmM45j1G .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKCmM45j1G .dropdown-item:hover,
.cid-uKCmM45j1G .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKCmM45j1G .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKCmM45j1G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCmM45j1G .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKCmM45j1G .container {
  display: flex;
  margin: auto;
}
.cid-uKCmM45j1G .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCmM45j1G .dropdown-menu,
.cid-uKCmM45j1G .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCmM45j1G .nav-item:focus,
.cid-uKCmM45j1G .nav-link:focus {
  outline: none;
}
.cid-uKCmM45j1G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCmM45j1G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCmM45j1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCmM45j1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCmM45j1G .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKCmM45j1G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCmM45j1G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCmM45j1G .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCmM45j1G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCmM45j1G .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCmM45j1G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCmM45j1G .navbar.collapsed {
  justify-content: center;
}
.cid-uKCmM45j1G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCmM45j1G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCmM45j1G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKCmM45j1G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCmM45j1G .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKCmM45j1G .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-uKCmM45j1G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCmM45j1G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCmM45j1G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCmM45j1G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCmM45j1G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCmM45j1G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCmM45j1G .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKCmM45j1G .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-uKCmM45j1G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCmM45j1G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCmM45j1G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCmM45j1G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCmM45j1G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCmM45j1G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKCmM45j1G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCmM45j1G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCmM45j1G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCmM45j1G .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCmM45j1G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCmM45j1G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCmM45j1G .dropdown-item.active,
.cid-uKCmM45j1G .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCmM45j1G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCmM45j1G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCmM45j1G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCmM45j1G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCmM45j1G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCmM45j1G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCmM45j1G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCmM45j1G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCmM45j1G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCmM45j1G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCmM45j1G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCmM45j1G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCmM45j1G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCmM45j1G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCmM45j1G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCmM45j1G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCmM45j1G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCmM45j1G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCmM45j1G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCmM45j1G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCmM45j1G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCmM45j1G .navbar {
    height: 70px;
  }
  .cid-uKCmM45j1G .navbar.opened {
    height: auto;
  }
  .cid-uKCmM45j1G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCmM45j1G .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKCmM45j1G .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKCmM45j1G a {
  display: inline;
  font-weight: bold;
}
.cid-uKCmM45j1G img {
  display: inline;
  padding-right: 10px;
}
.cid-uKCmM45j1G .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKCmM45j1G .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKCmM45j1G .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKCmM45j1G .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKCmM45j1G .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKCmM45j1G .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKCmM45j1G .btn {
  display: inline !important;
}
.cid-uKCmM45j1G .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKCmM45j1G .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKCmM45j1G .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKCmM45j1G .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKCmM45j1G .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKCmM45j1G .btn {
  border-radius: 50px;
}
.cid-uKCmM4MvK2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKCmM4MvK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCmM4MvK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCmM4MvK2 .mbr-section-title {
  color: #ffffff;
}
.cid-uKCmM4MvK2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMpuXyJ9Oj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMpuXyJ9Oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpuXyJ9Oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpuXyJ9Oj .mbr-section-subtitle {
  color: #155777;
}
.cid-uMpDevRKe5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uMpDevRKe5 .row {
  position: relative;
}
.cid-uMpDevRKe5 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f2f2f2 50%, #78b2ce);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uMpDevRKe5 .row .blur-circle {
    display: none;
  }
}
.cid-uMpDevRKe5 .row {
  justify-content: center;
}
.cid-uMpDevRKe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMpDevRKe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMpDevRKe5 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uMpDevRKe5 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uMpDevRKe5 .row {
    padding: 0 24px;
  }
}
.cid-uMpDevRKe5 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uMpDevRKe5 .title-wrapper {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .cid-uMpDevRKe5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uMpDevRKe5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMpDevRKe5 .item:hover .item-wrapper .item-text span {
  height: 100%;
  opacity: 1;
  transition: all .2s ease;
}
.cid-uMpDevRKe5 .item {
  margin-bottom: 48px;
  z-index: 1;
}
.cid-uMpDevRKe5 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 385px;
  overflow: visible;
  margin: 0 8px;
}
@media (max-width: 1200px) {
  .cid-uMpDevRKe5 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uMpDevRKe5 .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uMpDevRKe5 .item .item-wrapper .item-sticker {
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffb639;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  z-index: 11;
}
@media (max-width: 768px) {
  .cid-uMpDevRKe5 .item .item-wrapper .item-sticker {
    display: none;
  }
}
.cid-uMpDevRKe5 .item .item-wrapper .item-sticker .mbr-text {
  margin-bottom: 0;
}
.cid-uMpDevRKe5 .item .item-wrapper .item-sticker:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #111111;
  pointer-events: none;
}
.cid-uMpDevRKe5 .item .item-wrapper .item-text {
  background-image: linear-gradient(0deg, #111111, transparent);
  z-index: 1;
  padding: 32px;
  border-radius: 16px;
}
.cid-uMpDevRKe5 .item .item-wrapper .item-text span {
  font-size: 32px;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
  transition: all .2s ease;
}
.cid-uMpDevRKe5 .item .item-wrapper .item-text .mbr-card-title {
  margin: 16px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uMpDevRKe5 .item .item-wrapper .item-text .mbr-card-title {
    margin: 12px 0 0 0;
  }
}
.cid-uMpDevRKe5 .item .item-wrapper .item-text .mbr-card-text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uMpDevRKe5 .item .item-wrapper .item-text .mbr-card-text {
    margin: 10px 0 0 0;
  }
}
.cid-uMpDevRKe5 .mbr-section-title {
  color: #000000;
}
.cid-uMpDevRKe5 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uMpDevRKe5 .mbr-card-title,
.cid-uMpDevRKe5 .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-uMpDevRKe5 .mbr-card-text {
  color: #FFFFFF;
}
.cid-uKCmM7XKrI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uKCmM7XKrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCmM7XKrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKCvHRysts {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCvHRysts nav.navbar {
  position: fixed;
}
.cid-uKCvHRysts .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-uKCvHRysts .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKCvHRysts .dropdown-item:hover,
.cid-uKCvHRysts .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKCvHRysts .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKCvHRysts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCvHRysts .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKCvHRysts .container {
  display: flex;
  margin: auto;
}
.cid-uKCvHRysts .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCvHRysts .dropdown-menu,
.cid-uKCvHRysts .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCvHRysts .nav-item:focus,
.cid-uKCvHRysts .nav-link:focus {
  outline: none;
}
.cid-uKCvHRysts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCvHRysts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCvHRysts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCvHRysts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCvHRysts .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKCvHRysts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCvHRysts .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCvHRysts .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCvHRysts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCvHRysts .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCvHRysts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCvHRysts .navbar.collapsed {
  justify-content: center;
}
.cid-uKCvHRysts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCvHRysts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCvHRysts .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKCvHRysts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCvHRysts .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKCvHRysts .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-uKCvHRysts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCvHRysts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCvHRysts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCvHRysts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCvHRysts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCvHRysts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCvHRysts .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKCvHRysts .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-uKCvHRysts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCvHRysts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCvHRysts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCvHRysts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCvHRysts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCvHRysts .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKCvHRysts .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCvHRysts .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCvHRysts .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCvHRysts .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCvHRysts .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCvHRysts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCvHRysts .dropdown-item.active,
.cid-uKCvHRysts .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCvHRysts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCvHRysts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCvHRysts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCvHRysts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCvHRysts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCvHRysts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCvHRysts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCvHRysts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCvHRysts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCvHRysts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCvHRysts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCvHRysts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCvHRysts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCvHRysts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCvHRysts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCvHRysts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCvHRysts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCvHRysts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCvHRysts .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCvHRysts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCvHRysts .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCvHRysts .navbar {
    height: 70px;
  }
  .cid-uKCvHRysts .navbar.opened {
    height: auto;
  }
  .cid-uKCvHRysts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCvHRysts .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKCvHRysts .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKCvHRysts a {
  display: inline;
  font-weight: bold;
}
.cid-uKCvHRysts img {
  display: inline;
  padding-right: 10px;
}
.cid-uKCvHRysts .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKCvHRysts .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKCvHRysts .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKCvHRysts .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKCvHRysts .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKCvHRysts .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKCvHRysts .btn {
  display: inline !important;
}
.cid-uKCvHRysts .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKCvHRysts .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKCvHRysts .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKCvHRysts .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKCvHRysts .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKCvHRysts .btn {
  border-radius: 50px;
}
.cid-uKCvHS3Wmw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKCvHS3Wmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCvHS3Wmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCvHS3Wmw .mbr-section-title {
  color: #ffffff;
}
.cid-uKCvHS3Wmw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKCvPno9cz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKCvPno9cz img,
.cid-uKCvPno9cz .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uKCvPno9cz .item:focus,
.cid-uKCvPno9cz span:focus {
  outline: none;
}
.cid-uKCvPno9cz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKCvPno9cz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKCvPno9cz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKCvPno9cz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKCvPno9cz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKCvPno9cz .mbr-section-title {
  color: #232323;
}
.cid-uKCvPno9cz .mbr-text,
.cid-uKCvPno9cz .mbr-section-btn {
  text-align: left;
}
.cid-uKCvPno9cz .item-title {
  text-align: left;
  color: #1f7fad;
}
.cid-uKCvPno9cz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uKCvHSPuFI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uKCvHSPuFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCvHSPuFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKCtgMCdpj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCtgMCdpj nav.navbar {
  position: fixed;
}
.cid-uKCtgMCdpj .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-uKCtgMCdpj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKCtgMCdpj .dropdown-item:hover,
.cid-uKCtgMCdpj .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKCtgMCdpj .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKCtgMCdpj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCtgMCdpj .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKCtgMCdpj .container {
  display: flex;
  margin: auto;
}
.cid-uKCtgMCdpj .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCtgMCdpj .dropdown-menu,
.cid-uKCtgMCdpj .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCtgMCdpj .nav-item:focus,
.cid-uKCtgMCdpj .nav-link:focus {
  outline: none;
}
.cid-uKCtgMCdpj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCtgMCdpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCtgMCdpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCtgMCdpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCtgMCdpj .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKCtgMCdpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCtgMCdpj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCtgMCdpj .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCtgMCdpj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCtgMCdpj .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCtgMCdpj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCtgMCdpj .navbar.collapsed {
  justify-content: center;
}
.cid-uKCtgMCdpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCtgMCdpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCtgMCdpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKCtgMCdpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCtgMCdpj .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKCtgMCdpj .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-uKCtgMCdpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCtgMCdpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCtgMCdpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCtgMCdpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCtgMCdpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCtgMCdpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCtgMCdpj .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKCtgMCdpj .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-uKCtgMCdpj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCtgMCdpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCtgMCdpj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCtgMCdpj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCtgMCdpj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCtgMCdpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKCtgMCdpj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCtgMCdpj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCtgMCdpj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCtgMCdpj .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCtgMCdpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCtgMCdpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCtgMCdpj .dropdown-item.active,
.cid-uKCtgMCdpj .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCtgMCdpj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCtgMCdpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCtgMCdpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCtgMCdpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCtgMCdpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCtgMCdpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCtgMCdpj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCtgMCdpj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCtgMCdpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCtgMCdpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCtgMCdpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCtgMCdpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtgMCdpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCtgMCdpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCtgMCdpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtgMCdpj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCtgMCdpj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCtgMCdpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCtgMCdpj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCtgMCdpj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCtgMCdpj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCtgMCdpj .navbar {
    height: 70px;
  }
  .cid-uKCtgMCdpj .navbar.opened {
    height: auto;
  }
  .cid-uKCtgMCdpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCtgMCdpj .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKCtgMCdpj .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKCtgMCdpj a {
  display: inline;
  font-weight: bold;
}
.cid-uKCtgMCdpj img {
  display: inline;
  padding-right: 10px;
}
.cid-uKCtgMCdpj .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKCtgMCdpj .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKCtgMCdpj .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKCtgMCdpj .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKCtgMCdpj .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKCtgMCdpj .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKCtgMCdpj .btn {
  display: inline !important;
}
.cid-uKCtgMCdpj .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKCtgMCdpj .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKCtgMCdpj .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKCtgMCdpj .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKCtgMCdpj .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKCtgMCdpj .btn {
  border-radius: 50px;
}
.cid-uKCtgNjrVP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKCtgNjrVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCtgNjrVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCtgNjrVP .mbr-section-title {
  color: #ffffff;
}
.cid-uKCtgNjrVP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNb6QvcHIF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNb6QvcHIF .card {
  background-color: #f2f2f2;
}
.cid-uNb6QvcHIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNb6QvcHIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCutHS5LQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKCutHS5LQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCutHS5LQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCutHS5LQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uKCutHS5LQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKCutHS5LQ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKCutHS5LQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKCutHS5LQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uKCoPrMZMt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKCoPrMZMt nav.navbar {
  position: fixed;
}
.cid-uKCoPrMZMt .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-uKCoPrMZMt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKCoPrMZMt .dropdown-item:hover,
.cid-uKCoPrMZMt .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uKCoPrMZMt .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uKCoPrMZMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKCoPrMZMt .nav-link {
  position: relative;
  padding: 0;
}
.cid-uKCoPrMZMt .container {
  display: flex;
  margin: auto;
}
.cid-uKCoPrMZMt .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKCoPrMZMt .dropdown-menu,
.cid-uKCoPrMZMt .navbar.opened {
  background: #ffffff !important;
}
.cid-uKCoPrMZMt .nav-item:focus,
.cid-uKCoPrMZMt .nav-link:focus {
  outline: none;
}
.cid-uKCoPrMZMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKCoPrMZMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKCoPrMZMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKCoPrMZMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKCoPrMZMt .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uKCoPrMZMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKCoPrMZMt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKCoPrMZMt .navbar.opened {
  transition: all 0.3s;
}
.cid-uKCoPrMZMt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKCoPrMZMt .navbar .navbar-logo img {
  width: auto;
}
.cid-uKCoPrMZMt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKCoPrMZMt .navbar.collapsed {
  justify-content: center;
}
.cid-uKCoPrMZMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKCoPrMZMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKCoPrMZMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKCoPrMZMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKCoPrMZMt .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uKCoPrMZMt .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-uKCoPrMZMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKCoPrMZMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKCoPrMZMt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKCoPrMZMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKCoPrMZMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKCoPrMZMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKCoPrMZMt .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uKCoPrMZMt .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-uKCoPrMZMt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKCoPrMZMt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKCoPrMZMt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKCoPrMZMt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKCoPrMZMt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKCoPrMZMt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKCoPrMZMt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKCoPrMZMt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKCoPrMZMt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKCoPrMZMt .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKCoPrMZMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKCoPrMZMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKCoPrMZMt .dropdown-item.active,
.cid-uKCoPrMZMt .dropdown-item:active {
  background-color: transparent;
}
.cid-uKCoPrMZMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKCoPrMZMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKCoPrMZMt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKCoPrMZMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKCoPrMZMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKCoPrMZMt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKCoPrMZMt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKCoPrMZMt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKCoPrMZMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKCoPrMZMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKCoPrMZMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKCoPrMZMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCoPrMZMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKCoPrMZMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKCoPrMZMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCoPrMZMt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKCoPrMZMt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKCoPrMZMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKCoPrMZMt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKCoPrMZMt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKCoPrMZMt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKCoPrMZMt .navbar {
    height: 70px;
  }
  .cid-uKCoPrMZMt .navbar.opened {
    height: auto;
  }
  .cid-uKCoPrMZMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKCoPrMZMt .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uKCoPrMZMt .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uKCoPrMZMt a {
  display: inline;
  font-weight: bold;
}
.cid-uKCoPrMZMt img {
  display: inline;
  padding-right: 10px;
}
.cid-uKCoPrMZMt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKCoPrMZMt .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uKCoPrMZMt .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKCoPrMZMt .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uKCoPrMZMt .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uKCoPrMZMt .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uKCoPrMZMt .btn {
  display: inline !important;
}
.cid-uKCoPrMZMt .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uKCoPrMZMt .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uKCoPrMZMt .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKCoPrMZMt .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uKCoPrMZMt .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uKCoPrMZMt .btn {
  border-radius: 50px;
}
.cid-uKCoPszVtb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uKCoPszVtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCoPszVtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCoPszVtb .mbr-section-title {
  color: #ffffff;
}
.cid-uKCoPszVtb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKCp1UbAQy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uKCp1UbAQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCp1UbAQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCp1UbAQy .mbr-section-title {
  color: #2b92c4;
}
.cid-uKCpb7Zgwx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uKCpb7Zgwx .card-wrapper {
  background: none;
}
.cid-uKCpb7Zgwx .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uKCpb7Zgwx .row .row {
    flex-direction: column-reverse;
  }
  .cid-uKCpb7Zgwx .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKCpb7Zgwx .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKCpb7Zgwx .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-uKCpb7Zgwx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uKCpb7Zgwx .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-uKCpb7Zgwx .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-uKCpb7Zgwx .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-uKCpb7Zgwx .top {
    margin-top: 40px;
  }
  .cid-uKCpb7Zgwx .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-uKCpb7Zgwx .card-title {
  color: #2b92c4;
}
.cid-uKCoPtfoeT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uKCoPtfoeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKCoPtfoeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uM377UehQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM377UehQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM377UehQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM377UehQd .container {
    padding: 0 16px;
  }
}
.cid-uM377UehQd .row {
  justify-content: center;
}
.cid-uM377UehQd .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uM377UehQd .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .list {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .list .item-wrap:hover,
.cid-uM377UehQd .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uM377UehQd .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM377UehQd .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uM377UehQd .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:hover,
.cid-uM377UehQd .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uM377UehQd .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM377UehQd .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uM377UehQd .list-title {
  color: #becdc2;
}
.cid-uM377UehQd .list-title,
.cid-uM377UehQd .social-wrapper {
  color: #fafafa;
}
.cid-uNElYPXjOw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNElYPXjOw nav.navbar {
  position: fixed;
}
.cid-uNElYPXjOw .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-uNElYPXjOw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uNElYPXjOw .dropdown-item:hover,
.cid-uNElYPXjOw .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uNElYPXjOw .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uNElYPXjOw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNElYPXjOw .nav-link {
  position: relative;
  padding: 0;
}
.cid-uNElYPXjOw .container {
  display: flex;
  margin: auto;
}
.cid-uNElYPXjOw .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNElYPXjOw .dropdown-menu,
.cid-uNElYPXjOw .navbar.opened {
  background: #ffffff !important;
}
.cid-uNElYPXjOw .nav-item:focus,
.cid-uNElYPXjOw .nav-link:focus {
  outline: none;
}
.cid-uNElYPXjOw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNElYPXjOw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNElYPXjOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNElYPXjOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNElYPXjOw .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uNElYPXjOw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNElYPXjOw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNElYPXjOw .navbar.opened {
  transition: all 0.3s;
}
.cid-uNElYPXjOw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNElYPXjOw .navbar .navbar-logo img {
  width: auto;
}
.cid-uNElYPXjOw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNElYPXjOw .navbar.collapsed {
  justify-content: center;
}
.cid-uNElYPXjOw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNElYPXjOw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNElYPXjOw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNElYPXjOw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNElYPXjOw .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uNElYPXjOw .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-uNElYPXjOw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNElYPXjOw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNElYPXjOw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNElYPXjOw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNElYPXjOw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNElYPXjOw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNElYPXjOw .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uNElYPXjOw .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-uNElYPXjOw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNElYPXjOw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNElYPXjOw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNElYPXjOw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNElYPXjOw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNElYPXjOw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNElYPXjOw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNElYPXjOw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNElYPXjOw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNElYPXjOw .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNElYPXjOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNElYPXjOw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNElYPXjOw .dropdown-item.active,
.cid-uNElYPXjOw .dropdown-item:active {
  background-color: transparent;
}
.cid-uNElYPXjOw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNElYPXjOw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNElYPXjOw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNElYPXjOw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNElYPXjOw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNElYPXjOw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNElYPXjOw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNElYPXjOw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNElYPXjOw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNElYPXjOw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNElYPXjOw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNElYPXjOw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNElYPXjOw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNElYPXjOw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNElYPXjOw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNElYPXjOw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNElYPXjOw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNElYPXjOw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNElYPXjOw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNElYPXjOw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNElYPXjOw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNElYPXjOw .navbar {
    height: 70px;
  }
  .cid-uNElYPXjOw .navbar.opened {
    height: auto;
  }
  .cid-uNElYPXjOw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNElYPXjOw .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uNElYPXjOw .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uNElYPXjOw a {
  display: inline;
  font-weight: bold;
}
.cid-uNElYPXjOw img {
  display: inline;
  padding-right: 10px;
}
.cid-uNElYPXjOw .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uNElYPXjOw .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uNElYPXjOw .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uNElYPXjOw .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uNElYPXjOw .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uNElYPXjOw .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uNElYPXjOw .btn {
  display: inline !important;
}
.cid-uNElYPXjOw .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uNElYPXjOw .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uNElYPXjOw .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uNElYPXjOw .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uNElYPXjOw .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uNElYPXjOw .btn {
  border-radius: 50px;
}
.cid-uNElYQKUco {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uNElYQKUco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNElYQKUco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYQKUco .mbr-section-title {
  color: #ffffff;
}
.cid-uNElYQKUco .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNElYQYfpP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNElYQYfpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNElYQYfpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYQYfpP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNElYQYfpP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNElYQYfpP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNElYQYfpP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNElYQYfpP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNElYQYfpP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uNElYQYfpP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNElYQYfpP .card-title {
  color: #1f7fad;
}
.cid-uNElYR6nKd {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNElYR6nKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNElYR6nKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYR6nKd .item {
  padding-bottom: 2rem;
}
.cid-uNElYR6nKd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNElYR6nKd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNElYR6nKd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNElYR6nKd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNElYR6nKd .carousel-control,
.cid-uNElYR6nKd .close {
  background: #1b1b1b;
}
.cid-uNElYR6nKd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNElYR6nKd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNElYR6nKd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNElYR6nKd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNElYR6nKd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNElYR6nKd .close::before {
  content: '\e91a';
}
.cid-uNElYR6nKd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNElYR6nKd .carousel-control {
  display: flex;
  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-uNElYR6nKd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNElYR6nKd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNElYR6nKd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNElYR6nKd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNElYR6nKd .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-uNElYR6nKd .carousel-indicators li.active,
.cid-uNElYR6nKd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNElYR6nKd .carousel-indicators li::after,
.cid-uNElYR6nKd .carousel-indicators li::before {
  content: none;
}
.cid-uNElYR6nKd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNElYR6nKd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNElYR6nKd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNElYR6nKd .carousel-indicators {
    display: none;
  }
}
.cid-uNElYR6nKd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNElYR6nKd .carousel-inner > .active {
  display: block;
}
.cid-uNElYR6nKd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNElYR6nKd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNElYR6nKd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNElYR6nKd .carousel-control,
  .cid-uNElYR6nKd .carousel-indicators,
  .cid-uNElYR6nKd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNElYR6nKd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNElYR6nKd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNElYR6nKd .carousel-indicators .active,
.cid-uNElYR6nKd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNElYR6nKd .carousel-indicators .active {
  background: #fff;
}
.cid-uNElYR6nKd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNElYR6nKd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNElYR6nKd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNElYR6nKd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNElYR6nKd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNElYR6nKd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNElYR6nKd .carousel {
  width: 100%;
}
.cid-uNElYR6nKd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNElYR6nKd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNElYR6nKd .modal.fade .modal-dialog,
.cid-uNElYR6nKd .modal.in .modal-dialog {
  transform: none;
}
.cid-uNElYR6nKd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNElYR6nKd H6 {
  text-align: center;
}
.cid-uNElYRonTd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNElYRonTd .mbr-text {
  color: #000000;
}
.cid-uNElYRonTd .mbr-section-subtitle {
  color: #000000;
}
.cid-uNElYRonTd .mbr-section-title {
  color: #1f7fad;
  text-align: center;
}
.cid-uNElYRonTd .mbr-text,
.cid-uNElYRonTd .item .mbr-section-btn {
  text-align: left;
}
.cid-uNElYRonTd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNElYRonTd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNElYRonTd .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNElYRonTd .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNElYRonTd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNElYRonTd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNElYRonTd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f7fad;
  background-color: #1f7fad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNElYRonTd .mbr-text UL {
  text-align: left;
}
.cid-uNElYRonTd .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNElYRwvu2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uNElYRwvu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNElYRwvu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYRwvu2 .video-wrapper iframe {
  width: 100%;
}
.cid-uNElYRwvu2 .mbr-section-title,
.cid-uNElYRwvu2 .mbr-section-subtitle,
.cid-uNElYRwvu2 .mbr-text {
  text-align: center;
}
.cid-uNElYRHaIP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uOoc5oiKFK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uOoc5oiKFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoc5oiKFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYS0LxV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uNElYS0LxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNElYS0LxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNElYS0LxV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNElYS0LxV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNElYS0LxV .container {
    padding: 0 16px;
  }
}
.cid-uNElYS0LxV .row {
  justify-content: center;
}
.cid-uNElYS0LxV .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNElYS0LxV .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNElYS0LxV .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uNElYS0LxV .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNElYS0LxV .list {
    margin-bottom: 40px;
  }
}
.cid-uNElYS0LxV .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNElYS0LxV .list .item-wrap:hover,
.cid-uNElYS0LxV .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNElYS0LxV .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNElYS0LxV .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNElYS0LxV .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uNElYS0LxV .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uNElYS0LxV .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNElYS0LxV .contacts-wrapper .list .item-wrap:hover,
.cid-uNElYS0LxV .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNElYS0LxV .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNElYS0LxV .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uNElYS0LxV .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNElYS0LxV .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uNElYS0LxV .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNElYS0LxV .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uNElYS0LxV .list-title {
  color: #becdc2;
}
.cid-uNElYS0LxV .list-title,
.cid-uNElYS0LxV .social-wrapper {
  color: #fafafa;
}
.cid-uNEnBdq6Bz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNEnBdq6Bz nav.navbar {
  position: fixed;
}
.cid-uNEnBdq6Bz .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-uNEnBdq6Bz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uNEnBdq6Bz .dropdown-item:hover,
.cid-uNEnBdq6Bz .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uNEnBdq6Bz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uNEnBdq6Bz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNEnBdq6Bz .nav-link {
  position: relative;
  padding: 0;
}
.cid-uNEnBdq6Bz .container {
  display: flex;
  margin: auto;
}
.cid-uNEnBdq6Bz .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNEnBdq6Bz .dropdown-menu,
.cid-uNEnBdq6Bz .navbar.opened {
  background: #ffffff !important;
}
.cid-uNEnBdq6Bz .nav-item:focus,
.cid-uNEnBdq6Bz .nav-link:focus {
  outline: none;
}
.cid-uNEnBdq6Bz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNEnBdq6Bz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNEnBdq6Bz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNEnBdq6Bz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNEnBdq6Bz .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uNEnBdq6Bz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNEnBdq6Bz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNEnBdq6Bz .navbar.opened {
  transition: all 0.3s;
}
.cid-uNEnBdq6Bz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNEnBdq6Bz .navbar .navbar-logo img {
  width: auto;
}
.cid-uNEnBdq6Bz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNEnBdq6Bz .navbar.collapsed {
  justify-content: center;
}
.cid-uNEnBdq6Bz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNEnBdq6Bz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNEnBdq6Bz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNEnBdq6Bz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNEnBdq6Bz .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uNEnBdq6Bz .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-uNEnBdq6Bz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNEnBdq6Bz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNEnBdq6Bz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNEnBdq6Bz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNEnBdq6Bz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNEnBdq6Bz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNEnBdq6Bz .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uNEnBdq6Bz .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-uNEnBdq6Bz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNEnBdq6Bz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNEnBdq6Bz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNEnBdq6Bz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNEnBdq6Bz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNEnBdq6Bz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNEnBdq6Bz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNEnBdq6Bz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNEnBdq6Bz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNEnBdq6Bz .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNEnBdq6Bz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNEnBdq6Bz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNEnBdq6Bz .dropdown-item.active,
.cid-uNEnBdq6Bz .dropdown-item:active {
  background-color: transparent;
}
.cid-uNEnBdq6Bz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNEnBdq6Bz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNEnBdq6Bz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNEnBdq6Bz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNEnBdq6Bz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNEnBdq6Bz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNEnBdq6Bz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNEnBdq6Bz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNEnBdq6Bz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNEnBdq6Bz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNEnBdq6Bz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNEnBdq6Bz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNEnBdq6Bz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNEnBdq6Bz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNEnBdq6Bz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNEnBdq6Bz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNEnBdq6Bz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNEnBdq6Bz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNEnBdq6Bz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNEnBdq6Bz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNEnBdq6Bz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNEnBdq6Bz .navbar {
    height: 70px;
  }
  .cid-uNEnBdq6Bz .navbar.opened {
    height: auto;
  }
  .cid-uNEnBdq6Bz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNEnBdq6Bz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uNEnBdq6Bz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uNEnBdq6Bz a {
  display: inline;
  font-weight: bold;
}
.cid-uNEnBdq6Bz img {
  display: inline;
  padding-right: 10px;
}
.cid-uNEnBdq6Bz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uNEnBdq6Bz .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uNEnBdq6Bz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uNEnBdq6Bz .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uNEnBdq6Bz .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uNEnBdq6Bz .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uNEnBdq6Bz .btn {
  display: inline !important;
}
.cid-uNEnBdq6Bz .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uNEnBdq6Bz .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uNEnBdq6Bz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uNEnBdq6Bz .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uNEnBdq6Bz .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uNEnBdq6Bz .btn {
  border-radius: 50px;
}
.cid-uNEnBe5YYt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uNEnBe5YYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEnBe5YYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBe5YYt .mbr-section-title {
  color: #ffffff;
}
.cid-uNEnBe5YYt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNEnBelPJK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNEnBelPJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEnBelPJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBelPJK .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNEnBelPJK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNEnBelPJK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNEnBelPJK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNEnBelPJK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNEnBelPJK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uNEnBelPJK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNEnBelPJK .card-title {
  color: #1f7fad;
}
.cid-uNEnBePwMv {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNEnBePwMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEnBePwMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBePwMv .item {
  padding-bottom: 2rem;
}
.cid-uNEnBePwMv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNEnBePwMv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNEnBePwMv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNEnBePwMv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNEnBePwMv .carousel-control,
.cid-uNEnBePwMv .close {
  background: #1b1b1b;
}
.cid-uNEnBePwMv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNEnBePwMv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNEnBePwMv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNEnBePwMv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNEnBePwMv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNEnBePwMv .close::before {
  content: '\e91a';
}
.cid-uNEnBePwMv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNEnBePwMv .carousel-control {
  display: flex;
  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-uNEnBePwMv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNEnBePwMv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNEnBePwMv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNEnBePwMv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNEnBePwMv .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-uNEnBePwMv .carousel-indicators li.active,
.cid-uNEnBePwMv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNEnBePwMv .carousel-indicators li::after,
.cid-uNEnBePwMv .carousel-indicators li::before {
  content: none;
}
.cid-uNEnBePwMv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNEnBePwMv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNEnBePwMv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNEnBePwMv .carousel-indicators {
    display: none;
  }
}
.cid-uNEnBePwMv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNEnBePwMv .carousel-inner > .active {
  display: block;
}
.cid-uNEnBePwMv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNEnBePwMv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNEnBePwMv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNEnBePwMv .carousel-control,
  .cid-uNEnBePwMv .carousel-indicators,
  .cid-uNEnBePwMv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNEnBePwMv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNEnBePwMv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNEnBePwMv .carousel-indicators .active,
.cid-uNEnBePwMv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNEnBePwMv .carousel-indicators .active {
  background: #fff;
}
.cid-uNEnBePwMv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNEnBePwMv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNEnBePwMv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNEnBePwMv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNEnBePwMv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNEnBePwMv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNEnBePwMv .carousel {
  width: 100%;
}
.cid-uNEnBePwMv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNEnBePwMv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNEnBePwMv .modal.fade .modal-dialog,
.cid-uNEnBePwMv .modal.in .modal-dialog {
  transform: none;
}
.cid-uNEnBePwMv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNEnBePwMv H6 {
  text-align: center;
}
.cid-uNEnBfzsbI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNEnBfzsbI .mbr-text {
  color: #000000;
}
.cid-uNEnBfzsbI .mbr-section-subtitle {
  color: #000000;
}
.cid-uNEnBfzsbI .mbr-section-title {
  color: #1f7fad;
  text-align: center;
}
.cid-uNEnBfzsbI .mbr-text,
.cid-uNEnBfzsbI .item .mbr-section-btn {
  text-align: left;
}
.cid-uNEnBfzsbI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNEnBfzsbI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNEnBfzsbI .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNEnBfzsbI .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNEnBfzsbI .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNEnBfzsbI .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNEnBfzsbI .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f7fad;
  background-color: #1f7fad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNEnBfzsbI .mbr-text UL {
  text-align: left;
}
.cid-uNEnBfzsbI .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNEnBfOiUB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uNEnBfOiUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEnBfOiUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBfOiUB .video-wrapper iframe {
  width: 100%;
}
.cid-uNEnBfOiUB .mbr-section-title,
.cid-uNEnBfOiUB .mbr-section-subtitle,
.cid-uNEnBfOiUB .mbr-text {
  text-align: center;
}
.cid-uNEnBgUE7f {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uOoch9zLBX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uOoch9zLBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOoch9zLBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBhiwlg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uNEnBhiwlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEnBhiwlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEnBhiwlg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNEnBhiwlg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNEnBhiwlg .container {
    padding: 0 16px;
  }
}
.cid-uNEnBhiwlg .row {
  justify-content: center;
}
.cid-uNEnBhiwlg .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNEnBhiwlg .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNEnBhiwlg .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uNEnBhiwlg .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNEnBhiwlg .list {
    margin-bottom: 40px;
  }
}
.cid-uNEnBhiwlg .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNEnBhiwlg .list .item-wrap:hover,
.cid-uNEnBhiwlg .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNEnBhiwlg .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNEnBhiwlg .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNEnBhiwlg .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uNEnBhiwlg .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uNEnBhiwlg .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNEnBhiwlg .contacts-wrapper .list .item-wrap:hover,
.cid-uNEnBhiwlg .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNEnBhiwlg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNEnBhiwlg .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uNEnBhiwlg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNEnBhiwlg .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uNEnBhiwlg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNEnBhiwlg .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uNEnBhiwlg .list-title {
  color: #becdc2;
}
.cid-uNEnBhiwlg .list-title,
.cid-uNEnBhiwlg .social-wrapper {
  color: #fafafa;
}
.cid-uNEoTFsnlT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uNEoTFsnlT nav.navbar {
  position: fixed;
}
.cid-uNEoTFsnlT .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-uNEoTFsnlT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uNEoTFsnlT .dropdown-item:hover,
.cid-uNEoTFsnlT .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uNEoTFsnlT .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uNEoTFsnlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNEoTFsnlT .nav-link {
  position: relative;
  padding: 0;
}
.cid-uNEoTFsnlT .container {
  display: flex;
  margin: auto;
}
.cid-uNEoTFsnlT .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNEoTFsnlT .dropdown-menu,
.cid-uNEoTFsnlT .navbar.opened {
  background: #ffffff !important;
}
.cid-uNEoTFsnlT .nav-item:focus,
.cid-uNEoTFsnlT .nav-link:focus {
  outline: none;
}
.cid-uNEoTFsnlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNEoTFsnlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNEoTFsnlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNEoTFsnlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNEoTFsnlT .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uNEoTFsnlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNEoTFsnlT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNEoTFsnlT .navbar.opened {
  transition: all 0.3s;
}
.cid-uNEoTFsnlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNEoTFsnlT .navbar .navbar-logo img {
  width: auto;
}
.cid-uNEoTFsnlT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNEoTFsnlT .navbar.collapsed {
  justify-content: center;
}
.cid-uNEoTFsnlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNEoTFsnlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNEoTFsnlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNEoTFsnlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNEoTFsnlT .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uNEoTFsnlT .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-uNEoTFsnlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNEoTFsnlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNEoTFsnlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNEoTFsnlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNEoTFsnlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNEoTFsnlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNEoTFsnlT .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uNEoTFsnlT .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-uNEoTFsnlT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNEoTFsnlT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNEoTFsnlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNEoTFsnlT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNEoTFsnlT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNEoTFsnlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNEoTFsnlT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNEoTFsnlT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNEoTFsnlT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNEoTFsnlT .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNEoTFsnlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNEoTFsnlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNEoTFsnlT .dropdown-item.active,
.cid-uNEoTFsnlT .dropdown-item:active {
  background-color: transparent;
}
.cid-uNEoTFsnlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNEoTFsnlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNEoTFsnlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNEoTFsnlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNEoTFsnlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNEoTFsnlT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNEoTFsnlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNEoTFsnlT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNEoTFsnlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNEoTFsnlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNEoTFsnlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNEoTFsnlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNEoTFsnlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNEoTFsnlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNEoTFsnlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNEoTFsnlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNEoTFsnlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNEoTFsnlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNEoTFsnlT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNEoTFsnlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNEoTFsnlT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNEoTFsnlT .navbar {
    height: 70px;
  }
  .cid-uNEoTFsnlT .navbar.opened {
    height: auto;
  }
  .cid-uNEoTFsnlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNEoTFsnlT .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uNEoTFsnlT .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uNEoTFsnlT a {
  display: inline;
  font-weight: bold;
}
.cid-uNEoTFsnlT img {
  display: inline;
  padding-right: 10px;
}
.cid-uNEoTFsnlT .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uNEoTFsnlT .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uNEoTFsnlT .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uNEoTFsnlT .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uNEoTFsnlT .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uNEoTFsnlT .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uNEoTFsnlT .btn {
  display: inline !important;
}
.cid-uNEoTFsnlT .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uNEoTFsnlT .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uNEoTFsnlT .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uNEoTFsnlT .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uNEoTFsnlT .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uNEoTFsnlT .btn {
  border-radius: 50px;
}
.cid-uNEoTGg15N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uNEoTGg15N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoTGg15N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTGg15N .mbr-section-title {
  color: #ffffff;
}
.cid-uNEoTGg15N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNEoTGA1lV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNEoTGA1lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoTGA1lV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTGA1lV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNEoTGA1lV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNEoTGA1lV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNEoTGA1lV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNEoTGA1lV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uNEoTGA1lV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uNEoTGA1lV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNEoTGA1lV .card-title {
  color: #1f7fad;
}
.cid-uNEoTGLfQg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNEoTGLfQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoTGLfQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTGLfQg .item {
  padding-bottom: 2rem;
}
.cid-uNEoTGLfQg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNEoTGLfQg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNEoTGLfQg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uNEoTGLfQg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uNEoTGLfQg .carousel-control,
.cid-uNEoTGLfQg .close {
  background: #1b1b1b;
}
.cid-uNEoTGLfQg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNEoTGLfQg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNEoTGLfQg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNEoTGLfQg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNEoTGLfQg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNEoTGLfQg .close::before {
  content: '\e91a';
}
.cid-uNEoTGLfQg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNEoTGLfQg .carousel-control {
  display: flex;
  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-uNEoTGLfQg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNEoTGLfQg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNEoTGLfQg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNEoTGLfQg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNEoTGLfQg .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-uNEoTGLfQg .carousel-indicators li.active,
.cid-uNEoTGLfQg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNEoTGLfQg .carousel-indicators li::after,
.cid-uNEoTGLfQg .carousel-indicators li::before {
  content: none;
}
.cid-uNEoTGLfQg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNEoTGLfQg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNEoTGLfQg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNEoTGLfQg .carousel-indicators {
    display: none;
  }
}
.cid-uNEoTGLfQg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNEoTGLfQg .carousel-inner > .active {
  display: block;
}
.cid-uNEoTGLfQg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNEoTGLfQg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNEoTGLfQg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNEoTGLfQg .carousel-control,
  .cid-uNEoTGLfQg .carousel-indicators,
  .cid-uNEoTGLfQg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNEoTGLfQg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNEoTGLfQg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNEoTGLfQg .carousel-indicators .active,
.cid-uNEoTGLfQg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNEoTGLfQg .carousel-indicators .active {
  background: #fff;
}
.cid-uNEoTGLfQg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNEoTGLfQg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNEoTGLfQg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNEoTGLfQg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNEoTGLfQg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNEoTGLfQg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNEoTGLfQg .carousel {
  width: 100%;
}
.cid-uNEoTGLfQg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNEoTGLfQg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNEoTGLfQg .modal.fade .modal-dialog,
.cid-uNEoTGLfQg .modal.in .modal-dialog {
  transform: none;
}
.cid-uNEoTGLfQg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNEoTGLfQg H6 {
  text-align: center;
}
.cid-uQnqWQHLVV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQnqWQHLVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnqWQHLVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnqWQHLVV .item {
  padding-bottom: 2rem;
}
.cid-uQnqWQHLVV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uQnqWQHLVV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQnqWQHLVV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uQnqWQHLVV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uQnqWQHLVV .carousel-control,
.cid-uQnqWQHLVV .close {
  background: #1b1b1b;
}
.cid-uQnqWQHLVV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uQnqWQHLVV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uQnqWQHLVV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uQnqWQHLVV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uQnqWQHLVV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uQnqWQHLVV .close::before {
  content: '\e91a';
}
.cid-uQnqWQHLVV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uQnqWQHLVV .carousel-control {
  display: flex;
  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-uQnqWQHLVV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnqWQHLVV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQnqWQHLVV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQnqWQHLVV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uQnqWQHLVV .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-uQnqWQHLVV .carousel-indicators li.active,
.cid-uQnqWQHLVV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQnqWQHLVV .carousel-indicators li::after,
.cid-uQnqWQHLVV .carousel-indicators li::before {
  content: none;
}
.cid-uQnqWQHLVV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQnqWQHLVV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uQnqWQHLVV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQnqWQHLVV .carousel-indicators {
    display: none;
  }
}
.cid-uQnqWQHLVV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQnqWQHLVV .carousel-inner > .active {
  display: block;
}
.cid-uQnqWQHLVV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQnqWQHLVV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uQnqWQHLVV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uQnqWQHLVV .carousel-control,
  .cid-uQnqWQHLVV .carousel-indicators,
  .cid-uQnqWQHLVV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uQnqWQHLVV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uQnqWQHLVV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uQnqWQHLVV .carousel-indicators .active,
.cid-uQnqWQHLVV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uQnqWQHLVV .carousel-indicators .active {
  background: #fff;
}
.cid-uQnqWQHLVV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uQnqWQHLVV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uQnqWQHLVV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uQnqWQHLVV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uQnqWQHLVV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uQnqWQHLVV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uQnqWQHLVV .carousel {
  width: 100%;
}
.cid-uQnqWQHLVV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uQnqWQHLVV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uQnqWQHLVV .modal.fade .modal-dialog,
.cid-uQnqWQHLVV .modal.in .modal-dialog {
  transform: none;
}
.cid-uQnqWQHLVV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uQnqWQHLVV H6 {
  text-align: center;
}
.cid-uNEoTH6prc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-uNEoTH6prc .mbr-text {
  color: #000000;
}
.cid-uNEoTH6prc .mbr-section-subtitle {
  color: #000000;
}
.cid-uNEoTH6prc .mbr-section-title {
  color: #1f7fad;
  text-align: center;
}
.cid-uNEoTH6prc .mbr-text,
.cid-uNEoTH6prc .item .mbr-section-btn {
  text-align: left;
}
.cid-uNEoTH6prc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNEoTH6prc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNEoTH6prc .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNEoTH6prc .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNEoTH6prc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNEoTH6prc .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNEoTH6prc .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f7fad;
  background-color: #1f7fad;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNEoTH6prc .mbr-text UL {
  text-align: left;
}
.cid-uNEoTH6prc .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNEoTHgOIt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uNEoTHgOIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoTHgOIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTHgOIt .video-wrapper iframe {
  width: 100%;
}
.cid-uNEoTHgOIt .mbr-section-title,
.cid-uNEoTHgOIt .mbr-section-subtitle,
.cid-uNEoTHgOIt .mbr-text {
  text-align: center;
}
.cid-uNEoTHrhYI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uOocl7wTcD {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uOocl7wTcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOocl7wTcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTHHygQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uNEoTHHygQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNEoTHHygQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNEoTHHygQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNEoTHHygQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNEoTHHygQ .container {
    padding: 0 16px;
  }
}
.cid-uNEoTHHygQ .row {
  justify-content: center;
}
.cid-uNEoTHHygQ .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNEoTHHygQ .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNEoTHHygQ .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uNEoTHHygQ .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNEoTHHygQ .list {
    margin-bottom: 40px;
  }
}
.cid-uNEoTHHygQ .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNEoTHHygQ .list .item-wrap:hover,
.cid-uNEoTHHygQ .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNEoTHHygQ .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uNEoTHHygQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNEoTHHygQ .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uNEoTHHygQ .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uNEoTHHygQ .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNEoTHHygQ .contacts-wrapper .list .item-wrap:hover,
.cid-uNEoTHHygQ .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uNEoTHHygQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNEoTHHygQ .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uNEoTHHygQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNEoTHHygQ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uNEoTHHygQ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNEoTHHygQ .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uNEoTHHygQ .list-title {
  color: #becdc2;
}
.cid-uNEoTHHygQ .list-title,
.cid-uNEoTHHygQ .social-wrapper {
  color: #fafafa;
}
.cid-uQnho3QoYh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQnho3QoYh nav.navbar {
  position: fixed;
}
.cid-uQnho3QoYh .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-uQnho3QoYh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uQnho3QoYh .dropdown-item:hover,
.cid-uQnho3QoYh .dropdown-item:focus {
  color: #1f7fad !important;
}
.cid-uQnho3QoYh .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-uQnho3QoYh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQnho3QoYh .nav-link {
  position: relative;
  padding: 0;
}
.cid-uQnho3QoYh .container {
  display: flex;
  margin: auto;
}
.cid-uQnho3QoYh .iconfont-wrapper {
  color: #1d2024 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQnho3QoYh .dropdown-menu,
.cid-uQnho3QoYh .navbar.opened {
  background: #ffffff !important;
}
.cid-uQnho3QoYh .nav-item:focus,
.cid-uQnho3QoYh .nav-link:focus {
  outline: none;
}
.cid-uQnho3QoYh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQnho3QoYh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQnho3QoYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQnho3QoYh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQnho3QoYh .collapsed .dropdown-menu .dropdown-item::before {
  display: none;
}
.cid-uQnho3QoYh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQnho3QoYh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQnho3QoYh .navbar.opened {
  transition: all 0.3s;
}
.cid-uQnho3QoYh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQnho3QoYh .navbar .navbar-logo img {
  width: auto;
}
.cid-uQnho3QoYh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQnho3QoYh .navbar.collapsed {
  justify-content: center;
}
.cid-uQnho3QoYh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQnho3QoYh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQnho3QoYh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQnho3QoYh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQnho3QoYh .navbar.collapsed .dropdown-menu .dropdown-item::after {
  right: auto;
}
.cid-uQnho3QoYh .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-uQnho3QoYh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQnho3QoYh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQnho3QoYh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQnho3QoYh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQnho3QoYh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQnho3QoYh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQnho3QoYh .navbar .dropdown-menu .dropdown-item::after {
    right: auto;
  }
  .cid-uQnho3QoYh .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-uQnho3QoYh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQnho3QoYh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQnho3QoYh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQnho3QoYh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQnho3QoYh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQnho3QoYh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQnho3QoYh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQnho3QoYh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQnho3QoYh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQnho3QoYh .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQnho3QoYh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQnho3QoYh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQnho3QoYh .dropdown-item.active,
.cid-uQnho3QoYh .dropdown-item:active {
  background-color: transparent;
}
.cid-uQnho3QoYh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQnho3QoYh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQnho3QoYh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQnho3QoYh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQnho3QoYh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQnho3QoYh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQnho3QoYh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQnho3QoYh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQnho3QoYh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQnho3QoYh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQnho3QoYh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQnho3QoYh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQnho3QoYh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQnho3QoYh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQnho3QoYh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnho3QoYh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQnho3QoYh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQnho3QoYh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnho3QoYh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQnho3QoYh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQnho3QoYh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQnho3QoYh .navbar {
    height: 70px;
  }
  .cid-uQnho3QoYh .navbar.opened {
    height: auto;
  }
  .cid-uQnho3QoYh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQnho3QoYh .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uQnho3QoYh .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uQnho3QoYh a {
  display: inline;
  font-weight: bold;
}
.cid-uQnho3QoYh img {
  display: inline;
  padding-right: 10px;
}
.cid-uQnho3QoYh .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uQnho3QoYh .dropdown-item:hover {
  color: #1f7fad !important;
}
@media (max-width: 990px) {
  .cid-uQnho3QoYh .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uQnho3QoYh .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-uQnho3QoYh .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-uQnho3QoYh .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-uQnho3QoYh .btn {
  display: inline !important;
}
.cid-uQnho3QoYh .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-uQnho3QoYh .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-uQnho3QoYh .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uQnho3QoYh .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-uQnho3QoYh .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-uQnho3QoYh .btn {
  border-radius: 50px;
}
.cid-uQnho4uGKi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f7fad;
}
.cid-uQnho4uGKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnho4uGKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnho4uGKi .mbr-section-title {
  color: #ffffff;
}
.cid-uQnho4uGKi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQnho4IjxT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uQnho4IjxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnho4IjxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnho4IjxT .mbr-section-title {
  color: #2b92c4;
}
.cid-uQnho4IjxT .mbr-section-subtitle {
  text-align: left;
}
.cid-uQnho52pW7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/43436.webp");
}
.cid-uQnho52pW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnho52pW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnho5dnwG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #155777;
  flex-direction: column;
  justify-content: center;
}
.cid-uQnho5dnwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnho5dnwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnho5dnwG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uQnho5dnwG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQnho5dnwG .container {
    padding: 0 16px;
  }
}
.cid-uQnho5dnwG .row {
  justify-content: center;
}
.cid-uQnho5dnwG .logo-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uQnho5dnwG .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQnho5dnwG .logo-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.cid-uQnho5dnwG .list {
  padding: 0;
  margin-bottom: 128px;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQnho5dnwG .list {
    margin-bottom: 40px;
  }
}
.cid-uQnho5dnwG .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQnho5dnwG .list .item-wrap:hover,
.cid-uQnho5dnwG .list .item-wrap:focus {
  color: #706cff;
}
.cid-uQnho5dnwG .contacts-wrapper {
  margin-bottom: 128px;
}
@media (max-width: 992px) {
  .cid-uQnho5dnwG .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQnho5dnwG .contacts-wrapper .list-title {
  margin-bottom: 20px;
}
.cid-uQnho5dnwG .contacts-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uQnho5dnwG .contacts-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQnho5dnwG .contacts-wrapper .list .item-wrap:hover,
.cid-uQnho5dnwG .contacts-wrapper .list .item-wrap:focus {
  color: #706cff;
}
.cid-uQnho5dnwG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQnho5dnwG .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 8px 0;
}
.cid-uQnho5dnwG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQnho5dnwG .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-uQnho5dnwG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uQnho5dnwG .mbr-copy {
  margin-bottom: 0;
  color: #1f7fad;
  text-align: center;
}
.cid-uQnho5dnwG .list-title {
  color: #becdc2;
}
.cid-uQnho5dnwG .list-title,
.cid-uQnho5dnwG .social-wrapper {
  color: #fafafa;
}
