body {
  font-family: 'Be Vietnam Pro', sans-serif;
}
.display-1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 5.3rem;
  line-height: 1.17;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 3.25rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((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: #ff7a41 !important;
}
.bg-success {
  background-color: #ff7a41 !important;
}
.bg-info {
  background-color: #f0e4ff !important;
}
.bg-warning {
  background-color: #738bae !important;
}
.bg-danger {
  background-color: #ec2016 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !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: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0066ff !important;
  border-color: #0066ff !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: #0043a8 !important;
  border-color: #0043a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0043a8 !important;
  border-color: #0043a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
  color: #6500e4 !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: #c08dff !important;
  border-color: #c08dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6500e4 !important;
  background-color: #c08dff !important;
  border-color: #c08dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e94600 !important;
  border-color: #e94600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #738bae !important;
  border-color: #738bae !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: #4a6080 !important;
  border-color: #4a6080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4a6080 !important;
  border-color: #4a6080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9e140d !important;
  border-color: #9e140d !important;
}
.btn-white,
.btn-white: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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.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-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #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: transparent;
  color: #ff7a41;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0066ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0043a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0066ff !important;
  border-color: #0066ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0e4ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6500e4 !important;
  background-color: #f0e4ff !important;
  border-color: #f0e4ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e94600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
  border-color: #ff7a41 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #738bae;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4a6080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #738bae !important;
  border-color: #738bae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec2016;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e140d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec2016 !important;
  border-color: #ec2016 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff7a41 !important;
}
.text-secondary {
  color: #0066ff !important;
}
.text-success {
  color: #ff7a41 !important;
}
.text-info {
  color: #f0e4ff !important;
}
.text-warning {
  color: #738bae !important;
}
.text-danger {
  color: #ec2016 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #010d4c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #da4100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003d99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #da4100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b77eff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #455976 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #90120c !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: #ff7a41;
}
.nav-tabs .nav-link:not(.active) {
  color: #02274a;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0e4ff;
}
.alert-warning {
  background-color: #738bae;
}
.alert-danger {
  background-color: #ec2016;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7a41;
  border-color: #ff7a41;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7a41;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4cedd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbd5d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ff7a41 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ff7a41;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7a41;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7a41;
}
.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: #ff7a41;
  border-bottom-color: #ff7a41;
}
.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: #000000 !important;
  background-color: #ff7a41 !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: #0066ff !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='%23ff7a41' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
