body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.45rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3125rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #fff86d !important;
}
.bg-success {
  background-color: #c8d4f2 !important;
}
.bg-info {
  background-color: #7087c0 !important;
}
.bg-warning {
  background-color: #671555 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff86d !important;
  border-color: #fff86d !important;
  color: #1e1a20 !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: #161500 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1e1a20 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
  color: #3d3d3d !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: #83d4ae !important;
  border-color: #83d4ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3d3d3d !important;
  background-color: #83d4ae !important;
  border-color: #83d4ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
  color: #000000 !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: #425b97 !important;
  border-color: #425b97 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #425b97 !important;
  border-color: #425b97 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
  color: #444444 !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: #829de1 !important;
  border-color: #829de1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444444 !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #671555 !important;
  border-color: #671555 !important;
  color: #000000 !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: #1f061a !important;
  border-color: #1f061a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #1f061a !important;
  border-color: #1f061a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !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: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff86d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fff416 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6d6800 !important;
  background-color: #fff86d !important;
  border-color: #fff86d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3ead8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83d4ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #2d815a !important;
  background-color: #c3ead8 !important;
  border-color: #c3ead8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7087c0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #425b97 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7087c0 !important;
  border-color: #7087c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d4f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #829de1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #244597 !important;
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #671555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f061a !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: #671555 !important;
  border-color: #671555 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.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: #1d191f !important;
  border-color: #1d191f !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: #fff86d !important;
}
.text-secondary {
  color: #c3ead8 !important;
}
.text-success {
  color: #c8d4f2 !important;
}
.text-info {
  color: #7087c0 !important;
}
.text-warning {
  color: #671555 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fff307 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #77d0a7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7694df !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3e548c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #12040f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #fff86d;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7087c0;
}
.alert-warning {
  background-color: #671555;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff86d;
  border-color: #fff86d;
  color: #878000;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fff86d;
}
.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: #c9d1e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d12bac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #fff86d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #fff86d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff86d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff86d;
}
.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: #fff86d;
  border-bottom-color: #fff86d;
}
.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: #fff86d !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: #c3ead8 !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='%23fff86d' %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 {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 30px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.cid-uLndgUKgWI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLndgUKgWI nav.navbar {
  position: fixed;
}
.cid-uLndgUKgWI .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-uLndgUKgWI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLndgUKgWI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLndgUKgWI .dropdown-item:hover,
.cid-uLndgUKgWI .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uLndgUKgWI .dropdown-item:hover span {
  color: white;
}
.cid-uLndgUKgWI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLndgUKgWI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLndgUKgWI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLndgUKgWI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLndgUKgWI .nav-link {
  position: relative;
}
.cid-uLndgUKgWI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLndgUKgWI .container {
    flex-wrap: nowrap;
  }
}
.cid-uLndgUKgWI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLndgUKgWI .navbar-nav {
  margin-right: auto;
}
.cid-uLndgUKgWI .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uLndgUKgWI .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uLndgUKgWI .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uLndgUKgWI .dropdown-menu,
.cid-uLndgUKgWI .navbar.opened {
  background: #ffffff !important;
}
.cid-uLndgUKgWI .nav-item:focus,
.cid-uLndgUKgWI .nav-link:focus {
  outline: none;
}
.cid-uLndgUKgWI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLndgUKgWI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLndgUKgWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLndgUKgWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLndgUKgWI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLndgUKgWI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLndgUKgWI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uLndgUKgWI .navbar.opened {
  transition: all 0.3s;
}
.cid-uLndgUKgWI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLndgUKgWI .navbar .navbar-logo img {
  width: auto;
}
.cid-uLndgUKgWI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLndgUKgWI .navbar.collapsed {
  justify-content: center;
}
.cid-uLndgUKgWI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLndgUKgWI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLndgUKgWI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLndgUKgWI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLndgUKgWI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLndgUKgWI .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-uLndgUKgWI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLndgUKgWI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLndgUKgWI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLndgUKgWI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLndgUKgWI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLndgUKgWI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLndgUKgWI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLndgUKgWI .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-uLndgUKgWI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLndgUKgWI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLndgUKgWI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLndgUKgWI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLndgUKgWI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLndgUKgWI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLndgUKgWI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLndgUKgWI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLndgUKgWI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLndgUKgWI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uLndgUKgWI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLndgUKgWI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLndgUKgWI .dropdown-item.active,
.cid-uLndgUKgWI .dropdown-item:active {
  background-color: transparent;
}
.cid-uLndgUKgWI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLndgUKgWI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLndgUKgWI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLndgUKgWI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLndgUKgWI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLndgUKgWI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLndgUKgWI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLndgUKgWI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLndgUKgWI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLndgUKgWI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLndgUKgWI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLndgUKgWI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLndgUKgWI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLndgUKgWI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLndgUKgWI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLndgUKgWI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLndgUKgWI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLndgUKgWI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLndgUKgWI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLndgUKgWI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLndgUKgWI .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-uLndgUKgWI .navbar {
    height: 70px;
  }
  .cid-uLndgUKgWI .navbar.opened {
    height: auto;
  }
  .cid-uLndgUKgWI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLndgUKgWI .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uLndgUKgWI .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uLndgUKgWI .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLndgUKgWI .container,
  .cid-uLndgUKgWI .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uLndgUKgWI .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uLndgUKgWI .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uLndgUKgWI .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uLndgUKgWI .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uLndgUKgWI .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uLndgUKgWI .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uLndgUKgWI .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uLndgUKgWI .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uLndgUKgWI .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uLndzypCyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-77.png-1272x711.png");
  position: relative;
}
.cid-uLndzypCyI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uLndzypCyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLndzypCyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLndzypCyI .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uLndzypCyI .content-wrapper {
    margin-top: 0;
  }
}
.cid-uLndzypCyI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #fff86d, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLndzypCyI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uLndzypCyI .mbr-section-title {
  color: #ffffff;
}
.cid-uLndzypCyI .mbr-text {
  color: #ffffff;
}
.cid-uLneDkIBok {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLneDkIBok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneDkIBok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneDkIBok .row {
  justify-content: flex-start;
}
.cid-uLneDkIBok .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-uLneDkIBok .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-uLneDkIBok .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLneDNUd7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLneDNUd7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneDNUd7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneDNUd7e .row {
  justify-content: center;
}
.cid-uLneDNUd7e .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uLneDNUd7e .col-title {
    margin-bottom: 20px;
  }
}
.cid-uLneDNUd7e .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uLneDNUd7e .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uLneDNUd7e .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uLneDNUd7e .card-row {
  align-items: stretch;
}
.cid-uLneDNUd7e .card {
  padding: 10px;
}
.cid-uLneDNUd7e .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-uLneDNUd7e .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-uLneDNUd7e .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uLneDNUd7e .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-uLneDNUd7e .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-uLneDNUd7e .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-uLneDNUd7e .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-uLneDNUd7e .card-wrapper:hover .card-box {
  background-color: #fff86d;
}
.cid-uLneDNUd7e .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-uLneDNUd7e .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-uLneDNUd7e .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-uLneJ88hyh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLneJ88hyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneJ88hyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneJ88hyh .row {
  justify-content: flex-start;
}
.cid-uLneJ88hyh .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-uLneJ88hyh .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-uLneJ88hyh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLneJ88hyh .container-fluid {
    padding: 0 15px;
  }
}
.cid-uLneJ88hyh .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #003629;
}
@media (max-width: 767px) {
  .cid-uLneJ88hyh .content-container {
    padding: 70px 30px;
  }
}
.cid-uLneJ88hyh .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uLneJ88hyh .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLneJ88hyh .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uLneJ88hyh .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uLneJ88hyh .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLneO7m88z {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLneO7m88z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneO7m88z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneO7m88z .row {
  justify-content: flex-start;
}
.cid-uLneO7m88z .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-uLneO7m88z .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-uLneO7m88z .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLneOAIZlw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLneOAIZlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneOAIZlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneOAIZlw .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uLneOAIZlw .col-title {
    margin-bottom: 70px;
  }
}
.cid-uLneOAIZlw .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLneOAIZlw .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uLneOAIZlw .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLneOAIZlw .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uLneOAIZlw .content-wrapper {
  display: flex;
  width: 100%;
  background: #f1cebe;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uLneOAIZlw .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOAIZlw .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-uLneOAIZlw .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uLneOAIZlw .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uLneOAIZlw .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uLneOAIZlw .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-uLneOAIZlw .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOAIZlw .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uLneOAIZlw .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLneOAIZlw .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uLneOAIZlw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uLneOAIZlw .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uLneOAIZlw .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uLneOAIZlw .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uLneOAIZlw .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-uLneOAIZlw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLneOAIZlw .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uLneOAIZlw .image-wrapper {
    margin-left: 40%;
  }
}
.cid-uLneOAIZlw .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uLneOAIZlw .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-uLneOAIZlw .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-uLneOAIZlw .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-uLneOAIZlw .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #c3ead8;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-uLneOAIZlw .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-uLneOUTzHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLneOUTzHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLneOUTzHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLneOUTzHi .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .col-title {
    margin-bottom: 70px;
  }
}
.cid-uLneOUTzHi .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLneOUTzHi .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uLneOUTzHi .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLneOUTzHi .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uLneOUTzHi .content-wrapper {
  display: flex;
  width: 100%;
  background: #c3ead8;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uLneOUTzHi .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uLneOUTzHi .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uLneOUTzHi .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uLneOUTzHi .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uLneOUTzHi .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uLneOUTzHi .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .text-wrapper {
    padding: 10px;
  }
}
.cid-uLneOUTzHi .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLneOUTzHi .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uLneOUTzHi .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uLneOUTzHi .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uLneOUTzHi .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uLneOUTzHi .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .col-img {
    order: 2;
  }
}
.cid-uLneOUTzHi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLneOUTzHi .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.cid-uLneOUTzHi .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uLneOUTzHi .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.cid-uLneOUTzHi .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 150px;
}
@media (min-width: 992px) {
  .cid-uLneOUTzHi .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uLneOUTzHi .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.cid-uLneOUTzHi .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  display: inline-block;
  background-color: #fff86d;
  border-bottom-left-radius: 35%;
  height: 80%;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-uLneOUTzHi .image-wrapper .img-bg-wrap:after {
    left: -21%;
    bottom: -15%;
    height: 100%;
    width: 100%;
  }
}
.cid-uLnePfXJlW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnePfXJlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnePfXJlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnePfXJlW .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .col-title {
    margin-bottom: 70px;
  }
}
.cid-uLnePfXJlW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLnePfXJlW .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uLnePfXJlW .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLnePfXJlW .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uLnePfXJlW .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d4f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .content-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uLnePfXJlW .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .content-row {
    align-items: flex-start !important;
  }
}
.cid-uLnePfXJlW .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uLnePfXJlW .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .col-text {
    padding: 0 0 10px 0;
  }
}
.cid-uLnePfXJlW .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .text-wrapper {
    padding: 30px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .text-wrapper {
    padding: 0;
  }
}
.cid-uLnePfXJlW .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLnePfXJlW .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uLnePfXJlW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uLnePfXJlW .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uLnePfXJlW .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uLnePfXJlW .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .col-img {
    padding-bottom: 0;
  }
}
.cid-uLnePfXJlW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cid-uLnePfXJlW .image-wrapper {
    margin-left: 30%;
    margin-top: 20px;
  }
}
.cid-uLnePfXJlW .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .image-wrapper .img-bg-wrap {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cid-uLnePfXJlW .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 38% 0 0 0;
}
@media (min-width: 992px) {
  .cid-uLnePfXJlW .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-radius: 150px 0 0 0;
  }
}
.cid-uLnePfXJlW .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -55px;
  display: inline-block;
  background-color: #011539;
  border-top-left-radius: 65%;
  height: 60%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLnePfXJlW .image-wrapper .img-bg-wrap:after {
    left: -20%;
    top: -20%;
    height: 60%;
    width: 100%;
  }
}
.cid-uLnePCsr0N {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLnePCsr0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnePCsr0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnePCsr0N .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uLnePCsr0N .col-title {
    margin-bottom: 70px;
  }
}
.cid-uLnePCsr0N .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLnePCsr0N .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uLnePCsr0N .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uLnePCsr0N .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uLnePCsr0N .content-wrapper {
  display: flex;
  width: 100%;
  background: #f1cebe;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uLnePCsr0N .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLnePCsr0N .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-uLnePCsr0N .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-uLnePCsr0N .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uLnePCsr0N .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uLnePCsr0N .text-wrapper {
  width: 100%;
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-uLnePCsr0N .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-uLnePCsr0N .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-uLnePCsr0N .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLnePCsr0N .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uLnePCsr0N .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uLnePCsr0N .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uLnePCsr0N .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uLnePCsr0N .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uLnePCsr0N .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-uLnePCsr0N .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uLnePCsr0N .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-uLnePCsr0N .image-wrapper {
    margin-left: 40%;
  }
}
.cid-uLnePCsr0N .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uLnePCsr0N .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-uLnePCsr0N .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-uLnePCsr0N .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-uLnePCsr0N .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #c3ead8;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-uLnePCsr0N .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-uLnfi1dRIJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLnfi1dRIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfi1dRIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfi1dRIJ .row {
  justify-content: flex-start;
}
.cid-uLnfi1dRIJ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .cid-uLnfi1dRIJ .content-container {
    flex-wrap: wrap;
  }
}
.cid-uLnfi1dRIJ .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uLnfi1dRIJ .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uLnfi1dRIJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLnfi1dRIJ .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-uLnfi1dRIJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLnfi1dRIJ .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-uLnfi1dRIJ .label-text {
  color: #000000;
  margin: 0;
}
.cid-uLnfi1dRIJ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLnfi1dRIJ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uLnfi1dRIJ .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uLnfi1dRIJ .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uLnfi1dRIJ .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uLnfkouE1t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uLnfkouE1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfkouE1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfkouE1t .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-uLnfkouE1t .col-title {
    margin-bottom: 50px;
  }
}
.cid-uLnfkouE1t .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-uLnfkouE1t .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-uLnfkouE1t .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLnfkouE1t .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-uLnfkouE1t .cards-container {
    padding: 0 !important;
  }
}
.cid-uLnfkouE1t .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-uLnfkouE1t .col-card {
    padding: 15px 10px;
  }
}
.cid-uLnfkouE1t .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uLnfkouE1t .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-uLnfkouE1t .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-uLnfkouE1t .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-uLnfkouE1t .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-uLnfkouE1t .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-uLnfkouE1t .card-wrap {
  border-radius: 0;
}
.cid-uLnfkouE1t .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-uLnfkouE1t .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-uLnfkouE1t .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uLnfkouE1t .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-uLnfkouE1t .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-uLnfkouE1t .image-wrap img {
    height: auto !important;
  }
}
.cid-uLnfxtVX4H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLnfxtVX4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfxtVX4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfxtVX4H .row {
  justify-content: flex-start;
}
.cid-uLnfxtVX4H .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-uLnfxtVX4H .content-container {
    flex-wrap: wrap;
  }
}
.cid-uLnfxtVX4H .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-uLnfxtVX4H .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-uLnfxtVX4H .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uLnfxtVX4H .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-uLnfxtVX4H .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLnfxtVX4H .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-uLnfxtVX4H .label-text {
  color: #000000;
  margin: 0;
}
.cid-uLnfxtVX4H .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uLnfxtVX4H .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-uLnfxtVX4H .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uLnfxtVX4H .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-uLnfxtVX4H .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-uLnfDojABZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-uLnfDojABZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfDojABZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfDojABZ .container {
  max-width: 1140px;
}
.cid-uLnfDojABZ .row {
  justify-content: center;
}
.cid-uLnfDojABZ .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uLnfDojABZ .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uLnfDojABZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uLnfDojABZ .toggle-panel {
  width: 100%;
}
.cid-uLnfDojABZ .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uLnfDojABZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLnfDojABZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uLnfDojABZ .panel-title {
    align-items: flex-start;
  }
}
.cid-uLnfDojABZ .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #fff86d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uLnfDojABZ .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uLnfDojABZ .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uLnfDojABZ .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uLnfDojABZ .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uLnfDojABZ .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uLnfDojABZ .panel-body {
    width: 100%;
  }
}
.cid-uLnfDojABZ .panel-title-edit {
  color: #1D191F;
}
.cid-uLnfDojABZ .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uLnfEECcIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLnfEECcIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfEECcIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfEECcIy .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -30%, #ffffff 20%, #ffffff 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLnfEECcIy .card-wrapper {
    padding: 16px;
  }
}
.cid-uLnfEECcIy .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uLnfEECcIy .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLnfEECcIy .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLnfEECcIy .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnfEECcIy .mbr-section-title {
  color: #0e1724;
  text-align: center;
}
.cid-uLnfEECcIy .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLnfEECcIy .list,
.cid-uLnfEECcIy .item-wrap,
.cid-uLnfEECcIy .tabs-wrapper {
  color: #0e1724;
}
.cid-uLnfFhqLGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #131313;
}
.cid-uLnfFhqLGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfFhqLGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfFhqLGg .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uLnfFhqLGg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLnfFhqLGg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLnfFhqLGg .container {
    padding: 0 30px;
  }
}
.cid-uLnfFhqLGg .google-map {
  border-top: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}
