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