.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-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: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', 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: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', 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: #e43f3f;
}
/* 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: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sUDHKDxs9k {
  z-index: 1000;
  width: 100%;
}
.cid-sUDHKDxs9k nav.navbar {
  position: fixed;
}
.cid-sUDHKDxs9k .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-sUDHKDxs9k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUDHKDxs9k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUDHKDxs9k .dropdown-item:hover,
.cid-sUDHKDxs9k .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sUDHKDxs9k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUDHKDxs9k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUDHKDxs9k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUDHKDxs9k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUDHKDxs9k .nav-link {
  position: relative;
}
.cid-sUDHKDxs9k .container {
  display: flex;
  margin: auto;
}
.cid-sUDHKDxs9k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUDHKDxs9k .dropdown-menu,
.cid-sUDHKDxs9k .navbar.opened {
  background: #123778 !important;
}
.cid-sUDHKDxs9k .nav-item:focus,
.cid-sUDHKDxs9k .nav-link:focus {
  outline: none;
}
.cid-sUDHKDxs9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUDHKDxs9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUDHKDxs9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUDHKDxs9k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUDHKDxs9k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUDHKDxs9k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUDHKDxs9k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-sUDHKDxs9k .navbar.opened {
  transition: all 0.3s;
}
.cid-sUDHKDxs9k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUDHKDxs9k .navbar .navbar-logo img {
  width: auto;
}
.cid-sUDHKDxs9k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUDHKDxs9k .navbar.collapsed {
  justify-content: center;
}
.cid-sUDHKDxs9k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUDHKDxs9k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUDHKDxs9k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUDHKDxs9k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUDHKDxs9k .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-sUDHKDxs9k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUDHKDxs9k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUDHKDxs9k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUDHKDxs9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUDHKDxs9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUDHKDxs9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUDHKDxs9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUDHKDxs9k .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-sUDHKDxs9k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUDHKDxs9k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUDHKDxs9k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUDHKDxs9k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUDHKDxs9k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUDHKDxs9k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUDHKDxs9k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUDHKDxs9k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUDHKDxs9k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUDHKDxs9k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUDHKDxs9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUDHKDxs9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUDHKDxs9k .dropdown-item.active,
.cid-sUDHKDxs9k .dropdown-item:active {
  background-color: transparent;
}
.cid-sUDHKDxs9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUDHKDxs9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUDHKDxs9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUDHKDxs9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-sUDHKDxs9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUDHKDxs9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUDHKDxs9k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUDHKDxs9k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUDHKDxs9k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUDHKDxs9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUDHKDxs9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUDHKDxs9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUDHKDxs9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUDHKDxs9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUDHKDxs9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUDHKDxs9k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUDHKDxs9k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUDHKDxs9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUDHKDxs9k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUDHKDxs9k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUDHKDxs9k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUDHKDxs9k .navbar {
    height: 70px;
  }
  .cid-sUDHKDxs9k .navbar.opened {
    height: auto;
  }
  .cid-sUDHKDxs9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viu3X4NSxe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viu3X4NSxe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viu3X4NSxe .row {
  flex-direction: row-reverse;
}
.cid-viu3X4NSxe img {
  width: 100%;
}
.cid-sUDJZDt04E {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sUDJZDt04E .image-block {
  margin: auto;
}
.cid-sUDJZDt04E figcaption {
  position: relative;
}
.cid-sUDJZDt04E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUDJZDt04E .image-block {
    width: 100% !important;
  }
}
.cid-sUNyh521ZE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNyh521ZE img {
  width: 120px;
  margin: auto;
}
.cid-sUNyh521ZE .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNyh521ZE .card {
    max-width: 12.5%;
  }
}
.cid-sUNsmdzniY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-sUNsmdzniY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNsmdzniY .row {
    text-align: center;
  }
  .cid-sUNsmdzniY .row > div {
    margin: auto;
  }
  .cid-sUNsmdzniY .social-row {
    justify-content: center;
  }
}
.cid-sUNsmdzniY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUNsmdzniY .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 0rem;
  }
}
.cid-sUNsmdzniY .mbr-text {
  color: #ffffff;
}
.cid-sUNsmdzniY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUNsmdzniY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUNsmdzniY H5 {
  color: #ff9966;
}
.cid-sUNsmdzniY .copyright {
  color: #ffffff;
}
.cid-sUGnamjVjJ {
  z-index: 1000;
  width: 100%;
}
.cid-sUGnamjVjJ nav.navbar {
  position: fixed;
}
.cid-sUGnamjVjJ .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-sUGnamjVjJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUGnamjVjJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUGnamjVjJ .dropdown-item:hover,
.cid-sUGnamjVjJ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-sUGnamjVjJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUGnamjVjJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUGnamjVjJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUGnamjVjJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUGnamjVjJ .nav-link {
  position: relative;
}
.cid-sUGnamjVjJ .container {
  display: flex;
  margin: auto;
}
.cid-sUGnamjVjJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUGnamjVjJ .dropdown-menu,
.cid-sUGnamjVjJ .navbar.opened {
  background: #123778 !important;
}
.cid-sUGnamjVjJ .nav-item:focus,
.cid-sUGnamjVjJ .nav-link:focus {
  outline: none;
}
.cid-sUGnamjVjJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUGnamjVjJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUGnamjVjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUGnamjVjJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUGnamjVjJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUGnamjVjJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUGnamjVjJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-sUGnamjVjJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sUGnamjVjJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUGnamjVjJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sUGnamjVjJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUGnamjVjJ .navbar.collapsed {
  justify-content: center;
}
.cid-sUGnamjVjJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUGnamjVjJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sUGnamjVjJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUGnamjVjJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUGnamjVjJ .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-sUGnamjVjJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUGnamjVjJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUGnamjVjJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUGnamjVjJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUGnamjVjJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUGnamjVjJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUGnamjVjJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUGnamjVjJ .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-sUGnamjVjJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUGnamjVjJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUGnamjVjJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUGnamjVjJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUGnamjVjJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUGnamjVjJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUGnamjVjJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUGnamjVjJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUGnamjVjJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUGnamjVjJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUGnamjVjJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUGnamjVjJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUGnamjVjJ .dropdown-item.active,
.cid-sUGnamjVjJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sUGnamjVjJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUGnamjVjJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUGnamjVjJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUGnamjVjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-sUGnamjVjJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUGnamjVjJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUGnamjVjJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUGnamjVjJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUGnamjVjJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUGnamjVjJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUGnamjVjJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUGnamjVjJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUGnamjVjJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUGnamjVjJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUGnamjVjJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUGnamjVjJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUGnamjVjJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUGnamjVjJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUGnamjVjJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUGnamjVjJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUGnamjVjJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUGnamjVjJ .navbar {
    height: 70px;
  }
  .cid-sUGnamjVjJ .navbar.opened {
    height: auto;
  }
  .cid-sUGnamjVjJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUND9KpXbd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viurgjpA9z {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viurgjpA9z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viurFymQFg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viurFymQFg .image-block {
  margin: auto;
}
.cid-viurFymQFg figcaption {
  position: relative;
}
.cid-viurFymQFg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viurFymQFg .image-block {
    width: 100% !important;
  }
}
.cid-viud78BDTr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-viud78BDTr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viud78BDTr .row {
  flex-direction: row-reverse;
}
.cid-viud78BDTr img {
  width: 100%;
}
.cid-sUGo6qw3PA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUGo6qw3PA .mbr-section-title {
  text-align: center;
}
.cid-sUGo6qw3PA .mbr-text {
  text-align: center;
}
.cid-sUGnaG0o3g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sUGnaG0o3g .image-block {
  margin: auto;
}
.cid-sUGnaG0o3g figcaption {
  position: relative;
}
.cid-sUGnaG0o3g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUGnaG0o3g .image-block {
    width: 100% !important;
  }
}
.cid-sUNyzKb10F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUNyzKb10F img {
  width: 120px;
  margin: auto;
}
.cid-sUNyzKb10F .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUNyzKb10F .card {
    max-width: 12.5%;
  }
}
.cid-sUNsmdzniY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-sUNsmdzniY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNsmdzniY .row {
    text-align: center;
  }
  .cid-sUNsmdzniY .row > div {
    margin: auto;
  }
  .cid-sUNsmdzniY .social-row {
    justify-content: center;
  }
}
.cid-sUNsmdzniY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUNsmdzniY .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 0rem;
  }
}
.cid-sUNsmdzniY .mbr-text {
  color: #ffffff;
}
.cid-sUNsmdzniY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUNsmdzniY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUNsmdzniY H5 {
  color: #ff9966;
}
.cid-sUNsmdzniY .copyright {
  color: #ffffff;
}
.cid-viujoZ10iU {
  z-index: 1000;
  width: 100%;
}
.cid-viujoZ10iU nav.navbar {
  position: fixed;
}
.cid-viujoZ10iU .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-viujoZ10iU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viujoZ10iU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viujoZ10iU .dropdown-item:hover,
.cid-viujoZ10iU .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viujoZ10iU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viujoZ10iU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viujoZ10iU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viujoZ10iU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viujoZ10iU .nav-link {
  position: relative;
}
.cid-viujoZ10iU .container {
  display: flex;
  margin: auto;
}
.cid-viujoZ10iU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viujoZ10iU .dropdown-menu,
.cid-viujoZ10iU .navbar.opened {
  background: #123778 !important;
}
.cid-viujoZ10iU .nav-item:focus,
.cid-viujoZ10iU .nav-link:focus {
  outline: none;
}
.cid-viujoZ10iU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viujoZ10iU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viujoZ10iU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viujoZ10iU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viujoZ10iU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viujoZ10iU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viujoZ10iU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viujoZ10iU .navbar.opened {
  transition: all 0.3s;
}
.cid-viujoZ10iU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viujoZ10iU .navbar .navbar-logo img {
  width: auto;
}
.cid-viujoZ10iU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viujoZ10iU .navbar.collapsed {
  justify-content: center;
}
.cid-viujoZ10iU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viujoZ10iU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viujoZ10iU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viujoZ10iU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viujoZ10iU .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-viujoZ10iU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viujoZ10iU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viujoZ10iU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viujoZ10iU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viujoZ10iU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viujoZ10iU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viujoZ10iU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viujoZ10iU .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-viujoZ10iU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viujoZ10iU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viujoZ10iU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viujoZ10iU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viujoZ10iU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viujoZ10iU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viujoZ10iU .navbar.navbar-short {
  min-height: 60px;
}
.cid-viujoZ10iU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viujoZ10iU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viujoZ10iU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viujoZ10iU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viujoZ10iU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viujoZ10iU .dropdown-item.active,
.cid-viujoZ10iU .dropdown-item:active {
  background-color: transparent;
}
.cid-viujoZ10iU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viujoZ10iU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viujoZ10iU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viujoZ10iU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viujoZ10iU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viujoZ10iU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viujoZ10iU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viujoZ10iU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viujoZ10iU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viujoZ10iU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viujoZ10iU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viujoZ10iU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viujoZ10iU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viujoZ10iU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viujoZ10iU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viujoZ10iU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viujoZ10iU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viujoZ10iU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viujoZ10iU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viujoZ10iU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viujoZ10iU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viujoZ10iU .navbar {
    height: 70px;
  }
  .cid-viujoZ10iU .navbar.opened {
    height: auto;
  }
  .cid-viujoZ10iU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuhsnyfn2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-sUGxX2eDs7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUGxX2eDs7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sUGxzM3EUb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sUGxzM3EUb .image-block {
  margin: auto;
}
.cid-sUGxzM3EUb figcaption {
  position: relative;
}
.cid-sUGxzM3EUb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUGxzM3EUb .image-block {
    width: 100% !important;
  }
}
.cid-viuireRRxT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuireRRxT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuireRRxT .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuireRRxT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyBMzc5Cw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyBMzc5Cw .image-block {
  margin: auto;
}
.cid-viyBMzc5Cw figcaption {
  position: relative;
}
.cid-viyBMzc5Cw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyBMzc5Cw .image-block {
    width: 100% !important;
  }
}
.cid-viyzRN2o0r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyzRN2o0r .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyzRN2o0r .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyzRN2o0r .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyC0W15B4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyC0W15B4 .image-block {
  margin: auto;
}
.cid-viyC0W15B4 figcaption {
  position: relative;
}
.cid-viyC0W15B4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyC0W15B4 .image-block {
    width: 100% !important;
  }
}
.cid-viyArpBkQO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyArpBkQO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyArpBkQO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyArpBkQO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyCz7Z5fs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyCz7Z5fs .image-block {
  margin: auto;
}
.cid-viyCz7Z5fs figcaption {
  position: relative;
}
.cid-viyCz7Z5fs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyCz7Z5fs .image-block {
    width: 100% !important;
  }
}
.cid-viyAM123Wi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyAM123Wi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyAM123Wi .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyAM123Wi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyCAfiYQt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyCAfiYQt .image-block {
  margin: auto;
}
.cid-viyCAfiYQt figcaption {
  position: relative;
}
.cid-viyCAfiYQt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyCAfiYQt .image-block {
    width: 100% !important;
  }
}
.cid-viyAVSrqKq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyAVSrqKq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyAVSrqKq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyAVSrqKq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyCUm7Tcm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyCUm7Tcm .image-block {
  margin: auto;
}
.cid-viyCUm7Tcm figcaption {
  position: relative;
}
.cid-viyCUm7Tcm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyCUm7Tcm .image-block {
    width: 100% !important;
  }
}
.cid-viyCVuZpAT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyCVuZpAT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyCVuZpAT .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyCVuZpAT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sUGxzwrJnI {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-sUGxzwrJnI .image-block {
  margin: auto;
}
.cid-sUGxzwrJnI figcaption {
  position: relative;
}
.cid-sUGxzwrJnI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sUGxzwrJnI .image-block {
    width: 100% !important;
  }
}
.cid-viyDgQqEP5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyDgQqEP5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyDgQqEP5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyDgQqEP5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyDIe0Qsd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyDIe0Qsd .image-block {
  margin: auto;
}
.cid-viyDIe0Qsd figcaption {
  position: relative;
}
.cid-viyDIe0Qsd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyDIe0Qsd .image-block {
    width: 100% !important;
  }
}
.cid-viyDGgFTiG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyDGgFTiG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyDGgFTiG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyDGgFTiG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyDXwlvbF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyDXwlvbF .image-block {
  margin: auto;
}
.cid-viyDXwlvbF figcaption {
  position: relative;
}
.cid-viyDXwlvbF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyDXwlvbF .image-block {
    width: 100% !important;
  }
}
.cid-viyDVILK2i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyDVILK2i .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyDVILK2i .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyDVILK2i .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyEl3FXY8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyEl3FXY8 .image-block {
  margin: auto;
}
.cid-viyEl3FXY8 figcaption {
  position: relative;
}
.cid-viyEl3FXY8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyEl3FXY8 .image-block {
    width: 100% !important;
  }
}
.cid-viyEjzf9sG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyEjzf9sG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyEjzf9sG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyEjzf9sG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyExlg4NQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyExlg4NQ .image-block {
  margin: auto;
}
.cid-viyExlg4NQ figcaption {
  position: relative;
}
.cid-viyExlg4NQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyExlg4NQ .image-block {
    width: 100% !important;
  }
}
.cid-viyEvJyGU0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyEvJyGU0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyEvJyGU0 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyEvJyGU0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyENq40IR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyENq40IR .image-block {
  margin: auto;
}
.cid-viyENq40IR figcaption {
  position: relative;
}
.cid-viyENq40IR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyENq40IR .image-block {
    width: 100% !important;
  }
}
.cid-viyELRR4OQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyELRR4OQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyELRR4OQ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyELRR4OQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyF01Y9zI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyF01Y9zI .image-block {
  margin: auto;
}
.cid-viyF01Y9zI figcaption {
  position: relative;
}
.cid-viyF01Y9zI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyF01Y9zI .image-block {
    width: 100% !important;
  }
}
.cid-viyEYCXJgF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyEYCXJgF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyEYCXJgF .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyEYCXJgF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyFf2YpYL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyFf2YpYL .image-block {
  margin: auto;
}
.cid-viyFf2YpYL figcaption {
  position: relative;
}
.cid-viyFf2YpYL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyFf2YpYL .image-block {
    width: 100% !important;
  }
}
.cid-viyFdEVT1A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyFdEVT1A .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyFdEVT1A .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyFdEVT1A .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyFEwQmsP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyFEwQmsP .image-block {
  margin: auto;
}
.cid-viyFEwQmsP figcaption {
  position: relative;
}
.cid-viyFEwQmsP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyFEwQmsP .image-block {
    width: 100% !important;
  }
}
.cid-viyFCUK8kb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyFCUK8kb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyFCUK8kb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyFCUK8kb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyFSUVvbJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyFSUVvbJ .image-block {
  margin: auto;
}
.cid-viyFSUVvbJ figcaption {
  position: relative;
}
.cid-viyFSUVvbJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyFSUVvbJ .image-block {
    width: 100% !important;
  }
}
.cid-viyFQcAZqW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyFQcAZqW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyFQcAZqW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyFQcAZqW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyG9wufeB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyG9wufeB .image-block {
  margin: auto;
}
.cid-viyG9wufeB figcaption {
  position: relative;
}
.cid-viyG9wufeB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyG9wufeB .image-block {
    width: 100% !important;
  }
}
.cid-viyG827c9W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyG827c9W .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyG827c9W .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyG827c9W .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyGq9hdtK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyGq9hdtK .image-block {
  margin: auto;
}
.cid-viyGq9hdtK figcaption {
  position: relative;
}
.cid-viyGq9hdtK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyGq9hdtK .image-block {
    width: 100% !important;
  }
}
.cid-viyGoS2JoI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyGoS2JoI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyGoS2JoI .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyGoS2JoI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyGDYSXmJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyGDYSXmJ .image-block {
  margin: auto;
}
.cid-viyGDYSXmJ figcaption {
  position: relative;
}
.cid-viyGDYSXmJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyGDYSXmJ .image-block {
    width: 100% !important;
  }
}
.cid-viyGCXLGlY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyGCXLGlY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyGCXLGlY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyGCXLGlY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyGSQUYuc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyGSQUYuc .image-block {
  margin: auto;
}
.cid-viyGSQUYuc figcaption {
  position: relative;
}
.cid-viyGSQUYuc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyGSQUYuc .image-block {
    width: 100% !important;
  }
}
.cid-viyGRquTO6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyGRquTO6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyGRquTO6 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyGRquTO6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyH5at81r {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyH5at81r .image-block {
  margin: auto;
}
.cid-viyH5at81r figcaption {
  position: relative;
}
.cid-viyH5at81r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyH5at81r .image-block {
    width: 100% !important;
  }
}
.cid-viyH3ttsHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyH3ttsHM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyH3ttsHM .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyH3ttsHM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyHimCeOd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyHimCeOd .image-block {
  margin: auto;
}
.cid-viyHimCeOd figcaption {
  position: relative;
}
.cid-viyHimCeOd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyHimCeOd .image-block {
    width: 100% !important;
  }
}
.cid-viyHh7eId9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyHh7eId9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyHh7eId9 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyHh7eId9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyHu2Fub0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyHu2Fub0 .image-block {
  margin: auto;
}
.cid-viyHu2Fub0 figcaption {
  position: relative;
}
.cid-viyHu2Fub0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyHu2Fub0 .image-block {
    width: 100% !important;
  }
}
.cid-viyHsMAZuL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viyHsMAZuL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viyHsMAZuL .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viyHsMAZuL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viyDDYPeQs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyDDYPeQs .image-block {
  margin: auto;
}
.cid-viyDDYPeQs figcaption {
  position: relative;
}
.cid-viyDDYPeQs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyDDYPeQs .image-block {
    width: 100% !important;
  }
}
.cid-viyDkBqb9O {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viyDkBqb9O .image-block {
  margin: auto;
}
.cid-viyDkBqb9O figcaption {
  position: relative;
}
.cid-viyDkBqb9O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viyDkBqb9O .image-block {
    width: 100% !important;
  }
}
.cid-sUGxzMzhGR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sUGxzMzhGR img {
  width: 120px;
  margin: auto;
}
.cid-sUGxzMzhGR .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sUGxzMzhGR .card {
    max-width: 12.5%;
  }
}
.cid-sUNsmdzniY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-sUNsmdzniY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sUNsmdzniY .row {
    text-align: center;
  }
  .cid-sUNsmdzniY .row > div {
    margin: auto;
  }
  .cid-sUNsmdzniY .social-row {
    justify-content: center;
  }
}
.cid-sUNsmdzniY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUNsmdzniY .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUNsmdzniY .list {
    margin-bottom: 0rem;
  }
}
.cid-sUNsmdzniY .mbr-text {
  color: #ffffff;
}
.cid-sUNsmdzniY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sUNsmdzniY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sUNsmdzniY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sUNsmdzniY H5 {
  color: #ff9966;
}
.cid-sUNsmdzniY .copyright {
  color: #ffffff;
}
.cid-viujqML0ts {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viujqML0ts .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-viujqML0ts .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viujqML0ts .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-viuloJt4zE {
  z-index: 1000;
  width: 100%;
}
.cid-viuloJt4zE nav.navbar {
  position: fixed;
}
.cid-viuloJt4zE .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-viuloJt4zE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuloJt4zE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuloJt4zE .dropdown-item:hover,
.cid-viuloJt4zE .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuloJt4zE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuloJt4zE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuloJt4zE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuloJt4zE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuloJt4zE .nav-link {
  position: relative;
}
.cid-viuloJt4zE .container {
  display: flex;
  margin: auto;
}
.cid-viuloJt4zE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuloJt4zE .dropdown-menu,
.cid-viuloJt4zE .navbar.opened {
  background: #123778 !important;
}
.cid-viuloJt4zE .nav-item:focus,
.cid-viuloJt4zE .nav-link:focus {
  outline: none;
}
.cid-viuloJt4zE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuloJt4zE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuloJt4zE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuloJt4zE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuloJt4zE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuloJt4zE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuloJt4zE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuloJt4zE .navbar.opened {
  transition: all 0.3s;
}
.cid-viuloJt4zE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuloJt4zE .navbar .navbar-logo img {
  width: auto;
}
.cid-viuloJt4zE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuloJt4zE .navbar.collapsed {
  justify-content: center;
}
.cid-viuloJt4zE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuloJt4zE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuloJt4zE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuloJt4zE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuloJt4zE .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-viuloJt4zE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuloJt4zE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuloJt4zE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuloJt4zE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuloJt4zE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuloJt4zE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuloJt4zE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuloJt4zE .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-viuloJt4zE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuloJt4zE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuloJt4zE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuloJt4zE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuloJt4zE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuloJt4zE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuloJt4zE .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuloJt4zE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuloJt4zE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuloJt4zE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuloJt4zE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuloJt4zE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuloJt4zE .dropdown-item.active,
.cid-viuloJt4zE .dropdown-item:active {
  background-color: transparent;
}
.cid-viuloJt4zE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuloJt4zE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuloJt4zE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuloJt4zE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuloJt4zE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuloJt4zE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuloJt4zE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuloJt4zE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuloJt4zE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuloJt4zE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuloJt4zE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuloJt4zE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuloJt4zE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuloJt4zE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuloJt4zE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuloJt4zE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuloJt4zE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuloJt4zE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuloJt4zE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuloJt4zE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuloJt4zE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuloJt4zE .navbar {
    height: 70px;
  }
  .cid-viuloJt4zE .navbar.opened {
    height: auto;
  }
  .cid-viuloJt4zE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuloKkovl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuloL2vS0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuloL2vS0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuloLHlRR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuloLHlRR .image-block {
  margin: auto;
}
.cid-viuloLHlRR figcaption {
  position: relative;
}
.cid-viuloLHlRR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuloLHlRR .image-block {
    width: 100% !important;
  }
}
.cid-viuloMoNxO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuloMoNxO .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-viuloMoNxO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuloMoNxO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viKc7TB7tf {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viKc7TB7tf .image-block {
  margin: auto;
}
.cid-viKc7TB7tf figcaption {
  position: relative;
}
.cid-viKc7TB7tf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viKc7TB7tf .image-block {
    width: 100% !important;
  }
}
.cid-viKcbZ4Ja3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viKcbZ4Ja3 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-viKcbZ4Ja3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viKcbZ4Ja3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viuloN9trr {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuloN9trr .image-block {
  margin: auto;
}
.cid-viuloN9trr figcaption {
  position: relative;
}
.cid-viuloN9trr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuloN9trr .image-block {
    width: 100% !important;
  }
}
.cid-viuloNLKcS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuloNLKcS img {
  width: 120px;
  margin: auto;
}
.cid-viuloNLKcS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuloNLKcS .card {
    max-width: 12.5%;
  }
}
.cid-viuloOyI9O {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuloOyI9O .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuloOyI9O .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuloOyI9O .row {
    text-align: center;
  }
  .cid-viuloOyI9O .row > div {
    margin: auto;
  }
  .cid-viuloOyI9O .social-row {
    justify-content: center;
  }
}
.cid-viuloOyI9O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuloOyI9O .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuloOyI9O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuloOyI9O .list {
    margin-bottom: 0rem;
  }
}
.cid-viuloOyI9O .mbr-text {
  color: #ffffff;
}
.cid-viuloOyI9O .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuloOyI9O .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuloOyI9O div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuloOyI9O H5 {
  color: #ff9966;
}
.cid-viuloOyI9O .copyright {
  color: #ffffff;
}
.cid-viuloPqQQG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viuloPqQQG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-viuloPqQQG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viuloPqQQG .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-viun4Xjs2J {
  z-index: 1000;
  width: 100%;
}
.cid-viun4Xjs2J nav.navbar {
  position: fixed;
}
.cid-viun4Xjs2J .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-viun4Xjs2J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viun4Xjs2J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viun4Xjs2J .dropdown-item:hover,
.cid-viun4Xjs2J .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viun4Xjs2J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viun4Xjs2J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viun4Xjs2J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viun4Xjs2J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viun4Xjs2J .nav-link {
  position: relative;
}
.cid-viun4Xjs2J .container {
  display: flex;
  margin: auto;
}
.cid-viun4Xjs2J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viun4Xjs2J .dropdown-menu,
.cid-viun4Xjs2J .navbar.opened {
  background: #123778 !important;
}
.cid-viun4Xjs2J .nav-item:focus,
.cid-viun4Xjs2J .nav-link:focus {
  outline: none;
}
.cid-viun4Xjs2J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viun4Xjs2J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viun4Xjs2J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viun4Xjs2J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viun4Xjs2J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viun4Xjs2J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viun4Xjs2J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viun4Xjs2J .navbar.opened {
  transition: all 0.3s;
}
.cid-viun4Xjs2J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viun4Xjs2J .navbar .navbar-logo img {
  width: auto;
}
.cid-viun4Xjs2J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viun4Xjs2J .navbar.collapsed {
  justify-content: center;
}
.cid-viun4Xjs2J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viun4Xjs2J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viun4Xjs2J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viun4Xjs2J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viun4Xjs2J .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-viun4Xjs2J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viun4Xjs2J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viun4Xjs2J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viun4Xjs2J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viun4Xjs2J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viun4Xjs2J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viun4Xjs2J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viun4Xjs2J .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-viun4Xjs2J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viun4Xjs2J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viun4Xjs2J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viun4Xjs2J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viun4Xjs2J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viun4Xjs2J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viun4Xjs2J .navbar.navbar-short {
  min-height: 60px;
}
.cid-viun4Xjs2J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viun4Xjs2J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viun4Xjs2J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viun4Xjs2J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viun4Xjs2J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viun4Xjs2J .dropdown-item.active,
.cid-viun4Xjs2J .dropdown-item:active {
  background-color: transparent;
}
.cid-viun4Xjs2J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viun4Xjs2J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viun4Xjs2J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viun4Xjs2J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viun4Xjs2J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viun4Xjs2J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viun4Xjs2J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viun4Xjs2J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viun4Xjs2J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viun4Xjs2J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viun4Xjs2J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viun4Xjs2J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viun4Xjs2J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viun4Xjs2J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viun4Xjs2J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viun4Xjs2J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viun4Xjs2J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viun4Xjs2J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viun4Xjs2J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viun4Xjs2J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viun4Xjs2J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viun4Xjs2J .navbar {
    height: 70px;
  }
  .cid-viun4Xjs2J .navbar.opened {
    height: auto;
  }
  .cid-viun4Xjs2J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viun4YrGDf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viun4YXrz9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viun4YXrz9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viun4ZmIcl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viun4ZmIcl .image-block {
  margin: auto;
}
.cid-viun4ZmIcl figcaption {
  position: relative;
}
.cid-viun4ZmIcl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viun4ZmIcl .image-block {
    width: 100% !important;
  }
}
.cid-viun4ZZGXo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viun4ZZGXo .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viun4ZZGXo .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viun4ZZGXo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viuonfByI7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-viuonfByI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viuonfByI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viuonfByI7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-viuonfByI7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viuonfByI7 .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-viuonfByI7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viuonfByI7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-viupicOaLS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viupicOaLS .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viupicOaLS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viupicOaLS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viupp38436 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-viupp38436 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viupp38436 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viupp38436 .google-map {
  height: 30rem;
  position: relative;
}
.cid-viupp38436 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viupp38436 .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-viupp38436 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viupp38436 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-viun50FgCY {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viun50FgCY .image-block {
  margin: auto;
}
.cid-viun50FgCY figcaption {
  position: relative;
}
.cid-viun50FgCY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viun50FgCY .image-block {
    width: 100% !important;
  }
}
.cid-viun51id6G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viun51id6G img {
  width: 120px;
  margin: auto;
}
.cid-viun51id6G .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viun51id6G .card {
    max-width: 12.5%;
  }
}
.cid-viun523WdQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viun523WdQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viun523WdQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viun523WdQ .row {
    text-align: center;
  }
  .cid-viun523WdQ .row > div {
    margin: auto;
  }
  .cid-viun523WdQ .social-row {
    justify-content: center;
  }
}
.cid-viun523WdQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viun523WdQ .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viun523WdQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viun523WdQ .list {
    margin-bottom: 0rem;
  }
}
.cid-viun523WdQ .mbr-text {
  color: #ffffff;
}
.cid-viun523WdQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viun523WdQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viun523WdQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viun523WdQ H5 {
  color: #ff9966;
}
.cid-viun523WdQ .copyright {
  color: #ffffff;
}
.cid-viun52RULU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viun52RULU .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-viun52RULU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viun52RULU .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-viurIUIbZ0 {
  z-index: 1000;
  width: 100%;
}
.cid-viurIUIbZ0 nav.navbar {
  position: fixed;
}
.cid-viurIUIbZ0 .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-viurIUIbZ0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viurIUIbZ0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viurIUIbZ0 .dropdown-item:hover,
.cid-viurIUIbZ0 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viurIUIbZ0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viurIUIbZ0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viurIUIbZ0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viurIUIbZ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viurIUIbZ0 .nav-link {
  position: relative;
}
.cid-viurIUIbZ0 .container {
  display: flex;
  margin: auto;
}
.cid-viurIUIbZ0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viurIUIbZ0 .dropdown-menu,
.cid-viurIUIbZ0 .navbar.opened {
  background: #123778 !important;
}
.cid-viurIUIbZ0 .nav-item:focus,
.cid-viurIUIbZ0 .nav-link:focus {
  outline: none;
}
.cid-viurIUIbZ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viurIUIbZ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viurIUIbZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viurIUIbZ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viurIUIbZ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viurIUIbZ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viurIUIbZ0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viurIUIbZ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-viurIUIbZ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viurIUIbZ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-viurIUIbZ0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viurIUIbZ0 .navbar.collapsed {
  justify-content: center;
}
.cid-viurIUIbZ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viurIUIbZ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viurIUIbZ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viurIUIbZ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viurIUIbZ0 .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-viurIUIbZ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viurIUIbZ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viurIUIbZ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viurIUIbZ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viurIUIbZ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viurIUIbZ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viurIUIbZ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viurIUIbZ0 .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-viurIUIbZ0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viurIUIbZ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viurIUIbZ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viurIUIbZ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viurIUIbZ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viurIUIbZ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viurIUIbZ0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viurIUIbZ0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viurIUIbZ0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viurIUIbZ0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viurIUIbZ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viurIUIbZ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viurIUIbZ0 .dropdown-item.active,
.cid-viurIUIbZ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-viurIUIbZ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viurIUIbZ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viurIUIbZ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viurIUIbZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viurIUIbZ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viurIUIbZ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viurIUIbZ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viurIUIbZ0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viurIUIbZ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viurIUIbZ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viurIUIbZ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viurIUIbZ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viurIUIbZ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viurIUIbZ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viurIUIbZ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viurIUIbZ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viurIUIbZ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viurIUIbZ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viurIUIbZ0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viurIUIbZ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viurIUIbZ0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viurIUIbZ0 .navbar {
    height: 70px;
  }
  .cid-viurIUIbZ0 .navbar.opened {
    height: auto;
  }
  .cid-viurIUIbZ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viurIVL2di {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viurIXmpwx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viurIXmpwx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viurIY2qU9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viurIY2qU9 .image-block {
  margin: auto;
}
.cid-viurIY2qU9 figcaption {
  position: relative;
}
.cid-viurIY2qU9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viurIY2qU9 .image-block {
    width: 100% !important;
  }
}
.cid-viurIZU6Ez {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viurIZU6Ez .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viurIZU6Ez .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viurIZU6Ez .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viurJ17p2C {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viurJ17p2C .image-block {
  margin: auto;
}
.cid-viurJ17p2C figcaption {
  position: relative;
}
.cid-viurJ17p2C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viurJ17p2C .image-block {
    width: 100% !important;
  }
}
.cid-viurJ1JyGr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viurJ1JyGr img {
  width: 120px;
  margin: auto;
}
.cid-viurJ1JyGr .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viurJ1JyGr .card {
    max-width: 12.5%;
  }
}
.cid-viurJ2ubJb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viurJ2ubJb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viurJ2ubJb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viurJ2ubJb .row {
    text-align: center;
  }
  .cid-viurJ2ubJb .row > div {
    margin: auto;
  }
  .cid-viurJ2ubJb .social-row {
    justify-content: center;
  }
}
.cid-viurJ2ubJb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viurJ2ubJb .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viurJ2ubJb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viurJ2ubJb .list {
    margin-bottom: 0rem;
  }
}
.cid-viurJ2ubJb .mbr-text {
  color: #ffffff;
}
.cid-viurJ2ubJb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viurJ2ubJb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viurJ2ubJb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viurJ2ubJb H5 {
  color: #ff9966;
}
.cid-viurJ2ubJb .copyright {
  color: #ffffff;
}
.cid-viusAcrlnu {
  z-index: 1000;
  width: 100%;
}
.cid-viusAcrlnu nav.navbar {
  position: fixed;
}
.cid-viusAcrlnu .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-viusAcrlnu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viusAcrlnu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viusAcrlnu .dropdown-item:hover,
.cid-viusAcrlnu .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viusAcrlnu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viusAcrlnu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viusAcrlnu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viusAcrlnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viusAcrlnu .nav-link {
  position: relative;
}
.cid-viusAcrlnu .container {
  display: flex;
  margin: auto;
}
.cid-viusAcrlnu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viusAcrlnu .dropdown-menu,
.cid-viusAcrlnu .navbar.opened {
  background: #123778 !important;
}
.cid-viusAcrlnu .nav-item:focus,
.cid-viusAcrlnu .nav-link:focus {
  outline: none;
}
.cid-viusAcrlnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viusAcrlnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viusAcrlnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viusAcrlnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viusAcrlnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viusAcrlnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viusAcrlnu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viusAcrlnu .navbar.opened {
  transition: all 0.3s;
}
.cid-viusAcrlnu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viusAcrlnu .navbar .navbar-logo img {
  width: auto;
}
.cid-viusAcrlnu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viusAcrlnu .navbar.collapsed {
  justify-content: center;
}
.cid-viusAcrlnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viusAcrlnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viusAcrlnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viusAcrlnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viusAcrlnu .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-viusAcrlnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viusAcrlnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viusAcrlnu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viusAcrlnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viusAcrlnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viusAcrlnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viusAcrlnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viusAcrlnu .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-viusAcrlnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viusAcrlnu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viusAcrlnu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viusAcrlnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viusAcrlnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viusAcrlnu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viusAcrlnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-viusAcrlnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viusAcrlnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viusAcrlnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viusAcrlnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viusAcrlnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viusAcrlnu .dropdown-item.active,
.cid-viusAcrlnu .dropdown-item:active {
  background-color: transparent;
}
.cid-viusAcrlnu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viusAcrlnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viusAcrlnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viusAcrlnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viusAcrlnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viusAcrlnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viusAcrlnu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viusAcrlnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viusAcrlnu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viusAcrlnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viusAcrlnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viusAcrlnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viusAcrlnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viusAcrlnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viusAcrlnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viusAcrlnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viusAcrlnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viusAcrlnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viusAcrlnu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viusAcrlnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viusAcrlnu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viusAcrlnu .navbar {
    height: 70px;
  }
  .cid-viusAcrlnu .navbar.opened {
    height: auto;
  }
  .cid-viusAcrlnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viusAdqXlZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viusAeotm5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viusAeotm5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viusAf39QB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viusAf39QB .image-block {
  margin: auto;
}
.cid-viusAf39QB figcaption {
  position: relative;
}
.cid-viusAf39QB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viusAf39QB .image-block {
    width: 100% !important;
  }
}
.cid-viusAfGzn0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viusAfGzn0 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viusAfGzn0 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viusAfGzn0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viusAgmqiy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viusAgmqiy .image-block {
  margin: auto;
}
.cid-viusAgmqiy figcaption {
  position: relative;
}
.cid-viusAgmqiy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viusAgmqiy .image-block {
    width: 100% !important;
  }
}
.cid-viusAgZCeM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viusAgZCeM img {
  width: 120px;
  margin: auto;
}
.cid-viusAgZCeM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viusAgZCeM .card {
    max-width: 12.5%;
  }
}
.cid-viusAhvPGa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viusAhvPGa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viusAhvPGa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viusAhvPGa .row {
    text-align: center;
  }
  .cid-viusAhvPGa .row > div {
    margin: auto;
  }
  .cid-viusAhvPGa .social-row {
    justify-content: center;
  }
}
.cid-viusAhvPGa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viusAhvPGa .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viusAhvPGa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viusAhvPGa .list {
    margin-bottom: 0rem;
  }
}
.cid-viusAhvPGa .mbr-text {
  color: #ffffff;
}
.cid-viusAhvPGa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viusAhvPGa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viusAhvPGa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viusAhvPGa H5 {
  color: #ff9966;
}
.cid-viusAhvPGa .copyright {
  color: #ffffff;
}
.cid-viusUpKLBn {
  z-index: 1000;
  width: 100%;
}
.cid-viusUpKLBn nav.navbar {
  position: fixed;
}
.cid-viusUpKLBn .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-viusUpKLBn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viusUpKLBn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viusUpKLBn .dropdown-item:hover,
.cid-viusUpKLBn .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viusUpKLBn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viusUpKLBn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viusUpKLBn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viusUpKLBn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viusUpKLBn .nav-link {
  position: relative;
}
.cid-viusUpKLBn .container {
  display: flex;
  margin: auto;
}
.cid-viusUpKLBn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viusUpKLBn .dropdown-menu,
.cid-viusUpKLBn .navbar.opened {
  background: #123778 !important;
}
.cid-viusUpKLBn .nav-item:focus,
.cid-viusUpKLBn .nav-link:focus {
  outline: none;
}
.cid-viusUpKLBn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viusUpKLBn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viusUpKLBn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viusUpKLBn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viusUpKLBn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viusUpKLBn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viusUpKLBn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viusUpKLBn .navbar.opened {
  transition: all 0.3s;
}
.cid-viusUpKLBn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viusUpKLBn .navbar .navbar-logo img {
  width: auto;
}
.cid-viusUpKLBn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viusUpKLBn .navbar.collapsed {
  justify-content: center;
}
.cid-viusUpKLBn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viusUpKLBn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viusUpKLBn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viusUpKLBn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viusUpKLBn .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-viusUpKLBn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viusUpKLBn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viusUpKLBn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viusUpKLBn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viusUpKLBn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viusUpKLBn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viusUpKLBn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viusUpKLBn .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-viusUpKLBn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viusUpKLBn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viusUpKLBn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viusUpKLBn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viusUpKLBn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viusUpKLBn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viusUpKLBn .navbar.navbar-short {
  min-height: 60px;
}
.cid-viusUpKLBn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viusUpKLBn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viusUpKLBn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viusUpKLBn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viusUpKLBn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viusUpKLBn .dropdown-item.active,
.cid-viusUpKLBn .dropdown-item:active {
  background-color: transparent;
}
.cid-viusUpKLBn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viusUpKLBn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viusUpKLBn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viusUpKLBn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viusUpKLBn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viusUpKLBn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viusUpKLBn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viusUpKLBn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viusUpKLBn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viusUpKLBn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viusUpKLBn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viusUpKLBn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viusUpKLBn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viusUpKLBn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viusUpKLBn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viusUpKLBn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viusUpKLBn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viusUpKLBn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viusUpKLBn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viusUpKLBn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viusUpKLBn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viusUpKLBn .navbar {
    height: 70px;
  }
  .cid-viusUpKLBn .navbar.opened {
    height: auto;
  }
  .cid-viusUpKLBn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viusUrMsXl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viusUsyH7c {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viusUsyH7c .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viusUtcfVR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viusUtcfVR .image-block {
  margin: auto;
}
.cid-viusUtcfVR figcaption {
  position: relative;
}
.cid-viusUtcfVR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viusUtcfVR .image-block {
    width: 100% !important;
  }
}
.cid-viusUtNUD3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viusUtNUD3 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viusUtNUD3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viusUtNUD3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viutvcgrB9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-viutvcgrB9 .image-block {
  margin: auto;
}
.cid-viutvcgrB9 figcaption {
  position: relative;
}
.cid-viutvcgrB9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viutvcgrB9 .image-block {
    width: 100% !important;
  }
}
.cid-viut7buX4S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-viut7buX4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-viut7buX4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viut7buX4S .google-map {
  height: 30rem;
  position: relative;
}
.cid-viut7buX4S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viut7buX4S .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-viut7buX4S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viut7buX4S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-viusUur3wN {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viusUur3wN .image-block {
  margin: auto;
}
.cid-viusUur3wN figcaption {
  position: relative;
}
.cid-viusUur3wN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viusUur3wN .image-block {
    width: 100% !important;
  }
}
.cid-viusUv1gjL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viusUv1gjL img {
  width: 120px;
  margin: auto;
}
.cid-viusUv1gjL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viusUv1gjL .card {
    max-width: 12.5%;
  }
}
.cid-viusUvMn3X {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viusUvMn3X .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viusUvMn3X .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viusUvMn3X .row {
    text-align: center;
  }
  .cid-viusUvMn3X .row > div {
    margin: auto;
  }
  .cid-viusUvMn3X .social-row {
    justify-content: center;
  }
}
.cid-viusUvMn3X .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viusUvMn3X .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viusUvMn3X .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viusUvMn3X .list {
    margin-bottom: 0rem;
  }
}
.cid-viusUvMn3X .mbr-text {
  color: #ffffff;
}
.cid-viusUvMn3X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viusUvMn3X .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viusUvMn3X div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viusUvMn3X H5 {
  color: #ff9966;
}
.cid-viusUvMn3X .copyright {
  color: #ffffff;
}
.cid-viuvCI8VJ2 {
  z-index: 1000;
  width: 100%;
}
.cid-viuvCI8VJ2 nav.navbar {
  position: fixed;
}
.cid-viuvCI8VJ2 .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-viuvCI8VJ2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuvCI8VJ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuvCI8VJ2 .dropdown-item:hover,
.cid-viuvCI8VJ2 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuvCI8VJ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuvCI8VJ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuvCI8VJ2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuvCI8VJ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuvCI8VJ2 .nav-link {
  position: relative;
}
.cid-viuvCI8VJ2 .container {
  display: flex;
  margin: auto;
}
.cid-viuvCI8VJ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuvCI8VJ2 .dropdown-menu,
.cid-viuvCI8VJ2 .navbar.opened {
  background: #123778 !important;
}
.cid-viuvCI8VJ2 .nav-item:focus,
.cid-viuvCI8VJ2 .nav-link:focus {
  outline: none;
}
.cid-viuvCI8VJ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuvCI8VJ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuvCI8VJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuvCI8VJ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuvCI8VJ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuvCI8VJ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuvCI8VJ2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuvCI8VJ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-viuvCI8VJ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuvCI8VJ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-viuvCI8VJ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuvCI8VJ2 .navbar.collapsed {
  justify-content: center;
}
.cid-viuvCI8VJ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuvCI8VJ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuvCI8VJ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuvCI8VJ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuvCI8VJ2 .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-viuvCI8VJ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuvCI8VJ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuvCI8VJ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuvCI8VJ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuvCI8VJ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuvCI8VJ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuvCI8VJ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuvCI8VJ2 .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-viuvCI8VJ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuvCI8VJ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuvCI8VJ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuvCI8VJ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuvCI8VJ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuvCI8VJ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuvCI8VJ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuvCI8VJ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuvCI8VJ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuvCI8VJ2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuvCI8VJ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuvCI8VJ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuvCI8VJ2 .dropdown-item.active,
.cid-viuvCI8VJ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-viuvCI8VJ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuvCI8VJ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuvCI8VJ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuvCI8VJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuvCI8VJ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuvCI8VJ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuvCI8VJ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuvCI8VJ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuvCI8VJ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuvCI8VJ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuvCI8VJ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuvCI8VJ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuvCI8VJ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuvCI8VJ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuvCI8VJ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuvCI8VJ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuvCI8VJ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuvCI8VJ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuvCI8VJ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuvCI8VJ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuvCI8VJ2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuvCI8VJ2 .navbar {
    height: 70px;
  }
  .cid-viuvCI8VJ2 .navbar.opened {
    height: auto;
  }
  .cid-viuvCI8VJ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuvCJpSRr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuvCKg2rA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuvCKg2rA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuvCKWpUd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuvCKWpUd .image-block {
  margin: auto;
}
.cid-viuvCKWpUd figcaption {
  position: relative;
}
.cid-viuvCKWpUd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuvCKWpUd .image-block {
    width: 100% !important;
  }
}
.cid-viuvCLyCEQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-viuvCLyCEQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-viuvCLyCEQ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuvCLyCEQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-viKdIE5aWA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viKdIE5aWA .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-viKdIE5aWA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viKdIE5aWA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-viuvCMcvgS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-viuvCMcvgS .image-block {
  margin: auto;
}
.cid-viuvCMcvgS figcaption {
  position: relative;
}
.cid-viuvCMcvgS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuvCMcvgS .image-block {
    width: 100% !important;
  }
}
.cid-viuvCNC5uh {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuvCNC5uh .image-block {
  margin: auto;
}
.cid-viuvCNC5uh figcaption {
  position: relative;
}
.cid-viuvCNC5uh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuvCNC5uh .image-block {
    width: 100% !important;
  }
}
.cid-viuvCOeCTs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuvCOeCTs img {
  width: 120px;
  margin: auto;
}
.cid-viuvCOeCTs .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuvCOeCTs .card {
    max-width: 12.5%;
  }
}
.cid-viuvCOMs4y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuvCOMs4y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuvCOMs4y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuvCOMs4y .row {
    text-align: center;
  }
  .cid-viuvCOMs4y .row > div {
    margin: auto;
  }
  .cid-viuvCOMs4y .social-row {
    justify-content: center;
  }
}
.cid-viuvCOMs4y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuvCOMs4y .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuvCOMs4y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuvCOMs4y .list {
    margin-bottom: 0rem;
  }
}
.cid-viuvCOMs4y .mbr-text {
  color: #ffffff;
}
.cid-viuvCOMs4y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuvCOMs4y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuvCOMs4y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuvCOMs4y H5 {
  color: #ff9966;
}
.cid-viuvCOMs4y .copyright {
  color: #ffffff;
}
.cid-viuxX6Hsr2 {
  z-index: 1000;
  width: 100%;
}
.cid-viuxX6Hsr2 nav.navbar {
  position: fixed;
}
.cid-viuxX6Hsr2 .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-viuxX6Hsr2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuxX6Hsr2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuxX6Hsr2 .dropdown-item:hover,
.cid-viuxX6Hsr2 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuxX6Hsr2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuxX6Hsr2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuxX6Hsr2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuxX6Hsr2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuxX6Hsr2 .nav-link {
  position: relative;
}
.cid-viuxX6Hsr2 .container {
  display: flex;
  margin: auto;
}
.cid-viuxX6Hsr2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuxX6Hsr2 .dropdown-menu,
.cid-viuxX6Hsr2 .navbar.opened {
  background: #123778 !important;
}
.cid-viuxX6Hsr2 .nav-item:focus,
.cid-viuxX6Hsr2 .nav-link:focus {
  outline: none;
}
.cid-viuxX6Hsr2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuxX6Hsr2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuxX6Hsr2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuxX6Hsr2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuxX6Hsr2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuxX6Hsr2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuxX6Hsr2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuxX6Hsr2 .navbar.opened {
  transition: all 0.3s;
}
.cid-viuxX6Hsr2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuxX6Hsr2 .navbar .navbar-logo img {
  width: auto;
}
.cid-viuxX6Hsr2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuxX6Hsr2 .navbar.collapsed {
  justify-content: center;
}
.cid-viuxX6Hsr2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuxX6Hsr2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuxX6Hsr2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuxX6Hsr2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuxX6Hsr2 .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-viuxX6Hsr2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuxX6Hsr2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuxX6Hsr2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuxX6Hsr2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuxX6Hsr2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuxX6Hsr2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuxX6Hsr2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuxX6Hsr2 .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-viuxX6Hsr2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuxX6Hsr2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuxX6Hsr2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuxX6Hsr2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuxX6Hsr2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuxX6Hsr2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuxX6Hsr2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuxX6Hsr2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuxX6Hsr2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuxX6Hsr2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuxX6Hsr2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuxX6Hsr2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuxX6Hsr2 .dropdown-item.active,
.cid-viuxX6Hsr2 .dropdown-item:active {
  background-color: transparent;
}
.cid-viuxX6Hsr2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuxX6Hsr2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuxX6Hsr2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuxX6Hsr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuxX6Hsr2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuxX6Hsr2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuxX6Hsr2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuxX6Hsr2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuxX6Hsr2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuxX6Hsr2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuxX6Hsr2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuxX6Hsr2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuxX6Hsr2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuxX6Hsr2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuxX6Hsr2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuxX6Hsr2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuxX6Hsr2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuxX6Hsr2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuxX6Hsr2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuxX6Hsr2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuxX6Hsr2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuxX6Hsr2 .navbar {
    height: 70px;
  }
  .cid-viuxX6Hsr2 .navbar.opened {
    height: auto;
  }
  .cid-viuxX6Hsr2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuxX7Z7Hr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuxX9rxUr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuxX9rxUr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuxXa4a0W {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuxXa4a0W .image-block {
  margin: auto;
}
.cid-viuxXa4a0W figcaption {
  position: relative;
}
.cid-viuxXa4a0W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuxXa4a0W .image-block {
    width: 100% !important;
  }
}
.cid-viKe6VPJgS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viKe6VPJgS .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-viKe6VPJgS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viKe6VPJgS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-viKdYH4DSR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e43f3f;
}
.cid-viKdYH4DSR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-viKdYH4DSR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viKdYH4DSR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-viuxXaGNqG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuxXaGNqG .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viuxXaGNqG .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuxXaGNqG .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-viuxXbkDfr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-viuxXbkDfr .image-block {
  margin: auto;
}
.cid-viuxXbkDfr figcaption {
  position: relative;
}
.cid-viuxXbkDfr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuxXbkDfr .image-block {
    width: 100% !important;
  }
}
.cid-viuxXbV817 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuxXbV817 .image-block {
  margin: auto;
}
.cid-viuxXbV817 figcaption {
  position: relative;
}
.cid-viuxXbV817 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuxXbV817 .image-block {
    width: 100% !important;
  }
}
.cid-viuxXcvlHv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuxXcvlHv img {
  width: 120px;
  margin: auto;
}
.cid-viuxXcvlHv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuxXcvlHv .card {
    max-width: 12.5%;
  }
}
.cid-viuxXdfgvc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuxXdfgvc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuxXdfgvc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuxXdfgvc .row {
    text-align: center;
  }
  .cid-viuxXdfgvc .row > div {
    margin: auto;
  }
  .cid-viuxXdfgvc .social-row {
    justify-content: center;
  }
}
.cid-viuxXdfgvc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuxXdfgvc .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuxXdfgvc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuxXdfgvc .list {
    margin-bottom: 0rem;
  }
}
.cid-viuxXdfgvc .mbr-text {
  color: #ffffff;
}
.cid-viuxXdfgvc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuxXdfgvc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuxXdfgvc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuxXdfgvc H5 {
  color: #ff9966;
}
.cid-viuxXdfgvc .copyright {
  color: #ffffff;
}
.cid-viuywQT84U {
  z-index: 1000;
  width: 100%;
}
.cid-viuywQT84U nav.navbar {
  position: fixed;
}
.cid-viuywQT84U .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-viuywQT84U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuywQT84U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuywQT84U .dropdown-item:hover,
.cid-viuywQT84U .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuywQT84U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuywQT84U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuywQT84U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuywQT84U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuywQT84U .nav-link {
  position: relative;
}
.cid-viuywQT84U .container {
  display: flex;
  margin: auto;
}
.cid-viuywQT84U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuywQT84U .dropdown-menu,
.cid-viuywQT84U .navbar.opened {
  background: #123778 !important;
}
.cid-viuywQT84U .nav-item:focus,
.cid-viuywQT84U .nav-link:focus {
  outline: none;
}
.cid-viuywQT84U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuywQT84U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuywQT84U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuywQT84U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuywQT84U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuywQT84U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuywQT84U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuywQT84U .navbar.opened {
  transition: all 0.3s;
}
.cid-viuywQT84U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuywQT84U .navbar .navbar-logo img {
  width: auto;
}
.cid-viuywQT84U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuywQT84U .navbar.collapsed {
  justify-content: center;
}
.cid-viuywQT84U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuywQT84U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuywQT84U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuywQT84U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuywQT84U .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-viuywQT84U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuywQT84U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuywQT84U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuywQT84U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuywQT84U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuywQT84U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuywQT84U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuywQT84U .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-viuywQT84U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuywQT84U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuywQT84U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuywQT84U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuywQT84U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuywQT84U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuywQT84U .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuywQT84U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuywQT84U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuywQT84U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuywQT84U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuywQT84U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuywQT84U .dropdown-item.active,
.cid-viuywQT84U .dropdown-item:active {
  background-color: transparent;
}
.cid-viuywQT84U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuywQT84U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuywQT84U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuywQT84U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuywQT84U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuywQT84U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuywQT84U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuywQT84U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuywQT84U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuywQT84U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuywQT84U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuywQT84U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuywQT84U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuywQT84U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuywQT84U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuywQT84U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuywQT84U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuywQT84U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuywQT84U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuywQT84U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuywQT84U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuywQT84U .navbar {
    height: 70px;
  }
  .cid-viuywQT84U .navbar.opened {
    height: auto;
  }
  .cid-viuywQT84U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuywRKYYQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuywSzetK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuywSzetK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuywTqTbi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuywTqTbi .image-block {
  margin: auto;
}
.cid-viuywTqTbi figcaption {
  position: relative;
}
.cid-viuywTqTbi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuywTqTbi .image-block {
    width: 100% !important;
  }
}
.cid-viuywU1eiv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuywU1eiv .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viuywU1eiv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuywU1eiv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viuywUFjlG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuywUFjlG .image-block {
  margin: auto;
}
.cid-viuywUFjlG figcaption {
  position: relative;
}
.cid-viuywUFjlG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuywUFjlG .image-block {
    width: 100% !important;
  }
}
.cid-viuywVfl3H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuywVfl3H img {
  width: 120px;
  margin: auto;
}
.cid-viuywVfl3H .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuywVfl3H .card {
    max-width: 12.5%;
  }
}
.cid-viuywVZUO6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuywVZUO6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuywVZUO6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuywVZUO6 .row {
    text-align: center;
  }
  .cid-viuywVZUO6 .row > div {
    margin: auto;
  }
  .cid-viuywVZUO6 .social-row {
    justify-content: center;
  }
}
.cid-viuywVZUO6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuywVZUO6 .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuywVZUO6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuywVZUO6 .list {
    margin-bottom: 0rem;
  }
}
.cid-viuywVZUO6 .mbr-text {
  color: #ffffff;
}
.cid-viuywVZUO6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuywVZUO6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuywVZUO6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuywVZUO6 H5 {
  color: #ff9966;
}
.cid-viuywVZUO6 .copyright {
  color: #ffffff;
}
.cid-viuyLxjgvE {
  z-index: 1000;
  width: 100%;
}
.cid-viuyLxjgvE nav.navbar {
  position: fixed;
}
.cid-viuyLxjgvE .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-viuyLxjgvE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuyLxjgvE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuyLxjgvE .dropdown-item:hover,
.cid-viuyLxjgvE .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuyLxjgvE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuyLxjgvE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuyLxjgvE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuyLxjgvE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuyLxjgvE .nav-link {
  position: relative;
}
.cid-viuyLxjgvE .container {
  display: flex;
  margin: auto;
}
.cid-viuyLxjgvE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuyLxjgvE .dropdown-menu,
.cid-viuyLxjgvE .navbar.opened {
  background: #123778 !important;
}
.cid-viuyLxjgvE .nav-item:focus,
.cid-viuyLxjgvE .nav-link:focus {
  outline: none;
}
.cid-viuyLxjgvE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuyLxjgvE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuyLxjgvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuyLxjgvE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuyLxjgvE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuyLxjgvE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuyLxjgvE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuyLxjgvE .navbar.opened {
  transition: all 0.3s;
}
.cid-viuyLxjgvE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuyLxjgvE .navbar .navbar-logo img {
  width: auto;
}
.cid-viuyLxjgvE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuyLxjgvE .navbar.collapsed {
  justify-content: center;
}
.cid-viuyLxjgvE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuyLxjgvE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuyLxjgvE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuyLxjgvE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuyLxjgvE .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-viuyLxjgvE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuyLxjgvE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuyLxjgvE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuyLxjgvE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuyLxjgvE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuyLxjgvE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuyLxjgvE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuyLxjgvE .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-viuyLxjgvE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuyLxjgvE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuyLxjgvE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuyLxjgvE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuyLxjgvE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuyLxjgvE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuyLxjgvE .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuyLxjgvE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuyLxjgvE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuyLxjgvE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuyLxjgvE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuyLxjgvE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuyLxjgvE .dropdown-item.active,
.cid-viuyLxjgvE .dropdown-item:active {
  background-color: transparent;
}
.cid-viuyLxjgvE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuyLxjgvE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuyLxjgvE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuyLxjgvE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuyLxjgvE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuyLxjgvE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuyLxjgvE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuyLxjgvE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuyLxjgvE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuyLxjgvE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuyLxjgvE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuyLxjgvE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuyLxjgvE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuyLxjgvE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuyLxjgvE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuyLxjgvE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuyLxjgvE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuyLxjgvE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuyLxjgvE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuyLxjgvE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuyLxjgvE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuyLxjgvE .navbar {
    height: 70px;
  }
  .cid-viuyLxjgvE .navbar.opened {
    height: auto;
  }
  .cid-viuyLxjgvE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuyLy9PXl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuyLz8iK3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuyLz8iK3 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuyLzS6Xc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuyLzS6Xc .image-block {
  margin: auto;
}
.cid-viuyLzS6Xc figcaption {
  position: relative;
}
.cid-viuyLzS6Xc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuyLzS6Xc .image-block {
    width: 100% !important;
  }
}
.cid-viuyLAuWrm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuyLAuWrm .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viuyLAuWrm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuyLAuWrm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viuyLBb1uR {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuyLBb1uR .image-block {
  margin: auto;
}
.cid-viuyLBb1uR figcaption {
  position: relative;
}
.cid-viuyLBb1uR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuyLBb1uR .image-block {
    width: 100% !important;
  }
}
.cid-viuyLBLSgs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuyLBLSgs img {
  width: 120px;
  margin: auto;
}
.cid-viuyLBLSgs .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuyLBLSgs .card {
    max-width: 12.5%;
  }
}
.cid-viuyLCyxC3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuyLCyxC3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuyLCyxC3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuyLCyxC3 .row {
    text-align: center;
  }
  .cid-viuyLCyxC3 .row > div {
    margin: auto;
  }
  .cid-viuyLCyxC3 .social-row {
    justify-content: center;
  }
}
.cid-viuyLCyxC3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuyLCyxC3 .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuyLCyxC3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuyLCyxC3 .list {
    margin-bottom: 0rem;
  }
}
.cid-viuyLCyxC3 .mbr-text {
  color: #ffffff;
}
.cid-viuyLCyxC3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuyLCyxC3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuyLCyxC3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuyLCyxC3 H5 {
  color: #ff9966;
}
.cid-viuyLCyxC3 .copyright {
  color: #ffffff;
}
.cid-viuyYI9z2B {
  z-index: 1000;
  width: 100%;
}
.cid-viuyYI9z2B nav.navbar {
  position: fixed;
}
.cid-viuyYI9z2B .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-viuyYI9z2B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuyYI9z2B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuyYI9z2B .dropdown-item:hover,
.cid-viuyYI9z2B .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuyYI9z2B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuyYI9z2B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuyYI9z2B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuyYI9z2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuyYI9z2B .nav-link {
  position: relative;
}
.cid-viuyYI9z2B .container {
  display: flex;
  margin: auto;
}
.cid-viuyYI9z2B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuyYI9z2B .dropdown-menu,
.cid-viuyYI9z2B .navbar.opened {
  background: #123778 !important;
}
.cid-viuyYI9z2B .nav-item:focus,
.cid-viuyYI9z2B .nav-link:focus {
  outline: none;
}
.cid-viuyYI9z2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuyYI9z2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuyYI9z2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuyYI9z2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuyYI9z2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuyYI9z2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuyYI9z2B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuyYI9z2B .navbar.opened {
  transition: all 0.3s;
}
.cid-viuyYI9z2B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuyYI9z2B .navbar .navbar-logo img {
  width: auto;
}
.cid-viuyYI9z2B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuyYI9z2B .navbar.collapsed {
  justify-content: center;
}
.cid-viuyYI9z2B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuyYI9z2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuyYI9z2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuyYI9z2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuyYI9z2B .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-viuyYI9z2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuyYI9z2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuyYI9z2B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuyYI9z2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuyYI9z2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuyYI9z2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuyYI9z2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuyYI9z2B .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-viuyYI9z2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuyYI9z2B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuyYI9z2B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuyYI9z2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuyYI9z2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuyYI9z2B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuyYI9z2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuyYI9z2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuyYI9z2B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuyYI9z2B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuyYI9z2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuyYI9z2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuyYI9z2B .dropdown-item.active,
.cid-viuyYI9z2B .dropdown-item:active {
  background-color: transparent;
}
.cid-viuyYI9z2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuyYI9z2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuyYI9z2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuyYI9z2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuyYI9z2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuyYI9z2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuyYI9z2B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuyYI9z2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuyYI9z2B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuyYI9z2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuyYI9z2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuyYI9z2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuyYI9z2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuyYI9z2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuyYI9z2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuyYI9z2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuyYI9z2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuyYI9z2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuyYI9z2B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuyYI9z2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuyYI9z2B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuyYI9z2B .navbar {
    height: 70px;
  }
  .cid-viuyYI9z2B .navbar.opened {
    height: auto;
  }
  .cid-viuyYI9z2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuyYJ6GY6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuyYK37NJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuyYK37NJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuyYKKd0u {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuyYKKd0u .image-block {
  margin: auto;
}
.cid-viuyYKKd0u figcaption {
  position: relative;
}
.cid-viuyYKKd0u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuyYKKd0u .image-block {
    width: 100% !important;
  }
}
.cid-viuyYLltRR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuyYLltRR .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-viuyYLltRR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viuyYLltRR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viuyYM0jqY {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuyYM0jqY .image-block {
  margin: auto;
}
.cid-viuyYM0jqY figcaption {
  position: relative;
}
.cid-viuyYM0jqY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuyYM0jqY .image-block {
    width: 100% !important;
  }
}
.cid-viuyYMARzb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuyYMARzb img {
  width: 120px;
  margin: auto;
}
.cid-viuyYMARzb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuyYMARzb .card {
    max-width: 12.5%;
  }
}
.cid-viuyYNlkt2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuyYNlkt2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuyYNlkt2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuyYNlkt2 .row {
    text-align: center;
  }
  .cid-viuyYNlkt2 .row > div {
    margin: auto;
  }
  .cid-viuyYNlkt2 .social-row {
    justify-content: center;
  }
}
.cid-viuyYNlkt2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuyYNlkt2 .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuyYNlkt2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuyYNlkt2 .list {
    margin-bottom: 0rem;
  }
}
.cid-viuyYNlkt2 .mbr-text {
  color: #ffffff;
}
.cid-viuyYNlkt2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuyYNlkt2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuyYNlkt2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuyYNlkt2 H5 {
  color: #ff9966;
}
.cid-viuyYNlkt2 .copyright {
  color: #ffffff;
}
.cid-viuz6QCTU9 {
  z-index: 1000;
  width: 100%;
}
.cid-viuz6QCTU9 nav.navbar {
  position: fixed;
}
.cid-viuz6QCTU9 .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-viuz6QCTU9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viuz6QCTU9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viuz6QCTU9 .dropdown-item:hover,
.cid-viuz6QCTU9 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-viuz6QCTU9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viuz6QCTU9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viuz6QCTU9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viuz6QCTU9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viuz6QCTU9 .nav-link {
  position: relative;
}
.cid-viuz6QCTU9 .container {
  display: flex;
  margin: auto;
}
.cid-viuz6QCTU9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viuz6QCTU9 .dropdown-menu,
.cid-viuz6QCTU9 .navbar.opened {
  background: #123778 !important;
}
.cid-viuz6QCTU9 .nav-item:focus,
.cid-viuz6QCTU9 .nav-link:focus {
  outline: none;
}
.cid-viuz6QCTU9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viuz6QCTU9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viuz6QCTU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viuz6QCTU9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viuz6QCTU9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viuz6QCTU9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viuz6QCTU9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(18, 55, 120, 0.5);
}
.cid-viuz6QCTU9 .navbar.opened {
  transition: all 0.3s;
}
.cid-viuz6QCTU9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viuz6QCTU9 .navbar .navbar-logo img {
  width: auto;
}
.cid-viuz6QCTU9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viuz6QCTU9 .navbar.collapsed {
  justify-content: center;
}
.cid-viuz6QCTU9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viuz6QCTU9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-viuz6QCTU9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viuz6QCTU9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viuz6QCTU9 .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-viuz6QCTU9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viuz6QCTU9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viuz6QCTU9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viuz6QCTU9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viuz6QCTU9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viuz6QCTU9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viuz6QCTU9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viuz6QCTU9 .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-viuz6QCTU9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viuz6QCTU9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viuz6QCTU9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viuz6QCTU9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-viuz6QCTU9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viuz6QCTU9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viuz6QCTU9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-viuz6QCTU9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-viuz6QCTU9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viuz6QCTU9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viuz6QCTU9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viuz6QCTU9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viuz6QCTU9 .dropdown-item.active,
.cid-viuz6QCTU9 .dropdown-item:active {
  background-color: transparent;
}
.cid-viuz6QCTU9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viuz6QCTU9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viuz6QCTU9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viuz6QCTU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #123778;
}
.cid-viuz6QCTU9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viuz6QCTU9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viuz6QCTU9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viuz6QCTU9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viuz6QCTU9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viuz6QCTU9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-viuz6QCTU9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viuz6QCTU9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuz6QCTU9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viuz6QCTU9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viuz6QCTU9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuz6QCTU9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viuz6QCTU9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viuz6QCTU9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viuz6QCTU9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viuz6QCTU9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viuz6QCTU9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viuz6QCTU9 .navbar {
    height: 70px;
  }
  .cid-viuz6QCTU9 .navbar.opened {
    height: auto;
  }
  .cid-viuz6QCTU9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viuz6RwEj9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/baner-ok-1920x868.jpg");
}
.cid-viuz6RYt3l {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viuz6RYt3l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viuz6SrFrw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-viuz6SrFrw .image-block {
  margin: auto;
}
.cid-viuz6SrFrw figcaption {
  position: relative;
}
.cid-viuz6SrFrw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuz6SrFrw .image-block {
    width: 100% !important;
  }
}
.cid-viuzPAEJb8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-viuzPAEJb8 .image-block {
  margin: auto;
}
.cid-viuzPAEJb8 figcaption {
  position: relative;
}
.cid-viuzPAEJb8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuzPAEJb8 .image-block {
    width: 100% !important;
  }
}
.cid-viuz6TOe1E {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-viuz6TOe1E .image-block {
  margin: auto;
}
.cid-viuz6TOe1E figcaption {
  position: relative;
}
.cid-viuz6TOe1E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-viuz6TOe1E .image-block {
    width: 100% !important;
  }
}
.cid-viuz6Uswfw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viuz6Uswfw img {
  width: 120px;
  margin: auto;
}
.cid-viuz6Uswfw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viuz6Uswfw .card {
    max-width: 12.5%;
  }
}
.cid-viuz6Vd6UF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #123778;
}
.cid-viuz6Vd6UF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viuz6Vd6UF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viuz6Vd6UF .row {
    text-align: center;
  }
  .cid-viuz6Vd6UF .row > div {
    margin: auto;
  }
  .cid-viuz6Vd6UF .social-row {
    justify-content: center;
  }
}
.cid-viuz6Vd6UF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viuz6Vd6UF .list {
  list-style: none;
  padding-left: 0;
  color: #4479d9;
}
@media (max-width: 991px) {
  .cid-viuz6Vd6UF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viuz6Vd6UF .list {
    margin-bottom: 0rem;
  }
}
.cid-viuz6Vd6UF .mbr-text {
  color: #ffffff;
}
.cid-viuz6Vd6UF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viuz6Vd6UF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viuz6Vd6UF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viuz6Vd6UF H5 {
  color: #ff9966;
}
.cid-viuz6Vd6UF .copyright {
  color: #ffffff;
}
