body {
  font-family: Archivo;
}
.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-t71vxdZrHh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t71vxdZrHh nav.navbar {
  position: fixed;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t71vxdZrHh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t71vxdZrHh .dropdown-item:hover,
.cid-t71vxdZrHh .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-t71vxdZrHh .dropdown-item:hover span {
  color: white;
}
.cid-t71vxdZrHh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t71vxdZrHh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t71vxdZrHh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t71vxdZrHh .nav-link {
  position: relative;
}
.cid-t71vxdZrHh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .container {
    flex-wrap: nowrap;
  }
}
.cid-t71vxdZrHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t71vxdZrHh .navbar-nav {
  margin-right: auto;
}
.cid-t71vxdZrHh .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-t71vxdZrHh .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-t71vxdZrHh .dropdown-menu,
.cid-t71vxdZrHh .navbar.opened {
  background: #ffffff !important;
}
.cid-t71vxdZrHh .nav-item:focus,
.cid-t71vxdZrHh .nav-link:focus {
  outline: none;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t71vxdZrHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t71vxdZrHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar.opened {
  transition: all 0.3s;
}
.cid-t71vxdZrHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t71vxdZrHh .navbar .navbar-logo img {
  width: auto;
}
.cid-t71vxdZrHh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t71vxdZrHh .navbar.collapsed {
  justify-content: center;
}
.cid-t71vxdZrHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t71vxdZrHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t71vxdZrHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t71vxdZrHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t71vxdZrHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t71vxdZrHh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t71vxdZrHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t71vxdZrHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t71vxdZrHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t71vxdZrHh .navbar.navbar-short {
  min-height: 60px;
}
.cid-t71vxdZrHh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t71vxdZrHh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t71vxdZrHh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t71vxdZrHh .dropdown-item.active,
.cid-t71vxdZrHh .dropdown-item:active {
  background-color: transparent;
}
.cid-t71vxdZrHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t71vxdZrHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t71vxdZrHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t71vxdZrHh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t71vxdZrHh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t71vxdZrHh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t71vxdZrHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71vxdZrHh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t71vxdZrHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar {
    height: 70px;
  }
  .cid-t71vxdZrHh .navbar.opened {
    height: auto;
  }
  .cid-t71vxdZrHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t71vxdZrHh .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t71vxdZrHh .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-t71vxdZrHh .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t71vxdZrHh .container,
  .cid-t71vxdZrHh .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-t71vxdZrHh .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-t71vxdZrHh .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t71vxdZrHh .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-t71vxdZrHh .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .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-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-t71wSsn0Fz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71wSsn0Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71wSsn0Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71wSsn0Fz .row {
  justify-content: flex-start;
}
.cid-t71wSsn0Fz .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #d4d4d4;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t71wSsn0Fz .content-container {
    flex-wrap: wrap;
  }
}
.cid-t71wSsn0Fz .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-t71wSsn0Fz .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-t71wSsn0Fz .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-t71wSsn0Fz .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-t71wSsn0Fz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71wSsn0Fz .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-t71wSsn0Fz .label-text {
  color: #000000;
  margin: 0;
}
.cid-t71wSsn0Fz .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71wSsn0Fz .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-t71wSsn0Fz .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71wSsn0Fz .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-t71wSsn0Fz .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-t71xab85yL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71xab85yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71xab85yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71xab85yL .container {
  max-width: 1120px;
}
.cid-t71xab85yL .row {
  justify-content: center;
}
.cid-t71xab85yL .col-title {
  margin-bottom: 70px;
}
.cid-t71xab85yL .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71xab85yL .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71xab85yL .img-container {
  margin: 0 auto;
}
.cid-t71xab85yL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #64b18e;
}
@media (max-width: 767px) {
  .cid-t71xab85yL .image-wrapper {
    border: 5px solid #64b18e;
  }
}
@media (min-width: 992px) {
  .cid-t71xab85yL .image-wrapper {
    height: 700px;
  }
}
.cid-t71xab85yL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71xbcb0Ke {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d4d4d4;
}
.cid-t71xbcb0Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71xbcb0Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71xbcb0Ke .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-t71xbcb0Ke .col-title {
    margin-bottom: 50px;
  }
}
.cid-t71xbcb0Ke .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71xbcb0Ke .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71xbcb0Ke .mbr-section-btn {
  margin-top: 10px;
}
.cid-t71xbcb0Ke .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-t71xbcb0Ke .cards-container {
    padding: 0 !important;
  }
}
.cid-t71xbcb0Ke .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-t71xbcb0Ke .col-card {
    padding: 15px 10px;
  }
}
.cid-t71xbcb0Ke .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-t71xbcb0Ke .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-t71xbcb0Ke .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-t71xbcb0Ke .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-t71xbcb0Ke .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-t71xbcb0Ke .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-t71xbcb0Ke .card-wrap {
  border-radius: 0;
}
.cid-t71xbcb0Ke .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-t71xbcb0Ke .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-t71xbcb0Ke .image-wrap img {
  height: 700px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t71xbcb0Ke .image-wrap img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .cid-t71xbcb0Ke .image-wrap img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cid-t71xbcb0Ke .image-wrap img {
    height: auto !important;
  }
}
.cid-t71xbcb0Ke .card-title,
.cid-t71xbcb0Ke .mbr-section-btn {
  text-align: center;
}
.cid-t71xbUpG4Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71xbUpG4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71xbUpG4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71xbUpG4Z .container {
  max-width: 1120px;
}
.cid-t71xbUpG4Z .row {
  justify-content: center;
}
.cid-t71xbUpG4Z .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-t71xbUpG4Z .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71xbUpG4Z .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71xbUpG4Z .col-video {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.cid-t71xbUpG4Z .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t71xbUpG4Z .col-video {
    height: 700px;
  }
}
.cid-t71xbUpG4Z .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t71xbUpG4Z .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-t71xbUpG4Z .col-video .link {
  margin-right: 1rem;
}
.cid-t71xbUpG4Z .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border: 10px solid #003629;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t71xbUpG4Z .col-video .mbr-media {
    border: 5px solid #003629;
  }
}
.cid-t71xbUpG4Z .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-t71xbUpG4Z .mbr-media {
  position: relative;
}
.cid-t71xbUpG4Z .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t71xbUpG4Z .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-t71xbUpG4Z .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-t71xbUpG4Z .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t71xbUpG4Z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t71xbUpG4Z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t71xbUpG4Z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t71xbUpG4Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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-t71xbUpG4Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t71xfhUn4N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4d4d4;
}
.cid-t71xfhUn4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71xfhUn4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71xfhUn4N .row {
  justify-content: flex-start;
}
.cid-t71xfhUn4N .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #c3ead8;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-t71xfhUn4N .content-container {
    flex-wrap: wrap;
  }
}
.cid-t71xfhUn4N .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-t71xfhUn4N .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-t71xfhUn4N .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-t71xfhUn4N .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-t71xfhUn4N .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71xfhUn4N .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-t71xfhUn4N .label-text {
  color: #000000;
  margin: 0;
}
.cid-t71xfhUn4N .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71xfhUn4N .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-t71xfhUn4N .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71xfhUn4N .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-t71xfhUn4N .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-t71x2kbKaM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003629;
}
.cid-t71x2kbKaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71x2kbKaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71x2kbKaM .container {
  display: flex;
  justify-content: center;
}
.cid-t71x2kbKaM .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71x2kbKaM .col-copyright {
  padding: 0;
}
.cid-t71x2kbKaM .copyright {
  color: #C3EAD8;
}
@media (max-width: 991px) {
  .cid-t71x2kbKaM .copyright {
    text-align: center !important;
  }
}
.cid-t71vxdZrHh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t71vxdZrHh nav.navbar {
  position: fixed;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t71vxdZrHh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t71vxdZrHh .dropdown-item:hover,
.cid-t71vxdZrHh .dropdown-item:focus {
  background: #fff86d !important;
  color: #1d191f !important;
}
.cid-t71vxdZrHh .dropdown-item:hover span {
  color: white;
}
.cid-t71vxdZrHh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t71vxdZrHh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t71vxdZrHh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t71vxdZrHh .nav-link {
  position: relative;
}
.cid-t71vxdZrHh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .container {
    flex-wrap: nowrap;
  }
}
.cid-t71vxdZrHh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t71vxdZrHh .navbar-nav {
  margin-right: auto;
}
.cid-t71vxdZrHh .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-t71vxdZrHh .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .navbar-nav .nav-item .nav-link:hover {
    background: rgba(51, 51, 51, 0.1);
  }
}
.cid-t71vxdZrHh .dropdown-menu,
.cid-t71vxdZrHh .navbar.opened {
  background: #ffffff !important;
}
.cid-t71vxdZrHh .nav-item:focus,
.cid-t71vxdZrHh .nav-link:focus {
  outline: none;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t71vxdZrHh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t71vxdZrHh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t71vxdZrHh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar.opened {
  transition: all 0.3s;
}
.cid-t71vxdZrHh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t71vxdZrHh .navbar .navbar-logo img {
  width: auto;
}
.cid-t71vxdZrHh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t71vxdZrHh .navbar.collapsed {
  justify-content: center;
}
.cid-t71vxdZrHh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t71vxdZrHh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t71vxdZrHh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t71vxdZrHh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t71vxdZrHh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t71vxdZrHh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t71vxdZrHh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t71vxdZrHh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t71vxdZrHh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t71vxdZrHh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t71vxdZrHh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t71vxdZrHh .navbar.navbar-short {
  min-height: 60px;
}
.cid-t71vxdZrHh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t71vxdZrHh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t71vxdZrHh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t71vxdZrHh .dropdown-item.active,
.cid-t71vxdZrHh .dropdown-item:active {
  background-color: transparent;
}
.cid-t71vxdZrHh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t71vxdZrHh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t71vxdZrHh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t71vxdZrHh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t71vxdZrHh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t71vxdZrHh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t71vxdZrHh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t71vxdZrHh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t71vxdZrHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t71vxdZrHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t71vxdZrHh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t71vxdZrHh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t71vxdZrHh .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-t71vxdZrHh .navbar {
    height: 70px;
  }
  .cid-t71vxdZrHh .navbar.opened {
    height: auto;
  }
  .cid-t71vxdZrHh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t71vxdZrHh .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t71vxdZrHh .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-t71vxdZrHh .navbar-toggler {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-t71vxdZrHh .container,
  .cid-t71vxdZrHh .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-t71vxdZrHh .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-t71vxdZrHh .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t71vxdZrHh .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-t71vxdZrHh .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-t71vxdZrHh .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-t71vxdZrHh .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-t71vxdZrHh .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-t71vybnwmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c3ead8;
  position: relative;
  overflow: hidden;
}
.cid-t71vybnwmc .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff86d;
  height: 90%;
  width: 80%;
  border-top-right-radius: 95%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t71vybnwmc .img-bg {
    height: 60%;
    width: 100%;
    border-top-right-radius: 70%;
  }
}
.cid-t71vybnwmc .container {
  margin: 0 auto;
}
.cid-t71vybnwmc .row {
  align-items: center;
}
.cid-t71vybnwmc .main-col {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-t71vybnwmc .main-col {
    flex-wrap: wrap;
    padding: 0 10px !important;
  }
}
@media (max-width: 768px) {
  .cid-t71vybnwmc .main-col {
    padding: 0 !important;
  }
}
.cid-t71vybnwmc .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 100px 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-t71vybnwmc .content-container {
    width: 100%;
    padding: 10px !important;
  }
}
.cid-t71vybnwmc .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71vybnwmc .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vybnwmc .main-title {
    text-align: center;
  }
}
.cid-t71vybnwmc .main-subtitle {
  margin-top: 30px !important;
  color: #1D191F;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vybnwmc .main-subtitle {
    text-align: center;
  }
}
.cid-t71vybnwmc .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .cid-t71vybnwmc .form-container {
    margin-top: 20px;
  }
}
.cid-t71vybnwmc form {
  width: 100%;
}
.cid-t71vybnwmc form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t71vybnwmc form p {
  color: #1D191F;
}
.cid-t71vybnwmc form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t71vybnwmc form .mbr-section-btn {
    width: 100%;
  }
}
.cid-t71vybnwmc form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
@media (max-width: 767px) {
  .cid-t71vybnwmc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t71vybnwmc form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-t71vybnwmc form .form-control {
  height: 51px;
  border: 1px solid #1D191F !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1D191F;
  font-weight: 400;
}
.cid-t71vybnwmc form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form select {
  color: #ffffff !important;
}
.cid-t71vybnwmc form textarea {
  height: 100px;
}
.cid-t71vybnwmc form input:active,
.cid-t71vybnwmc form textarea:active,
.cid-t71vybnwmc form input:focus,
.cid-t71vybnwmc form textarea:focus {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-t71vybnwmc form input:active::-webkit-input-placeholder,
.cid-t71vybnwmc form textarea:active::-webkit-input-placeholder,
.cid-t71vybnwmc form input:focus::-webkit-input-placeholder,
.cid-t71vybnwmc form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form input:active::-moz-placeholder,
.cid-t71vybnwmc form textarea:active::-moz-placeholder,
.cid-t71vybnwmc form input:focus::-moz-placeholder,
.cid-t71vybnwmc form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form input:active:-moz-placeholder,
.cid-t71vybnwmc form textarea:active:-moz-placeholder,
.cid-t71vybnwmc form input:focus:-moz-placeholder,
.cid-t71vybnwmc form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form input:active:-ms-input-placeholder,
.cid-t71vybnwmc form textarea:active:-ms-input-placeholder,
.cid-t71vybnwmc form input:focus:-ms-input-placeholder,
.cid-t71vybnwmc form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71vybnwmc form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-t71vybnwmc form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-t71vybnwmc form label {
  width: 100%;
  color: #1D191F;
  margin-bottom: 10px;
}
.cid-t71vybnwmc form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-t71vybnwmc form .form-check-input:focus,
.cid-t71vybnwmc form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1D191F !important;
}
.cid-t71vybnwmc form .form-check-input:checked {
  border-color: #1D191F !important;
}
.cid-t71vybnwmc .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cid-t71vybnwmc .form-text-container {
    justify-content: center;
  }
}
.cid-t71vybnwmc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #c3ead8;
  border: 1px solid #1d191f;
}
.cid-t71vybnwmc .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-t71vybnwmc .form-text {
  color: #1D191F;
  margin-top: 0 !important;
}
.cid-t71vybnwmc .img-container {
  width: 50%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-t71vybnwmc .img-container {
    width: 100%;
  }
}
.cid-t71vybnwmc .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-t71vybnwmc .image-wrapper img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-t71vAsFQiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vAsFQiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vAsFQiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vAsFQiS .row {
  justify-content: center;
}
.cid-t71vAsFQiS .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-t71vAsFQiS .col-title {
    margin-bottom: 20px;
  }
}
.cid-t71vAsFQiS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71vAsFQiS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t71vAsFQiS .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t71vAsFQiS .card-row {
  align-items: stretch;
}
.cid-t71vAsFQiS .card {
  padding: 10px;
}
.cid-t71vAsFQiS .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-t71vAsFQiS .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-t71vAsFQiS .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-t71vAsFQiS .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-t71vAsFQiS .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-t71vAsFQiS .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-t71vAsFQiS .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #c3ead8;
  }
}
.cid-t71vAsFQiS .card-wrapper:hover .card-box {
  background-color: #fff86d;
}
.cid-t71vAsFQiS .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-t71vAsFQiS .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-t71vAsFQiS .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-t71vyU3HDD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vyU3HDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vyU3HDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vyU3HDD .row {
  justify-content: flex-start;
}
.cid-t71vyU3HDD .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-t71vyU3HDD .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-t71vyU3HDD .mbr-section-btn {
  margin-top: 20px;
}
.cid-t71vMsfvyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vMsfvyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vMsfvyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vMsfvyS .container {
  max-width: 1120px;
}
.cid-t71vMsfvyS .row {
  justify-content: center;
}
.cid-t71vMsfvyS .col-title {
  margin-bottom: 70px;
}
.cid-t71vMsfvyS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71vMsfvyS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71vMsfvyS .img-container {
  margin: 0 auto;
}
.cid-t71vMsfvyS .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #f6f6f6;
}
@media (max-width: 767px) {
  .cid-t71vMsfvyS .image-wrapper {
    border: 5px solid #f6f6f6;
  }
}
@media (min-width: 992px) {
  .cid-t71vMsfvyS .image-wrapper {
    height: 700px;
  }
}
.cid-t71vMsfvyS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71vB1DC7F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vB1DC7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vB1DC7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vB1DC7F .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-t71vB1DC7F .col-title {
    margin-bottom: 70px;
  }
}
.cid-t71vB1DC7F .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vB1DC7F .mbr-section-title {
    max-width: 75%;
  }
}
.cid-t71vB1DC7F .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vB1DC7F .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-t71vB1DC7F .content-wrapper {
  display: flex;
  width: 100%;
  background: #f1cebe;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t71vB1DC7F .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t71vB1DC7F .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-t71vB1DC7F .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71vB1DC7F .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-t71vB1DC7F .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-t71vB1DC7F .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-t71vB1DC7F .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-t71vB1DC7F .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-t71vB1DC7F .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vB1DC7F .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-t71vB1DC7F .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-t71vB1DC7F .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-t71vB1DC7F .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-t71vB1DC7F .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-t71vB1DC7F .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-t71vB1DC7F .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t71vB1DC7F .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-t71vB1DC7F .image-wrapper {
    margin-left: 40%;
  }
}
.cid-t71vB1DC7F .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-t71vB1DC7F .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-t71vB1DC7F .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-t71vB1DC7F .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-t71vB1DC7F .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-t71vB1DC7F .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-t71vGlSLxI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vGlSLxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vGlSLxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vGlSLxI .row {
  justify-content: flex-start;
}
.cid-t71vGlSLxI .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 361px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
@media (max-width: 767px) {
  .cid-t71vGlSLxI .content-container {
    padding: 30px;
  }
}
.cid-t71vGlSLxI .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71vGlSLxI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vGlSLxI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71vGlSLxI .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
.cid-t71vKSoaO1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vKSoaO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vKSoaO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vKSoaO1 .container {
  max-width: 1140px;
}
.cid-t71vKSoaO1 .row {
  align-items: stretch;
}
.cid-t71vKSoaO1 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-t71vKSoaO1 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-t71vKSoaO1 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vKSoaO1 .title-container {
    position: static;
  }
}
.cid-t71vKSoaO1 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vKSoaO1 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-t71vKSoaO1 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-t71vKSoaO1 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-t71vKSoaO1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-t71vKSoaO1 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-t71vBAkaeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vBAkaeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vBAkaeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vBAkaeG .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .col-title {
    margin-bottom: 70px;
  }
}
.cid-t71vBAkaeG .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vBAkaeG .mbr-section-title {
    max-width: 75%;
  }
}
.cid-t71vBAkaeG .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vBAkaeG .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-t71vBAkaeG .content-wrapper {
  display: flex;
  width: 100%;
  background: #c3ead8;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t71vBAkaeG .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-t71vBAkaeG .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-t71vBAkaeG .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-t71vBAkaeG .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-t71vBAkaeG .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cid-t71vBAkaeG .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .text-wrapper {
    padding: 10px;
  }
}
.cid-t71vBAkaeG .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vBAkaeG .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-t71vBAkaeG .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-t71vBAkaeG .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-t71vBAkaeG .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-t71vBAkaeG .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .col-img {
    order: 2;
  }
}
.cid-t71vBAkaeG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t71vBAkaeG .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.cid-t71vBAkaeG .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-t71vBAkaeG .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.cid-t71vBAkaeG .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-t71vBAkaeG .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .cid-t71vBAkaeG .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.cid-t71vBAkaeG .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-t71vBAkaeG .image-wrapper .img-bg-wrap:after {
    left: -21%;
    bottom: -15%;
    height: 100%;
    width: 100%;
  }
}
.cid-t71vFr2wtw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vFr2wtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vFr2wtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vFr2wtw .row {
  justify-content: flex-start;
}
.cid-t71vFr2wtw .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f1cebe;
}
.cid-t71vFr2wtw .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-t71vFr2wtw .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-t71vFr2wtw .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-t71vFr2wtw .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-t71vFr2wtw .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-t71vFr2wtw .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vFr2wtw .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71vFr2wtw .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-t71vFr2wtw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-t71vFr2wtw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t71vC7jACZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vC7jACZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vC7jACZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vC7jACZ .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .col-title {
    margin-bottom: 70px;
  }
}
.cid-t71vC7jACZ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vC7jACZ .mbr-section-title {
    max-width: 75%;
  }
}
.cid-t71vC7jACZ .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t71vC7jACZ .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-t71vC7jACZ .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d4f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t71vC7jACZ .content-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-t71vC7jACZ .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t71vC7jACZ .content-row {
    align-items: flex-start !important;
  }
}
.cid-t71vC7jACZ .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-t71vC7jACZ .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .col-text {
    padding: 0 0 10px 0;
  }
}
.cid-t71vC7jACZ .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-t71vC7jACZ .text-wrapper {
    padding: 30px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .text-wrapper {
    padding: 0;
  }
}
.cid-t71vC7jACZ .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vC7jACZ .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-t71vC7jACZ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-t71vC7jACZ .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-t71vC7jACZ .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-t71vC7jACZ .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .col-img {
    padding-bottom: 0;
  }
}
.cid-t71vC7jACZ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-t71vC7jACZ .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cid-t71vC7jACZ .image-wrapper {
    margin-left: 30%;
    margin-top: 20px;
  }
}
.cid-t71vC7jACZ .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-t71vC7jACZ .image-wrapper .img-bg-wrap {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cid-t71vC7jACZ .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-t71vC7jACZ .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-radius: 150px 0 0 0;
  }
}
.cid-t71vC7jACZ .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-t71vC7jACZ .image-wrapper .img-bg-wrap:after {
    left: -20%;
    top: -20%;
    height: 60%;
    width: 100%;
  }
}
.cid-t71vDymIqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vDymIqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vDymIqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vDymIqE .row {
  justify-content: center;
}
.cid-t71vDymIqE .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .col-title {
    margin-bottom: 20px;
  }
}
.cid-t71vDymIqE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71vDymIqE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t71vDymIqE .card-row {
  align-items: stretch;
}
.cid-t71vDymIqE .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-t71vDymIqE .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-t71vDymIqE .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-t71vDymIqE .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-t71vDymIqE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-t71vDymIqE .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-t71vDymIqE .card-wrapper {
  display: flex;
}
.cid-t71vDymIqE .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .card-title {
    text-align: center !important;
  }
}
.cid-t71vDymIqE .card-text {
  width: 100%;
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-t71vDymIqE .card-text {
    text-align: center !important;
  }
}
.cid-t71vz7VZEO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vz7VZEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vz7VZEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vz7VZEO .row {
  justify-content: flex-start;
}
.cid-t71vz7VZEO .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-t71vz7VZEO .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-t71vz7VZEO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-t71vz7VZEO .container-fluid {
    padding: 0 15px;
  }
}
.cid-t71vz7VZEO .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-t71vz7VZEO .content-container {
    padding: 70px 30px;
  }
}
.cid-t71vz7VZEO .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71vz7VZEO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vz7VZEO .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71vz7VZEO .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-t71vz7VZEO .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t71vNUq7gS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vNUq7gS .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vNUq7gS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vNUq7gS .container {
  max-width: 1120px;
}
.cid-t71vNUq7gS .row {
  justify-content: center;
}
.cid-t71vNUq7gS .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-t71vNUq7gS .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71vNUq7gS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71vNUq7gS .col-video {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.cid-t71vNUq7gS .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t71vNUq7gS .col-video {
    height: 700px;
  }
}
.cid-t71vNUq7gS .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-t71vNUq7gS .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-t71vNUq7gS .col-video .link {
  margin-right: 1rem;
}
.cid-t71vNUq7gS .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border: 10px solid #f1efd4;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t71vNUq7gS .col-video .mbr-media {
    border: 5px solid #f1efd4;
  }
}
.cid-t71vNUq7gS .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-t71vNUq7gS .mbr-media {
  position: relative;
}
.cid-t71vNUq7gS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t71vNUq7gS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-t71vNUq7gS .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-t71vNUq7gS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t71vNUq7gS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t71vNUq7gS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t71vNUq7gS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t71vNUq7gS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  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-t71vNUq7gS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t71vW1ctNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff86d;
}
.cid-t71vW1ctNW .row {
  align-items: center;
}
.cid-t71vW1ctNW .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t71vW1ctNW .main-col {
    flex-wrap: wrap;
  }
}
.cid-t71vW1ctNW .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-t71vW1ctNW .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-t71vW1ctNW .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-t71vW1ctNW .main-subtitle {
  margin-top: 40px;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-t71vW1ctNW .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t71vW1ctNW .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-t71vW1ctNW .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-t71vW1ctNW .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-t71vW1ctNW .form-bg {
    padding: 35px 30px;
  }
}
.cid-t71vW1ctNW form {
  width: 100%;
}
.cid-t71vW1ctNW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t71vW1ctNW form p {
  color: #1d191f;
}
.cid-t71vW1ctNW form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t71vW1ctNW form .mbr-section-btn {
    width: 100%;
  }
}
.cid-t71vW1ctNW form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-t71vW1ctNW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-t71vW1ctNW form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-t71vW1ctNW form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form select {
  color: #adadad !important;
}
.cid-t71vW1ctNW form textarea {
  height: 192px !important;
}
.cid-t71vW1ctNW form input:active,
.cid-t71vW1ctNW form textarea:active,
.cid-t71vW1ctNW form input:focus,
.cid-t71vW1ctNW form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-t71vW1ctNW form input:active::-webkit-input-placeholder,
.cid-t71vW1ctNW form textarea:active::-webkit-input-placeholder,
.cid-t71vW1ctNW form input:focus::-webkit-input-placeholder,
.cid-t71vW1ctNW form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form input:active::-moz-placeholder,
.cid-t71vW1ctNW form textarea:active::-moz-placeholder,
.cid-t71vW1ctNW form input:focus::-moz-placeholder,
.cid-t71vW1ctNW form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form input:active:-moz-placeholder,
.cid-t71vW1ctNW form textarea:active:-moz-placeholder,
.cid-t71vW1ctNW form input:focus:-moz-placeholder,
.cid-t71vW1ctNW form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form input:active:-ms-input-placeholder,
.cid-t71vW1ctNW form textarea:active:-ms-input-placeholder,
.cid-t71vW1ctNW form input:focus:-ms-input-placeholder,
.cid-t71vW1ctNW form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-t71vW1ctNW form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-t71vW1ctNW form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-t71vW1ctNW form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-t71vW1ctNW form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-t71vW1ctNW form .form-check-input:focus,
.cid-t71vW1ctNW form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-t71vW1ctNW form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-t71vRbswuR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-t71vRbswuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vRbswuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vRbswuR .col-title {
  margin-bottom: 70px;
  max-width: 1120px;
}
@media (max-width: 991px) {
  .cid-t71vRbswuR .col-title {
    margin-bottom: 50px;
  }
}
.cid-t71vRbswuR .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71vRbswuR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71vRbswuR .mbr-section-btn {
  margin-top: 10px;
}
.cid-t71vRbswuR .cards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 10px;
  max-width: 1150px;
}
@media (max-width: 767px) {
  .cid-t71vRbswuR .cards-container {
    padding: 0 !important;
  }
}
.cid-t71vRbswuR .col-card {
  padding: 15px;
}
@media (max-width: 575px) {
  .cid-t71vRbswuR .col-card {
    padding: 15px 10px;
  }
}
.cid-t71vRbswuR .col-card:nth-child(1n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-t71vRbswuR .col-card:nth-child(1n) .image-wrap:hover {
  border-radius: 120px 0 0 0;
}
.cid-t71vRbswuR .col-card:nth-child(2n) .image-wrap {
  border-radius: 120px 0 0 0;
}
.cid-t71vRbswuR .col-card:nth-child(2n) .image-wrap:hover {
  border-radius: 0 120px 0 120px;
}
.cid-t71vRbswuR .col-card:nth-child(3n) .image-wrap {
  border-radius: 0 120px 0 0;
}
.cid-t71vRbswuR .col-card:nth-child(3n) .image-wrap:hover {
  border-radius: 120px 0 0 120px;
}
.cid-t71vRbswuR .card-wrap {
  border-radius: 0;
}
.cid-t71vRbswuR .content-wrap {
  width: 100%;
  margin-top: 40px;
}
.cid-t71vRbswuR .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: .3s all;
}
.cid-t71vRbswuR .image-wrap img {
  height: 420px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-t71vRbswuR .image-wrap img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .cid-t71vRbswuR .image-wrap img {
    height: 270px;
  }
}
@media (max-width: 575px) {
  .cid-t71vRbswuR .image-wrap img {
    height: auto !important;
  }
}
.cid-t71vITulrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-t71vITulrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vITulrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vITulrh .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t71vITulrh .container {
    padding: 0 30px !important;
  }
}
.cid-t71vITulrh .row {
  justify-content: center;
}
.cid-t71vITulrh .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-t71vITulrh .col-title {
    margin-bottom: 50px;
  }
}
.cid-t71vITulrh .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-t71vITulrh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71vITulrh .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .cid-t71vITulrh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t71vITulrh .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-t71vITulrh .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-t71vITulrh .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-t71vITulrh .card {
    width: 100%;
  }
}
.cid-t71vITulrh .card:nth-child(1) {
  background-color: #003629;
  border-radius: 30px 144px 30px 30px;
}
.cid-t71vITulrh .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-t71vITulrh .card:nth-child(2) {
  background-color: #f1cebe;
  border-radius: 118px 30px 30px 30px;
}
.cid-t71vITulrh .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-t71vITulrh .card:nth-child(3) {
  background-color: #011539;
  border-radius: 30px 140px 30px 30px;
}
.cid-t71vITulrh .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-t71vITulrh .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-t71vITulrh .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-t71vITulrh .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-t71vITulrh .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-t71vITulrh .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-t71vITulrh .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-t71vITulrh .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-t71vITulrh .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-t71vITulrh .card-title-1 {
  color: #ffffff;
}
.cid-t71vITulrh .card-title-2 {
  color: #1d191f;
}
.cid-t71vITulrh .card-title-3 {
  color: #ffffff;
}
.cid-t71vITulrh .card-title-4 {
  color: #1d191f;
}
.cid-t71vITulrh .card-title-5 {
  color: #ffffff;
}
.cid-t71vITulrh .card-title-6 {
  color: #1d191f;
}
.cid-t71vITulrh .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-t71vITulrh .card-text-1 {
  color: #ffffff;
}
.cid-t71vITulrh .card-text-2 {
  color: #1d191f;
}
.cid-t71vITulrh .card-text-3 {
  color: #ffffff;
}
.cid-t71vITulrh .card-text-4 {
  color: #1d191f;
}
.cid-t71vITulrh .card-text-5 {
  color: #ffffff;
}
.cid-t71vITulrh .card-text-6 {
  color: #1d191f;
}
.cid-t71vUMaluU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-t71vUMaluU .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vUMaluU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vUMaluU .container {
  max-width: 1140px;
}
.cid-t71vUMaluU .row {
  justify-content: center;
}
.cid-t71vUMaluU .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-t71vUMaluU .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-t71vUMaluU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-t71vUMaluU .toggle-panel {
  width: 100%;
}
.cid-t71vUMaluU .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-t71vUMaluU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t71vUMaluU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-t71vUMaluU .panel-title {
    align-items: flex-start;
  }
}
.cid-t71vUMaluU .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-t71vUMaluU .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-t71vUMaluU .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-t71vUMaluU .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-t71vUMaluU .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-t71vUMaluU .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-t71vUMaluU .panel-body {
    width: 100%;
  }
}
.cid-t71vUMaluU .panel-title-edit {
  color: #1D191F;
}
.cid-t71vUMaluU .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-t71vCKuRqf {
  background-color: #fff86d;
  position: relative;
  overflow: hidden;
}
.cid-t71vCKuRqf .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 700px;
  height: 400px;
  border-top-left-radius: 200px;
  background-color: #c3ead8;
}
.cid-t71vCKuRqf .row {
  align-items: stretch;
}
.cid-t71vCKuRqf .content-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .content-col {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-t71vCKuRqf .col-text {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-t71vCKuRqf .col-text {
    width: 50%;
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  .cid-t71vCKuRqf .col-text {
    width: 45%;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .col-text {
    width: 70%;
    padding: 0 !important;
    text-align: center !important;
  }
}
.cid-t71vCKuRqf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.cid-t71vCKuRqf .mbr-section-title {
  width: 100%;
  color: #000000;
  opacity: 0.85;
  margin-bottom: 25px;
  margin-top: 15px;
}
.cid-t71vCKuRqf .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  opacity: 0.85;
  width: 100%;
  margin-bottom: 42px;
}
.cid-t71vCKuRqf .col-card {
  display: flex;
  width: 40%;
}
@media (max-width: 1024px) {
  .cid-t71vCKuRqf .col-card {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .col-card {
    width: 100%;
  }
}
.cid-t71vCKuRqf .card-container {
  flex-grow: 1;
  position: relative;
  margin: 0 18px 18px;
}
@media (max-width: 1024px) {
  .cid-t71vCKuRqf .card-container {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-container {
    width: 85%;
    margin: 0 auto;
    flex-grow: 0;
  }
}
.cid-t71vCKuRqf .card-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000000;
}
@media (max-width: 1024px) {
  .cid-t71vCKuRqf .card-wrap {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-t71vCKuRqf .card-item-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 228px;
  padding: 77px 54px 53px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-item-1 {
    text-align: center !important;
  }
}
.cid-t71vCKuRqf .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 8px;
  width: 100%;
}
.cid-t71vCKuRqf .card-subtitle {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-t71vCKuRqf .card-text {
  color: #000000;
  opacity: 0.55;
  margin-bottom: 0;
  width: 100%;
}
.cid-t71vCKuRqf .card-item-2,
.cid-t71vCKuRqf .card-item-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 54px;
  min-height: 159px;
  width: 100%;
  border-top: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-item-2,
  .cid-t71vCKuRqf .card-item-3 {
    text-align: center !important;
  }
}
.cid-t71vCKuRqf .card-item-2 {
  background-color: #f1efd4;
}
.cid-t71vCKuRqf .card-item-3 {
  background-color: #fff86d;
}
.cid-t71vCKuRqf .card-back {
  z-index: 2;
  position: absolute;
  right: -18px;
  top: 18px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #000000;
}
@media (max-width: 1024px) {
  .cid-t71vCKuRqf .card-back {
    width: calc(85% + 18px);
    right: 0;
  }
}
@media (max-width: 991px) {
  .cid-t71vCKuRqf .card-back {
    width: 100%;
    right: -18px;
  }
}
.cid-t71vJStieO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vJStieO .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vJStieO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vJStieO .row {
  justify-content: flex-start;
}
.cid-t71vJStieO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-t71vJStieO .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-t71vS304hT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vS304hT .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vS304hT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vS304hT .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-t71vS304hT .container {
    padding: 0 50px !important;
  }
}
.cid-t71vS304hT .row {
  align-items: stretch;
}
.cid-t71vS304hT .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-t71vS304hT .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-t71vS304hT .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vS304hT .text-wrapper {
    padding-top: 30px;
  }
}
.cid-t71vS304hT .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vS304hT .card-title {
    text-align: center;
  }
}
.cid-t71vS304hT .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-t71vS304hT .mbr-text {
    text-align: center;
  }
}
.cid-t71vS304hT .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-t71vS304hT .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-t71vS304hT .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-t71vS304hT .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-t71vS304hT .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-t71vS304hT .image-wrapper {
    padding-right: 0;
  }
}
.cid-t71vS304hT .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #c3ead8;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-t71vS304hT .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-t71vS304hT .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-t71vPmki3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vPmki3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vPmki3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vPmki3x .container {
  max-width: 1140px;
}
@media (max-width: 767px) {
  .cid-t71vPmki3x .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-t71vPmki3x .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-t71vPmki3x .content-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 27px;
}
@media (max-width: 991px) {
  .cid-t71vPmki3x .content-container {
    flex-wrap: wrap;
    max-width: 621px;
  }
}
.cid-t71vPmki3x .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  overflow: hidden;
  border: 2px solid #1d191f;
  width: 100%;
  height: 330px;
}
@media (max-width: 991px) {
  .cid-t71vPmki3x .image-wrapper {
    height: auto;
  }
}
.cid-t71vPmki3x .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cid-t71vPmki3x .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71vPmki3x .img-container {
  padding: 0 !important;
  border-radius: 23px;
  border: 2px solid #1d191f;
}
.cid-t71vPmki3x .img-container-1 {
  max-width: 380px;
  margin-right: 35px;
  background-color: #fff86d;
}
.cid-t71vPmki3x .img-container-1 .image-wrapper {
  top: 19px;
  right: 17px;
}
@media (max-width: 991px) {
  .cid-t71vPmki3x .img-container-1 {
    max-width: 450px;
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-t71vPmki3x .img-container-2 {
  max-width: 520px;
  margin-top: 120px;
  margin-left: 35px;
  background-color: #c3ead8;
}
.cid-t71vPmki3x .img-container-2 .image-wrapper {
  bottom: 19px;
  left: 17px;
}
@media (max-width: 991px) {
  .cid-t71vPmki3x .img-container-2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-t71vPmki3x .img-container-2 {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .cid-t71vPmki3x .img-container-2 {
    margin-top: 60px;
  }
}
.cid-t71vQjAVwS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vQjAVwS .container {
  max-width: 1160px;
}
.cid-t71vQjAVwS .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-t71vQjAVwS .images-container {
    width: 100%;
  }
}
.cid-t71vQjAVwS .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-t71vQjAVwS .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-t71vQjAVwS .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-t71vQjAVwS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71vQjAVwS img {
  width: 116px;
  margin: auto;
}
.cid-t71vQjAVwS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-t71vI8YRcW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71vI8YRcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vI8YRcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vI8YRcW .row {
  justify-content: flex-start;
}
.cid-t71vI8YRcW .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-t71vI8YRcW .content-container {
    flex-wrap: wrap;
  }
}
.cid-t71vI8YRcW .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-t71vI8YRcW .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-t71vI8YRcW .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-t71vI8YRcW .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-t71vI8YRcW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t71vI8YRcW .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-t71vI8YRcW .label-text {
  color: #000000;
  margin: 0;
}
.cid-t71vI8YRcW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-t71vI8YRcW .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-t71vI8YRcW .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-t71vI8YRcW .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-t71vI8YRcW .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-t71vSLjAsy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vSLjAsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vSLjAsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vSLjAsy .container {
  max-width: 1140px;
}
.cid-t71vSLjAsy .row {
  justify-content: center;
}
.cid-t71vSLjAsy .col-title {
  margin-bottom: 20px;
}
.cid-t71vSLjAsy .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-t71vSLjAsy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t71vSLjAsy .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-t71vSLjAsy .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-t71vSLjAsy .cards-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 75px auto 0;
  padding: 0 20px !important;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .cid-t71vSLjAsy .cards-item {
    padding: 0 10px !important;
  }
}
.cid-t71vSLjAsy .item-title {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  color: #000000;
  opacity: 0.85;
}
.cid-t71vSLjAsy .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid transparent;
  padding: 20px;
  align-items: center;
  transition: 0.3s;
}
.cid-t71vSLjAsy .card:hover {
  background: #f1efd4;
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.3s;
}
.cid-t71vSLjAsy .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 49%;
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t71vSLjAsy .card-head {
    max-width: 70%;
    padding-right: 10px;
  }
}
.cid-t71vSLjAsy .card-title {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-t71vSLjAsy .card-text {
  width: 100%;
  margin-top: 4px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-t71vSLjAsy .mbr-section-btn .btn {
  min-height: 52px;
  min-width: 110px;
}
@media (max-width: 767px) {
  .cid-t71vSLjAsy .mbr-section-btn .btn {
    min-height: 44px;
    padding: 8px 16px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .cid-t71vSLjAsy .mbr-section-btn {
    width: auto;
  }
  .cid-t71vSLjAsy .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-t71vSLjAsy .mbr-section-btn .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t71vSLjAsy .mbr-section-btn .btn-primary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}
.cid-t71woJcprc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t71woJcprc .container {
  max-width: 1140px;
}
.cid-t71woJcprc .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-t71woJcprc .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-t71woJcprc .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71woJcprc .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t71woJcprc .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t71woJcprc img {
  max-height: 40px;
  max-width: 180px;
  filter: grayscale(100%);
  margin: auto;
}
@media (max-width: 575px) {
  .cid-t71woJcprc img {
    max-height: 30px;
    max-width: 140px;
  }
}
.cid-t71woJcprc .card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 250px;
  text-align: center;
  padding: 0.5rem;
}
@media (max-width: 575px) {
  .cid-t71woJcprc .card {
    width: 150px;
  }
}
.cid-t71vPWT2MZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t71vPWT2MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71vPWT2MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71vPWT2MZ .container-fluid {
  padding: 0 85px;
}
@media (max-width: 991px) {
  .cid-t71vPWT2MZ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-t71vPWT2MZ .container-fluid {
    padding: 0 30px;
  }
}
.cid-t71vPWT2MZ .row {
  justify-content: center;
}
.cid-t71vPWT2MZ .col-title {
  margin-bottom: 75px;
}
.cid-t71vPWT2MZ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t71vPWT2MZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t71vPWT2MZ .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t71vPWT2MZ .card-row {
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-t71vPWT2MZ .card-row {
    flex-wrap: wrap;
  }
}
.cid-t71vPWT2MZ .card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-t71vPWT2MZ .card {
    padding: 0 !important;
  }
}
.cid-t71vPWT2MZ .card:nth-child(1) .card-box {
  background-color: #f1cebe;
  border-radius: 0 80px 0 0;
}
.cid-t71vPWT2MZ .card:nth-child(2) .card-box {
  background-color: #c3ead8;
  border-radius: 0  0 80px 0;
}
.cid-t71vPWT2MZ .card:nth-child(3) .card-box {
  background-color: #c8d4f2;
  border-radius: 0  80px 80px 0;
}
.cid-t71vPWT2MZ .card-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 992px) {
  .cid-t71vPWT2MZ .card-wrapper {
    width: 95%;
  }
}
.cid-t71vPWT2MZ .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 45px 30px 45px 30px;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-t71vPWT2MZ .card-box {
    padding: 75px 30px;
  }
}
.cid-t71vPWT2MZ .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-t71vPWT2MZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.cid-t71vPWT2MZ .card-title {
  width: 100%;
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  margin-top: auto;
}
.cid-t71vPWT2MZ .card-text {
  width: 100%;
  min-height: 300px;
  color: #1d191f;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .cid-t71vPWT2MZ .card-text {
    min-height: 200px;
  }
}
.cid-t71vTz0bLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t71vTz0bLV .container {
  max-width: 1140px;
}
.cid-t71vTz0bLV .row {
  align-items: center;
}
.cid-t71vTz0bLV .content-container {
  display: flex;
  align-items: center;
  padding: 10px 65px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #003629;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .content-container {
    padding: 40px 20px;
    flex-wrap: wrap;
  }
}
.cid-t71vTz0bLV .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  min-height: 200px;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .title-container {
    width: 100%;
    min-height: auto;
  }
}
.cid-t71vTz0bLV .main-title {
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .main-title {
    text-align: center;
  }
}
.cid-t71vTz0bLV .main-subtitle {
  margin-top: 20px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .main-subtitle {
    text-align: center;
  }
}
.cid-t71vTz0bLV .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  min-height: 200px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .form-container {
    width: 100%;
    min-height: auto;
  }
}
.cid-t71vTz0bLV form {
  width: 100%;
}
.cid-t71vTz0bLV form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t71vTz0bLV form p {
  color: #ffffff;
}
.cid-t71vTz0bLV form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV form .mbr-section-btn {
    width: 100%;
  }
}
.cid-t71vTz0bLV form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
  border: none !important;
}
.cid-t71vTz0bLV form .mbr-section-btn .btn:hover {
  background-color: #c3ead8 !important;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t71vTz0bLV form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-t71vTz0bLV form .form-control {
  height: 51px;
  border: 1px solid #ffffff;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 30px !important;
  margin-bottom: 0;
  padding: 8px 8px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.cid-t71vTz0bLV form .form-control::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form .form-control::-moz-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form .form-control:-moz-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form .form-control:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form select {
  color: #ffffff !important;
}
.cid-t71vTz0bLV form textarea {
  height: 100px;
}
.cid-t71vTz0bLV form input:active,
.cid-t71vTz0bLV form textarea:active,
.cid-t71vTz0bLV form input:focus,
.cid-t71vTz0bLV form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #ffffff !important;
}
.cid-t71vTz0bLV form input:active::-webkit-input-placeholder,
.cid-t71vTz0bLV form textarea:active::-webkit-input-placeholder,
.cid-t71vTz0bLV form input:focus::-webkit-input-placeholder,
.cid-t71vTz0bLV form textarea:focus::-webkit-input-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form input:active::-moz-placeholder,
.cid-t71vTz0bLV form textarea:active::-moz-placeholder,
.cid-t71vTz0bLV form input:focus::-moz-placeholder,
.cid-t71vTz0bLV form textarea:focus::-moz-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form input:active:-moz-placeholder,
.cid-t71vTz0bLV form textarea:active:-moz-placeholder,
.cid-t71vTz0bLV form input:focus:-moz-placeholder,
.cid-t71vTz0bLV form textarea:focus:-moz-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form input:active:-ms-input-placeholder,
.cid-t71vTz0bLV form textarea:active:-ms-input-placeholder,
.cid-t71vTz0bLV form input:focus:-ms-input-placeholder,
.cid-t71vTz0bLV form textarea:focus:-ms-input-placeholder {
  color: #1d191f;
}
.cid-t71vTz0bLV form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-t71vTz0bLV form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-t71vTz0bLV form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-t71vTz0bLV form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-t71vTz0bLV form .form-check-input:focus,
.cid-t71vTz0bLV form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-t71vTz0bLV form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-t71vTz0bLV .form-text-container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t71vTz0bLV .form-text-container {
    justify-content: center;
  }
}
.cid-t71vTz0bLV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
  background-color: #fff86d;
}
.cid-t71vTz0bLV .iconfont-wrapper .mbr-iconfont {
  font-size: 8px;
  color: #000000;
}
.cid-t71vTz0bLV .form-text {
  color: #FFFFFF;
  margin-top: 0 !important;
}
.cid-t71x2kbKaM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #003629;
}
.cid-t71x2kbKaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71x2kbKaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71x2kbKaM .container {
  display: flex;
  justify-content: center;
}
.cid-t71x2kbKaM .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71x2kbKaM .col-copyright {
  padding: 0;
}
.cid-t71x2kbKaM .copyright {
  color: #C3EAD8;
}
@media (max-width: 991px) {
  .cid-t71x2kbKaM .copyright {
    text-align: center !important;
  }
}
