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.75rem;
  line-height: 1.31;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff7a41 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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-te3w2zP5Oy .navbar-dropdown {
  position: relative !important;
}
.cid-te3w2zP5Oy .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-te3w2zP5Oy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te3w2zP5Oy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-te3w2zP5Oy .dropdown-item:hover,
.cid-te3w2zP5Oy .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-te3w2zP5Oy .dropdown-item:hover span {
  color: white;
}
.cid-te3w2zP5Oy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te3w2zP5Oy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te3w2zP5Oy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te3w2zP5Oy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te3w2zP5Oy .nav-link {
  position: relative;
}
.cid-te3w2zP5Oy .container {
  display: flex;
  margin: auto;
}
.cid-te3w2zP5Oy .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-te3w2zP5Oy .dropdown-menu,
.cid-te3w2zP5Oy .navbar.opened {
  background: #ffffff !important;
}
.cid-te3w2zP5Oy .nav-item:focus,
.cid-te3w2zP5Oy .nav-link:focus {
  outline: none;
}
.cid-te3w2zP5Oy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te3w2zP5Oy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te3w2zP5Oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te3w2zP5Oy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te3w2zP5Oy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te3w2zP5Oy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te3w2zP5Oy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-te3w2zP5Oy .navbar.opened {
  transition: all 0.3s;
}
.cid-te3w2zP5Oy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te3w2zP5Oy .navbar .navbar-logo img {
  width: auto;
}
.cid-te3w2zP5Oy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te3w2zP5Oy .navbar.collapsed {
  justify-content: center;
}
.cid-te3w2zP5Oy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te3w2zP5Oy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-te3w2zP5Oy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-te3w2zP5Oy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te3w2zP5Oy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te3w2zP5Oy .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-te3w2zP5Oy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te3w2zP5Oy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te3w2zP5Oy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te3w2zP5Oy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te3w2zP5Oy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te3w2zP5Oy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te3w2zP5Oy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te3w2zP5Oy .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-te3w2zP5Oy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-te3w2zP5Oy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te3w2zP5Oy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te3w2zP5Oy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-te3w2zP5Oy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te3w2zP5Oy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te3w2zP5Oy .navbar.navbar-short {
  min-height: 60px;
}
.cid-te3w2zP5Oy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-te3w2zP5Oy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-te3w2zP5Oy .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-te3w2zP5Oy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te3w2zP5Oy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te3w2zP5Oy .dropdown-item.active,
.cid-te3w2zP5Oy .dropdown-item:active {
  background-color: transparent;
}
.cid-te3w2zP5Oy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te3w2zP5Oy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te3w2zP5Oy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te3w2zP5Oy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-te3w2zP5Oy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te3w2zP5Oy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te3w2zP5Oy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te3w2zP5Oy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te3w2zP5Oy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te3w2zP5Oy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te3w2zP5Oy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te3w2zP5Oy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te3w2zP5Oy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te3w2zP5Oy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te3w2zP5Oy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te3w2zP5Oy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te3w2zP5Oy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te3w2zP5Oy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te3w2zP5Oy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-te3w2zP5Oy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te3w2zP5Oy .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-te3w2zP5Oy .navbar {
    height: 70px;
  }
  .cid-te3w2zP5Oy .navbar.opened {
    height: auto;
  }
  .cid-te3w2zP5Oy .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-tQZz8UYBiO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tQZz8UYBiO .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tQZz8UYBiO .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tQZz8UYBiO .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tQZz8UYBiO .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-tQZz8UYBiO .img-container {
  height: 360px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.cid-tQZz8UYBiO .img-container img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tQZz8UYBiO .img-container {
    height: 500px;
  }
  .cid-tQZz8UYBiO .img-container img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tQZz8UYBiO .img-container {
    height: 550px;
  }
}
@media (min-width: 1400px) {
  .cid-tQZz8UYBiO .img-container {
    height: 610px;
  }
}
.cid-tQZz8UYBiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQZz8UYBiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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-tRftrtU1T9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tRftrtU1T9 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tRftrtU1T9 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tRftrtU1T9 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tRftrtU1T9 .row {
  display: flex;
  align-items: stretch;
}
.cid-tRftrtU1T9 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tRftrtU1T9 .label-text {
  width: 100%;
  color: #00072c;
  margin-bottom: 20px;
}
.cid-tRftrtU1T9 .label-text span {
  padding: 8px 18px;
  background-color: #af8326;
  border-radius: 15px;
  color: inherit;
}
.cid-tRftrtU1T9 .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-tRftrtU1T9 .colored-text {
  color: #000000;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tRftrtU1T9 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tRftrtU1T9 .item:focus,
.cid-tRftrtU1T9 span:focus {
  outline: none;
}
.cid-tRftrtU1T9 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tRftrtU1T9 .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-tRftrtU1T9 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tRftrtU1T9 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tRftrtU1T9 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tRftrtU1T9 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tRftrtU1T9 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tRftrtU1T9 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tRftrtU1T9 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tRftrtU1T9 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tRftrtU1T9 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tRftrtU1T9 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tRftrtU1T9 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tRftrtU1T9 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRftrtU1T9 .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-tRftrtU1T9 .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-tRftrtU1T9 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tRftrtU1T9 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tRftrtU1T9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tRftrtU1T9 .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tRftrtU1T9 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tRftrtU1T9 .mbr-text,
.cid-tRftrtU1T9 .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tRftUtQU29 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tRftUtQU29 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tRftUtQU29 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tRftUtQU29 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tRftUtQU29 .row {
  display: flex;
  align-items: stretch;
}
.cid-tRftUtQU29 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tRftUtQU29 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tRftUtQU29 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tRftUtQU29 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tRftUtQU29 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tRftUtQU29 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tRftUtQU29 .item:focus,
.cid-tRftUtQU29 span:focus {
  outline: none;
}
.cid-tRftUtQU29 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tRftUtQU29 .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-tRftUtQU29 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tRftUtQU29 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tRftUtQU29 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tRftUtQU29 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tRftUtQU29 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tRftUtQU29 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tRftUtQU29 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tRftUtQU29 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tRftUtQU29 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tRftUtQU29 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tRftUtQU29 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tRftUtQU29 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRftUtQU29 .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-tRftUtQU29 .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-tRftUtQU29 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tRftUtQU29 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tRftUtQU29 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tRftUtQU29 .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tRftUtQU29 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tRftUtQU29 .mbr-text,
.cid-tRftUtQU29 .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.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-tREix8Grvg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tREix8Grvg .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tREix8Grvg .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tREix8Grvg .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tREix8Grvg .row {
  display: flex;
  align-items: stretch;
}
.cid-tREix8Grvg .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tREix8Grvg .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tREix8Grvg .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tREix8Grvg .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tREix8Grvg .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tREix8Grvg .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tREix8Grvg .item:focus,
.cid-tREix8Grvg span:focus {
  outline: none;
}
.cid-tREix8Grvg .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tREix8Grvg .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-tREix8Grvg .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tREix8Grvg .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tREix8Grvg .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tREix8Grvg .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tREix8Grvg .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tREix8Grvg .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tREix8Grvg .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tREix8Grvg .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tREix8Grvg .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tREix8Grvg .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tREix8Grvg .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tREix8Grvg .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tREix8Grvg .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-tREix8Grvg .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-tREix8Grvg .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tREix8Grvg .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tREix8Grvg .mbr-section-btn {
  margin-top: 20px;
}
.cid-tREix8Grvg .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tREix8Grvg .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tREix8Grvg .mbr-text,
.cid-tREix8Grvg .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tA7nncvWrP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tA7nncvWrP .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tA7nncvWrP .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tA7nncvWrP .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tA7nncvWrP .row {
  display: flex;
  align-items: stretch;
}
.cid-tA7nncvWrP .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tA7nncvWrP .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tA7nncvWrP .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tA7nncvWrP .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tA7nncvWrP .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tA7nncvWrP .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tA7nncvWrP .item:focus,
.cid-tA7nncvWrP span:focus {
  outline: none;
}
.cid-tA7nncvWrP .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tA7nncvWrP .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-tA7nncvWrP .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tA7nncvWrP .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tA7nncvWrP .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tA7nncvWrP .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tA7nncvWrP .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tA7nncvWrP .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tA7nncvWrP .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tA7nncvWrP .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tA7nncvWrP .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tA7nncvWrP .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tA7nncvWrP .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tA7nncvWrP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA7nncvWrP .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-tA7nncvWrP .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-tA7nncvWrP .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tA7nncvWrP .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tA7nncvWrP .mbr-section-btn {
  margin-top: 20px;
}
.cid-tA7nncvWrP .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tA7nncvWrP .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tA7nncvWrP .mbr-text,
.cid-tA7nncvWrP .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tSXBjq2hq2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tSXBjq2hq2 .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tSXBjq2hq2 .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tSXBjq2hq2 .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tSXBjq2hq2 .row {
  display: flex;
  align-items: stretch;
}
.cid-tSXBjq2hq2 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tSXBjq2hq2 .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tSXBjq2hq2 .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tSXBjq2hq2 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tSXBjq2hq2 .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tSXBjq2hq2 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tSXBjq2hq2 .item:focus,
.cid-tSXBjq2hq2 span:focus {
  outline: none;
}
.cid-tSXBjq2hq2 .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tSXBjq2hq2 .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-tSXBjq2hq2 .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tSXBjq2hq2 .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tSXBjq2hq2 .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tSXBjq2hq2 .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tSXBjq2hq2 .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tSXBjq2hq2 .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tSXBjq2hq2 .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tSXBjq2hq2 .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tSXBjq2hq2 .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tSXBjq2hq2 .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tSXBjq2hq2 .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tSXBjq2hq2 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tSXBjq2hq2 .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-tSXBjq2hq2 .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-tSXBjq2hq2 .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tSXBjq2hq2 .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tSXBjq2hq2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tSXBjq2hq2 .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tSXBjq2hq2 .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tSXBjq2hq2 .mbr-text,
.cid-tSXBjq2hq2 .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-twucLbgQ1e {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-twucLbgQ1e .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-twucLbgQ1e .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-twucLbgQ1e .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-twucLbgQ1e .row {
  display: flex;
  align-items: stretch;
}
.cid-twucLbgQ1e .mbr-section-head {
  margin-bottom: 50px;
}
.cid-twucLbgQ1e .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-twucLbgQ1e .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-twucLbgQ1e .mbr-section-title {
  color: #00072c;
  margin-bottom: 0;
}
.cid-twucLbgQ1e .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-twucLbgQ1e .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-twucLbgQ1e .item:focus,
.cid-twucLbgQ1e span:focus {
  outline: none;
}
.cid-twucLbgQ1e .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-twucLbgQ1e .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-twucLbgQ1e .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-twucLbgQ1e .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-twucLbgQ1e .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-twucLbgQ1e .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-twucLbgQ1e .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-twucLbgQ1e .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-twucLbgQ1e .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-twucLbgQ1e .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-twucLbgQ1e .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-twucLbgQ1e .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-twucLbgQ1e .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-twucLbgQ1e .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-twucLbgQ1e .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-twucLbgQ1e .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-twucLbgQ1e .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-twucLbgQ1e .item-content-container {
    padding: 20px 15px;
  }
}
.cid-twucLbgQ1e .mbr-section-btn {
  margin-top: 20px;
}
.cid-twucLbgQ1e .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-twucLbgQ1e .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-twucLbgQ1e .mbr-text,
.cid-twucLbgQ1e .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tR4YzyEbKP {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tR4YzyEbKP .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tR4YzyEbKP .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tR4YzyEbKP .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tR4YzyEbKP .row {
  display: flex;
  align-items: stretch;
}
.cid-tR4YzyEbKP .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tR4YzyEbKP .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tR4YzyEbKP .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tR4YzyEbKP .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tR4YzyEbKP .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tR4YzyEbKP .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tR4YzyEbKP .item:focus,
.cid-tR4YzyEbKP span:focus {
  outline: none;
}
.cid-tR4YzyEbKP .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tR4YzyEbKP .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-tR4YzyEbKP .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tR4YzyEbKP .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tR4YzyEbKP .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tR4YzyEbKP .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tR4YzyEbKP .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tR4YzyEbKP .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tR4YzyEbKP .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tR4YzyEbKP .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tR4YzyEbKP .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tR4YzyEbKP .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tR4YzyEbKP .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tR4YzyEbKP .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tR4YzyEbKP .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-tR4YzyEbKP .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-tR4YzyEbKP .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tR4YzyEbKP .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tR4YzyEbKP .mbr-section-btn {
  margin-top: 20px;
}
.cid-tR4YzyEbKP .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tR4YzyEbKP .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tR4YzyEbKP .mbr-text,
.cid-tR4YzyEbKP .mbr-section-btn {
  text-align: center;
  color: #ff7a41;
}
.cid-tR52asLleT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tR52asLleT .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tR52asLleT .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tR52asLleT .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tR52asLleT .row {
  display: flex;
  align-items: stretch;
}
.cid-tR52asLleT .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tR52asLleT .label-text {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tR52asLleT .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tR52asLleT .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tR52asLleT .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tR52asLleT .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tR52asLleT .item:focus,
.cid-tR52asLleT span:focus {
  outline: none;
}
.cid-tR52asLleT .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tR52asLleT .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-tR52asLleT .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tR52asLleT .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tR52asLleT .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tR52asLleT .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tR52asLleT .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tR52asLleT .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tR52asLleT .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tR52asLleT .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tR52asLleT .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tR52asLleT .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tR52asLleT .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tR52asLleT .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tR52asLleT .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-tR52asLleT .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-tR52asLleT .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tR52asLleT .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tR52asLleT .mbr-section-btn {
  margin-top: 20px;
}
.cid-tR52asLleT .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tR52asLleT .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tR52asLleT .mbr-text,
.cid-tR52asLleT .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-tPWtLFbiHc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #af8326;
}
@media (min-width: 1400px) {
  .cid-tPWtLFbiHc .container {
    max-width: 1368px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-tPWtLFbiHc .container .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .cid-tPWtLFbiHc .container .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-tPWtLFbiHc .row {
  display: flex;
  align-items: stretch;
}
.cid-tPWtLFbiHc .mbr-section-head {
  margin-bottom: 50px;
}
.cid-tPWtLFbiHc .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tPWtLFbiHc .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tPWtLFbiHc .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-tPWtLFbiHc .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tPWtLFbiHc .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tPWtLFbiHc .item:focus,
.cid-tPWtLFbiHc span:focus {
  outline: none;
}
.cid-tPWtLFbiHc .item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cid-tPWtLFbiHc .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-tPWtLFbiHc .item-wrapper .item-content a:hover {
  color: #ff7a41 !important;
}
.cid-tPWtLFbiHc .item-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tPWtLFbiHc .item-wrapper:hover .item-img {
  overflow: hidden;
}
.cid-tPWtLFbiHc .item-wrapper:hover .item-img::before {
  transform: scale(1);
}
.cid-tPWtLFbiHc .item-wrapper:hover .item-img .icon-box {
  transform: scale(1);
}
.cid-tPWtLFbiHc .item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 318px;
}
@media (max-width: 1399px) {
  .cid-tPWtLFbiHc .item-img {
    height: 284px;
  }
}
@media (max-width: 1199px) {
  .cid-tPWtLFbiHc .item-img {
    height: 238px;
  }
}
@media (max-width: 991px) {
  .cid-tPWtLFbiHc .item-img {
    height: 262px;
  }
}
@media (max-width: 767px) {
  .cid-tPWtLFbiHc .item-img {
    height: 192px;
  }
}
@media (max-width: 575px) {
  .cid-tPWtLFbiHc .item-img {
    height: 100%;
    max-height: 426px;
  }
}
.cid-tPWtLFbiHc .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tPWtLFbiHc .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-tPWtLFbiHc .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-tPWtLFbiHc .item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 32px 20px;
}
@media (max-width: 1199px) {
  .cid-tPWtLFbiHc .item-content-container {
    padding: 20px 15px;
  }
}
.cid-tPWtLFbiHc .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPWtLFbiHc .item-title {
  text-align: center;
  width: 100%;
  color: #00072c;
  margin-bottom: 0;
}
.cid-tPWtLFbiHc .mbr-text {
  color: #010d4c;
  width: 100%;
  margin: 8px 0;
}
.cid-tPWtLFbiHc .mbr-text,
.cid-tPWtLFbiHc .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-thd1xlyKlX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thd1xlyKlX .row {
  align-items: center;
}
.cid-thd1xlyKlX .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-thd1xlyKlX .image-wrapper {
    padding: 40px 1rem 1rem 1rem;
  }
}
.cid-thd1xlyKlX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-thd1xlyKlX .header-text {
  padding-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-thd1xlyKlX .header-text {
    padding-right: 0;
  }
}
.cid-thd1xlyKlX .label-text {
  width: 100%;
  color: #111111;
}
.cid-thd1xlyKlX .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
  color: #0d6efd;
}
.cid-thd1xlyKlX .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-thd1xlyKlX .contacts-text {
  color: #111111;
  letter-spacing: inherit;
  margin-bottom: 20px;
  width: 100%;
}
.cid-thd1xlyKlX .icons-menu {
  margin-left: -8px;
  width: 100%;
}
.cid-thd1xlyKlX .iconfont-wrapper {
  color: #111111 !important;
}
.cid-thd1xlyKlX .iconfont-wrapper:hover {
  color: #ff7a41 !important;
}
.cid-thd1xlyKlX .mbr-iconfont {
  padding: 5px 8px;
  font-size: 15px;
}
.cid-thd1xlyKlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-thd1xlyKlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thd1xlyKlX .contacts-text,
.cid-thd1xlyKlX .icons-menu {
  color: #0066ff;
}
.cid-sXTNTAokGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-sXTNTAokGw .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-thZ40579q9 .navbar-dropdown {
  position: relative !important;
}
.cid-thZ40579q9 .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-thZ40579q9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thZ40579q9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thZ40579q9 .dropdown-item:hover,
.cid-thZ40579q9 .dropdown-item:focus {
  background: #ff7a41 !important;
  color: white !important;
}
.cid-thZ40579q9 .dropdown-item:hover span {
  color: white;
}
.cid-thZ40579q9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thZ40579q9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thZ40579q9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thZ40579q9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thZ40579q9 .nav-link {
  position: relative;
}
.cid-thZ40579q9 .container {
  display: flex;
  margin: auto;
}
.cid-thZ40579q9 .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thZ40579q9 .dropdown-menu,
.cid-thZ40579q9 .navbar.opened {
  background: #ffffff !important;
}
.cid-thZ40579q9 .nav-item:focus,
.cid-thZ40579q9 .nav-link:focus {
  outline: none;
}
.cid-thZ40579q9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thZ40579q9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thZ40579q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thZ40579q9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thZ40579q9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thZ40579q9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thZ40579q9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-thZ40579q9 .navbar.opened {
  transition: all 0.3s;
}
.cid-thZ40579q9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thZ40579q9 .navbar .navbar-logo img {
  width: auto;
}
.cid-thZ40579q9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thZ40579q9 .navbar.collapsed {
  justify-content: center;
}
.cid-thZ40579q9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thZ40579q9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thZ40579q9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-thZ40579q9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thZ40579q9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thZ40579q9 .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-thZ40579q9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thZ40579q9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thZ40579q9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thZ40579q9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thZ40579q9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thZ40579q9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thZ40579q9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thZ40579q9 .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-thZ40579q9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thZ40579q9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thZ40579q9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thZ40579q9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thZ40579q9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thZ40579q9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thZ40579q9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-thZ40579q9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-thZ40579q9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-thZ40579q9 .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-thZ40579q9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thZ40579q9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thZ40579q9 .dropdown-item.active,
.cid-thZ40579q9 .dropdown-item:active {
  background-color: transparent;
}
.cid-thZ40579q9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thZ40579q9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thZ40579q9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thZ40579q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thZ40579q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thZ40579q9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thZ40579q9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thZ40579q9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thZ40579q9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-thZ40579q9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thZ40579q9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thZ40579q9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thZ40579q9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thZ40579q9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thZ40579q9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thZ40579q9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thZ40579q9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thZ40579q9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thZ40579q9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thZ40579q9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thZ40579q9 .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-thZ40579q9 .navbar {
    height: 70px;
  }
  .cid-thZ40579q9 .navbar.opened {
    height: auto;
  }
  .cid-thZ40579q9 .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-thZ40c5Jle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.jpg");
  overflow: hidden;
}
.cid-thZ40c5Jle .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
