.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-viOf46U0JG {
  padding-top: 3.08rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-viOf46U0JG img,
.cid-viOf46U0JG .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-viOf46U0JG .item:focus,
.cid-viOf46U0JG span:focus {
  outline: none;
}
.cid-viOf46U0JG .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-viOf46U0JG .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-viOf46U0JG .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-viOf46U0JG .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-viOf46U0JG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-viOf46U0JG .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-viOf46U0JG .mbr-text,
.cid-viOf46U0JG .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-viOf46U0JG .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOf46U0JG b,
.cid-viOf46U0JG strong {
  color: #118a7c !important;
}
.cid-viOf46U0JG .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-viOf46U0JG .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOf46U0JG .btn-primary-outline {
  color: #274c6a;
}
.cid-viOf46U0JG .display-7 {
  margin-bottom: 0rem;
}
.cid-viOf46U0JG h5 {
  margin-bottom: 0rem;
}
.cid-viOf46U0JG .mt-1 {
  margin-top: 0rem !important;
}
.cid-viOf46U0JG .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-viOf46U0JG .mbr-section-subtitle {
  color: #1d3659;
}
.cid-viOf46U0JG .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-viOf46U0JG .item-content {
  padding: 0rem !important;
}
.cid-viOf46U0JG .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-viOf46U0JG .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-viOf46U0JG .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-viOf46U0JG .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-viOf46U0JG .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-viOf46U0JG .item-title {
    font-size: 0.9rem;
  }
  .cid-viOf46U0JG .mbr-text {
    font-size: 0.8rem;
  }
  .cid-viOf46U0JG .display-2 {
    font-size: 1.1rem;
  }
  .cid-viOf46U0JG img,
  .cid-viOf46U0JG .item-img {
    height: 160px;
  }
}
.cid-viOf46U0JG .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-viOdl1zIkh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viOdl1zIkh nav.navbar {
  position: fixed;
}
.cid-viOdl1zIkh .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-viOdl1zIkh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viOdl1zIkh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viOdl1zIkh .dropdown-item:hover,
.cid-viOdl1zIkh .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-viOdl1zIkh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viOdl1zIkh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viOdl1zIkh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viOdl1zIkh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viOdl1zIkh .nav-link {
  position: relative;
}
.cid-viOdl1zIkh .container {
  display: flex;
  margin: auto;
}
.cid-viOdl1zIkh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viOdl1zIkh .dropdown-menu,
.cid-viOdl1zIkh .navbar.opened {
  background: #ffffff !important;
}
.cid-viOdl1zIkh .nav-item:focus,
.cid-viOdl1zIkh .nav-link:focus {
  outline: none;
}
.cid-viOdl1zIkh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viOdl1zIkh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viOdl1zIkh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viOdl1zIkh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viOdl1zIkh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viOdl1zIkh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viOdl1zIkh .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-viOdl1zIkh .navbar.opened {
  transition: all 0.3s;
}
.cid-viOdl1zIkh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viOdl1zIkh .navbar .navbar-logo img {
  width: auto;
}
.cid-viOdl1zIkh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viOdl1zIkh .navbar.collapsed {
  justify-content: center;
}
.cid-viOdl1zIkh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viOdl1zIkh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viOdl1zIkh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-viOdl1zIkh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viOdl1zIkh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viOdl1zIkh .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-viOdl1zIkh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viOdl1zIkh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viOdl1zIkh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viOdl1zIkh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viOdl1zIkh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viOdl1zIkh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viOdl1zIkh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viOdl1zIkh .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-viOdl1zIkh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viOdl1zIkh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viOdl1zIkh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viOdl1zIkh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-viOdl1zIkh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viOdl1zIkh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viOdl1zIkh .navbar.navbar-short {
  min-height: 60px;
}
.cid-viOdl1zIkh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-viOdl1zIkh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viOdl1zIkh .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-viOdl1zIkh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viOdl1zIkh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viOdl1zIkh .dropdown-item.active,
.cid-viOdl1zIkh .dropdown-item:active {
  background-color: transparent;
}
.cid-viOdl1zIkh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viOdl1zIkh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viOdl1zIkh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viOdl1zIkh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viOdl1zIkh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viOdl1zIkh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viOdl1zIkh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viOdl1zIkh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viOdl1zIkh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viOdl1zIkh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-viOdl1zIkh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viOdl1zIkh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viOdl1zIkh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viOdl1zIkh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viOdl1zIkh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viOdl1zIkh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viOdl1zIkh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viOdl1zIkh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viOdl1zIkh .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-viOdl1zIkh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viOdl1zIkh .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-viOdl1zIkh .navbar {
    height: 70px;
  }
  .cid-viOdl1zIkh .navbar.opened {
    height: auto;
  }
  .cid-viOdl1zIkh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viOdl1zIkh .navbar-logo {
  margin-right: 0.5rem;
}
.cid-viOdl1zIkh .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-viOdl1zIkh .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOdl3GmCg {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-viOdl3GmCg .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdl3GmCg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-viOdl3GmCg p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-viOdl3GmCg .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-viOdl4qyLV {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-viOdl4qyLV .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdl4qyLV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-viOdl4qyLV p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-viOdl4qyLV .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viOdl4qyLV {
    padding-top: 0.544rem !important;
  }
}
.cid-viOdl4qyLV .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-viOdl4qyLV .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-viOdl5mRUd {
  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-viOdl5mRUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdl5mRUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viOdl5mRUd .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-viOdl5mRUd .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-viOdl5mRUd .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-viOdl5mRUd .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viOdl5mRUd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viOdl5mRUd .content-wrapper {
    padding: 5rem;
  }
  .cid-viOdl5mRUd .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viOdl5mRUd .col-md-4 {
    width: 76% !important;
  }
}
.cid-viOdl5mRUd .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-viOdl5mRUd {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-viOdl5mRUd .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-viOdl5mRUd .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-viOdl5mRUd .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-viOdl5mRUd img,
  .cid-viOdl5mRUd iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-viOdl5mRUd .container {
    padding: 0rem !important;
  }
  .cid-viOdl5mRUd .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-viOdl5mRUd .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-viOdl5mRUd {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-viOdl5mRUd .col-md {
    flex: 1 0 auto;
  }
  .cid-viOdl5mRUd .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-viOdl5mRUd .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-viOdl5mRUd .image-wrapper {
    padding: 0rem;
  }
  .cid-viOdl5mRUd .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-viOdl5mRUd .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-viOdl5mRUd img,
  .cid-viOdl5mRUd iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-viOdl5mRUd .mbr-text,
  .cid-viOdl5mRUd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-viOdl5mRUd .card-title {
    text-align: center !important;
  }
  .cid-viOdl5mRUd b,
  .cid-viOdl5mRUd strong {
    font-size: 1.22rem;
  }
  .cid-viOdl5mRUd .display-2 {
    font-size: 1rem;
  }
  .cid-viOdl5mRUd .display-5 {
    line-height: 1;
  }
}
.cid-viOdl5mRUd .mbr-text,
.cid-viOdl5mRUd .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-viOdl5mRUd .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-viOdl5mRUd p {
  margin-bottom: 0rem;
}
.cid-viOdl5mRUd .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-viOdl5mRUd .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-viOdl5mRUd .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-viOdl5mRUd .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfDkF0dG {
  padding-top: 3.08rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-viOfDkF0dG img,
.cid-viOfDkF0dG .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-viOfDkF0dG .item:focus,
.cid-viOfDkF0dG span:focus {
  outline: none;
}
.cid-viOfDkF0dG .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-viOfDkF0dG .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-viOfDkF0dG .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-viOfDkF0dG .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-viOfDkF0dG .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-viOfDkF0dG .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-viOfDkF0dG .mbr-text,
.cid-viOfDkF0dG .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-viOfDkF0dG .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfDkF0dG b,
.cid-viOfDkF0dG strong {
  color: #118a7c !important;
}
.cid-viOfDkF0dG .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-viOfDkF0dG .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfDkF0dG .btn-primary-outline {
  color: #274c6a;
}
.cid-viOfDkF0dG .display-7 {
  margin-bottom: 0rem;
}
.cid-viOfDkF0dG h5 {
  margin-bottom: 0rem;
}
.cid-viOfDkF0dG .mt-1 {
  margin-top: 0rem !important;
}
.cid-viOfDkF0dG .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-viOfDkF0dG .mbr-section-subtitle {
  color: #1d3659;
}
.cid-viOfDkF0dG .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-viOfDkF0dG .item-content {
  padding: 0rem !important;
}
.cid-viOfDkF0dG .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-viOfDkF0dG .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-viOfDkF0dG .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-viOfDkF0dG .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-viOfDkF0dG .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-viOfDkF0dG .item-title {
    font-size: 0.9rem;
  }
  .cid-viOfDkF0dG .mbr-text {
    font-size: 0.8rem;
  }
  .cid-viOfDkF0dG .display-2 {
    font-size: 1.1rem;
  }
  .cid-viOfDkF0dG img,
  .cid-viOfDkF0dG .item-img {
    height: 160px;
  }
}
.cid-viOfDkF0dG .container1 {
  padding-bottom: 1.44rem;
}
.cid-viOdl83LhP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-viOdl83LhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdl83LhP .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-viOdl83LhP .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-viOdl83LhP .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-viOdl83LhP .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-viOdl83LhP .row {
  flex-direction: row-reverse;
}
.cid-viOdl83LhP img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-viOdl83LhP .col-12 {
  padding: 0rem;
}
.cid-viOdl8YNte {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viOdl8YNte .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdl8YNte .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-viOdl9GflL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-viOdl9GflL .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdl9GflL .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-viOdl9GflL img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-viOdl9GflL .row {
  flex-direction: row-reverse;
}
.cid-viOdl9GflL img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viOdl9GflL .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-viOdlaT2tS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viOdlaT2tS .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-viOdQNqB8t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-viOdQNqB8t nav.navbar {
  position: fixed;
}
.cid-viOdQNqB8t .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-viOdQNqB8t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viOdQNqB8t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-viOdQNqB8t .dropdown-item:hover,
.cid-viOdQNqB8t .dropdown-item:focus {
  background: #11877f !important;
  color: white !important;
}
.cid-viOdQNqB8t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viOdQNqB8t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viOdQNqB8t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viOdQNqB8t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viOdQNqB8t .nav-link {
  position: relative;
}
.cid-viOdQNqB8t .container {
  display: flex;
  margin: auto;
}
.cid-viOdQNqB8t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viOdQNqB8t .dropdown-menu,
.cid-viOdQNqB8t .navbar.opened {
  background: #ffffff !important;
}
.cid-viOdQNqB8t .nav-item:focus,
.cid-viOdQNqB8t .nav-link:focus {
  outline: none;
}
.cid-viOdQNqB8t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viOdQNqB8t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viOdQNqB8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viOdQNqB8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viOdQNqB8t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viOdQNqB8t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viOdQNqB8t .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-viOdQNqB8t .navbar.opened {
  transition: all 0.3s;
}
.cid-viOdQNqB8t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viOdQNqB8t .navbar .navbar-logo img {
  width: auto;
}
.cid-viOdQNqB8t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viOdQNqB8t .navbar.collapsed {
  justify-content: center;
}
.cid-viOdQNqB8t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viOdQNqB8t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viOdQNqB8t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-viOdQNqB8t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viOdQNqB8t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viOdQNqB8t .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-viOdQNqB8t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viOdQNqB8t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viOdQNqB8t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viOdQNqB8t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viOdQNqB8t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viOdQNqB8t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viOdQNqB8t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viOdQNqB8t .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-viOdQNqB8t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viOdQNqB8t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viOdQNqB8t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viOdQNqB8t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-viOdQNqB8t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viOdQNqB8t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viOdQNqB8t .navbar.navbar-short {
  min-height: 60px;
}
.cid-viOdQNqB8t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-viOdQNqB8t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-viOdQNqB8t .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-viOdQNqB8t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viOdQNqB8t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viOdQNqB8t .dropdown-item.active,
.cid-viOdQNqB8t .dropdown-item:active {
  background-color: transparent;
}
.cid-viOdQNqB8t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viOdQNqB8t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viOdQNqB8t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viOdQNqB8t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-viOdQNqB8t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-viOdQNqB8t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viOdQNqB8t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viOdQNqB8t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-viOdQNqB8t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viOdQNqB8t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-viOdQNqB8t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viOdQNqB8t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viOdQNqB8t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viOdQNqB8t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viOdQNqB8t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viOdQNqB8t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viOdQNqB8t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viOdQNqB8t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viOdQNqB8t .navbar-dropdown {
  padding: 0 0rem;
  position: fixed;
}
.cid-viOdQNqB8t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viOdQNqB8t .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-viOdQNqB8t .navbar {
    height: 70px;
  }
  .cid-viOdQNqB8t .navbar.opened {
    height: auto;
  }
  .cid-viOdQNqB8t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viOdQNqB8t .navbar-logo {
  margin-right: 0.5rem;
}
.cid-viOdQNqB8t .btn {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #e8e8e8;
}
.cid-viOdQNqB8t .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOdQOMF6N {
  padding-top: 0.44rem;
  padding-bottom: 0.44rem;
  background: #13508a;
}
.cid-viOdQOMF6N .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdQOMF6N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-viOdQOMF6N p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-viOdQOMF6N .mbr-text {
    font-size: 0.8rem !important;
  }
}
.cid-viOdQPzgQF {
  padding-top: 0.432rem;
  padding-bottom: 0.288rem;
  background: #fafcfc;
  border-bottom: solid 1px #a4aeb9;
}
.cid-viOdQPzgQF .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdQPzgQF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-viOdQPzgQF p {
  margin-top: 0;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-viOdQPzgQF .mbr-text {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viOdQPzgQF {
    padding-top: 0.544rem !important;
  }
}
.cid-viOdQPzgQF .align-left {
  float: left;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-viOdQPzgQF .align-right {
  float: right;
  color: #19519a;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-viOdQQkrfq {
  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-viOdQQkrfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdQQkrfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viOdQQkrfq .content-wrapper {
  background: #ffffffec;
  border-radius: 13px;
  border: solid 1px #a4aeb9;
  background-size: cover;
}
@media (max-width: 991px) {
  .cid-viOdQQkrfq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-viOdQQkrfq .content-wrapper .image-wrapper {
    margin-bottom: 0.744rem;
  }
}
@media (max-width: 767px) {
  .cid-viOdQQkrfq .content-wrapper {
    padding: 0.44rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-viOdQQkrfq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viOdQQkrfq .content-wrapper {
    padding: 5rem;
  }
  .cid-viOdQQkrfq .content-wrapper .text-wrapper {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viOdQQkrfq .col-md-4 {
    width: 76% !important;
  }
}
.cid-viOdQQkrfq .mbr-section-title {
  line-height: 1.4;
  color: #13508a;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-viOdQQkrfq {
    padding-top: 1.88rem;
    padding-bottom: 2rem;
  }
  .cid-viOdQQkrfq .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
  .cid-viOdQQkrfq .btn {
    border-radius: 10px;
    padding: 0.6rem 1.8rem ;
    margin: 0.3rem;
    border: solid 2px #ffffff !important;
  }
  .cid-viOdQQkrfq .image-wrapper {
    padding: 0rem;
    margin-left: 20px;
    margin-right: 0px;
  }
  .cid-viOdQQkrfq img,
  .cid-viOdQQkrfq iframe {
    display: block;
    width: 160px;
    border-radius: 8px;
  }
  .cid-viOdQQkrfq .container {
    padding: 0rem !important;
  }
  .cid-viOdQQkrfq .col-lg-4 {
    flex: 0 0 auto;
    width: 20.3333333333%;
  }
  .cid-viOdQQkrfq .col-md {
    flex: none;
  }
}
@media (max-width: 991px) {
  .cid-viOdQQkrfq {
    padding-bottom: 2rem;
    padding-top: 1.544rem;
  }
  .cid-viOdQQkrfq .col-md {
    flex: 1 0 auto;
  }
  .cid-viOdQQkrfq .btn {
    width: 64%;
    border-radius: 8px;
    padding: 0.4rem 1.44rem;
    margin: 0.2rem;
    font-size: 0.8rem;
    border: solid 2px #ffffff !important;
  }
  .cid-viOdQQkrfq .w-100 {
    width: 94% !important;
    margin: auto;
    height: 216px;
    object-fit: cover;
  }
  .cid-viOdQQkrfq .image-wrapper {
    padding: 0rem;
  }
  .cid-viOdQQkrfq .mt-3 {
    margin-top: 0.844rem !important;
  }
  .cid-viOdQQkrfq .content-wrapper {
    margin: auto;
    border-radius: 13px;
    width: 88% !important;
    padding-top: 4.44rem;
    padding-bottom: 3.44rem;
  }
  .cid-viOdQQkrfq img,
  .cid-viOdQQkrfq iframe {
    display: block;
    width: 144px;
    margin: auto;
    padding: 1rem;
  }
  .cid-viOdQQkrfq .mbr-text,
  .cid-viOdQQkrfq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-viOdQQkrfq .card-title {
    text-align: center !important;
  }
  .cid-viOdQQkrfq b,
  .cid-viOdQQkrfq strong {
    font-size: 1.22rem;
  }
  .cid-viOdQQkrfq .display-2 {
    font-size: 1rem;
  }
  .cid-viOdQQkrfq .display-5 {
    line-height: 1;
  }
}
.cid-viOdQQkrfq .mbr-text,
.cid-viOdQQkrfq .mbr-section-btn {
  color: #19519a;
  text-align: right;
}
.cid-viOdQQkrfq .mt-3 {
  margin-top: 0.44rem !important;
}
.cid-viOdQQkrfq p {
  margin-bottom: 0rem;
}
.cid-viOdQQkrfq .mb-3 {
  margin-bottom: 0rem !important;
}
.cid-viOdQQkrfq .mb-4 {
  margin-bottom: 0rem !important;
}
.cid-viOdQQkrfq .card-title {
  margin-bottom: 0rem !important;
  text-align: right;
  color: #19519a;
}
.cid-viOdQQkrfq .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfGPWfA5 {
  padding-top: 3.08rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  direction: rtl;
}
.cid-viOfGPWfA5 img,
.cid-viOfGPWfA5 .item-img {
  width: 100%;
  object-fit: cover;
  height: 140px;
}
.cid-viOfGPWfA5 .item:focus,
.cid-viOfGPWfA5 span:focus {
  outline: none;
}
.cid-viOfGPWfA5 .item {
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.cid-viOfGPWfA5 .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-viOfGPWfA5 .item-wrapper .item-content {
    padding: 0.6rem 1.3rem 0;
  }
  .cid-viOfGPWfA5 .item-wrapper .item-footer {
    padding: 0.6rem 0rem;
  }
}
.cid-viOfGPWfA5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center !important;
}
.cid-viOfGPWfA5 .mbr-section-title {
  color: #1b5279;
  font-weight: 600;
}
.cid-viOfGPWfA5 .mbr-text,
.cid-viOfGPWfA5 .mbr-section-btn {
  text-align: right;
  color: #2b4743;
}
.cid-viOfGPWfA5 .item-title {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  padding: 0.45rem;
  width: auto;
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfGPWfA5 b,
.cid-viOfGPWfA5 strong {
  color: #118a7c !important;
}
.cid-viOfGPWfA5 .btn {
  padding: 0.4rem 0rem;
  border-radius: 6px;
  margin-right: 4px;
  border-width: 1.5px;
  margin-left: 4px;
  width: 40%;
}
.cid-viOfGPWfA5 .btn-primary {
  background: linear-gradient(261deg, #11877f 50%, #18708a 100%);
}
.cid-viOfGPWfA5 .btn-primary-outline {
  color: #274c6a;
}
.cid-viOfGPWfA5 .display-7 {
  margin-bottom: 0rem;
}
.cid-viOfGPWfA5 h5 {
  margin-bottom: 0rem;
}
.cid-viOfGPWfA5 .mt-1 {
  margin-top: 0rem !important;
}
.cid-viOfGPWfA5 .mt-3 {
  margin-top: 0rem !important;
  padding-top: 1rem !important;
}
.cid-viOfGPWfA5 .mbr-section-subtitle {
  color: #1d3659;
}
.cid-viOfGPWfA5 .mbr-text {
  background: white;
  padding-right: 1.4rem;
}
.cid-viOfGPWfA5 .item-content {
  padding: 0rem !important;
}
.cid-viOfGPWfA5 .item-footer {
  padding: 1rem;
  padding-top: 0.5rem;
}
.cid-viOfGPWfA5 .display-2 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem;
  font-weight: 600;
  margin: auto;
}
.cid-viOfGPWfA5 .mt-4 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .cid-viOfGPWfA5 .item-wrapper {
    width: 84%;
    margin: auto;
    height: fit-content;
  }
  .cid-viOfGPWfA5 .btn {
    width: 45%;
    font-size: 0.8rem;
  }
  .cid-viOfGPWfA5 .item-title {
    font-size: 0.9rem;
  }
  .cid-viOfGPWfA5 .mbr-text {
    font-size: 0.8rem;
  }
  .cid-viOfGPWfA5 .display-2 {
    font-size: 1.1rem;
  }
  .cid-viOfGPWfA5 img,
  .cid-viOfGPWfA5 .item-img {
    height: 160px;
  }
}
.cid-viOfGPWfA5 .container1 {
  padding-bottom: 1.44rem;
}
.cid-viOdQSBLn6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #deedf0;
}
.cid-viOdQSBLn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdQSBLn6 .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-viOdQSBLn6 .image-wrapper {
    margin-bottom: 1rem;
    display: none;
  }
  .cid-viOdQSBLn6 .col-12 {
    flex: 0 0 auto;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .cid-viOdQSBLn6 .image-wrapper1 {
    margin-bottom: 1rem;
    display: none;
  }
}
.cid-viOdQSBLn6 .row {
  flex-direction: row-reverse;
}
.cid-viOdQSBLn6 img {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #888888;
}
.cid-viOdQSBLn6 .col-12 {
  padding: 0rem;
}
.cid-viOdQTk5G4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viOdQTk5G4 .mbr-section-subtitle {
  text-align: center;
}
.cid-viOdQTk5G4 .mbr-text {
  text-align: center;
  color: #13508a;
}
.cid-viOdQU4l5T {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-viOdQU4l5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOdQU4l5T .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-viOdQU4l5T img {
    width: 82%;
    margin-bottom: 0.544rem !important;
  }
}
.cid-viOdQU4l5T .row {
  flex-direction: row-reverse;
}
.cid-viOdQU4l5T img {
  object-fit: cover;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-viOdQU4l5T .col-lg-6 {
    flex: 0 0 auto;
    width: 33%;
    margin: auto;
  }
}
.cid-viOdQVlcd6 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-viOdQVlcd6 .media-container-row .mbr-text {
  color: #232323;
  font-family: Arial, Helvetica, sans-serif;
}
