.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.544rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.93rem;
}
.display-2 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.44rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-4 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-7 {
  font-family: 'Noto Kufi Arabic', 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: 1.2352rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.0808rem;
    font-size: calc( 1.1904rem + (1.544 - 1.1904) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.1904rem + (1.544 - 1.1904) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-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: #11877f !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #13508a !important;
}
.bg-warning {
  background-color: #c5ae41 !important;
}
.bg-danger {
  background-color: #b6ffec !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #11877f !important;
  border-color: #11877f !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: #073a37 !important;
  border-color: #073a37 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073a37 !important;
  border-color: #073a37 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #183959 !important;
  border-color: #183959 !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: #060d15 !important;
  border-color: #060d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #060d15 !important;
  border-color: #060d15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #13508a !important;
  border-color: #13508a !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: #09243e !important;
  border-color: #09243e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #09243e !important;
  border-color: #09243e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ae41 !important;
  border-color: #c5ae41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #867629 !important;
  border-color: #867629 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #867629 !important;
  border-color: #867629 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b6ffec !important;
  border-color: #b6ffec !important;
  color: #00b687 !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: #005f46 !important;
  background-color: #5fffd5 !important;
  border-color: #5fffd5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00b687 !important;
  background-color: #5fffd5 !important;
  border-color: #5fffd5 !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: #11877f;
  color: #11877f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #073a37 !important;
  background-color: transparent!important;
  border-color: #073a37 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11877f !important;
  border-color: #11877f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #183959;
  color: #183959;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #060d15 !important;
  background-color: transparent!important;
  border-color: #060d15 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #183959 !important;
  border-color: #183959 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #13508a;
  color: #13508a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09243e !important;
  background-color: transparent!important;
  border-color: #09243e !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #13508a !important;
  border-color: #13508a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ae41;
  color: #c5ae41;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #867629 !important;
  background-color: transparent!important;
  border-color: #867629 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ae41 !important;
  border-color: #c5ae41 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b6ffec;
  color: #b6ffec;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5fffd5 !important;
  background-color: transparent!important;
  border-color: #5fffd5 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #00b687 !important;
  background-color: #b6ffec !important;
  border-color: #b6ffec !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: #11877f !important;
}
.text-secondary {
  color: #183959 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #13508a !important;
}
.text-warning {
  color: #c5ae41 !important;
}
.text-danger {
  color: #b6ffec !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #062c2a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020609 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #071c30 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7b6c25 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #50ffd1 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #11877f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #13508a;
}
.alert-warning {
  background-color: #c5ae41;
}
.alert-danger {
  background-color: #b6ffec;
}
.mbr-gallery-filter li.active .btn {
  background-color: #11877f;
  border-color: #11877f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #11877f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #32e5d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3990e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3d8a3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #11877f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #11877f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #11877f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #11877f;
}
.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: #11877f;
  border-bottom-color: #11877f;
}
.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: #11877f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #183959 !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='%2311877f' %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-vboeHneV5g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vboeHneV5g nav.navbar {
  position: fixed;
}
.cid-vboeHneV5g .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-vboeHneV5g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vboeHneV5g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vboeHneV5g .dropdown-item:hover,
.cid-vboeHneV5g .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vboeHneV5g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vboeHneV5g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vboeHneV5g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vboeHneV5g .nav-link {
  position: relative;
}
.cid-vboeHneV5g .container {
  display: flex;
  margin: auto;
}
.cid-vboeHneV5g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vboeHneV5g .dropdown-menu,
.cid-vboeHneV5g .navbar.opened {
  background: #ffffff !important;
}
.cid-vboeHneV5g .nav-item:focus,
.cid-vboeHneV5g .nav-link:focus {
  outline: none;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vboeHneV5g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vboeHneV5g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vboeHneV5g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vboeHneV5g .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vboeHneV5g .navbar.opened {
  transition: all 0.3s;
}
.cid-vboeHneV5g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vboeHneV5g .navbar .navbar-logo img {
  width: auto;
}
.cid-vboeHneV5g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vboeHneV5g .navbar.collapsed {
  justify-content: center;
}
.cid-vboeHneV5g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vboeHneV5g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vboeHneV5g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vboeHneV5g .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-vboeHneV5g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vboeHneV5g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vboeHneV5g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vboeHneV5g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vboeHneV5g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vboeHneV5g .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-vboeHneV5g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vboeHneV5g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vboeHneV5g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vboeHneV5g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vboeHneV5g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vboeHneV5g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vboeHneV5g .navbar.navbar-short {
  min-height: 60px;
}
.cid-vboeHneV5g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vboeHneV5g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vboeHneV5g .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vboeHneV5g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vboeHneV5g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vboeHneV5g .dropdown-item.active,
.cid-vboeHneV5g .dropdown-item:active {
  background-color: transparent;
}
.cid-vboeHneV5g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vboeHneV5g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vboeHneV5g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vboeHneV5g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vboeHneV5g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vboeHneV5g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vboeHneV5g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vboeHneV5g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vboeHneV5g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vboeHneV5g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vboeHneV5g .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vboeHneV5g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vboeHneV5g .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-vboeHneV5g .navbar {
    height: 70px;
  }
  .cid-vboeHneV5g .navbar.opened {
    height: auto;
  }
  .cid-vboeHneV5g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vboeHneV5g .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vboeHneV5g .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vboeHneV5g .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlAKwLGbN {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  background: #13508a;
}
.cid-vdlAKwLGbN .mbr-section-subtitle {
  text-align: center;
}
.cid-vdlAKwLGbN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdlAKwLGbN p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vdlAKwLGbN .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vdlAxYOSpU {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vdlAxYOSpU img,
.cid-vdlAxYOSpU .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vdlAxYOSpU .item:focus,
.cid-vdlAxYOSpU span:focus {
  outline: none;
}
.cid-vdlAxYOSpU .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vdlAxYOSpU .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vdlAxYOSpU .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vdlAxYOSpU .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vdlAxYOSpU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vdlAxYOSpU .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vdlAxYOSpU .mbr-text,
.cid-vdlAxYOSpU .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vdlAxYOSpU .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.4rem;
  width: auto;
  background-color: #184a6e;
  border-bottom: solid 4pX #27a5ac;
}
.cid-vdlAxYOSpU b,
.cid-vdlAxYOSpU strong {
  color: #118a7c !important;
}
.cid-vdlAxYOSpU .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vdlAxYOSpU .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlAxYOSpU .btn-primary-outline {
  color: #274c6a;
}
.cid-vdlAxYOSpU .display-7 {
  margin-bottom: 0rem;
}
.cid-vdlAxYOSpU h5 {
  margin-bottom: 0rem;
}
.cid-vdlAxYOSpU .mt-1 {
  margin-top: 0rem !important;
}
.cid-vdlAxYOSpU .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vdlAxYOSpU .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vdlAxYOSpU .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vdlAxYOSpU .item-content {
  padding: 0rem !important;
}
.cid-vdlAxYOSpU .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vdlAxYOSpU .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vdlAxYOSpU .mbr-section-head {
  background: linear-gradient(90deg, #ffffff 0%, #f3f9f9 20%, #f3f9f9 80%, #ffffff 100%);
  border-top: solid 1px #c3dbdd;
  border-bottom: solid 1px #c3dbdd;
}
.cid-vdlAxYOSpU .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vdlAxYOSpU .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vdlAxYOSpU .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vdlAxYOSpU .item-title {
    font-size: 0.9rem;
  }
  .cid-vdlAxYOSpU .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vdlAxYOSpU .display-2 {
    font-size: 1.1rem;
  }
  .cid-vdlAxYOSpU img,
  .cid-vdlAxYOSpU .item-img {
    height: 160px;
  }
  .cid-vdlAxYOSpU .align-left {
    font-size: 0.844rem;
  }
  .cid-vdlAxYOSpU .align-right {
    font-size: 0.844rem;
  }
}
.cid-vdlAxYOSpU .align-left {
  float: left;
  color: #4c7dc7;
  font-weight: 600;
}
.cid-vdlAxYOSpU .align-right {
  float: right;
  color: #4c7dc7;
  font-weight: 600;
}
.cid-vdlAxYOSpU .container1 {
  padding-bottom: 1.44rem;
}
.cid-v9BkgWYVsi {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v9BkgWYVsi .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vdlCHMzYJp {
  direction: rtl;
}
.cid-vdlCHMzYJp .modal-dialog {
  height: auto;
}
.cid-vdlCHMzYJp .hidden {
  display: none;
}
.cid-vdlCHMzYJp .btn {
  padding: 0.544rem 0.44rem;
  border-width: 1px;
  margin: 0.3rem 0.3rem;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
  border-color: #b8b8b8;
  color: #464646;
  width: 45%;
  justify-content: right;
  font-size: 0.744rem;
}
.cid-vdlCHMzYJp strong {
  color: #179685;
}
.cid-vdlCHMzYJp H5 {
  text-align: left;
  color: #ffffff;
}
.cid-vdlCHMzYJp .modal-header {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vdlCHMzYJp a {
  color: #ffffff;
  font-size: 1.7rem;
}
.cid-vf4M6EA8g8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vf4M6EA8g8 nav.navbar {
  position: fixed;
}
.cid-vf4M6EA8g8 .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-vf4M6EA8g8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vf4M6EA8g8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vf4M6EA8g8 .dropdown-item:hover,
.cid-vf4M6EA8g8 .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vf4M6EA8g8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf4M6EA8g8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf4M6EA8g8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf4M6EA8g8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf4M6EA8g8 .nav-link {
  position: relative;
}
.cid-vf4M6EA8g8 .container {
  display: flex;
  margin: auto;
}
.cid-vf4M6EA8g8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vf4M6EA8g8 .dropdown-menu,
.cid-vf4M6EA8g8 .navbar.opened {
  background: #ffffff !important;
}
.cid-vf4M6EA8g8 .nav-item:focus,
.cid-vf4M6EA8g8 .nav-link:focus {
  outline: none;
}
.cid-vf4M6EA8g8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf4M6EA8g8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf4M6EA8g8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf4M6EA8g8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf4M6EA8g8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf4M6EA8g8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf4M6EA8g8 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vf4M6EA8g8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vf4M6EA8g8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vf4M6EA8g8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vf4M6EA8g8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf4M6EA8g8 .navbar.collapsed {
  justify-content: center;
}
.cid-vf4M6EA8g8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf4M6EA8g8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf4M6EA8g8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vf4M6EA8g8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf4M6EA8g8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf4M6EA8g8 .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-vf4M6EA8g8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf4M6EA8g8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf4M6EA8g8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf4M6EA8g8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf4M6EA8g8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf4M6EA8g8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf4M6EA8g8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf4M6EA8g8 .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-vf4M6EA8g8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf4M6EA8g8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf4M6EA8g8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vf4M6EA8g8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vf4M6EA8g8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf4M6EA8g8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf4M6EA8g8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf4M6EA8g8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vf4M6EA8g8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf4M6EA8g8 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf4M6EA8g8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vf4M6EA8g8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf4M6EA8g8 .dropdown-item.active,
.cid-vf4M6EA8g8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf4M6EA8g8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf4M6EA8g8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf4M6EA8g8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf4M6EA8g8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vf4M6EA8g8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf4M6EA8g8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf4M6EA8g8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf4M6EA8g8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vf4M6EA8g8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vf4M6EA8g8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vf4M6EA8g8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf4M6EA8g8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4M6EA8g8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4M6EA8g8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf4M6EA8g8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4M6EA8g8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf4M6EA8g8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf4M6EA8g8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4M6EA8g8 .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vf4M6EA8g8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf4M6EA8g8 .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-vf4M6EA8g8 .navbar {
    height: 70px;
  }
  .cid-vf4M6EA8g8 .navbar.opened {
    height: auto;
  }
  .cid-vf4M6EA8g8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf4M6EA8g8 .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vf4M6EA8g8 .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vf4M6EA8g8 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vf4M6FOQlT {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vf4M6FOQlT .mbr-section-subtitle {
  text-align: center;
}
.cid-vf4M6FOQlT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf4M6FOQlT p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vf4M6FOQlT .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vf4M6GLeSH {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vf4M6GLeSH .mbr-section-subtitle {
  text-align: center;
}
.cid-vf4M6GLeSH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf4M6GLeSH p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vf4M6GLeSH .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vf4M6GLeSH {
    padding-top: 0.544rem !important;
  }
}
.cid-vf4M6GLeSH .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vf4M6GLeSH .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vf4M6HDfFh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vf4M6HDfFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4M6HDfFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4M6HDfFh .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vf4M6HDfFh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vf4M6HDfFh .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vf4M6HDfFh .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vf4M6HDfFh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vf4M6HDfFh .content-wrapper {
    padding: 5rem;
  }
  .cid-vf4M6HDfFh .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vf4M6HDfFh .col-md-4 {
    width: 76% !important;
  }
}
.cid-vf4M6HDfFh .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vf4M6HDfFh {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vf4M6HDfFh .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vf4M6HDfFh .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vf4M6HDfFh .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vf4M6HDfFh img,
  .cid-vf4M6HDfFh iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vf4M6HDfFh .container {
    padding: 0rem !important;
  }
  .cid-vf4M6HDfFh .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vf4M6HDfFh .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vf4M6HDfFh {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vf4M6HDfFh .col-md {
    flex: 1 0 auto;
  }
  .cid-vf4M6HDfFh .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vf4M6HDfFh .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vf4M6HDfFh .image-wrapper {
    padding: 0rem;
  }
  .cid-vf4M6HDfFh .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vf4M6HDfFh .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vf4M6HDfFh img,
  .cid-vf4M6HDfFh iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vf4M6HDfFh .mbr-text,
  .cid-vf4M6HDfFh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vf4M6HDfFh .card-title {
    text-align: center !important;
  }
  .cid-vf4M6HDfFh b,
  .cid-vf4M6HDfFh strong {
    font-size: 1.22rem;
  }
  .cid-vf4M6HDfFh .display-2 {
    font-size: 1rem;
  }
  .cid-vf4M6HDfFh .display-5 {
    line-height: 1;
  }
}
.cid-vf4M6HDfFh .mbr-text,
.cid-vf4M6HDfFh .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vf4M6HDfFh .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vf4M6HDfFh p {
  margin-bottom: 0rem;
}
.cid-vf4M6HDfFh .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vf4M6HDfFh .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vf4M6HDfFh .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vf4M6HDfFh .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikXU36VWA {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikXU36VWA img,
.cid-vikXU36VWA .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikXU36VWA .item:focus,
.cid-vikXU36VWA span:focus {
  outline: none;
}
.cid-vikXU36VWA .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikXU36VWA .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikXU36VWA .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikXU36VWA .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikXU36VWA .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikXU36VWA .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikXU36VWA .mbr-text,
.cid-vikXU36VWA .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikXU36VWA .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikXU36VWA b,
.cid-vikXU36VWA strong {
  color: #118a7c !important;
}
.cid-vikXU36VWA .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikXU36VWA .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikXU36VWA .btn-primary-outline {
  color: #274c6a;
}
.cid-vikXU36VWA .display-7 {
  margin-bottom: 0rem;
}
.cid-vikXU36VWA h5 {
  margin-bottom: 0rem;
}
.cid-vikXU36VWA .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikXU36VWA .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikXU36VWA .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikXU36VWA .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikXU36VWA .item-content {
  padding: 0rem !important;
}
.cid-vikXU36VWA .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikXU36VWA .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikXU36VWA .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikXU36VWA .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikXU36VWA .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikXU36VWA .item-title {
    font-size: 0.9rem;
  }
  .cid-vikXU36VWA .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikXU36VWA .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikXU36VWA img,
  .cid-vikXU36VWA .item-img {
    height: 160px;
  }
}
.cid-vikXU36VWA .container1 {
  padding-bottom: 1.44rem;
}
.cid-vf4M6IZ9nC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vf4M6IZ9nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4M6IZ9nC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vf4M6IZ9nC .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vf4M6IZ9nC .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vf4M6IZ9nC .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vf4M6IZ9nC .row {
  flex-direction: row-reverse;
}
.cid-vf4M6IZ9nC img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vf4M6IZ9nC .col-12 {
  padding: 0rem;
}
.cid-vf4M6JV09u {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf4M6JV09u .mbr-section-subtitle {
  text-align: center;
}
.cid-vf4M6JV09u .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vf4M6KQkxD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vf4M6KQkxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4M6KQkxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vf4M6KQkxD img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vf4M6KQkxD .row {
  flex-direction: row-reverse;
}
.cid-vf4M6KQkxD img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vf4M6KQkxD .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vf4M6MnOW4 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vf4M6MnOW4 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikSTEUvGH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikSTEUvGH nav.navbar {
  position: fixed;
}
.cid-vikSTEUvGH .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-vikSTEUvGH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikSTEUvGH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikSTEUvGH .dropdown-item:hover,
.cid-vikSTEUvGH .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikSTEUvGH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikSTEUvGH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikSTEUvGH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikSTEUvGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikSTEUvGH .nav-link {
  position: relative;
}
.cid-vikSTEUvGH .container {
  display: flex;
  margin: auto;
}
.cid-vikSTEUvGH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikSTEUvGH .dropdown-menu,
.cid-vikSTEUvGH .navbar.opened {
  background: #ffffff !important;
}
.cid-vikSTEUvGH .nav-item:focus,
.cid-vikSTEUvGH .nav-link:focus {
  outline: none;
}
.cid-vikSTEUvGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikSTEUvGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikSTEUvGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikSTEUvGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikSTEUvGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikSTEUvGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikSTEUvGH .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikSTEUvGH .navbar.opened {
  transition: all 0.3s;
}
.cid-vikSTEUvGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikSTEUvGH .navbar .navbar-logo img {
  width: auto;
}
.cid-vikSTEUvGH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikSTEUvGH .navbar.collapsed {
  justify-content: center;
}
.cid-vikSTEUvGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikSTEUvGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikSTEUvGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikSTEUvGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikSTEUvGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikSTEUvGH .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-vikSTEUvGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikSTEUvGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikSTEUvGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikSTEUvGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikSTEUvGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikSTEUvGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikSTEUvGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikSTEUvGH .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-vikSTEUvGH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikSTEUvGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikSTEUvGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikSTEUvGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikSTEUvGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikSTEUvGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikSTEUvGH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikSTEUvGH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikSTEUvGH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikSTEUvGH .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikSTEUvGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikSTEUvGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikSTEUvGH .dropdown-item.active,
.cid-vikSTEUvGH .dropdown-item:active {
  background-color: transparent;
}
.cid-vikSTEUvGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikSTEUvGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikSTEUvGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikSTEUvGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikSTEUvGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikSTEUvGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikSTEUvGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikSTEUvGH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikSTEUvGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikSTEUvGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikSTEUvGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikSTEUvGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikSTEUvGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikSTEUvGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikSTEUvGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikSTEUvGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikSTEUvGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikSTEUvGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikSTEUvGH .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikSTEUvGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikSTEUvGH .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-vikSTEUvGH .navbar {
    height: 70px;
  }
  .cid-vikSTEUvGH .navbar.opened {
    height: auto;
  }
  .cid-vikSTEUvGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikSTEUvGH .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikSTEUvGH .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikSTEUvGH .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikSTFV2Rf {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikSTFV2Rf .mbr-section-subtitle {
  text-align: center;
}
.cid-vikSTFV2Rf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikSTFV2Rf p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikSTFV2Rf .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikSTGz1tN {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikSTGz1tN .mbr-section-subtitle {
  text-align: center;
}
.cid-vikSTGz1tN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikSTGz1tN p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikSTGz1tN .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikSTGz1tN {
    padding-top: 0.544rem !important;
  }
}
.cid-vikSTGz1tN .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikSTGz1tN .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikSTHaSAY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikSTHaSAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikSTHaSAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikSTHaSAY .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikSTHaSAY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikSTHaSAY .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikSTHaSAY .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikSTHaSAY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikSTHaSAY .content-wrapper {
    padding: 5rem;
  }
  .cid-vikSTHaSAY .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikSTHaSAY .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikSTHaSAY .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikSTHaSAY {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikSTHaSAY .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikSTHaSAY .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikSTHaSAY .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikSTHaSAY img,
  .cid-vikSTHaSAY iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikSTHaSAY .container {
    padding: 0rem !important;
  }
  .cid-vikSTHaSAY .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikSTHaSAY .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikSTHaSAY {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikSTHaSAY .col-md {
    flex: 1 0 auto;
  }
  .cid-vikSTHaSAY .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikSTHaSAY .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikSTHaSAY .image-wrapper {
    padding: 0rem;
  }
  .cid-vikSTHaSAY .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikSTHaSAY .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikSTHaSAY img,
  .cid-vikSTHaSAY iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikSTHaSAY .mbr-text,
  .cid-vikSTHaSAY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikSTHaSAY .card-title {
    text-align: center !important;
  }
  .cid-vikSTHaSAY b,
  .cid-vikSTHaSAY strong {
    font-size: 1.22rem;
  }
  .cid-vikSTHaSAY .display-2 {
    font-size: 1rem;
  }
  .cid-vikSTHaSAY .display-5 {
    line-height: 1;
  }
}
.cid-vikSTHaSAY .mbr-text,
.cid-vikSTHaSAY .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikSTHaSAY .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikSTHaSAY p {
  margin-bottom: 0rem;
}
.cid-vikSTHaSAY .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikSTHaSAY .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikSTHaSAY .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikSTHaSAY .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikYZVVfdj {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikYZVVfdj img,
.cid-vikYZVVfdj .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikYZVVfdj .item:focus,
.cid-vikYZVVfdj span:focus {
  outline: none;
}
.cid-vikYZVVfdj .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikYZVVfdj .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikYZVVfdj .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikYZVVfdj .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikYZVVfdj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikYZVVfdj .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikYZVVfdj .mbr-text,
.cid-vikYZVVfdj .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikYZVVfdj .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikYZVVfdj b,
.cid-vikYZVVfdj strong {
  color: #118a7c !important;
}
.cid-vikYZVVfdj .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikYZVVfdj .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikYZVVfdj .btn-primary-outline {
  color: #274c6a;
}
.cid-vikYZVVfdj .display-7 {
  margin-bottom: 0rem;
}
.cid-vikYZVVfdj h5 {
  margin-bottom: 0rem;
}
.cid-vikYZVVfdj .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikYZVVfdj .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikYZVVfdj .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikYZVVfdj .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikYZVVfdj .item-content {
  padding: 0rem !important;
}
.cid-vikYZVVfdj .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikYZVVfdj .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikYZVVfdj .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikYZVVfdj .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikYZVVfdj .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikYZVVfdj .item-title {
    font-size: 0.9rem;
  }
  .cid-vikYZVVfdj .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikYZVVfdj .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikYZVVfdj img,
  .cid-vikYZVVfdj .item-img {
    height: 160px;
  }
}
.cid-vikYZVVfdj .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikSTKAMGP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikSTKAMGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikSTKAMGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikSTKAMGP .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikSTKAMGP .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikSTKAMGP .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikSTKAMGP .row {
  flex-direction: row-reverse;
}
.cid-vikSTKAMGP img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikSTKAMGP .col-12 {
  padding: 0rem;
}
.cid-vikSTLuW60 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikSTLuW60 .mbr-section-subtitle {
  text-align: center;
}
.cid-vikSTLuW60 .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikSTM3cGz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikSTM3cGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikSTM3cGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikSTM3cGz img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikSTM3cGz .row {
  flex-direction: row-reverse;
}
.cid-vikSTM3cGz img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikSTM3cGz .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikSTN6ohA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikSTN6ohA .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikTy8ZpVb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikTy8ZpVb nav.navbar {
  position: fixed;
}
.cid-vikTy8ZpVb .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-vikTy8ZpVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikTy8ZpVb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikTy8ZpVb .dropdown-item:hover,
.cid-vikTy8ZpVb .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikTy8ZpVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikTy8ZpVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikTy8ZpVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikTy8ZpVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikTy8ZpVb .nav-link {
  position: relative;
}
.cid-vikTy8ZpVb .container {
  display: flex;
  margin: auto;
}
.cid-vikTy8ZpVb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikTy8ZpVb .dropdown-menu,
.cid-vikTy8ZpVb .navbar.opened {
  background: #ffffff !important;
}
.cid-vikTy8ZpVb .nav-item:focus,
.cid-vikTy8ZpVb .nav-link:focus {
  outline: none;
}
.cid-vikTy8ZpVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikTy8ZpVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikTy8ZpVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikTy8ZpVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikTy8ZpVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikTy8ZpVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikTy8ZpVb .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikTy8ZpVb .navbar.opened {
  transition: all 0.3s;
}
.cid-vikTy8ZpVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikTy8ZpVb .navbar .navbar-logo img {
  width: auto;
}
.cid-vikTy8ZpVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikTy8ZpVb .navbar.collapsed {
  justify-content: center;
}
.cid-vikTy8ZpVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikTy8ZpVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikTy8ZpVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikTy8ZpVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikTy8ZpVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikTy8ZpVb .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-vikTy8ZpVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikTy8ZpVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikTy8ZpVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikTy8ZpVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikTy8ZpVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikTy8ZpVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikTy8ZpVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikTy8ZpVb .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-vikTy8ZpVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikTy8ZpVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikTy8ZpVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikTy8ZpVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikTy8ZpVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikTy8ZpVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikTy8ZpVb .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikTy8ZpVb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikTy8ZpVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikTy8ZpVb .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikTy8ZpVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikTy8ZpVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikTy8ZpVb .dropdown-item.active,
.cid-vikTy8ZpVb .dropdown-item:active {
  background-color: transparent;
}
.cid-vikTy8ZpVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikTy8ZpVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikTy8ZpVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikTy8ZpVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikTy8ZpVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikTy8ZpVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikTy8ZpVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikTy8ZpVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikTy8ZpVb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikTy8ZpVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikTy8ZpVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikTy8ZpVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikTy8ZpVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikTy8ZpVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikTy8ZpVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikTy8ZpVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikTy8ZpVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikTy8ZpVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikTy8ZpVb .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikTy8ZpVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikTy8ZpVb .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-vikTy8ZpVb .navbar {
    height: 70px;
  }
  .cid-vikTy8ZpVb .navbar.opened {
    height: auto;
  }
  .cid-vikTy8ZpVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikTy8ZpVb .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikTy8ZpVb .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikTy8ZpVb .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikTya1KBS {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikTya1KBS .mbr-section-subtitle {
  text-align: center;
}
.cid-vikTya1KBS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikTya1KBS p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikTya1KBS .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikTyaDp95 {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikTyaDp95 .mbr-section-subtitle {
  text-align: center;
}
.cid-vikTyaDp95 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikTyaDp95 p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikTyaDp95 .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikTyaDp95 {
    padding-top: 0.544rem !important;
  }
}
.cid-vikTyaDp95 .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikTyaDp95 .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikTyb65nr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikTyb65nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikTyb65nr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikTyb65nr .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikTyb65nr .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikTyb65nr .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikTyb65nr .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikTyb65nr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikTyb65nr .content-wrapper {
    padding: 5rem;
  }
  .cid-vikTyb65nr .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikTyb65nr .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikTyb65nr .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikTyb65nr {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikTyb65nr .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikTyb65nr .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikTyb65nr .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikTyb65nr img,
  .cid-vikTyb65nr iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikTyb65nr .container {
    padding: 0rem !important;
  }
  .cid-vikTyb65nr .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikTyb65nr .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikTyb65nr {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikTyb65nr .col-md {
    flex: 1 0 auto;
  }
  .cid-vikTyb65nr .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikTyb65nr .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikTyb65nr .image-wrapper {
    padding: 0rem;
  }
  .cid-vikTyb65nr .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikTyb65nr .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikTyb65nr img,
  .cid-vikTyb65nr iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikTyb65nr .mbr-text,
  .cid-vikTyb65nr .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikTyb65nr .card-title {
    text-align: center !important;
  }
  .cid-vikTyb65nr b,
  .cid-vikTyb65nr strong {
    font-size: 1.22rem;
  }
  .cid-vikTyb65nr .display-2 {
    font-size: 1rem;
  }
  .cid-vikTyb65nr .display-5 {
    line-height: 1;
  }
}
.cid-vikTyb65nr .mbr-text,
.cid-vikTyb65nr .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikTyb65nr .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikTyb65nr p {
  margin-bottom: 0rem;
}
.cid-vikTyb65nr .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikTyb65nr .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikTyb65nr .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikTyb65nr .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ3aUNR3 {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZ3aUNR3 img,
.cid-vikZ3aUNR3 .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZ3aUNR3 .item:focus,
.cid-vikZ3aUNR3 span:focus {
  outline: none;
}
.cid-vikZ3aUNR3 .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZ3aUNR3 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZ3aUNR3 .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZ3aUNR3 .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZ3aUNR3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZ3aUNR3 .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZ3aUNR3 .mbr-text,
.cid-vikZ3aUNR3 .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZ3aUNR3 .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ3aUNR3 b,
.cid-vikZ3aUNR3 strong {
  color: #118a7c !important;
}
.cid-vikZ3aUNR3 .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZ3aUNR3 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ3aUNR3 .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZ3aUNR3 .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZ3aUNR3 h5 {
  margin-bottom: 0rem;
}
.cid-vikZ3aUNR3 .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZ3aUNR3 .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZ3aUNR3 .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZ3aUNR3 .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZ3aUNR3 .item-content {
  padding: 0rem !important;
}
.cid-vikZ3aUNR3 .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZ3aUNR3 .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZ3aUNR3 .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZ3aUNR3 .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZ3aUNR3 .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZ3aUNR3 .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZ3aUNR3 .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZ3aUNR3 .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZ3aUNR3 img,
  .cid-vikZ3aUNR3 .item-img {
    height: 160px;
  }
}
.cid-vikZ3aUNR3 .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikTydQNE9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikTydQNE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikTydQNE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikTydQNE9 .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikTydQNE9 .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikTydQNE9 .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikTydQNE9 .row {
  flex-direction: row-reverse;
}
.cid-vikTydQNE9 img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikTydQNE9 .col-12 {
  padding: 0rem;
}
.cid-vikTyeIKXs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikTyeIKXs .mbr-section-subtitle {
  text-align: center;
}
.cid-vikTyeIKXs .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikTyfn1IN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikTyfn1IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikTyfn1IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikTyfn1IN img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikTyfn1IN .row {
  flex-direction: row-reverse;
}
.cid-vikTyfn1IN img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikTyfn1IN .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikTygDdt4 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikTygDdt4 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikUbgSeoN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikUbgSeoN nav.navbar {
  position: fixed;
}
.cid-vikUbgSeoN .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-vikUbgSeoN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikUbgSeoN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikUbgSeoN .dropdown-item:hover,
.cid-vikUbgSeoN .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikUbgSeoN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikUbgSeoN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikUbgSeoN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikUbgSeoN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikUbgSeoN .nav-link {
  position: relative;
}
.cid-vikUbgSeoN .container {
  display: flex;
  margin: auto;
}
.cid-vikUbgSeoN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikUbgSeoN .dropdown-menu,
.cid-vikUbgSeoN .navbar.opened {
  background: #ffffff !important;
}
.cid-vikUbgSeoN .nav-item:focus,
.cid-vikUbgSeoN .nav-link:focus {
  outline: none;
}
.cid-vikUbgSeoN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikUbgSeoN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikUbgSeoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikUbgSeoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikUbgSeoN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikUbgSeoN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikUbgSeoN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikUbgSeoN .navbar.opened {
  transition: all 0.3s;
}
.cid-vikUbgSeoN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikUbgSeoN .navbar .navbar-logo img {
  width: auto;
}
.cid-vikUbgSeoN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikUbgSeoN .navbar.collapsed {
  justify-content: center;
}
.cid-vikUbgSeoN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikUbgSeoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikUbgSeoN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikUbgSeoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikUbgSeoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikUbgSeoN .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-vikUbgSeoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikUbgSeoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikUbgSeoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikUbgSeoN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikUbgSeoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikUbgSeoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikUbgSeoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikUbgSeoN .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-vikUbgSeoN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikUbgSeoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikUbgSeoN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikUbgSeoN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikUbgSeoN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikUbgSeoN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikUbgSeoN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikUbgSeoN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikUbgSeoN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikUbgSeoN .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikUbgSeoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikUbgSeoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikUbgSeoN .dropdown-item.active,
.cid-vikUbgSeoN .dropdown-item:active {
  background-color: transparent;
}
.cid-vikUbgSeoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikUbgSeoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikUbgSeoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikUbgSeoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikUbgSeoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikUbgSeoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikUbgSeoN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikUbgSeoN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikUbgSeoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikUbgSeoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikUbgSeoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikUbgSeoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikUbgSeoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikUbgSeoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikUbgSeoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikUbgSeoN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikUbgSeoN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikUbgSeoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikUbgSeoN .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikUbgSeoN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikUbgSeoN .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-vikUbgSeoN .navbar {
    height: 70px;
  }
  .cid-vikUbgSeoN .navbar.opened {
    height: auto;
  }
  .cid-vikUbgSeoN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikUbgSeoN .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikUbgSeoN .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikUbgSeoN .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikUbhXWPe {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikUbhXWPe .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUbhXWPe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikUbhXWPe p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikUbhXWPe .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikUbiB5J4 {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikUbiB5J4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUbiB5J4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikUbiB5J4 p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikUbiB5J4 .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikUbiB5J4 {
    padding-top: 0.544rem !important;
  }
}
.cid-vikUbiB5J4 .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikUbiB5J4 .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikUbj5h17 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikUbj5h17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUbj5h17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikUbj5h17 .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikUbj5h17 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikUbj5h17 .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikUbj5h17 .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikUbj5h17 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikUbj5h17 .content-wrapper {
    padding: 5rem;
  }
  .cid-vikUbj5h17 .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikUbj5h17 .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikUbj5h17 .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikUbj5h17 {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikUbj5h17 .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikUbj5h17 .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikUbj5h17 .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikUbj5h17 img,
  .cid-vikUbj5h17 iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikUbj5h17 .container {
    padding: 0rem !important;
  }
  .cid-vikUbj5h17 .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikUbj5h17 .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikUbj5h17 {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikUbj5h17 .col-md {
    flex: 1 0 auto;
  }
  .cid-vikUbj5h17 .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikUbj5h17 .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikUbj5h17 .image-wrapper {
    padding: 0rem;
  }
  .cid-vikUbj5h17 .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikUbj5h17 .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikUbj5h17 img,
  .cid-vikUbj5h17 iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikUbj5h17 .mbr-text,
  .cid-vikUbj5h17 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikUbj5h17 .card-title {
    text-align: center !important;
  }
  .cid-vikUbj5h17 b,
  .cid-vikUbj5h17 strong {
    font-size: 1.22rem;
  }
  .cid-vikUbj5h17 .display-2 {
    font-size: 1rem;
  }
  .cid-vikUbj5h17 .display-5 {
    line-height: 1;
  }
}
.cid-vikUbj5h17 .mbr-text,
.cid-vikUbj5h17 .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikUbj5h17 .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikUbj5h17 p {
  margin-bottom: 0rem;
}
.cid-vikUbj5h17 .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikUbj5h17 .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikUbj5h17 .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikUbj5h17 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ6NfeEr {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZ6NfeEr img,
.cid-vikZ6NfeEr .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZ6NfeEr .item:focus,
.cid-vikZ6NfeEr span:focus {
  outline: none;
}
.cid-vikZ6NfeEr .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZ6NfeEr .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZ6NfeEr .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZ6NfeEr .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZ6NfeEr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZ6NfeEr .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZ6NfeEr .mbr-text,
.cid-vikZ6NfeEr .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZ6NfeEr .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ6NfeEr b,
.cid-vikZ6NfeEr strong {
  color: #118a7c !important;
}
.cid-vikZ6NfeEr .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZ6NfeEr .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZ6NfeEr .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZ6NfeEr .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZ6NfeEr h5 {
  margin-bottom: 0rem;
}
.cid-vikZ6NfeEr .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZ6NfeEr .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZ6NfeEr .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZ6NfeEr .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZ6NfeEr .item-content {
  padding: 0rem !important;
}
.cid-vikZ6NfeEr .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZ6NfeEr .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZ6NfeEr .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZ6NfeEr .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZ6NfeEr .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZ6NfeEr .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZ6NfeEr .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZ6NfeEr .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZ6NfeEr img,
  .cid-vikZ6NfeEr .item-img {
    height: 160px;
  }
}
.cid-vikZ6NfeEr .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikUblBK3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikUblBK3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUblBK3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikUblBK3V .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikUblBK3V .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikUblBK3V .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikUblBK3V .row {
  flex-direction: row-reverse;
}
.cid-vikUblBK3V img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikUblBK3V .col-12 {
  padding: 0rem;
}
.cid-vikUbmBj9v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikUbmBj9v .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUbmBj9v .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikUbnhxoa {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikUbnhxoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUbnhxoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikUbnhxoa img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikUbnhxoa .row {
  flex-direction: row-reverse;
}
.cid-vikUbnhxoa img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikUbnhxoa .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikUboxXCp {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikUboxXCp .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikUSU74cF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikUSU74cF nav.navbar {
  position: fixed;
}
.cid-vikUSU74cF .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-vikUSU74cF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikUSU74cF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikUSU74cF .dropdown-item:hover,
.cid-vikUSU74cF .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikUSU74cF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikUSU74cF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikUSU74cF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikUSU74cF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikUSU74cF .nav-link {
  position: relative;
}
.cid-vikUSU74cF .container {
  display: flex;
  margin: auto;
}
.cid-vikUSU74cF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikUSU74cF .dropdown-menu,
.cid-vikUSU74cF .navbar.opened {
  background: #ffffff !important;
}
.cid-vikUSU74cF .nav-item:focus,
.cid-vikUSU74cF .nav-link:focus {
  outline: none;
}
.cid-vikUSU74cF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikUSU74cF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikUSU74cF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikUSU74cF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikUSU74cF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikUSU74cF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikUSU74cF .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikUSU74cF .navbar.opened {
  transition: all 0.3s;
}
.cid-vikUSU74cF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikUSU74cF .navbar .navbar-logo img {
  width: auto;
}
.cid-vikUSU74cF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikUSU74cF .navbar.collapsed {
  justify-content: center;
}
.cid-vikUSU74cF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikUSU74cF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikUSU74cF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikUSU74cF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikUSU74cF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikUSU74cF .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-vikUSU74cF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikUSU74cF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikUSU74cF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikUSU74cF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikUSU74cF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikUSU74cF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikUSU74cF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikUSU74cF .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-vikUSU74cF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikUSU74cF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikUSU74cF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikUSU74cF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikUSU74cF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikUSU74cF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikUSU74cF .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikUSU74cF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikUSU74cF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikUSU74cF .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikUSU74cF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikUSU74cF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikUSU74cF .dropdown-item.active,
.cid-vikUSU74cF .dropdown-item:active {
  background-color: transparent;
}
.cid-vikUSU74cF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikUSU74cF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikUSU74cF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikUSU74cF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikUSU74cF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikUSU74cF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikUSU74cF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikUSU74cF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikUSU74cF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikUSU74cF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikUSU74cF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikUSU74cF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikUSU74cF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikUSU74cF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikUSU74cF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikUSU74cF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikUSU74cF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikUSU74cF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikUSU74cF .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikUSU74cF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikUSU74cF .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-vikUSU74cF .navbar {
    height: 70px;
  }
  .cid-vikUSU74cF .navbar.opened {
    height: auto;
  }
  .cid-vikUSU74cF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikUSU74cF .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikUSU74cF .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikUSU74cF .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikUSVijQC {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikUSVijQC .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUSVijQC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikUSVijQC p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikUSVijQC .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikUSVZqsX {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikUSVZqsX .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUSVZqsX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikUSVZqsX p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikUSVZqsX .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikUSVZqsX {
    padding-top: 0.544rem !important;
  }
}
.cid-vikUSVZqsX .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikUSVZqsX .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikUSWzu2k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikUSWzu2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUSWzu2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikUSWzu2k .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikUSWzu2k .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikUSWzu2k .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikUSWzu2k .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikUSWzu2k .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikUSWzu2k .content-wrapper {
    padding: 5rem;
  }
  .cid-vikUSWzu2k .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikUSWzu2k .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikUSWzu2k .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikUSWzu2k {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikUSWzu2k .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikUSWzu2k .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikUSWzu2k .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikUSWzu2k img,
  .cid-vikUSWzu2k iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikUSWzu2k .container {
    padding: 0rem !important;
  }
  .cid-vikUSWzu2k .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikUSWzu2k .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikUSWzu2k {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikUSWzu2k .col-md {
    flex: 1 0 auto;
  }
  .cid-vikUSWzu2k .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikUSWzu2k .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikUSWzu2k .image-wrapper {
    padding: 0rem;
  }
  .cid-vikUSWzu2k .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikUSWzu2k .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikUSWzu2k img,
  .cid-vikUSWzu2k iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikUSWzu2k .mbr-text,
  .cid-vikUSWzu2k .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikUSWzu2k .card-title {
    text-align: center !important;
  }
  .cid-vikUSWzu2k b,
  .cid-vikUSWzu2k strong {
    font-size: 1.22rem;
  }
  .cid-vikUSWzu2k .display-2 {
    font-size: 1rem;
  }
  .cid-vikUSWzu2k .display-5 {
    line-height: 1;
  }
}
.cid-vikUSWzu2k .mbr-text,
.cid-vikUSWzu2k .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikUSWzu2k .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikUSWzu2k p {
  margin-bottom: 0rem;
}
.cid-vikUSWzu2k .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikUSWzu2k .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikUSWzu2k .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikUSWzu2k .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZaAKj2g {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZaAKj2g img,
.cid-vikZaAKj2g .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZaAKj2g .item:focus,
.cid-vikZaAKj2g span:focus {
  outline: none;
}
.cid-vikZaAKj2g .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZaAKj2g .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZaAKj2g .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZaAKj2g .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZaAKj2g .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZaAKj2g .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZaAKj2g .mbr-text,
.cid-vikZaAKj2g .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZaAKj2g .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZaAKj2g b,
.cid-vikZaAKj2g strong {
  color: #118a7c !important;
}
.cid-vikZaAKj2g .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZaAKj2g .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZaAKj2g .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZaAKj2g .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZaAKj2g h5 {
  margin-bottom: 0rem;
}
.cid-vikZaAKj2g .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZaAKj2g .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZaAKj2g .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZaAKj2g .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZaAKj2g .item-content {
  padding: 0rem !important;
}
.cid-vikZaAKj2g .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZaAKj2g .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZaAKj2g .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZaAKj2g .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZaAKj2g .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZaAKj2g .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZaAKj2g .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZaAKj2g .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZaAKj2g img,
  .cid-vikZaAKj2g .item-img {
    height: 160px;
  }
}
.cid-vikZaAKj2g .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikUSZpYTE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikUSZpYTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUSZpYTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikUSZpYTE .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikUSZpYTE .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikUSZpYTE .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikUSZpYTE .row {
  flex-direction: row-reverse;
}
.cid-vikUSZpYTE img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikUSZpYTE .col-12 {
  padding: 0rem;
}
.cid-vikUT08bYh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikUT08bYh .mbr-section-subtitle {
  text-align: center;
}
.cid-vikUT08bYh .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikUT0Jq2N {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikUT0Jq2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikUT0Jq2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikUT0Jq2N img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikUT0Jq2N .row {
  flex-direction: row-reverse;
}
.cid-vikUT0Jq2N img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikUT0Jq2N .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikUT2hlcJ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikUT2hlcJ .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikW5YuB6q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikW5YuB6q nav.navbar {
  position: fixed;
}
.cid-vikW5YuB6q .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-vikW5YuB6q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikW5YuB6q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikW5YuB6q .dropdown-item:hover,
.cid-vikW5YuB6q .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikW5YuB6q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikW5YuB6q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikW5YuB6q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikW5YuB6q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikW5YuB6q .nav-link {
  position: relative;
}
.cid-vikW5YuB6q .container {
  display: flex;
  margin: auto;
}
.cid-vikW5YuB6q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikW5YuB6q .dropdown-menu,
.cid-vikW5YuB6q .navbar.opened {
  background: #ffffff !important;
}
.cid-vikW5YuB6q .nav-item:focus,
.cid-vikW5YuB6q .nav-link:focus {
  outline: none;
}
.cid-vikW5YuB6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikW5YuB6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikW5YuB6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikW5YuB6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikW5YuB6q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikW5YuB6q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikW5YuB6q .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikW5YuB6q .navbar.opened {
  transition: all 0.3s;
}
.cid-vikW5YuB6q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikW5YuB6q .navbar .navbar-logo img {
  width: auto;
}
.cid-vikW5YuB6q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikW5YuB6q .navbar.collapsed {
  justify-content: center;
}
.cid-vikW5YuB6q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikW5YuB6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikW5YuB6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikW5YuB6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikW5YuB6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikW5YuB6q .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-vikW5YuB6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikW5YuB6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikW5YuB6q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikW5YuB6q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikW5YuB6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikW5YuB6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikW5YuB6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikW5YuB6q .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-vikW5YuB6q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikW5YuB6q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikW5YuB6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikW5YuB6q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikW5YuB6q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikW5YuB6q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikW5YuB6q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikW5YuB6q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikW5YuB6q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikW5YuB6q .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikW5YuB6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikW5YuB6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikW5YuB6q .dropdown-item.active,
.cid-vikW5YuB6q .dropdown-item:active {
  background-color: transparent;
}
.cid-vikW5YuB6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikW5YuB6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikW5YuB6q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikW5YuB6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikW5YuB6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikW5YuB6q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikW5YuB6q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikW5YuB6q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikW5YuB6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikW5YuB6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikW5YuB6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikW5YuB6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikW5YuB6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikW5YuB6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikW5YuB6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikW5YuB6q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikW5YuB6q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikW5YuB6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikW5YuB6q .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikW5YuB6q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikW5YuB6q .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-vikW5YuB6q .navbar {
    height: 70px;
  }
  .cid-vikW5YuB6q .navbar.opened {
    height: auto;
  }
  .cid-vikW5YuB6q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikW5YuB6q .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikW5YuB6q .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikW5YuB6q .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikW5ZPmaR {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikW5ZPmaR .mbr-section-subtitle {
  text-align: center;
}
.cid-vikW5ZPmaR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikW5ZPmaR p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikW5ZPmaR .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikW60A75Z {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikW60A75Z .mbr-section-subtitle {
  text-align: center;
}
.cid-vikW60A75Z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikW60A75Z p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikW60A75Z .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikW60A75Z {
    padding-top: 0.544rem !important;
  }
}
.cid-vikW60A75Z .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikW60A75Z .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikW61u04U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikW61u04U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikW61u04U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikW61u04U .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikW61u04U .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikW61u04U .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikW61u04U .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikW61u04U .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikW61u04U .content-wrapper {
    padding: 5rem;
  }
  .cid-vikW61u04U .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikW61u04U .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikW61u04U .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikW61u04U {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikW61u04U .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikW61u04U .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikW61u04U .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikW61u04U img,
  .cid-vikW61u04U iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikW61u04U .container {
    padding: 0rem !important;
  }
  .cid-vikW61u04U .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikW61u04U .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikW61u04U {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikW61u04U .col-md {
    flex: 1 0 auto;
  }
  .cid-vikW61u04U .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikW61u04U .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikW61u04U .image-wrapper {
    padding: 0rem;
  }
  .cid-vikW61u04U .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikW61u04U .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikW61u04U img,
  .cid-vikW61u04U iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikW61u04U .mbr-text,
  .cid-vikW61u04U .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikW61u04U .card-title {
    text-align: center !important;
  }
  .cid-vikW61u04U b,
  .cid-vikW61u04U strong {
    font-size: 1.22rem;
  }
  .cid-vikW61u04U .display-2 {
    font-size: 1rem;
  }
  .cid-vikW61u04U .display-5 {
    line-height: 1;
  }
}
.cid-vikW61u04U .mbr-text,
.cid-vikW61u04U .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikW61u04U .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikW61u04U p {
  margin-bottom: 0rem;
}
.cid-vikW61u04U .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikW61u04U .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikW61u04U .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikW61u04U .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZgXjM0V {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZgXjM0V img,
.cid-vikZgXjM0V .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZgXjM0V .item:focus,
.cid-vikZgXjM0V span:focus {
  outline: none;
}
.cid-vikZgXjM0V .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZgXjM0V .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZgXjM0V .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZgXjM0V .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZgXjM0V .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZgXjM0V .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZgXjM0V .mbr-text,
.cid-vikZgXjM0V .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZgXjM0V .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZgXjM0V b,
.cid-vikZgXjM0V strong {
  color: #118a7c !important;
}
.cid-vikZgXjM0V .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZgXjM0V .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZgXjM0V .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZgXjM0V .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZgXjM0V h5 {
  margin-bottom: 0rem;
}
.cid-vikZgXjM0V .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZgXjM0V .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZgXjM0V .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZgXjM0V .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZgXjM0V .item-content {
  padding: 0rem !important;
}
.cid-vikZgXjM0V .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZgXjM0V .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZgXjM0V .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZgXjM0V .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZgXjM0V .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZgXjM0V .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZgXjM0V .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZgXjM0V .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZgXjM0V img,
  .cid-vikZgXjM0V .item-img {
    height: 160px;
  }
}
.cid-vikZgXjM0V .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikW644rfu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikW644rfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikW644rfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikW644rfu .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikW644rfu .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikW644rfu .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikW644rfu .row {
  flex-direction: row-reverse;
}
.cid-vikW644rfu img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikW644rfu .col-12 {
  padding: 0rem;
}
.cid-vikW64S8k4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikW64S8k4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vikW64S8k4 .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikW65vN9g {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikW65vN9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikW65vN9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikW65vN9g img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikW65vN9g .row {
  flex-direction: row-reverse;
}
.cid-vikW65vN9g img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikW65vN9g .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikW66JRbG {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikW66JRbG .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikWOACfPK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikWOACfPK nav.navbar {
  position: fixed;
}
.cid-vikWOACfPK .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-vikWOACfPK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikWOACfPK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikWOACfPK .dropdown-item:hover,
.cid-vikWOACfPK .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikWOACfPK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikWOACfPK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikWOACfPK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikWOACfPK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikWOACfPK .nav-link {
  position: relative;
}
.cid-vikWOACfPK .container {
  display: flex;
  margin: auto;
}
.cid-vikWOACfPK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikWOACfPK .dropdown-menu,
.cid-vikWOACfPK .navbar.opened {
  background: #ffffff !important;
}
.cid-vikWOACfPK .nav-item:focus,
.cid-vikWOACfPK .nav-link:focus {
  outline: none;
}
.cid-vikWOACfPK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikWOACfPK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikWOACfPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikWOACfPK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikWOACfPK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikWOACfPK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikWOACfPK .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikWOACfPK .navbar.opened {
  transition: all 0.3s;
}
.cid-vikWOACfPK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikWOACfPK .navbar .navbar-logo img {
  width: auto;
}
.cid-vikWOACfPK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikWOACfPK .navbar.collapsed {
  justify-content: center;
}
.cid-vikWOACfPK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikWOACfPK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikWOACfPK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikWOACfPK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikWOACfPK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikWOACfPK .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-vikWOACfPK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikWOACfPK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikWOACfPK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikWOACfPK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikWOACfPK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikWOACfPK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikWOACfPK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikWOACfPK .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-vikWOACfPK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikWOACfPK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikWOACfPK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikWOACfPK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikWOACfPK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikWOACfPK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikWOACfPK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikWOACfPK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikWOACfPK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikWOACfPK .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikWOACfPK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikWOACfPK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikWOACfPK .dropdown-item.active,
.cid-vikWOACfPK .dropdown-item:active {
  background-color: transparent;
}
.cid-vikWOACfPK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikWOACfPK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikWOACfPK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikWOACfPK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikWOACfPK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikWOACfPK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikWOACfPK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikWOACfPK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikWOACfPK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikWOACfPK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikWOACfPK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikWOACfPK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikWOACfPK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikWOACfPK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikWOACfPK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikWOACfPK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikWOACfPK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikWOACfPK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikWOACfPK .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikWOACfPK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikWOACfPK .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-vikWOACfPK .navbar {
    height: 70px;
  }
  .cid-vikWOACfPK .navbar.opened {
    height: auto;
  }
  .cid-vikWOACfPK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikWOACfPK .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikWOACfPK .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikWOACfPK .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikWOBArrg {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikWOBArrg .mbr-section-subtitle {
  text-align: center;
}
.cid-vikWOBArrg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikWOBArrg p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikWOBArrg .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikWOCbRVR {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikWOCbRVR .mbr-section-subtitle {
  text-align: center;
}
.cid-vikWOCbRVR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikWOCbRVR p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikWOCbRVR .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikWOCbRVR {
    padding-top: 0.544rem !important;
  }
}
.cid-vikWOCbRVR .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikWOCbRVR .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikWOCQfTU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikWOCQfTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikWOCQfTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikWOCQfTU .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikWOCQfTU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikWOCQfTU .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikWOCQfTU .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikWOCQfTU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikWOCQfTU .content-wrapper {
    padding: 5rem;
  }
  .cid-vikWOCQfTU .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikWOCQfTU .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikWOCQfTU .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikWOCQfTU {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikWOCQfTU .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikWOCQfTU .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikWOCQfTU .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikWOCQfTU img,
  .cid-vikWOCQfTU iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikWOCQfTU .container {
    padding: 0rem !important;
  }
  .cid-vikWOCQfTU .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikWOCQfTU .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikWOCQfTU {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikWOCQfTU .col-md {
    flex: 1 0 auto;
  }
  .cid-vikWOCQfTU .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikWOCQfTU .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikWOCQfTU .image-wrapper {
    padding: 0rem;
  }
  .cid-vikWOCQfTU .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikWOCQfTU .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikWOCQfTU img,
  .cid-vikWOCQfTU iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikWOCQfTU .mbr-text,
  .cid-vikWOCQfTU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikWOCQfTU .card-title {
    text-align: center !important;
  }
  .cid-vikWOCQfTU b,
  .cid-vikWOCQfTU strong {
    font-size: 1.22rem;
  }
  .cid-vikWOCQfTU .display-2 {
    font-size: 1rem;
  }
  .cid-vikWOCQfTU .display-5 {
    line-height: 1;
  }
}
.cid-vikWOCQfTU .mbr-text,
.cid-vikWOCQfTU .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikWOCQfTU .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikWOCQfTU p {
  margin-bottom: 0rem;
}
.cid-vikWOCQfTU .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikWOCQfTU .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikWOCQfTU .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikWOCQfTU .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZk7adku {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZk7adku img,
.cid-vikZk7adku .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZk7adku .item:focus,
.cid-vikZk7adku span:focus {
  outline: none;
}
.cid-vikZk7adku .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZk7adku .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZk7adku .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZk7adku .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZk7adku .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZk7adku .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZk7adku .mbr-text,
.cid-vikZk7adku .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZk7adku .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZk7adku b,
.cid-vikZk7adku strong {
  color: #118a7c !important;
}
.cid-vikZk7adku .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZk7adku .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZk7adku .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZk7adku .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZk7adku h5 {
  margin-bottom: 0rem;
}
.cid-vikZk7adku .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZk7adku .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZk7adku .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZk7adku .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZk7adku .item-content {
  padding: 0rem !important;
}
.cid-vikZk7adku .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZk7adku .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZk7adku .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZk7adku .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZk7adku .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZk7adku .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZk7adku .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZk7adku .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZk7adku img,
  .cid-vikZk7adku .item-img {
    height: 160px;
  }
}
.cid-vikZk7adku .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikWOEWyHg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikWOEWyHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikWOEWyHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikWOEWyHg .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikWOEWyHg .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikWOEWyHg .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikWOEWyHg .row {
  flex-direction: row-reverse;
}
.cid-vikWOEWyHg img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikWOEWyHg .col-12 {
  padding: 0rem;
}
.cid-vikWOFCTry {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikWOFCTry .mbr-section-subtitle {
  text-align: center;
}
.cid-vikWOFCTry .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikWOGeDys {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikWOGeDys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikWOGeDys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikWOGeDys img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikWOGeDys .row {
  flex-direction: row-reverse;
}
.cid-vikWOGeDys img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikWOGeDys .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikWOHzSBd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikWOHzSBd .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-vikVpuuV3c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vikVpuuV3c nav.navbar {
  position: fixed;
}
.cid-vikVpuuV3c .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-vikVpuuV3c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vikVpuuV3c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vikVpuuV3c .dropdown-item:hover,
.cid-vikVpuuV3c .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-vikVpuuV3c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vikVpuuV3c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vikVpuuV3c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vikVpuuV3c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vikVpuuV3c .nav-link {
  position: relative;
}
.cid-vikVpuuV3c .container {
  display: flex;
  margin: auto;
}
.cid-vikVpuuV3c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vikVpuuV3c .dropdown-menu,
.cid-vikVpuuV3c .navbar.opened {
  background: #ffffff !important;
}
.cid-vikVpuuV3c .nav-item:focus,
.cid-vikVpuuV3c .nav-link:focus {
  outline: none;
}
.cid-vikVpuuV3c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vikVpuuV3c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vikVpuuV3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vikVpuuV3c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vikVpuuV3c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vikVpuuV3c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vikVpuuV3c .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vikVpuuV3c .navbar.opened {
  transition: all 0.3s;
}
.cid-vikVpuuV3c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vikVpuuV3c .navbar .navbar-logo img {
  width: auto;
}
.cid-vikVpuuV3c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vikVpuuV3c .navbar.collapsed {
  justify-content: center;
}
.cid-vikVpuuV3c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vikVpuuV3c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vikVpuuV3c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-vikVpuuV3c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vikVpuuV3c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vikVpuuV3c .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-vikVpuuV3c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vikVpuuV3c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vikVpuuV3c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vikVpuuV3c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vikVpuuV3c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vikVpuuV3c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vikVpuuV3c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vikVpuuV3c .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-vikVpuuV3c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vikVpuuV3c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vikVpuuV3c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vikVpuuV3c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-vikVpuuV3c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vikVpuuV3c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vikVpuuV3c .navbar.navbar-short {
  min-height: 60px;
}
.cid-vikVpuuV3c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vikVpuuV3c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vikVpuuV3c .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vikVpuuV3c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vikVpuuV3c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vikVpuuV3c .dropdown-item.active,
.cid-vikVpuuV3c .dropdown-item:active {
  background-color: transparent;
}
.cid-vikVpuuV3c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vikVpuuV3c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vikVpuuV3c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vikVpuuV3c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vikVpuuV3c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vikVpuuV3c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vikVpuuV3c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vikVpuuV3c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vikVpuuV3c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vikVpuuV3c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vikVpuuV3c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vikVpuuV3c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikVpuuV3c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vikVpuuV3c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vikVpuuV3c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikVpuuV3c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vikVpuuV3c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vikVpuuV3c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vikVpuuV3c .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-vikVpuuV3c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vikVpuuV3c .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-vikVpuuV3c .navbar {
    height: 70px;
  }
  .cid-vikVpuuV3c .navbar.opened {
    height: auto;
  }
  .cid-vikVpuuV3c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vikVpuuV3c .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vikVpuuV3c .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-vikVpuuV3c .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikVpvwmFH {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-vikVpvwmFH .mbr-section-subtitle {
  text-align: center;
}
.cid-vikVpvwmFH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikVpvwmFH p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikVpvwmFH .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-vikVpwiWZT {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-vikVpwiWZT .mbr-section-subtitle {
  text-align: center;
}
.cid-vikVpwiWZT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vikVpwiWZT p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-vikVpwiWZT .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vikVpwiWZT {
    padding-top: 0.544rem !important;
  }
}
.cid-vikVpwiWZT .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikVpwiWZT .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vikVpwS1hY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #a4aeb9;
  background-size: cover;
  background-image: url("../../../assets/images/8b4030d6-72db-4fd0-ab51-04145f77b14h3-71.jpg");
}
.cid-vikVpwS1hY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikVpwS1hY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vikVpwS1hY .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-vikVpwS1hY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vikVpwS1hY .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-vikVpwS1hY .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vikVpwS1hY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vikVpwS1hY .content-wrapper {
    padding: 5rem;
  }
  .cid-vikVpwS1hY .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vikVpwS1hY .col-md-4 {
    width: 76% !important;
  }
}
.cid-vikVpwS1hY .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vikVpwS1hY {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-vikVpwS1hY .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-vikVpwS1hY .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikVpwS1hY .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-vikVpwS1hY img,
  .cid-vikVpwS1hY iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-vikVpwS1hY .container {
    padding: 0rem !important;
  }
  .cid-vikVpwS1hY .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-vikVpwS1hY .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-vikVpwS1hY {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-vikVpwS1hY .col-md {
    flex: 1 0 auto;
  }
  .cid-vikVpwS1hY .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-vikVpwS1hY .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-vikVpwS1hY .image-wrapper {
    padding: 0rem;
  }
  .cid-vikVpwS1hY .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-vikVpwS1hY .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-vikVpwS1hY img,
  .cid-vikVpwS1hY iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-vikVpwS1hY .mbr-text,
  .cid-vikVpwS1hY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vikVpwS1hY .card-title {
    text-align: center !important;
  }
  .cid-vikVpwS1hY b,
  .cid-vikVpwS1hY strong {
    font-size: 1.22rem;
  }
  .cid-vikVpwS1hY .display-2 {
    font-size: 1rem;
  }
  .cid-vikVpwS1hY .display-5 {
    line-height: 1;
  }
}
.cid-vikVpwS1hY .mbr-text,
.cid-vikVpwS1hY .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-vikVpwS1hY .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-vikVpwS1hY p {
  margin-bottom: 0rem;
}
.cid-vikVpwS1hY .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-vikVpwS1hY .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-vikVpwS1hY .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-vikVpwS1hY .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZdHB9qX {
  padding-top: 3.08rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-vikZdHB9qX img,
.cid-vikZdHB9qX .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-vikZdHB9qX .item:focus,
.cid-vikZdHB9qX span:focus {
  outline: none;
}
.cid-vikZdHB9qX .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-vikZdHB9qX .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
@media (min-width: 992px) {
  .cid-vikZdHB9qX .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-vikZdHB9qX .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-vikZdHB9qX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-vikZdHB9qX .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-vikZdHB9qX .mbr-text,
.cid-vikZdHB9qX .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-vikZdHB9qX .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZdHB9qX b,
.cid-vikZdHB9qX strong {
  color: #118a7c !important;
}
.cid-vikZdHB9qX .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-vikZdHB9qX .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-vikZdHB9qX .btn-primary-outline {
  color: #274c6a;
}
.cid-vikZdHB9qX .display-7 {
  margin-bottom: 0rem;
}
.cid-vikZdHB9qX h5 {
  margin-bottom: 0rem;
}
.cid-vikZdHB9qX .mt-1 {
  margin-top: 0rem !important;
}
.cid-vikZdHB9qX .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-vikZdHB9qX .mbr-section-subtitle {
  color: #1d3659;
}
.cid-vikZdHB9qX .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-vikZdHB9qX .item-content {
  padding: 0rem !important;
}
.cid-vikZdHB9qX .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-vikZdHB9qX .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-vikZdHB9qX .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-vikZdHB9qX .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-vikZdHB9qX .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-vikZdHB9qX .item-title {
    font-size: 0.9rem;
  }
  .cid-vikZdHB9qX .mbr-text {
    font-size: 0.8rem;
  }
  .cid-vikZdHB9qX .display-2 {
    font-size: 1.1rem;
  }
  .cid-vikZdHB9qX img,
  .cid-vikZdHB9qX .item-img {
    height: 160px;
  }
}
.cid-vikZdHB9qX .container1 {
  padding-bottom: 1.44rem;
}
.cid-vikVpzeTwp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-vikVpzeTwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikVpzeTwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vikVpzeTwp .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-vikVpzeTwp .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-vikVpzeTwp .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-vikVpzeTwp .row {
  flex-direction: row-reverse;
}
.cid-vikVpzeTwp img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-vikVpzeTwp .col-12 {
  padding: 0rem;
}
.cid-vikVpzUQml {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vikVpzUQml .mbr-section-subtitle {
  text-align: center;
}
.cid-vikVpzUQml .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-vikVpAy1WK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vikVpAy1WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vikVpAy1WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-vikVpAy1WK img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-vikVpAy1WK .row {
  flex-direction: row-reverse;
}
.cid-vikVpAy1WK img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vikVpAy1WK .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-vikVpBVblT {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vikVpBVblT .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