.cid-uLnfFhqLGg .google-map iframe {
  border-radius: 0 !important;
  height: 500px;
  filter: grayscale(100%);
}
.cid-uLnfFErPA0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLnfFErPA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnfFErPA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnfFErPA0 .copyright {
  color: #ffffff;
}
.cid-uLnfFErPA0 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLnfFErPA0 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLnfFErPA0 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLnfFErPA0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLnfFErPA0 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLnfFErPA0 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLnfFErPA0 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLnfFErPA0 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLnfFErPA0 .row-links-soc,
.cid-uLnfFErPA0 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLnfFErPA0 .copyright,
.cid-uLnfFErPA0 .line {
  color: #ffffff;
}
.cid-uLnfFErPA0 .row-links-soc {
  color: #ffffff;
}
.cid-uLnja5i7ys {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLnja5i7ys nav.navbar {
  position: fixed;
}
.cid-uLnja5i7ys .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-uLnja5i7ys .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLnja5i7ys .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLnja5i7ys .dropdown-item:hover,
.cid-uLnja5i7ys .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-uLnja5i7ys .dropdown-item:hover span {
  color: white;
}
.cid-uLnja5i7ys .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLnja5i7ys .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLnja5i7ys .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLnja5i7ys .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLnja5i7ys .nav-link {
  position: relative;
}
.cid-uLnja5i7ys .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLnja5i7ys .container {
    flex-wrap: nowrap;
  }
}
.cid-uLnja5i7ys .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLnja5i7ys .navbar-nav {
  margin-right: auto;
}
.cid-uLnja5i7ys .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-uLnja5i7ys .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uLnja5i7ys .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-uLnja5i7ys .dropdown-menu,
.cid-uLnja5i7ys .navbar.opened {
  background: #ffffff !important;
}
.cid-uLnja5i7ys .nav-item:focus,
.cid-uLnja5i7ys .nav-link:focus {
  outline: none;
}
.cid-uLnja5i7ys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLnja5i7ys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLnja5i7ys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLnja5i7ys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLnja5i7ys .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLnja5i7ys .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLnja5i7ys .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uLnja5i7ys .navbar.opened {
  transition: all 0.3s;
}
.cid-uLnja5i7ys .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLnja5i7ys .navbar .navbar-logo img {
  width: auto;
}
.cid-uLnja5i7ys .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLnja5i7ys .navbar.collapsed {
  justify-content: center;
}
.cid-uLnja5i7ys .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLnja5i7ys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLnja5i7ys .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLnja5i7ys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLnja5i7ys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLnja5i7ys .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-uLnja5i7ys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLnja5i7ys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLnja5i7ys .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLnja5i7ys .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLnja5i7ys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLnja5i7ys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLnja5i7ys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLnja5i7ys .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-uLnja5i7ys .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLnja5i7ys .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLnja5i7ys .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLnja5i7ys .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLnja5i7ys .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLnja5i7ys .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLnja5i7ys .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLnja5i7ys .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLnja5i7ys .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLnja5i7ys .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-uLnja5i7ys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLnja5i7ys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLnja5i7ys .dropdown-item.active,
.cid-uLnja5i7ys .dropdown-item:active {
  background-color: transparent;
}
.cid-uLnja5i7ys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLnja5i7ys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLnja5i7ys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLnja5i7ys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLnja5i7ys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLnja5i7ys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLnja5i7ys ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLnja5i7ys .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLnja5i7ys button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLnja5i7ys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLnja5i7ys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLnja5i7ys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnja5i7ys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnja5i7ys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLnja5i7ys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnja5i7ys nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLnja5i7ys nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLnja5i7ys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnja5i7ys .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLnja5i7ys a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLnja5i7ys .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-uLnja5i7ys .navbar {
    height: 70px;
  }
  .cid-uLnja5i7ys .navbar.opened {
    height: auto;
  }
  .cid-uLnja5i7ys .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLnja5i7ys .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-uLnja5i7ys .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-uLnja5i7ys .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLnja5i7ys .container,
  .cid-uLnja5i7ys .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-uLnja5i7ys .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-uLnja5i7ys .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-uLnja5i7ys .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-uLnja5i7ys .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-uLnja5i7ys .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-uLnja5i7ys .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-uLnja5i7ys .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #fff86d;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-uLnja5i7ys .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #fff86d;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-uLnja5i7ys .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-uLnjhSuqmx {
  display: flex;
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uLnjhSuqmx {
    align-items: center;
  }
  .cid-uLnjhSuqmx .row {
    justify-content: center;
  }
}
.cid-uLnjhSuqmx p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLnjhSuqmx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLnjhSuqmx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLnjhSuqmx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLnjhSuqmx .content-wrap {
    width: 100%;
  }
}
.cid-uLnjhSuqmx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uLnjhSuqmx .mbr-text,
.cid-uLnjhSuqmx .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uLnjhSuqmx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLnjacb3Hj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLnjacb3Hj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnjacb3Hj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnjacb3Hj .copyright {
  color: #ffffff;
}
.cid-uLnjacb3Hj .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLnjacb3Hj .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLnjacb3Hj .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uLnjacb3Hj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLnjacb3Hj .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLnjacb3Hj .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLnjacb3Hj .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uLnjacb3Hj .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uLnjacb3Hj .row-links-soc,
.cid-uLnjacb3Hj .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uLnjacb3Hj .copyright,
.cid-uLnjacb3Hj .line {
  color: #ffffff;
}
.cid-uLnjacb3Hj .row-links-soc {
  color: #ffffff;
}