.container .row {
  margin-left: -12px;
  margin-right: -12px;
}
.container .row > [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}
.btn {
  min-height: 48px;
  padding: 8px 40px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
  position: relative;
}
.btn::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover {
  background-color: #0066ff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover::before,
.mbr-section-btn .btn-secondary:hover::before,
.mbr-section-btn .btn-info:hover::before,
.mbr-section-btn .btn-success:hover::before,
.mbr-section-btn .btn-warning:hover::before,
.mbr-section-btn .btn-danger:hover::before,
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-black:hover::before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cid-u2lu0wmI2e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2lu0wmI2e nav.navbar {
  position: fixed;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2lu0wmI2e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2lu0wmI2e .dropdown-item:hover,
.cid-u2lu0wmI2e .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-u2lu0wmI2e .dropdown-item:hover span {
  color: white;
}
.cid-u2lu0wmI2e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2lu0wmI2e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2lu0wmI2e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2lu0wmI2e .nav-link {
  position: relative;
}
.cid-u2lu0wmI2e .container {
  display: flex;
  margin: auto;
}
.cid-u2lu0wmI2e .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown-menu,
.cid-u2lu0wmI2e .navbar.opened {
  background: #ffffff !important;
}
.cid-u2lu0wmI2e .nav-item:focus,
.cid-u2lu0wmI2e .nav-link:focus {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2lu0wmI2e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2lu0wmI2e .navbar {
  min-height: 50px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.opened {
  transition: all 0.3s;
}
.cid-u2lu0wmI2e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2lu0wmI2e .navbar .navbar-logo img {
  width: auto;
}
.cid-u2lu0wmI2e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar.collapsed {
  justify-content: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2lu0wmI2e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2lu0wmI2e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2lu0wmI2e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2lu0wmI2e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2lu0wmI2e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2lu0wmI2e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2lu0wmI2e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2lu0wmI2e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2lu0wmI2e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2lu0wmI2e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown-item.active,
.cid-u2lu0wmI2e .dropdown-item:active {
  background-color: transparent;
}
.cid-u2lu0wmI2e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2lu0wmI2e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2lu0wmI2e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2lu0wmI2e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2lu0wmI2e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2lu0wmI2e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar {
    height: 70px;
  }
  .cid-u2lu0wmI2e .navbar.opened {
    height: auto;
  }
  .cid-u2lu0wmI2e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK9GJQhS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-hasan-albari-1229861.jpg");
}
.cid-sXTK9GJQhS .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTK9GJQhS .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-sXTK9GJQhS .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-sXTK9GJQhS .mbr-section-btn {
  margin-top: 6px;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK9GJQhS .image-wrapper {
  margin-top: 40px;
}
.cid-sXTK9GJQhS .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-sXTK9GJQhS .mbr-section-title,
.cid-sXTK9GJQhS .mbr-section-btn {
  color: #ffffff;
}
.cid-vaMYSca3jj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaMYSca3jj .mbr-section-head {
  margin-bottom: 1rem;
}
.cid-vaMYSca3jj .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-vaMYSca3jj .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-vaMYSca3jj .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 5px;
  margin-bottom: 0;
}
.cid-vaMYSca3jj .card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-vaMYSca3jj .card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 106, 204, 0.05);
  border-radius: 14px;
  height: 75px;
  margin: 10px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaMYSca3jj .card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1199px) {
  .cid-vaMYSca3jj .card {
    height: 162px;
    margin-top: 30px;
  }
}
.cid-vaMYSca3jj img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 5px 38px;
}
@media (max-width: 1199px) {
  .cid-vaMYSca3jj img {
    padding: 5px 20px;
  }
}
.cid-v8jg0gYCPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v8jg0gYCPJ .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .cid-v8jg0gYCPJ .row {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-v8jg0gYCPJ .col-text {
    padding-top: 30px;
  }
}
.cid-v8jg0gYCPJ .mbr-section-title {
  color: #0b3c6a;
}
.cid-v8jg0gYCPJ .mbr-section-subtitle {
  color: #010d4c;
}
.cid-v8jg0gYCPJ .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-v8jg0gYCPJ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
.cid-u4GqGO9MYP {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-u4GqGO9MYP .mbr-section-head {
  margin-bottom: 1rem;
}
.cid-u4GqGO9MYP .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u4GqGO9MYP .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u4GqGO9MYP .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-u4GqGO9MYP .card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-u4GqGO9MYP .card {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 106, 204, 0.05);
  border-radius: 14px;
  height: 75px;
  margin: 50px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4GqGO9MYP .card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1199px) {
  .cid-u4GqGO9MYP .card {
    height: 62px;
    margin-top: 30px;
  }
}
.cid-u4GqGO9MYP img {
  max-width: 600%;
  max-height: 600%;
  object-fit: FILL;
  padding: 5px 38px;
}
@media (max-width: 1199px) {
  .cid-u4GqGO9MYP img {
    padding: 5px 20px;
  }
}
.cid-sXTMYJwaoG {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sXTMYJwaoG .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sXTMYJwaoG .mbr-section-title {
  color: #000000;
}
.cid-sXTMYJwaoG .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-sXTMYJwaoG .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .card-title {
    margin-bottom: 18px;
  }
}
.cid-sXTMYJwaoG .card-title a {
  font-weight: 700;
}
.cid-sXTMYJwaoG .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-sXTMYJwaoG .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .icon-box {
    margin-bottom: 20px;
  }
}
.cid-sXTMYJwaoG .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-sXTMYJwaoG .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-sXTMYJwaoG .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-sXTMYJwaoG .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-sXTMYJwaoG .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-sXTMYJwaoG .col-card {
  margin-top: 30px;
}
.cid-sXTMYJwaoG .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-sXTMYJwaoG .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-sXTMYJwaoG .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-twuogyDt7U {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-twuogyDt7U .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-twuogyDt7U .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-twuogyDt7U .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-twuogyDt7U .row {
  display: flex;
  align-items: stretch;
}
.cid-twuogyDt7U .mbr-section-head {
  margin-bottom: 50px;
}
.cid-twuogyDt7U .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-twuogyDt7U .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-twuogyDt7U .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-twuogyDt7U .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-twuogyDt7U .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-twuogyDt7U .item:focus,
.cid-twuogyDt7U span:focus {
  outline: none;
}
.cid-twuogyDt7U .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-twuogyDt7U .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-twuogyDt7U .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-twuogyDt7U .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-twuogyDt7U .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-twuogyDt7U .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-twuogyDt7U .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-twuogyDt7U .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-twuogyDt7U .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-twuogyDt7U .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-twuogyDt7U .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-twuogyDt7U .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-twuogyDt7U .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-twuogyDt7U .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twuogyDt7U .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-twuogyDt7U .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-twuogyDt7U .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-twuogyDt7U .item-content-container {
    padding: 20px 15px;
  }
}
.cid-twuogyDt7U .mbr-section-btn {
  margin-top: 20px;
}
.cid-twuogyDt7U .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-twuogyDt7U .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-twuogyDt7U .mbr-text,
.cid-twuogyDt7U .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tRbopVZgiz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tRbopVZgiz .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tRbopVZgiz .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tRbopVZgiz .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tRbopVZgiz .row {
  display: flex;
  align-items: stretch;
}
.cid-tRbopVZgiz .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tRbopVZgiz .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tRbopVZgiz .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tRbopVZgiz .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tRbopVZgiz .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tRbopVZgiz .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tRbopVZgiz .item:focus,
.cid-tRbopVZgiz span:focus {
  outline: none;
}
.cid-tRbopVZgiz .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tRbopVZgiz .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tRbopVZgiz .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tRbopVZgiz .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tRbopVZgiz .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tRbopVZgiz .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tRbopVZgiz .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tRbopVZgiz .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tRbopVZgiz .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tRbopVZgiz .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tRbopVZgiz .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tRbopVZgiz .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tRbopVZgiz .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tRbopVZgiz .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRbopVZgiz .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tRbopVZgiz .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tRbopVZgiz .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tRbopVZgiz .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tRbopVZgiz .mbr-section-btn {
  margin-top: 20px;
}
.cid-tRbopVZgiz .item-title {
  text-align: center;
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-tRbopVZgiz .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tRbopVZgiz .mbr-text,
.cid-tRbopVZgiz .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uUVrnTtTmh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uUVrnTtTmh .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uUVrnTtTmh .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uUVrnTtTmh .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uUVrnTtTmh .row {
  display: flex;
  align-items: stretch;
}
.cid-uUVrnTtTmh .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uUVrnTtTmh .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-uUVrnTtTmh .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-uUVrnTtTmh .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVrnTtTmh .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uUVrnTtTmh .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uUVrnTtTmh .item:focus,
.cid-uUVrnTtTmh span:focus {
  outline: none;
}
.cid-uUVrnTtTmh .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uUVrnTtTmh .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uUVrnTtTmh .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uUVrnTtTmh .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uUVrnTtTmh .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uUVrnTtTmh .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uUVrnTtTmh .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uUVrnTtTmh .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uUVrnTtTmh .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uUVrnTtTmh .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uUVrnTtTmh .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uUVrnTtTmh .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uUVrnTtTmh .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uUVrnTtTmh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUVrnTtTmh .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uUVrnTtTmh .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVrnTtTmh .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uUVrnTtTmh .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uUVrnTtTmh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUVrnTtTmh .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVrnTtTmh .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uUVrnTtTmh .mbr-text,
.cid-uUVrnTtTmh .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uUVsFrPtKA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uUVsFrPtKA .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uUVsFrPtKA .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uUVsFrPtKA .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uUVsFrPtKA .row {
  display: flex;
  align-items: stretch;
}
.cid-uUVsFrPtKA .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uUVsFrPtKA .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uUVsFrPtKA .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uUVsFrPtKA .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uUVsFrPtKA .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uUVsFrPtKA .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uUVsFrPtKA .item:focus,
.cid-uUVsFrPtKA span:focus {
  outline: none;
}
.cid-uUVsFrPtKA .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uUVsFrPtKA .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uUVsFrPtKA .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uUVsFrPtKA .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uUVsFrPtKA .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uUVsFrPtKA .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uUVsFrPtKA .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uUVsFrPtKA .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uUVsFrPtKA .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uUVsFrPtKA .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uUVsFrPtKA .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uUVsFrPtKA .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uUVsFrPtKA .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uUVsFrPtKA .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUVsFrPtKA .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uUVsFrPtKA .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVsFrPtKA .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uUVsFrPtKA .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uUVsFrPtKA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUVsFrPtKA .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVsFrPtKA .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uUVsFrPtKA .mbr-text,
.cid-uUVsFrPtKA .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqCxKbbkd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqCxKbbkd .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqCxKbbkd .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqCxKbbkd .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqCxKbbkd .row {
  display: flex;
  align-items: stretch;
}
.cid-veqCxKbbkd .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqCxKbbkd .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-veqCxKbbkd .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-veqCxKbbkd .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCxKbbkd .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqCxKbbkd .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqCxKbbkd .item:focus,
.cid-veqCxKbbkd span:focus {
  outline: none;
}
.cid-veqCxKbbkd .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqCxKbbkd .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqCxKbbkd .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqCxKbbkd .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqCxKbbkd .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqCxKbbkd .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqCxKbbkd .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqCxKbbkd .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqCxKbbkd .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqCxKbbkd .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqCxKbbkd .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqCxKbbkd .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqCxKbbkd .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqCxKbbkd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqCxKbbkd .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqCxKbbkd .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqCxKbbkd .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqCxKbbkd .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqCxKbbkd .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqCxKbbkd .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCxKbbkd .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqCxKbbkd .mbr-text,
.cid-veqCxKbbkd .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqCH9D9y3 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqCH9D9y3 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqCH9D9y3 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqCH9D9y3 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqCH9D9y3 .row {
  display: flex;
  align-items: stretch;
}
.cid-veqCH9D9y3 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqCH9D9y3 .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-veqCH9D9y3 .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-veqCH9D9y3 .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCH9D9y3 .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqCH9D9y3 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqCH9D9y3 .item:focus,
.cid-veqCH9D9y3 span:focus {
  outline: none;
}
.cid-veqCH9D9y3 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqCH9D9y3 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqCH9D9y3 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqCH9D9y3 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqCH9D9y3 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqCH9D9y3 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqCH9D9y3 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqCH9D9y3 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqCH9D9y3 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqCH9D9y3 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqCH9D9y3 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqCH9D9y3 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqCH9D9y3 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqCH9D9y3 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqCH9D9y3 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqCH9D9y3 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqCH9D9y3 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqCH9D9y3 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqCH9D9y3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqCH9D9y3 .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCH9D9y3 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqCH9D9y3 .mbr-text,
.cid-veqCH9D9y3 .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqCIGgiqf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqCIGgiqf .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqCIGgiqf .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqCIGgiqf .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqCIGgiqf .row {
  display: flex;
  align-items: stretch;
}
.cid-veqCIGgiqf .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqCIGgiqf .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-veqCIGgiqf .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-veqCIGgiqf .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCIGgiqf .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqCIGgiqf .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqCIGgiqf .item:focus,
.cid-veqCIGgiqf span:focus {
  outline: none;
}
.cid-veqCIGgiqf .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqCIGgiqf .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqCIGgiqf .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqCIGgiqf .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqCIGgiqf .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqCIGgiqf .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqCIGgiqf .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqCIGgiqf .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqCIGgiqf .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqCIGgiqf .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqCIGgiqf .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqCIGgiqf .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqCIGgiqf .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqCIGgiqf .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqCIGgiqf .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqCIGgiqf .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqCIGgiqf .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqCIGgiqf .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqCIGgiqf .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqCIGgiqf .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqCIGgiqf .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqCIGgiqf .mbr-text,
.cid-veqCIGgiqf .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uUVzklqOde {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uUVzklqOde .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uUVzklqOde .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uUVzklqOde .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uUVzklqOde .row {
  display: flex;
  align-items: stretch;
}
.cid-uUVzklqOde .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uUVzklqOde .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-uUVzklqOde .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-uUVzklqOde .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVzklqOde .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uUVzklqOde .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uUVzklqOde .item:focus,
.cid-uUVzklqOde span:focus {
  outline: none;
}
.cid-uUVzklqOde .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uUVzklqOde .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uUVzklqOde .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uUVzklqOde .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uUVzklqOde .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uUVzklqOde .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uUVzklqOde .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uUVzklqOde .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uUVzklqOde .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uUVzklqOde .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uUVzklqOde .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uUVzklqOde .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uUVzklqOde .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uUVzklqOde .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUVzklqOde .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uUVzklqOde .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVzklqOde .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uUVzklqOde .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uUVzklqOde .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUVzklqOde .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVzklqOde .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uUVzklqOde .mbr-text,
.cid-uUVzklqOde .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uUVBOINLmq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uUVBOINLmq .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uUVBOINLmq .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uUVBOINLmq .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uUVBOINLmq .row {
  display: flex;
  align-items: stretch;
}
.cid-uUVBOINLmq .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uUVBOINLmq .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uUVBOINLmq .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uUVBOINLmq .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uUVBOINLmq .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uUVBOINLmq .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uUVBOINLmq .item:focus,
.cid-uUVBOINLmq span:focus {
  outline: none;
}
.cid-uUVBOINLmq .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uUVBOINLmq .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uUVBOINLmq .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uUVBOINLmq .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uUVBOINLmq .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uUVBOINLmq .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uUVBOINLmq .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uUVBOINLmq .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uUVBOINLmq .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uUVBOINLmq .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uUVBOINLmq .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uUVBOINLmq .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uUVBOINLmq .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uUVBOINLmq .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUVBOINLmq .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uUVBOINLmq .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUVBOINLmq .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uUVBOINLmq .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uUVBOINLmq .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUVBOINLmq .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uUVBOINLmq .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uUVBOINLmq .mbr-text,
.cid-uUVBOINLmq .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqFMd0sKZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqFMd0sKZ .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqFMd0sKZ .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqFMd0sKZ .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqFMd0sKZ .row {
  display: flex;
  align-items: stretch;
}
.cid-veqFMd0sKZ .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqFMd0sKZ .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-veqFMd0sKZ .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-veqFMd0sKZ .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-veqFMd0sKZ .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqFMd0sKZ .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqFMd0sKZ .item:focus,
.cid-veqFMd0sKZ span:focus {
  outline: none;
}
.cid-veqFMd0sKZ .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqFMd0sKZ .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqFMd0sKZ .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqFMd0sKZ .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqFMd0sKZ .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqFMd0sKZ .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqFMd0sKZ .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqFMd0sKZ .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqFMd0sKZ .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqFMd0sKZ .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqFMd0sKZ .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqFMd0sKZ .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqFMd0sKZ .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqFMd0sKZ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqFMd0sKZ .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqFMd0sKZ .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqFMd0sKZ .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqFMd0sKZ .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqFMd0sKZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqFMd0sKZ .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqFMd0sKZ .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqFMd0sKZ .mbr-text,
.cid-veqFMd0sKZ .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqFNqkV0q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqFNqkV0q .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqFNqkV0q .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqFNqkV0q .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqFNqkV0q .row {
  display: flex;
  align-items: stretch;
}
.cid-veqFNqkV0q .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqFNqkV0q .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-veqFNqkV0q .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-veqFNqkV0q .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-veqFNqkV0q .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqFNqkV0q .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqFNqkV0q .item:focus,
.cid-veqFNqkV0q span:focus {
  outline: none;
}
.cid-veqFNqkV0q .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqFNqkV0q .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqFNqkV0q .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqFNqkV0q .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqFNqkV0q .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqFNqkV0q .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqFNqkV0q .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqFNqkV0q .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqFNqkV0q .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqFNqkV0q .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqFNqkV0q .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqFNqkV0q .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqFNqkV0q .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqFNqkV0q .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqFNqkV0q .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqFNqkV0q .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqFNqkV0q .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqFNqkV0q .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqFNqkV0q .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqFNqkV0q .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqFNqkV0q .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqFNqkV0q .mbr-text,
.cid-veqFNqkV0q .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-veqFOsA56H {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-veqFOsA56H .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-veqFOsA56H .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-veqFOsA56H .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-veqFOsA56H .row {
  display: flex;
  align-items: stretch;
}
.cid-veqFOsA56H .mbr-section-head {
  margin-bottom: 50px;
}
.cid-veqFOsA56H .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-veqFOsA56H .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-veqFOsA56H .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-veqFOsA56H .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-veqFOsA56H .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-veqFOsA56H .item:focus,
.cid-veqFOsA56H span:focus {
  outline: none;
}
.cid-veqFOsA56H .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-veqFOsA56H .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-veqFOsA56H .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-veqFOsA56H .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-veqFOsA56H .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-veqFOsA56H .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-veqFOsA56H .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-veqFOsA56H .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-veqFOsA56H .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-veqFOsA56H .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-veqFOsA56H .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-veqFOsA56H .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-veqFOsA56H .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-veqFOsA56H .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veqFOsA56H .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-veqFOsA56H .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veqFOsA56H .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-veqFOsA56H .item-content-container {
    padding: 20px 15px;
  }
}
.cid-veqFOsA56H .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqFOsA56H .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-veqFOsA56H .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-veqFOsA56H .mbr-text,
.cid-veqFOsA56H .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uTVrypNpjy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uTVrypNpjy .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uTVrypNpjy .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uTVrypNpjy .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uTVrypNpjy .row {
  display: flex;
  align-items: stretch;
}
.cid-uTVrypNpjy .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uTVrypNpjy .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-uTVrypNpjy .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-uTVrypNpjy .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-uTVrypNpjy .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uTVrypNpjy .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uTVrypNpjy .item:focus,
.cid-uTVrypNpjy span:focus {
  outline: none;
}
.cid-uTVrypNpjy .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uTVrypNpjy .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uTVrypNpjy .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uTVrypNpjy .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uTVrypNpjy .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uTVrypNpjy .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uTVrypNpjy .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uTVrypNpjy .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uTVrypNpjy .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uTVrypNpjy .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uTVrypNpjy .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uTVrypNpjy .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uTVrypNpjy .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uTVrypNpjy .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVrypNpjy .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uTVrypNpjy .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTVrypNpjy .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uTVrypNpjy .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uTVrypNpjy .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTVrypNpjy .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uTVrypNpjy .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uTVrypNpjy .mbr-text,
.cid-uTVrypNpjy .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uTVuuHuRgT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uTVuuHuRgT .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uTVuuHuRgT .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uTVuuHuRgT .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uTVuuHuRgT .row {
  display: flex;
  align-items: stretch;
}
.cid-uTVuuHuRgT .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uTVuuHuRgT .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uTVuuHuRgT .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uTVuuHuRgT .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uTVuuHuRgT .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uTVuuHuRgT .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uTVuuHuRgT .item:focus,
.cid-uTVuuHuRgT span:focus {
  outline: none;
}
.cid-uTVuuHuRgT .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uTVuuHuRgT .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uTVuuHuRgT .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uTVuuHuRgT .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uTVuuHuRgT .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uTVuuHuRgT .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uTVuuHuRgT .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uTVuuHuRgT .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uTVuuHuRgT .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uTVuuHuRgT .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uTVuuHuRgT .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uTVuuHuRgT .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uTVuuHuRgT .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uTVuuHuRgT .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVuuHuRgT .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uTVuuHuRgT .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTVuuHuRgT .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uTVuuHuRgT .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uTVuuHuRgT .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTVuuHuRgT .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uTVuuHuRgT .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uTVuuHuRgT .mbr-text,
.cid-uTVuuHuRgT .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-uTVuw6eyCh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-uTVuw6eyCh .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-uTVuw6eyCh .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-uTVuw6eyCh .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-uTVuw6eyCh .row {
  display: flex;
  align-items: stretch;
}
.cid-uTVuw6eyCh .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uTVuw6eyCh .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uTVuw6eyCh .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uTVuw6eyCh .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uTVuw6eyCh .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uTVuw6eyCh .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-uTVuw6eyCh .item:focus,
.cid-uTVuw6eyCh span:focus {
  outline: none;
}
.cid-uTVuw6eyCh .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-uTVuw6eyCh .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-uTVuw6eyCh .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-uTVuw6eyCh .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uTVuw6eyCh .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-uTVuw6eyCh .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-uTVuw6eyCh .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-uTVuw6eyCh .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-uTVuw6eyCh .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-uTVuw6eyCh .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-uTVuw6eyCh .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-uTVuw6eyCh .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-uTVuw6eyCh .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-uTVuw6eyCh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVuw6eyCh .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uTVuw6eyCh .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uTVuw6eyCh .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-uTVuw6eyCh .item-content-container {
    padding: 20px 15px;
  }
}
.cid-uTVuw6eyCh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTVuw6eyCh .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-uTVuw6eyCh .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-uTVuw6eyCh .mbr-text,
.cid-uTVuw6eyCh .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-sXTP8RzBNG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-sXTP8RzBNG .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-sXTP8RzBNG .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-sXTP8RzBNG .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-sXTP8RzBNG .row {
  display: flex;
  align-items: stretch;
}
.cid-sXTP8RzBNG .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sXTP8RzBNG .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-sXTP8RzBNG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTP8RzBNG .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXTP8RzBNG .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTP8RzBNG .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-sXTP8RzBNG .item:focus,
.cid-sXTP8RzBNG span:focus {
  outline: none;
}
.cid-sXTP8RzBNG .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-sXTP8RzBNG .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sXTP8RzBNG .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-sXTP8RzBNG .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-sXTP8RzBNG .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-sXTP8RzBNG .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-sXTP8RzBNG .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-sXTP8RzBNG .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-sXTP8RzBNG .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-sXTP8RzBNG .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-sXTP8RzBNG .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-sXTP8RzBNG .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-sXTP8RzBNG .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-sXTP8RzBNG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXTP8RzBNG .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-sXTP8RzBNG .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-sXTP8RzBNG .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-sXTP8RzBNG .item-content-container {
    padding: 20px 15px;
  }
}
.cid-sXTP8RzBNG .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTP8RzBNG .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-sXTP8RzBNG .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-sXTP8RzBNG .mbr-text,
.cid-sXTP8RzBNG .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-sXTP9qXWWs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-sXTP9qXWWs .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-sXTP9qXWWs .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-sXTP9qXWWs .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-sXTP9qXWWs .row {
  display: flex;
  align-items: stretch;
}
.cid-sXTP9qXWWs .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sXTP9qXWWs .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-sXTP9qXWWs .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTP9qXWWs .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-sXTP9qXWWs .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTP9qXWWs .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-sXTP9qXWWs .item:focus,
.cid-sXTP9qXWWs span:focus {
  outline: none;
}
.cid-sXTP9qXWWs .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-sXTP9qXWWs .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sXTP9qXWWs .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-sXTP9qXWWs .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-sXTP9qXWWs .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-sXTP9qXWWs .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-sXTP9qXWWs .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-sXTP9qXWWs .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-sXTP9qXWWs .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-sXTP9qXWWs .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-sXTP9qXWWs .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-sXTP9qXWWs .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-sXTP9qXWWs .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-sXTP9qXWWs .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXTP9qXWWs .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-sXTP9qXWWs .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-sXTP9qXWWs .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-sXTP9qXWWs .item-content-container {
    padding: 20px 15px;
  }
}
.cid-sXTP9qXWWs .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTP9qXWWs .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-sXTP9qXWWs .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-sXTP9qXWWs .mbr-text,
.cid-sXTP9qXWWs .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tgUSvRCODH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tgUSvRCODH .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tgUSvRCODH .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tgUSvRCODH .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tgUSvRCODH .row {
  display: flex;
  align-items: stretch;
}
.cid-tgUSvRCODH .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tgUSvRCODH .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tgUSvRCODH .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tgUSvRCODH .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tgUSvRCODH .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tgUSvRCODH .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tgUSvRCODH .item:focus,
.cid-tgUSvRCODH span:focus {
  outline: none;
}
.cid-tgUSvRCODH .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tgUSvRCODH .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tgUSvRCODH .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tgUSvRCODH .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tgUSvRCODH .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tgUSvRCODH .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tgUSvRCODH .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tgUSvRCODH .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tgUSvRCODH .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tgUSvRCODH .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tgUSvRCODH .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tgUSvRCODH .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tgUSvRCODH .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tgUSvRCODH .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgUSvRCODH .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tgUSvRCODH .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tgUSvRCODH .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tgUSvRCODH .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tgUSvRCODH .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgUSvRCODH .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tgUSvRCODH .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tgUSvRCODH .mbr-text,
.cid-tgUSvRCODH .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tPWtJALIUe {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tPWtJALIUe .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tPWtJALIUe .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tPWtJALIUe .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tPWtJALIUe .row {
  display: flex;
  align-items: stretch;
}
.cid-tPWtJALIUe .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tPWtJALIUe .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tPWtJALIUe .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tPWtJALIUe .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tPWtJALIUe .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tPWtJALIUe .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tPWtJALIUe .item:focus,
.cid-tPWtJALIUe span:focus {
  outline: none;
}
.cid-tPWtJALIUe .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tPWtJALIUe .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tPWtJALIUe .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tPWtJALIUe .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tPWtJALIUe .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tPWtJALIUe .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tPWtJALIUe .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tPWtJALIUe .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tPWtJALIUe .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tPWtJALIUe .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tPWtJALIUe .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tPWtJALIUe .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tPWtJALIUe .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tPWtJALIUe .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPWtJALIUe .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tPWtJALIUe .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tPWtJALIUe .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tPWtJALIUe .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tPWtJALIUe .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPWtJALIUe .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tPWtJALIUe .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tPWtJALIUe .mbr-text,
.cid-tPWtJALIUe .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tPWtKdhm55 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tPWtKdhm55 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tPWtKdhm55 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tPWtKdhm55 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tPWtKdhm55 .row {
  display: flex;
  align-items: stretch;
}
.cid-tPWtKdhm55 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tPWtKdhm55 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tPWtKdhm55 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tPWtKdhm55 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tPWtKdhm55 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tPWtKdhm55 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tPWtKdhm55 .item:focus,
.cid-tPWtKdhm55 span:focus {
  outline: none;
}
.cid-tPWtKdhm55 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tPWtKdhm55 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tPWtKdhm55 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tPWtKdhm55 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tPWtKdhm55 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tPWtKdhm55 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tPWtKdhm55 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tPWtKdhm55 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tPWtKdhm55 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tPWtKdhm55 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tPWtKdhm55 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tPWtKdhm55 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tPWtKdhm55 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tPWtKdhm55 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPWtKdhm55 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tPWtKdhm55 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tPWtKdhm55 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tPWtKdhm55 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tPWtKdhm55 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPWtKdhm55 .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tPWtKdhm55 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tPWtKdhm55 .mbr-text,
.cid-tPWtKdhm55 .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-u4EWHtsMqd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-u4EWHtsMqd .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u4EWHtsMqd .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u4EWHtsMqd .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u4EWHtsMqd .row {
  display: flex;
  align-items: stretch;
}
.cid-u4EWHtsMqd .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u4EWHtsMqd .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-u4EWHtsMqd .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u4EWHtsMqd .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u4EWHtsMqd .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u4EWHtsMqd .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u4EWHtsMqd .item:focus,
.cid-u4EWHtsMqd span:focus {
  outline: none;
}
.cid-u4EWHtsMqd .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u4EWHtsMqd .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u4EWHtsMqd .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-u4EWHtsMqd .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u4EWHtsMqd .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-u4EWHtsMqd .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-u4EWHtsMqd .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-u4EWHtsMqd .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u4EWHtsMqd .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u4EWHtsMqd .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u4EWHtsMqd .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u4EWHtsMqd .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u4EWHtsMqd .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u4EWHtsMqd .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4EWHtsMqd .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u4EWHtsMqd .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u4EWHtsMqd .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u4EWHtsMqd .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u4EWHtsMqd .mbr-section-btn {
  margin-top: 20px;
}
.cid-u4EWHtsMqd .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-u4EWHtsMqd .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u4EWHtsMqd .mbr-text,
.cid-u4EWHtsMqd .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-u4EWEXnzae {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-u4EWEXnzae .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u4EWEXnzae .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u4EWEXnzae .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u4EWEXnzae .row {
  display: flex;
  align-items: stretch;
}
.cid-u4EWEXnzae .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u4EWEXnzae .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u4EWEXnzae .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u4EWEXnzae .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u4EWEXnzae .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u4EWEXnzae .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u4EWEXnzae .item:focus,
.cid-u4EWEXnzae span:focus {
  outline: none;
}
.cid-u4EWEXnzae .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u4EWEXnzae .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u4EWEXnzae .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-u4EWEXnzae .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u4EWEXnzae .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-u4EWEXnzae .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-u4EWEXnzae .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-u4EWEXnzae .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u4EWEXnzae .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u4EWEXnzae .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u4EWEXnzae .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u4EWEXnzae .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u4EWEXnzae .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u4EWEXnzae .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4EWEXnzae .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u4EWEXnzae .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u4EWEXnzae .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u4EWEXnzae .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u4EWEXnzae .mbr-section-btn {
  margin-top: 20px;
}
.cid-u4EWEXnzae .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-u4EWEXnzae .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u4EWEXnzae .mbr-text,
.cid-u4EWEXnzae .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-u4EWGldL3y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-u4EWGldL3y .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u4EWGldL3y .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u4EWGldL3y .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u4EWGldL3y .row {
  display: flex;
  align-items: stretch;
}
.cid-u4EWGldL3y .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u4EWGldL3y .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-u4EWGldL3y .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u4EWGldL3y .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-u4EWGldL3y .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u4EWGldL3y .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u4EWGldL3y .item:focus,
.cid-u4EWGldL3y span:focus {
  outline: none;
}
.cid-u4EWGldL3y .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u4EWGldL3y .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u4EWGldL3y .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-u4EWGldL3y .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u4EWGldL3y .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-u4EWGldL3y .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-u4EWGldL3y .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-u4EWGldL3y .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u4EWGldL3y .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u4EWGldL3y .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u4EWGldL3y .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u4EWGldL3y .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u4EWGldL3y .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u4EWGldL3y .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u4EWGldL3y .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u4EWGldL3y .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u4EWGldL3y .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u4EWGldL3y .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u4EWGldL3y .mbr-section-btn {
  margin-top: 20px;
}
.cid-u4EWGldL3y .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-u4EWGldL3y .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u4EWGldL3y .mbr-text,
.cid-u4EWGldL3y .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-twuy2h7kDD {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-twuy2h7kDD .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-twuy2h7kDD .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-twuy2h7kDD .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-twuy2h7kDD .row {
  display: flex;
  align-items: stretch;
}
.cid-twuy2h7kDD .mbr-section-head {
  margin-bottom: 50px;
}
.cid-twuy2h7kDD .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-twuy2h7kDD .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-twuy2h7kDD .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-twuy2h7kDD .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-twuy2h7kDD .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-twuy2h7kDD .item:focus,
.cid-twuy2h7kDD span:focus {
  outline: none;
}
.cid-twuy2h7kDD .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-twuy2h7kDD .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-twuy2h7kDD .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-twuy2h7kDD .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-twuy2h7kDD .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-twuy2h7kDD .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-twuy2h7kDD .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-twuy2h7kDD .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-twuy2h7kDD .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-twuy2h7kDD .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-twuy2h7kDD .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-twuy2h7kDD .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-twuy2h7kDD .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-twuy2h7kDD .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twuy2h7kDD .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-twuy2h7kDD .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-twuy2h7kDD .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-twuy2h7kDD .item-content-container {
    padding: 20px 15px;
  }
}
.cid-twuy2h7kDD .mbr-section-btn {
  margin-top: 20px;
}
.cid-twuy2h7kDD .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-twuy2h7kDD .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-twuy2h7kDD .mbr-text,
.cid-twuy2h7kDD .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tRJwIM63Rl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tRJwIM63Rl .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tRJwIM63Rl .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tRJwIM63Rl .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tRJwIM63Rl .row {
  display: flex;
  align-items: stretch;
}
.cid-tRJwIM63Rl .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tRJwIM63Rl .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tRJwIM63Rl .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tRJwIM63Rl .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tRJwIM63Rl .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tRJwIM63Rl .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tRJwIM63Rl .item:focus,
.cid-tRJwIM63Rl span:focus {
  outline: none;
}
.cid-tRJwIM63Rl .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tRJwIM63Rl .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-tRJwIM63Rl .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tRJwIM63Rl .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tRJwIM63Rl .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tRJwIM63Rl .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tRJwIM63Rl .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tRJwIM63Rl .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tRJwIM63Rl .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tRJwIM63Rl .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tRJwIM63Rl .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tRJwIM63Rl .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tRJwIM63Rl .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tRJwIM63Rl .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRJwIM63Rl .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-tRJwIM63Rl .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tRJwIM63Rl .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tRJwIM63Rl .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tRJwIM63Rl .mbr-section-btn {
  margin-top: 20px;
}
.cid-tRJwIM63Rl .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tRJwIM63Rl .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tRJwIM63Rl .mbr-text,
.cid-tRJwIM63Rl .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-sXTNAnvmUe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sXTNAnvmUe .row {
  display: flex;
  align-items: center;
}
.cid-sXTNAnvmUe .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 8px;
}
.cid-sXTNAnvmUe .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTNAnvmUe .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-sXTNAnvmUe .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn-secondary:hover,
.cid-sXTNAnvmUe .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTNAnvmUe .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sXTNAnvmUe .image-wrapper {
    margin-top: 40px;
  }
}
.cid-sXTNAnvmUe .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sXTNAnvmUe .image-wrapper img {
    padding-left: 5%;
  }
}
.cid-sXTNAnvmUe .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-sXTNAnvmUe .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-sXTNAnvmUe .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-sXTNAnvmUe .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-sXTNAnvmUe .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-sXTNAnvmUe .mbr-section-title,
.cid-sXTNAnvmUe .mbr-section-btn {
  color: #000000;
}
.cid-u4G5hygKIm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #00072c;
}
.cid-u4G5hygKIm .row {
  align-items: center;
}
.cid-u4G5hygKIm .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u4G5hygKIm .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-u4G5hygKIm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-u4G5hygKIm .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u4G5hygKIm .header-text {
    padding-right: 0;
  }
}
.cid-u4G5hygKIm .label-text {
  width: 100%;
  color: #111111;
}
.cid-u4G5hygKIm .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #fbfbfb;
}
.cid-u4G5hygKIm .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-u4G5hygKIm .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-u4G5hygKIm .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-u4G5hygKIm .iconfont-wrapper {
  color: #738bae !important;
}
.cid-u4G5hygKIm .iconfont-wrapper:hover {
  color: #ff7a41 !important;
}
.cid-u4G5hygKIm .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-u4G5hygKIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4G5hygKIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4G5hygKIm .contacts-text,
.cid-u4G5hygKIm .icons-menu {
  color: #fbfbfb;
}
.cid-vaNbh5gngk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaNbh5gngk [class^='socicon-']:before,
.cid-vaNbh5gngk [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-vaNbh5gngk .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  border-color: #000000;
}
.cid-vaNbh5gngk .btn-social:hover {
  background: #000000;
}
.cid-vaNbh5gngk .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vaNbh5gngk .btn-social:hover span {
  color: #ffffff !important;
}
.cid-vaNbh5gngk .mbr-section-title {
  color: #2e6b75;
}
.cid-vaNbh5gngk .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-vaNbh5gngk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaNbh5gngk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaNbh5gngk .mbr-section-title,
.cid-vaNbh5gngk .mbr-social-likes {
  color: #000000;
}
.cid-u2lu0wmI2e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2lu0wmI2e nav.navbar {
  position: fixed;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2lu0wmI2e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2lu0wmI2e .dropdown-item:hover,
.cid-u2lu0wmI2e .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-u2lu0wmI2e .dropdown-item:hover span {
  color: white;
}
.cid-u2lu0wmI2e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2lu0wmI2e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2lu0wmI2e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2lu0wmI2e .container {
  display: flex;
  position: relative
  margin: auto;
}
.cid-u2lu0wmI2e .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown-menu,
.cid-u2lu0wmI2e .navbar.opened {
  background: #ffffff !important;
}
.cid-u2lu0wmI2e .nav-item:focus,
.cid-u2lu0wmI2e .nav-link:focus {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2lu0wmI2e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2lu0wmI2e .navbar {
  min-height: 50px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.opened {
  transition: all 0.3s;
}
.cid-u2lu0wmI2e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2lu0wmI2e .navbar .navbar-logo img {
  width: auto;
  position: center;
}
.cid-u2lu0wmI2e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar.collapsed {
  justify-content: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2lu0wmI2e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2lu0wmI2e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2lu0wmI2e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2lu0wmI2e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2lu0wmI2e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2lu0wmI2e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2lu0wmI2e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2lu0wmI2e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2lu0wmI2e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2lu0wmI2e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown-item.active,
.cid-u2lu0wmI2e .dropdown-item:active {
  background-color: transparent;
}
.cid-u2lu0wmI2e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2lu0wmI2e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2lu0wmI2e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2lu0wmI2e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2lu0wmI2e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2lu0wmI2e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar {
    height: 70px;
  }
  .cid-u2lu0wmI2e .navbar.opened {
    height: auto;
  }
  .cid-u2lu0wmI2e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thZ405WHVu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-hasan-albari-1229861.jpg");
}
.cid-thZ405WHVu .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-thZ405WHVu .mbr-section-subtitle {
  color: #fafafa;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-thZ405WHVu .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-thZ405WHVu .mbr-section-btn {
  margin-top: 6px;
}
.cid-thZ405WHVu .mbr-section-btn .btn:before {
  display: none;
}
.cid-thZ405WHVu .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-thZ405WHVu .image-wrapper {
  margin-top: 40px;
}
.cid-thZ405WHVu .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-thZ405WHVu .mbr-section-title,
.cid-thZ405WHVu .mbr-section-btn {
  color: #ffffff;
}
.cid-thZ406uPU9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272727;
  overflow: hidden;
}
.cid-thZ406PvuZ {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbda-logo-for-recovery-academy-3-2000x952.png");
}
.cid-thZ406PvuZ .image-h {
  height: 15rem;
}
.cid-thZ406PvuZ .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-thZ4075qOE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #272727;
  overflow: hidden;
}
.cid-thZ407p0Z3 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thZ407p0Z3 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-thZ407p0Z3 .mbr-section-title {
  color: #000000;
}
.cid-thZ407p0Z3 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
}
.cid-thZ407p0Z3 .card-title {
  color: #010d4c;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .cid-thZ407p0Z3 .card-title {
    margin-bottom: 18px;
  }
}
.cid-thZ407p0Z3 .card-title a {
  font-weight: 700;
}
.cid-thZ407p0Z3 .card-title a:hover {
  color: #ff7a41 !important;
}
.cid-thZ407p0Z3 .icon-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-thZ407p0Z3 .icon-box {
    margin-bottom: 20px;
  }
}
.cid-thZ407p0Z3 .icon-box .mbr-iconfont {
  font-size: 40px;
  color: #913bff;
}
.cid-thZ407p0Z3 .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-thZ407p0Z3 .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}
.cid-thZ407p0Z3 .icon-link-box .mbr-iconfont {
  font-size: 28px;
  color: #010d4c;
  transition: all 0.3s ease-in-out;
}
.cid-thZ407p0Z3 .icon-link-box .mbr-iconfont:hover {
  color: #ff7a41 !important;
}
.cid-thZ407p0Z3 .col-card {
  margin-top: 30px;
}
.cid-thZ407p0Z3 .card-wrapper {
  padding: 50px 5px 22px 35px;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
@media (max-width: 991px) {
  .cid-thZ407p0Z3 .card-wrapper {
    padding: 15px 5px 15px 20px;
  }
}
.cid-thZ407p0Z3 .card-wrapper:hover {
  transform: translateY(-8px);
}
.cid-thZ4086k66 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-thZ4086k66 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-thZ4086k66 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-thZ4086k66 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-thZ4086k66 .row {
  display: flex;
  align-items: stretch;
}
.cid-thZ4086k66 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-thZ4086k66 .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-thZ4086k66 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-thZ4086k66 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-thZ4086k66 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-thZ4086k66 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-thZ4086k66 .item:focus,
.cid-thZ4086k66 span:focus {
  outline: none;
}
.cid-thZ4086k66 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-thZ4086k66 .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-thZ4086k66 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-thZ4086k66 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-thZ4086k66 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-thZ4086k66 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-thZ4086k66 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-thZ4086k66 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-thZ4086k66 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-thZ4086k66 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-thZ4086k66 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-thZ4086k66 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-thZ4086k66 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-thZ4086k66 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thZ4086k66 .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-thZ4086k66 .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-thZ4086k66 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-thZ4086k66 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-thZ4086k66 .mbr-section-btn {
  margin-top: 20px;
}
.cid-thZ4086k66 .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-thZ4086k66 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-thZ4086k66 .mbr-text,
.cid-thZ4086k66 .mbr-section-btn {
  text-align: center;
}
.cid-thZ408FfjU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-thZ408FfjU .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-thZ408FfjU .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-thZ408FfjU .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-thZ408FfjU .row {
  display: flex;
  align-items: stretch;
}
.cid-thZ408FfjU .mbr-section-head {
  margin-bottom: 50px;
}
.cid-thZ408FfjU .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-thZ408FfjU .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-thZ408FfjU .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-thZ408FfjU .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-thZ408FfjU .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-thZ408FfjU .item:focus,
.cid-thZ408FfjU span:focus {
  outline: none;
}
.cid-thZ408FfjU .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-thZ408FfjU .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-thZ408FfjU .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-thZ408FfjU .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-thZ408FfjU .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-thZ408FfjU .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-thZ408FfjU .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-thZ408FfjU .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-thZ408FfjU .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-thZ408FfjU .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-thZ408FfjU .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-thZ408FfjU .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-thZ408FfjU .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-thZ408FfjU .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thZ408FfjU .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-thZ408FfjU .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-thZ408FfjU .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-thZ408FfjU .item-content-container {
    padding: 20px 15px;
  }
}
.cid-thZ408FfjU .mbr-section-btn {
  margin-top: 20px;
}
.cid-thZ408FfjU .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-thZ408FfjU .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-thZ408FfjU .mbr-text,
.cid-thZ408FfjU .mbr-section-btn {
  text-align: center;
}
.cid-thZ4099oAX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-thZ4099oAX .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-thZ4099oAX .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-thZ4099oAX .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-thZ4099oAX .row {
  display: flex;
  align-items: stretch;
}
.cid-thZ4099oAX .mbr-section-head {
  margin-bottom: 50px;
}
.cid-thZ4099oAX .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-thZ4099oAX .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-thZ4099oAX .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-thZ4099oAX .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-thZ4099oAX .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-thZ4099oAX .item:focus,
.cid-thZ4099oAX span:focus {
  outline: none;
}
.cid-thZ4099oAX .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-thZ4099oAX .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-thZ4099oAX .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-thZ4099oAX .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-thZ4099oAX .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-thZ4099oAX .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-thZ4099oAX .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-thZ4099oAX .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-thZ4099oAX .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-thZ4099oAX .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-thZ4099oAX .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-thZ4099oAX .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-thZ4099oAX .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-thZ4099oAX .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thZ4099oAX .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-thZ4099oAX .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-thZ4099oAX .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-thZ4099oAX .item-content-container {
    padding: 20px 15px;
  }
}
.cid-thZ4099oAX .mbr-section-btn {
  margin-top: 20px;
}
.cid-thZ4099oAX .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-thZ4099oAX .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-thZ4099oAX .mbr-text,
.cid-thZ4099oAX .mbr-section-btn {
  text-align: center;
}
.cid-thZ40a1yan {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-thZ40a1yan .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-thZ40a1yan .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-thZ40a1yan .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-thZ40a1yan .row {
  display: flex;
  align-items: stretch;
}
.cid-thZ40a1yan .mbr-section-head {
  margin-bottom: 50px;
}
.cid-thZ40a1yan .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-thZ40a1yan .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-thZ40a1yan .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-thZ40a1yan .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-thZ40a1yan .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-thZ40a1yan .item:focus,
.cid-thZ40a1yan span:focus {
  outline: none;
}
.cid-thZ40a1yan .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-thZ40a1yan .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-thZ40a1yan .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-thZ40a1yan .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-thZ40a1yan .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-thZ40a1yan .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-thZ40a1yan .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-thZ40a1yan .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-thZ40a1yan .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-thZ40a1yan .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-thZ40a1yan .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-thZ40a1yan .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-thZ40a1yan .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-thZ40a1yan .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thZ40a1yan .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-thZ40a1yan .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-thZ40a1yan .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-thZ40a1yan .item-content-container {
    padding: 20px 15px;
  }
}
.cid-thZ40a1yan .mbr-section-btn {
  margin-top: 20px;
}
.cid-thZ40a1yan .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-thZ40a1yan .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-thZ40a1yan .mbr-text,
.cid-thZ40a1yan .mbr-section-btn {
  text-align: center;
}
.cid-thZ40ayFIB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thZ40ayFIB .row {
  display: flex;
  align-items: center;
}
.cid-thZ40ayFIB .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 8px;
}
.cid-thZ40ayFIB .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-thZ40ayFIB .mbr-text {
  color: #000000;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-thZ40ayFIB .mbr-section-btn {
  margin-top: 20px;
}
.cid-thZ40ayFIB .mbr-section-btn .btn-secondary:hover,
.cid-thZ40ayFIB .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #ff7a41 !important;
}
.cid-thZ40ayFIB .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-thZ40ayFIB .mbr-section-btn .btn:before {
  display: none;
}
.cid-thZ40ayFIB .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-thZ40ayFIB .image-wrapper {
    margin-top: 40px;
  }
}
.cid-thZ40ayFIB .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-thZ40ayFIB .image-wrapper img {
    padding-left: 5%;
  }
}
.cid-thZ40ayFIB .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-thZ40ayFIB .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-thZ40ayFIB .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-thZ40ayFIB .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-thZ40ayFIB .list-item-text {
  flex-grow: 1;
  color: #0B3C6A;
}
.cid-thZ40ayFIB .mbr-section-title,
.cid-thZ40ayFIB .mbr-section-btn {
  color: #000000;
}
.cid-thZ40b4dxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-thZ40b4dxk .container {
  display: flex;
  justify-content: center;
}
.cid-thZ40b4dxk .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-thZ40b4dxk .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-thZ40b4dxk .content-container {
    padding: 38px 41px !important;
  }
}
.cid-thZ40b4dxk .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-thZ40b4dxk .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .col-text {
    margin-bottom: 20px;
  }
}
.cid-thZ40b4dxk .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-thZ40b4dxk .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .col-btn {
    justify-content: center;
  }
}
.cid-thZ40b4dxk .text-container {
  width: 100%;
}
.cid-thZ40b4dxk .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .label-text {
    text-align: center !important;
  }
}
.cid-thZ40b4dxk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thZ40b4dxk .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-thZ40b4dxk .mbr-text {
    text-align: center !important;
  }
}
.cid-thZ40b4dxk .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-thZ40b4dxk .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-thZ40b4dxk .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-thZ40b4dxk .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-thZ40b4dxk .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-thZ40bv5Mu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thZ40bv5Mu .row {
  align-items: center;
}
.cid-thZ40bv5Mu .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-thZ40bv5Mu .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-thZ40bv5Mu .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-thZ40bv5Mu .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-thZ40bv5Mu .header-text {
    padding-right: 0;
  }
}
.cid-thZ40bv5Mu .label-text {
  width: 100%;
  color: #111111;
}
.cid-thZ40bv5Mu .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-thZ40bv5Mu .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-thZ40bv5Mu .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-thZ40bv5Mu .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-thZ40bv5Mu .iconfont-wrapper {
  color: #111111 !important;
}
.cid-thZ40bv5Mu .iconfont-wrapper:hover {
  color: #ff7a41 !important;
}
.cid-thZ40bv5Mu .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-thZ40bv5Mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thZ40bv5Mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thZ40bv5Mu .contacts-text,
.cid-thZ40bv5Mu .icons-menu {
  color: #0066ff;
}
.cid-uV18vtEZHF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uV18vtEZHF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-u2lu0wmI2e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2lu0wmI2e nav.navbar {
  position: fixed;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2lu0wmI2e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2lu0wmI2e .dropdown-item:hover,
.cid-u2lu0wmI2e .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-u2lu0wmI2e .dropdown-item:hover span {
  color: white;
}
.cid-u2lu0wmI2e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2lu0wmI2e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2lu0wmI2e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2lu0wmI2e .container {
  display: flex;
  position: relative
  margin: auto;
}
.cid-u2lu0wmI2e .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown-menu,
.cid-u2lu0wmI2e .navbar.opened {
  background: #ffffff !important;
}
.cid-u2lu0wmI2e .nav-item:focus,
.cid-u2lu0wmI2e .nav-link:focus {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2lu0wmI2e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2lu0wmI2e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2lu0wmI2e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2lu0wmI2e .navbar {
  min-height: 50px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.opened {
  transition: all 0.3s;
}
.cid-u2lu0wmI2e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2lu0wmI2e .navbar .navbar-logo img {
  width: auto;
  position: center;
}
.cid-u2lu0wmI2e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar.collapsed {
  justify-content: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2lu0wmI2e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2lu0wmI2e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2lu0wmI2e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2lu0wmI2e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2lu0wmI2e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2lu0wmI2e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2lu0wmI2e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2lu0wmI2e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2lu0wmI2e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2lu0wmI2e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2lu0wmI2e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2lu0wmI2e .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2lu0wmI2e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2lu0wmI2e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2lu0wmI2e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2lu0wmI2e .dropdown-item.active,
.cid-u2lu0wmI2e .dropdown-item:active {
  background-color: transparent;
}
.cid-u2lu0wmI2e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2lu0wmI2e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2lu0wmI2e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2lu0wmI2e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2lu0wmI2e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2lu0wmI2e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2lu0wmI2e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2lu0wmI2e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2lu0wmI2e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2lu0wmI2e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2lu0wmI2e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2lu0wmI2e .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-u2lu0wmI2e .navbar {
    height: 70px;
  }
  .cid-u2lu0wmI2e .navbar.opened {
    height: auto;
  }
  .cid-u2lu0wmI2e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXTK9GJQhS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-hasan-albari-1229861.jpg");
}
.cid-sXTK9GJQhS .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-sXTK9GJQhS .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-sXTK9GJQhS .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-sXTK9GJQhS .mbr-section-btn {
  margin-top: 6px;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:before {
  display: none;
}
.cid-sXTK9GJQhS .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-sXTK9GJQhS .image-wrapper {
  margin-top: 40px;
}
.cid-sXTK9GJQhS .image-wrapper img {
  max-width: 800px;
  width: 100%;
}
.cid-sXTK9GJQhS .mbr-section-title,
.cid-sXTK9GJQhS .mbr-section-btn {
  color: #ffffff;
}
.cid-sXTLEdAe9B {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-sXTLEdAe9B .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-sXTLEdAe9B .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-sXTLEdAe9B .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-sXTLEdAe9B .row {
  display: flex;
  align-items: stretch;
}
.cid-sXTLEdAe9B .mbr-section-head {
  margin-bottom: 50px;
}
.cid-sXTLEdAe9B .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-sXTLEdAe9B .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-sXTLEdAe9B .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXTLEdAe9B .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-sXTLEdAe9B .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-sXTLEdAe9B .item:focus,
.cid-sXTLEdAe9B span:focus {
  outline: none;
}
.cid-sXTLEdAe9B .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-sXTLEdAe9B .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-sXTLEdAe9B .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-sXTLEdAe9B .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-sXTLEdAe9B .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-sXTLEdAe9B .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-sXTLEdAe9B .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-sXTLEdAe9B .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-sXTLEdAe9B .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-sXTLEdAe9B .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-sXTLEdAe9B .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-sXTLEdAe9B .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-sXTLEdAe9B .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-sXTLEdAe9B .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXTLEdAe9B .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-sXTLEdAe9B .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-sXTLEdAe9B .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-sXTLEdAe9B .item-content-container {
    padding: 20px 15px;
  }
}
.cid-sXTLEdAe9B .mbr-section-btn {
  margin-top: 20px;
}
.cid-sXTLEdAe9B .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-sXTLEdAe9B .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-sXTLEdAe9B .mbr-text,
.cid-sXTLEdAe9B .mbr-section-btn {
  text-align: center;
}
.cid-u2luOlzKGA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #cecece;
}
@media (min-width: 1400px) {
  .cid-u2luOlzKGA .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-u2luOlzKGA .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-u2luOlzKGA .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-u2luOlzKGA .row {
  display: flex;
  align-items: stretch;
}
.cid-u2luOlzKGA .mbr-section-head {
  margin-bottom: 50px;
}
.cid-u2luOlzKGA .label-text {
  width: 100%;
  color: #a1a0a0;
  margin-bottom: 20px;
}
.cid-u2luOlzKGA .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-u2luOlzKGA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-u2luOlzKGA .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-u2luOlzKGA .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-u2luOlzKGA .item:focus,
.cid-u2luOlzKGA span:focus {
  outline: none;
}
.cid-u2luOlzKGA .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-u2luOlzKGA .item-wrapper {
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 73, 140, 0.05);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.cid-u2luOlzKGA .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-u2luOlzKGA .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-u2luOlzKGA .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-u2luOlzKGA .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-u2luOlzKGA .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-u2luOlzKGA .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-u2luOlzKGA .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-u2luOlzKGA .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-u2luOlzKGA .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-u2luOlzKGA .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-u2luOlzKGA .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-u2luOlzKGA .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2luOlzKGA .item-img::before {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ff7a41;
  right: -85px;
  bottom: -85px;
  z-index: 1;
  cursor: pointer;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u2luOlzKGA .item-img .icon-box {
  position: absolute;
  color: #ffffff;
  font-size: 22px;
  right: 22px;
  bottom: 12px;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u2luOlzKGA .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-u2luOlzKGA .item-content-container {
    padding: 20px 15px;
  }
}
.cid-u2luOlzKGA .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2luOlzKGA .item-title {
  text-align: center;
  width: 100%;
  color: #913bff;
  margin-bottom: 0;
}
.cid-u2luOlzKGA .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-u2luOlzKGA .mbr-text,
.cid-u2luOlzKGA .mbr-section-btn {
  text-align: center;
}
.cid-sXTNWsfLNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sXTNWsfLNf .container {
  display: flex;
  justify-content: center;
}
.cid-sXTNWsfLNf .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-sXTNWsfLNf .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #000000;
  box-shadow: 0 30px 80px rgba(68, 109, 255, 0.05);
  padding: 38px 53px !important;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .content-container {
    padding: 30px 3px !important;
  }
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .content-container {
    padding: 38px 41px !important;
  }
}
.cid-sXTNWsfLNf .col-text {
  padding: 0 12px !important;
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .col-text {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .col-text {
    margin-bottom: 20px;
  }
}
.cid-sXTNWsfLNf .col-btn {
  display: flex;
  padding: 0 12px !important;
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .cid-sXTNWsfLNf .col-btn {
    padding: 0 24px !important;
  }
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .col-btn {
    justify-content: center;
  }
}
.cid-sXTNWsfLNf .text-container {
  width: 100%;
}
.cid-sXTNWsfLNf .label-text {
  color: #A1A0A0;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .label-text {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-text {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sXTNWsfLNf .mbr-text {
    text-align: center !important;
  }
}
.cid-sXTNWsfLNf .mbr-section-btn .btn {
  border-radius: 10px;
  padding: 10px 40px;
  min-height: 62px;
}
.cid-sXTNWsfLNf .mbr-section-btn .btn-secondary-outline {
  border: 1px solid #0066ff;
}
.cid-sXTNWsfLNf .mbr-section-btn .btn-secondary-outline:hover {
  background-color: #0066ff !important;
  border-color: #0066ff !important;
  color: #ffffff!important;
}
@media (max-width: 575px) {
  .cid-sXTNWsfLNf .mbr-section-btn {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXTNWsfLNf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uV18vtEZHF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-uV18vtEZHF .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
