body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.125rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.0625rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.7rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #133996 !important;
}
.bg-success {
  background-color: #00c48c !important;
}
.bg-info {
  background-color: #fdece8 !important;
}
.bg-warning {
  background-color: #ffcf5c !important;
}
.bg-danger {
  background-color: #939bb4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #133996 !important;
  border-color: #133996 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a1f52 !important;
  border-color: #0a1f52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3104 !important;
  border-color: #eb3104 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
  color: #d43712 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #d43712 !important;
  background-color: #f7b2a2 !important;
  border-color: #f7b2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00c48c !important;
  border-color: #00c48c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007855 !important;
  border-color: #007855 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
  color: #5c4100 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4100 !important;
  background-color: #ffb810 !important;
  border-color: #ffb810 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #677294 !important;
  border-color: #677294 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #133996;
  color: #133996;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #133996;
  border-color: #133996;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #133996 !important;
  border-color: #133996 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #fc643f;
  color: #fc643f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fc643f;
  border-color: #fc643f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fdece8;
  color: #fdece8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d43712;
  background-color: #fdece8;
  border-color: #fdece8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #d43712 !important;
  background-color: #fdece8 !important;
  border-color: #fdece8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00c48c;
  color: #00c48c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00c48c;
  border-color: #00c48c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcf5c;
  color: #ffcf5c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c4100;
  background-color: #ffcf5c;
  border-color: #ffcf5c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4100 !important;
  background-color: #ffcf5c !important;
  border-color: #ffcf5c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #939bb4;
  color: #939bb4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #939bb4;
  border-color: #939bb4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #939bb4 !important;
  border-color: #939bb4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #133996 !important;
}
.text-secondary {
  color: #fc643f !important;
}
.text-success {
  color: #00c48c !important;
}
.text-info {
  color: #fdece8 !important;
}
.text-warning {
  color: #ffcf5c !important;
}
.text-danger {
  color: #939bb4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08173b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d22c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005e43 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f59e8a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5c6685 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdece8;
}
.alert-warning {
  background-color: #ffcf5c;
}
.alert-danger {
  background-color: #939bb4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #133996;
  border-color: #133996;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #133996;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4272e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #44ffca;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee1e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.4rem;
  font-weight: 400;
}
blockquote {
  border-color: #133996;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #fc643f !important;
  -webkit-box-shadow: 0 6px 16px 0 #fc643f !important;
  background-color: #fc643f !important;
  border-color: #fc643f !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #00c48c !important;
  -webkit-box-shadow: 0 6px 16px 0 #00c48c !important;
  background-color: #00c48c !important;
  border-color: #00c48c !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #133996;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #133996;
  border-bottom-color: #133996;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #133996 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fc643f !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%;
}
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='%23133996' %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;
}
.cid-u0T7fchZhS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u0T7fchZhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0T7fchZhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0T7fchZhS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0T7fchZhS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0T7fchZhS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0T7fchZhS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0T7fchZhS .container {
    padding: 0 16px;
  }
}
.cid-u0T7fchZhS .content-wrapper {
  margin-bottom: 20%;
}
.cid-u0T7fchZhS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0T7fchZhS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0T7fchZhS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-u0T7fchZhS .mbr-section-title {
  color: #000000;
}
.cid-u0T7fchZhS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u0T7fchZhS .mbr-section-title,
.cid-u0T7fchZhS .mbr-section-btn {
  text-align: center;
}
.cid-u0SZyrlk5N {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffbe9d;
}
.cid-u0SZyrlk5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SZyrlk5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SZyrlk5N a {
  font-weight: bold;
}
.cid-u0SZyrlk5N .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-u0SZyrlk5N .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u0SZyrlk5N .mbr-text,
.cid-u0SZyrlk5N .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0SePU9aAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0SePU9aAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SePU9aAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SePU9aAS .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u0SePU9aAS .container-fluid {
    padding: 0 34px;
  }
}
@media (max-width: 768px) {
  .cid-u0SePU9aAS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0SePU9aAS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0SePU9aAS .container {
    padding: 0 16px;
  }
}
.cid-u0SePU9aAS .row {
  justify-content: center;
  margin: 0;
}
.cid-u0SePU9aAS .item {
  margin-bottom: 64px;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u0SePU9aAS .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
.cid-u0SePU9aAS .item a:focus .item-wrapper .item-img .image-wrap img,
.cid-u0SePU9aAS .item a:hover .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05);
}
.cid-u0SePU9aAS .item a:focus .item-wrapper .item-content .card-title,
.cid-u0SePU9aAS .item a:hover .item-wrapper .item-content .card-title {
  text-decoration-color: #ffbe9d;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-img {
  border: 1px solid #ffbe9d;
  border-radius: 1rem;
  padding: 10px;
  margin-bottom: 16px;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-img .image-wrap {
  overflow: hidden;
  border-radius: 1rem;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-img .image-wrap img {
  height: 500px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u0SePU9aAS .item a .item-wrapper .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-u0SePU9aAS .item a .item-wrapper .item-content .date-wrapper {
  margin-bottom: 10px;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-tag {
  margin-bottom: 0;
  padding: 4px 12px;
  border-radius: 3rem;
  border: 1px solid #ffbe9d;
  margin-right: 16px;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-content .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u0SePU9aAS .item a .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-u0SePU9aAS .mbr-tag {
  color: #000000;
}
.cid-u0SePU9aAS .mbr-date {
  color: #000000;
}
.cid-u0SePU9aAS .card-title {
  color: #000000;
  text-align: left;
}
.cid-u0YuxhSCz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffbe9d;
}
.cid-u0YuxhSCz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0YuxhSCz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0YuxhSCz4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0YuxhSCz4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0YuxhSCz4 .container {
    padding: 0 24px;
  }
}
.cid-u0YuxhSCz4 .title-wrapper .mbr-emoji {
  margin-bottom: 0;
}
.cid-u0YuxhSCz4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u0YuxhSCz4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0YuxhSCz4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0YuxhSCz4 .title-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u0YuxhSCz4 .title-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u0YuxhSCz4 .mbr-section-title {
  color: #262642;
}
.cid-u0YuxhSCz4 .mbr-text {
  color: #FF3399;
  text-align: center;
}
.cid-u0YuxhSCz4 .mbr-section-title,
.cid-u0YuxhSCz4 .mbr-section-btn {
  text-align: center;
}
.cid-u0YuxhSCz4 .mbr-emoji {
  text-align: right;
}
.cid-tYOGP7Zw0c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYOGP7Zw0c .mbr-media {
  position: relative;
}
.cid-tYOGP7Zw0c .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-tYOGP7Zw0c a:hover {
  background-image: none !important;
}
.cid-tYOGP7Zw0c .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tYOGP7Zw0c .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tYOGP7Zw0c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tYOGP7Zw0c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tYOGP7Zw0c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tYOGP7Zw0c .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYOGP7Zw0c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYOGP7Zw0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOGP7Zw0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOGP7Zw0c .content-head {
  max-width: 800px;
}
.cid-tYOGP7Zw0c .mbr-section-title {
  color: #000000;
}
.cid-u0SG74QS81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0SG74QS81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SG74QS81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SG74QS81 a {
  font-weight: bold;
}
.cid-u0SG74QS81 .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-u0SG74QS81 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u0SG74QS81 .mbr-text,
.cid-u0SG74QS81 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u0YfCXVhzc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffbe9d;
}
.cid-u0YfCXVhzc .mbr-media {
  position: relative;
}
.cid-u0YfCXVhzc .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-u0YfCXVhzc a:hover {
  background-image: none !important;
}
.cid-u0YfCXVhzc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u0YfCXVhzc .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u0YfCXVhzc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u0YfCXVhzc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u0YfCXVhzc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u0YfCXVhzc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u0YfCXVhzc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0YfCXVhzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0YfCXVhzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0YfCXVhzc .content-head {
  max-width: 800px;
}
.cid-u0YfCXVhzc .mbr-section-title {
  color: #000000;
}
.cid-tYOJLLITDU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYOJLLITDU .item-img {
  position: relative;
}
.cid-tYOJLLITDU .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tYOJLLITDU .cardbg {
  background: #ff3366;
  height: 100%;
  min-height: 300px;
}
.cid-tYOJLLITDU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tYOJLLITDU .image-wrapper {
  overflow: hidden;
}
.cid-tYOJLLITDU .item1 {
  margin-bottom: 2rem !important;
}
.cid-tYOJLLITDU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYOJLLITDU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYOJLLITDU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYOJLLITDU .item1,
.cid-tYOJLLITDU .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYOJLLITDU .item1 .item:hover,
.cid-tYOJLLITDU .item .item:hover {
  cursor: pointer;
}
.cid-tYOJLLITDU .item1:hover .link-icon-wrapper span,
.cid-tYOJLLITDU .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tYOJLLITDU .card2 {
    margin-top: 1rem;
  }
}
.cid-tYOJLLITDU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tYOJLLITDU .link-icon-wrapper .icon-wrap {
  background: #ffbe9d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYOJLLITDU .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYOJLLITDU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYOJLLITDU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tYOJLLITDU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYOJLLITDU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tYOJLLITDU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYOJLLITDU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYOJLLITDU img,
.cid-tYOJLLITDU .item-img {
  width: 100%;
}
.cid-tYOJLLITDU .item:focus,
.cid-tYOJLLITDU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYOJLLITDU .item {
    margin-bottom: 1rem;
  }
}
.cid-tYOJLLITDU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYOJLLITDU .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tYOJLLITDU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tYOJLLITDU .mbr-section-subtitle,
.cid-tYOJLLITDU .subtitle-wrap,
.cid-tYOJLLITDU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tYOJLLITDU .mbr-text,
.cid-tYOJLLITDU .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYOFl0X9Hs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tYOFl0X9Hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOFl0X9Hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOFl0X9Hs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYOFl0X9Hs .container {
    padding: 0 15px;
  }
}
.cid-tYOFl0X9Hs .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYOFl0X9Hs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYOFl0X9Hs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYOFl0X9Hs .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tYOFl0X9Hs .item {
    margin-bottom: 20px;
  }
}
.cid-tYOFl0X9Hs .item:hover::before,
.cid-tYOFl0X9Hs .item:focus::before {
  opacity: 1;
}
.cid-tYOFl0X9Hs .item:hover .item-wrapper,
.cid-tYOFl0X9Hs .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-tYOFl0X9Hs .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-tYOFl0X9Hs .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-tYOFl0X9Hs .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-tYOFl0X9Hs .item::before {
    display: none;
  }
}
.cid-tYOFl0X9Hs .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #000000;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tYOFl0X9Hs .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-tYOFl0X9Hs .item .item-wrapper {
    height: auto;
  }
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-tYOFl0X9Hs .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-tYOFl0X9Hs .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-tYOFl0X9Hs .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-tYOFl0X9Hs .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tYOFl0X9Hs .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-tYOFl0X9Hs .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tYOFl0X9Hs .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-tYOFl0X9Hs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYOFl0X9Hs .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tYOFl0X9Hs .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tYOFl0X9Hs .item-price {
  color: #f2ac2b;
  text-align: center;
}
.cid-tYOFl0X9Hs .list {
  color: #d2d2df;
}
.cid-rOc6wpnyig {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffbe9d;
}
.cid-rOc6wpnyig .item {
  max-width: 450px;
  margin: auto;
}
.cid-rOc6wpnyig .item .author-box {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-rOc6wpnyig .item .author-box .author {
  padding-left: 2rem;
  margin: auto 0;
  width: 100%;
}
.cid-rOc6wpnyig .item .author-box .img-box .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-rOc6wpnyig .mdpb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .cid-rOc6wpnyig .author-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cid-u0SIIv0U4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-u0SIIv0U4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SIIv0U4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SIIv0U4I .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u0SIIv0U4I .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0SIIv0U4I .container {
    padding: 0;
  }
}
.cid-u0SIIv0U4I .row {
  justify-content: center;
}
.cid-u0SIIv0U4I .title-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u0SIIv0U4I .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u0SIIv0U4I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u0SIIv0U4I form {
    padding: 0 16px;
  }
}
.cid-u0SIIv0U4I .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-u0SIIv0U4I .dragArea.row .form-group .form-control {
  padding: 10px;
  border: 1px solid #263652 !important;
  background-color: #ffdbc9;
  border-radius: 0;
  box-shadow: none;
}
.cid-u0SIIv0U4I .dragArea.row .form-group .form-control::placeholder {
  color: #263652;
}
.cid-u0SIIv0U4I .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-u0SIIv0U4I .dragArea.row .form-group .form-check .form-check-input {
  background-color: #263652;
  border-color: #263652;
}
.cid-u0SIIv0U4I .dragArea.row .form-group textarea {
  padding: 20px 10px;
  min-height: 150px;
}
.cid-u0SIIv0U4I .dragArea.row .mbr-section-btn {
  margin-top: 30px;
}
.cid-u0SIIv0U4I .mbr-section-title {
  color: #263652;
}
.cid-u0SIIv0U4I label {
  color: #263652;
}
.cid-u1agr1k341 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffbe9d;
}
.cid-u1agr1k341 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1agr1k341 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1agr1k341 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u1agr1k341 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-u1agr1k341 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u1agr1k341 .bg-instagram:hover {
  background: #bd005c;
}
.cid-u1agr1k341 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-u1agr1k341 .bg-tiktok:hover {
  background: #000000;
}
.cid-u1agr1k341 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u1agr1k341 [class^="socicon-"]:before,
.cid-u1agr1k341 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tYOoetlxQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tYOoetlxQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYOoetlxQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYOoetlxQW .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYOoetlxQW .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tYOoetlxQW .container {
    padding: 0 6px;
  }
}
.cid-tYOoetlxQW .row {
  margin: 0;
}
.cid-tYOoetlxQW .row .card {
  padding: 0;
  border-radius: 16px !important;
}
.cid-tYOoetlxQW img {
  height: 800px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tYOoetlxQW img {
    height: 350px;
  }
}
.cid-rOc6yAVgYm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOc6yAVgYm p {
  color: #939bb4;
}
