.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fbf1e6;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9f2b00 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9f2b00 !important;
  border-color: #9f2b00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d23900 !important;
  border-color: #d23900 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d23900 !important;
  border-color: #d23900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d3d3cb !important;
  border-color: #d3d3cb !important;
  color: #565649 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eaeae7 !important;
  border-color: #eaeae7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #565649 !important;
  background-color: #eaeae7 !important;
  border-color: #eaeae7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9f2b00;
  color: #9f2b00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #481400 !important;
  background-color: transparent !important;
  border-color: #481400 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b00 !important;
  border-color: #9f2b00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d3d3cb;
  color: #d3d3cb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #abab9c !important;
  background-color: transparent !important;
  border-color: #abab9c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #565649 !important;
  background-color: #d3d3cb !important;
  border-color: #d3d3cb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9f2b00 !important;
}
.text-secondary {
  color: #d3d3cb !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #390f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a4a494 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9f2b00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9f2b00;
  border-color: #9f2b00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9f2b00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff5c20;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9f2b00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9f2b00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f2b00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9f2b00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9f2b00;
  border-bottom-color: #9f2b00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #9f2b00 !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: #d3d3cb !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='%239f2b00' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmjKShND {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmjKShND .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmjKShND {
    align-items: flex-end;
  }
  .cid-uZkmjKShND .row {
    justify-content: center;
  }
  .cid-uZkmjKShND .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmjKShND .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmjKShND {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmjKShND .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmjKShND .content-wrap {
    width: 100%;
  }
}
.cid-uZkmjKShND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmjKShND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmjKShND .mbr-section-title,
.cid-uZkmjKShND .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmjKShND .mbr-text,
.cid-uZkmjKShND .mbr-section-btn {
  text-align: center;
}
.cid-uZkmjKShND .mbr-section-title {
  color: #D37506;
}
.cid-uZkmjKShND .mbr-section-subtitle {
  color: #D37506;
}
.cid-uYylwVvVqq {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uYylwVvVqq .content-head {
  max-width: 800px;
}
.cid-uV3C5p2t95 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uV3C5p2t95 img,
.cid-uV3C5p2t95 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uV3C5p2t95 .item:focus,
.cid-uV3C5p2t95 span:focus {
  outline: none;
}
.cid-uV3C5p2t95 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p2t95 .item {
    margin-bottom: 1rem;
  }
}
.cid-uV3C5p2t95 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV3C5p2t95 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3C5p2t95 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uV3C5p2t95 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uV3C5p2t95 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uV3C5p2t95 .mbr-section-title {
  color: #000000;
}
.cid-uV3C5p2t95 .item-title {
  text-align: left;
}
.cid-uV3C5p2t95 .item-subtitle {
  text-align: left;
}
.cid-uV3C5p2t95 .mbr-text,
.cid-uV3C5p2t95 .item .mbr-section-btn {
  text-align: left;
}
.cid-uV3C5p2t95 .content-head {
  max-width: 800px;
}
.cid-uV3C5p3zDf {
  background-image: url("../../../assets/images/mockup01-1080x1080.webp");
  overflow: hidden;
}
.cid-uV3C5p3b8d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV3C5p3b8d .mbr-text {
  color: #000000;
}
.cid-uV3C5p3b8d .mbr-section-subtitle {
  color: #000000;
}
.cid-uV3C5p3b8d .mbr-section-title {
  color: #000000;
}
.cid-uVgQOqUmr6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVgQOqUmr6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uVgQOqUmr6 img,
.cid-uVgQOqUmr6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uVgQOqUmr6 .item:focus,
.cid-uVgQOqUmr6 span:focus {
  outline: none;
}
.cid-uVgQOqUmr6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVgQOqUmr6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uVgQOqUmr6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVgQOqUmr6 .mbr-section-title {
  color: #232323;
}
.cid-uVgQOqUmr6 .mbr-text,
.cid-uVgQOqUmr6 .mbr-section-btn {
  color: #232323;
}
.cid-uVgQOqUmr6 .item-title {
  color: #232323;
}
.cid-uVgQOqUmr6 .content-head {
  max-width: 800px;
}
.cid-uVx6dBKF2O {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVx6dBKF2O .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uVx6dBKF2O img,
.cid-uVx6dBKF2O .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uVx6dBKF2O .item:focus,
.cid-uVx6dBKF2O span:focus {
  outline: none;
}
.cid-uVx6dBKF2O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVx6dBKF2O .item {
    margin-bottom: 1rem;
  }
}
.cid-uVx6dBKF2O .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVx6dBKF2O .mbr-section-title {
  color: #232323;
}
.cid-uVx6dBKF2O .mbr-text,
.cid-uVx6dBKF2O .mbr-section-btn {
  color: #232323;
}
.cid-uVx6dBKF2O .item-title {
  color: #232323;
}
.cid-uVx6dBKF2O .content-head {
  max-width: 800px;
}
.cid-uVgQQ7BU3D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVgQQ7BU3D .row {
  flex-direction: row-reverse;
}
.cid-uVgQQ7BU3D .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVgQQ7BU3D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVgQQ7BU3D .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVgQQ7BU3D .mbr-card-title {
  color: #000000;
}
.cid-uVgQQ7BU3D .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVgQQ7BU3D .mbr-text,
.cid-uVgQQ7BU3D .mbr-section-btn {
  text-align: left;
}
.cid-uVgQQ7BU3D .row {
  align-items: center;
}
.cid-uV3C5p42hc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV3C5p42hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p42hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p42hc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p42hc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV3C5p42hc .mbr-section-title {
  text-align: center;
}
.cid-uV3C5p42hc .mbr-section-subtitle {
  text-align: center;
}
.cid-uV3C5p42hc .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uV3C5p42hc .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uV3C5p42hc .content-head {
  max-width: 800px;
}
.cid-uV3C5p42hc .img-box {
  display: flex;
  justify-content: center;
}
.cid-uV3C5p42hc .card-title {
  text-align: center;
}
.cid-uV3C5p42hc .card-text {
  text-align: center;
}
.cid-uV3C5p42hc .link {
  text-align: center;
}
.cid-uV3C5p4N3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV3C5p4N3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p4N3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p4N3U .title .num {
  width: 100%;
  display: block;
}
.cid-uV3C5p4N3U .title .card-title {
  z-index: 1;
}
.cid-uV3C5p4N3U .num {
  color: #9F2B00;
  text-align: center;
}
.cid-uV3C5p4N3U .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p4N3U * {
    text-align: center !important;
  }
  .cid-uV3C5p4N3U .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uV3C5p4N3U .content-head {
  max-width: 800px;
}
.cid-uV3C5p4N3U .card-text {
  text-align: center;
}
.cid-uV3C5p4N3U .card-title,
.cid-uV3C5p4N3U .card-img {
  text-align: center;
}
.cid-uV3C5p4BJZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-uV3C5p4BJZ .item:focus,
.cid-uV3C5p4BJZ span:focus {
  outline: none;
}
.cid-uV3C5p4BJZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uV3C5p4BJZ .content-head {
  max-width: 800px;
}
.cid-uV3C5p4BJZ .item {
  color: #232323;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uV3C5p4BJZ .item {
    min-height: 45px;
  }
}
.cid-uV3C5p5e8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uV3C5p5e8H .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uV3C5p5e8H .panel-group {
  border: none;
}
.cid-uV3C5p5e8H .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p5e8H .card-header {
    padding: 0rem;
  }
}
.cid-uV3C5p5e8H .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uV3C5p5e8H .img-col {
  padding: 0;
}
.cid-uV3C5p5e8H .img-item {
  height: 100%;
}
.cid-uV3C5p5e8H img {
  height: 100%;
  object-fit: cover;
}
.cid-uV3C5p5e8H .collapsed span {
  transform: rotate(0deg);
}
.cid-uV3C5p5e8H .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uV3C5p5e8H p {
  margin-bottom: 0.3rem;
}
.cid-uV3C5p5e8H .panel-title-edit {
  color: #000000;
}
.cid-uV3C5p5e8H .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uV3C5p5e8H .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p5e8H .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV3C5p5e8H .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uV3C5p5e8H .panel-text {
  color: #000000;
}
.cid-uV3C5p5e8H .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uV3C5p5e8H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV3C5p5e8H .panel-title-edit,
.cid-uV3C5p5e8H .mbr-iconfont {
  color: #000000;
}
.cid-v0sDY4R15a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0sDY4R15a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sDY4R15a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sDY4R15a [class^="socicon-"]:before,
.cid-v0sDY4R15a [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v0sDY4R15a .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-v0sDY4R15a .btn-social:hover {
  background: #6592e6;
}
.cid-v0sDY4R15a .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uV3C5p590r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-uV3C5p590r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p590r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p590r .card-wrapper {
  background: #ffc091;
}
@media (max-width: 767px) {
  .cid-uV3C5p590r .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV3C5p590r .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV3C5p590r .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV3C5p590r .mbr-text,
.cid-uV3C5p590r .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uV3C5p590r .card-title,
.cid-uV3C5p590r .card-box {
  text-align: center;
  color: #FFFFFF;
}
.cid-uV3C5p5Eui {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV3C5p5Eui .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uV3C5p5Eui img,
.cid-uV3C5p5Eui .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uV3C5p5Eui .item:focus,
.cid-uV3C5p5Eui span:focus {
  outline: none;
}
.cid-uV3C5p5Eui .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p5Eui .item {
    margin-bottom: 1rem;
  }
}
.cid-uV3C5p5Eui .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uV3C5p5Eui .mbr-section-title {
  color: #232323;
}
.cid-uV3C5p5Eui .mbr-text,
.cid-uV3C5p5Eui .mbr-section-btn {
  color: #232323;
}
.cid-uV3C5p5Eui .item-title {
  color: #232323;
}
.cid-uV3C5p5Eui .content-head {
  max-width: 800px;
}
.cid-uV3C5p5toy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1771975/assets/images/gfbe925c1d201e40527814cf47ad9-h_metygv2u.jpg");
}
.cid-uV3C5p5toy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p5toy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p5toy .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uV3C5p5toy .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uV3C5p5toy .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uV3C5p5toy .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uV3C5p5toy .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uV3C5p5toy .bg-instagram:hover {
  background: #bd005c;
}
.cid-uV3C5p5toy .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uV3C5p5toy .bg-tiktok:hover {
  background: #000000;
}
.cid-uV3C5p5toy .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uV3C5p5toy .iconfont-wrapper {
  border-radius: 0 !important;
}
.cid-uV3C5p5toy [class^="socicon-"]:before,
.cid-uV3C5p5toy [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-uV3C5p6dVf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV3C5p6dVf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV3C5p6dVf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uV3C5p6dVf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uV3C5p6dVf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uV3C5p6dVf .content-head {
  max-width: 800px;
}
.cid-uV3C5p6e5u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV3C5p6e5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p6e5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p6e5u .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV3C5p6e5u .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV3C5p6e5u .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV3C5p6e5u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV3C5p6e5u .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV3C5p6e5u .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p6e5u .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV3C5p6e5u .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkngjeez9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkngjeez9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkngjeez9 {
    align-items: flex-end;
  }
  .cid-uZkngjeez9 .row {
    justify-content: center;
  }
  .cid-uZkngjeez9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkngjeez9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkngjeez9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkngjeez9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkngjeez9 .content-wrap {
    width: 100%;
  }
}
.cid-uZkngjeez9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkngjeez9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkngjeez9 .mbr-section-title,
.cid-uZkngjeez9 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkngjeez9 .mbr-text,
.cid-uZkngjeez9 .mbr-section-btn {
  text-align: center;
}
.cid-uZkngjeez9 .mbr-section-title {
  color: #D37506;
}
.cid-uZkngjeez9 .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV3O3Z59NG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uV3O3Z59NG img,
.cid-uV3O3Z59NG .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uV3O3Z59NG .item:focus,
.cid-uV3O3Z59NG span:focus {
  outline: none;
}
.cid-uV3O3Z59NG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uV3O3Z59NG .item {
    margin-bottom: 1rem;
  }
}
.cid-uV3O3Z59NG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uV3O3Z59NG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3O3Z59NG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uV3O3Z59NG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uV3O3Z59NG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uV3O3Z59NG .mbr-section-title {
  color: #000000;
}
.cid-uV3O3Z59NG .item-title {
  text-align: left;
}
.cid-uV3O3Z59NG .item-subtitle {
  text-align: left;
}
.cid-uV3O3Z59NG .mbr-text,
.cid-uV3O3Z59NG .item .mbr-section-btn {
  text-align: left;
}
.cid-uV3O3Z59NG .content-head {
  max-width: 800px;
}
.cid-v3sG7wfeVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbf1e6;
}
.cid-v3sG7wfeVB img,
.cid-v3sG7wfeVB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3sG7wfeVB .item:focus,
.cid-v3sG7wfeVB span:focus {
  outline: none;
}
.cid-v3sG7wfeVB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3sG7wfeVB .item {
    margin-bottom: 1rem;
  }
}
.cid-v3sG7wfeVB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3sG7wfeVB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3sG7wfeVB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v3sG7wfeVB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3sG7wfeVB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3sG7wfeVB .mbr-section-title {
  color: #000000;
}
.cid-v3sG7wfeVB .item-title {
  text-align: left;
}
.cid-v3sG7wfeVB .item-subtitle {
  text-align: left;
}
.cid-v3sG7wfeVB .mbr-text,
.cid-v3sG7wfeVB .item .mbr-section-btn {
  text-align: left;
}
.cid-v3sG7wfeVB .content-head {
  max-width: 800px;
}
.cid-uVykxfF4QV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVykxfF4QV img,
.cid-uVykxfF4QV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uVykxfF4QV .item:focus,
.cid-uVykxfF4QV span:focus {
  outline: none;
}
.cid-uVykxfF4QV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVykxfF4QV .item {
    margin-bottom: 1rem;
  }
}
.cid-uVykxfF4QV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVykxfF4QV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVykxfF4QV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uVykxfF4QV .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVykxfF4QV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVykxfF4QV .mbr-section-title {
  color: #000000;
}
.cid-uVykxfF4QV .item-title {
  text-align: left;
}
.cid-uVykxfF4QV .item-subtitle {
  text-align: left;
}
.cid-uVykxfF4QV .mbr-text,
.cid-uVykxfF4QV .item .mbr-section-btn {
  text-align: left;
}
.cid-uVykxfF4QV .content-head {
  max-width: 800px;
}
.cid-uV3O3Z63Oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1771975/assets/images/ge91f20d6480e9d5ea7ae261d4277-h_meu3vre5.jpg");
}
.cid-uV3O3Z63Oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3O3Z63Oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uV3O3Z63Oj .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uV3O3Z63Oj .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV3O3Z63Oj .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uV3O3Z63Oj .card-wrapper {
  background: #ffffff;
}
.cid-uV3O3Z63Oj .mbr-text,
.cid-uV3O3Z63Oj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uV3O3Z63Oj .card-title,
.cid-uV3O3Z63Oj .card-box {
  text-align: left;
  color: #000000;
}
.cid-uVb4nOxEST {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVb4nOxEST .row {
  flex-direction: row-reverse;
}
.cid-uVb4nOxEST .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uVb4nOxEST .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVb4nOxEST .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uVb4nOxEST .mbr-card-title {
  color: #000000;
}
.cid-uVb4nOxEST .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVb4nOxEST .mbr-text,
.cid-uVb4nOxEST .mbr-section-btn {
  text-align: left;
}
.cid-uVb4nOxEST .row {
  align-items: center;
}
.cid-uV3O3Z8FWD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-uV3O3Z8FWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3O3Z8FWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3O3Z8FWD .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV3O3Z8FWD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV3O3Z8FWD .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uV3O3Z8FWD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV3O3Z8FWD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV3O3Z8FWD .mbr-section-title {
  color: #000000;
}
.cid-uV3O3Z8FWD .mbr-text,
.cid-uV3O3Z8FWD .mbr-section-btn {
  color: #000000;
}
.cid-uV3O3Z8FWD img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uV3O3Z8FWD img {
    height: 15rem;
  }
}
.cid-uV3O413i93 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV3O413i93 .mbr-text {
  color: #000000;
}
.cid-uV3O413i93 .mbr-section-subtitle {
  color: #000000;
}
.cid-uZkgrI01aE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkgrI01aE .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkgrI01aE img,
.cid-uZkgrI01aE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkgrI01aE .item:focus,
.cid-uZkgrI01aE span:focus {
  outline: none;
}
.cid-uZkgrI01aE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkgrI01aE .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkgrI01aE .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkgrI01aE .mbr-section-title {
  color: #232323;
}
.cid-uZkgrI01aE .mbr-text,
.cid-uZkgrI01aE .mbr-section-btn {
  color: #232323;
}
.cid-uZkgrI01aE .item-title {
  color: #232323;
}
.cid-uZkgrI01aE .content-head {
  max-width: 800px;
}
.cid-uV3O416rZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uV3O416rZp .mbr-section-title {
  text-align: center;
  color: #5E503F;
}
.cid-uV3O416rZp .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV3C5p6e5u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV3C5p6e5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV3C5p6e5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV3C5p6e5u .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV3C5p6e5u .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV3C5p6e5u .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV3C5p6e5u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV3C5p6e5u .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV3C5p6e5u .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV3C5p6e5u .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV3C5p6e5u .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV3C5p6e5u .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmRXzjkT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmRXzjkT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmRXzjkT {
    align-items: flex-end;
  }
  .cid-uZkmRXzjkT .row {
    justify-content: center;
  }
  .cid-uZkmRXzjkT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmRXzjkT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmRXzjkT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmRXzjkT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmRXzjkT .content-wrap {
    width: 100%;
  }
}
.cid-uZkmRXzjkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmRXzjkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmRXzjkT .mbr-section-title,
.cid-uZkmRXzjkT .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmRXzjkT .mbr-text,
.cid-uZkmRXzjkT .mbr-section-btn {
  text-align: center;
}
.cid-uZkmRXzjkT .mbr-section-title {
  color: #D37506;
}
.cid-uZkmRXzjkT .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV4DMI9rJr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4DMI9rJr .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV4DMI9rJr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV4DMI9rJr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4DMIcnYw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4DMIcnYw .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV4DMIcnYw .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV4DMIfAOf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4DMIfAOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DMIfAOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DMIfAOf .mbr-side-description {
  text-align: left;
}
.cid-uV4DMIl9nQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4DMIl9nQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DMIl9nQ .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV4DMIl9nQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV4DMIl9nQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DMIl9nQ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV4DMIl9nQ .card-title,
.cid-uV4DMIl9nQ .iconfont-wrapper,
.cid-uV4DMIl9nQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV4DMIl9nQ .content-head {
  max-width: 800px;
}
.cid-uV4DMIl9nQ .mbr-section-title {
  color: #000000;
}
.cid-uV4DMIl9nQ .mbr-section-btn {
  text-align: center;
}
.cid-uV4DMItNdb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4DMItNdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DMItNdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uV4DMItNdb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV4DMItNdb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV4DMItNdb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4DMItNdb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV4DMItNdb .mbr-section-title {
  color: #000000;
}
.cid-uV4DMItNdb .mbr-text,
.cid-uV4DMItNdb .mbr-section-btn {
  color: #000000;
}
.cid-uV4DMIySyl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV4DMIySyl .mbr-text {
  color: #000000;
}
.cid-uV4DMIySyl .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4DMIySyl .mbr-section-title {
  color: #000000;
}
.cid-uV4DMIySyl .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4DMIySyl .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV4DMIySyl .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV4DMIySyl .img-wrapper {
  display: flex;
}
.cid-uV4DMIySyl .card-text {
  text-align: center;
}
.cid-uV4DMIySyl .card-title,
.cid-uV4DMIySyl .img-wrapper {
  text-align: center;
}
.cid-uV4DMICobf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV4DMICobf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DMICobf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DMICobf .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4DMICobf .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4DMICobf .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4DMICobf .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV4DMICobf .mbr-text,
.cid-uV4DMICobf .mbr-section-btn {
  text-align: center;
}
.cid-uZkfNqh0pa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZkfNqh0pa img,
.cid-uZkfNqh0pa .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfNqh0pa .item:focus,
.cid-uZkfNqh0pa span:focus {
  outline: none;
}
.cid-uZkfNqh0pa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfNqh0pa .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfNqh0pa .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZkfNqh0pa .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkfNqh0pa .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZkfNqh0pa .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfNqh0pa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZkfNqh0pa .mbr-section-title {
  color: #000000;
}
.cid-uZkfNqh0pa .item-title {
  text-align: left;
}
.cid-uZkfNqh0pa .item-subtitle {
  text-align: left;
}
.cid-uZkfNqh0pa .mbr-text,
.cid-uZkfNqh0pa .item .mbr-section-btn {
  text-align: left;
}
.cid-uZkfNqh0pa .content-head {
  max-width: 800px;
}
.cid-uZkfOybfoS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkfOybfoS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkfOybfoS img,
.cid-uZkfOybfoS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfOybfoS .item:focus,
.cid-uZkfOybfoS span:focus {
  outline: none;
}
.cid-uZkfOybfoS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfOybfoS .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfOybfoS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfOybfoS .mbr-section-title {
  color: #232323;
}
.cid-uZkfOybfoS .mbr-text,
.cid-uZkfOybfoS .mbr-section-btn {
  color: #232323;
}
.cid-uZkfOybfoS .item-title {
  color: #232323;
}
.cid-uZkfOybfoS .content-head {
  max-width: 800px;
}
.cid-uV4DMIS2N1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV4DMIS2N1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4DMIS2N1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4DMIS2N1 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV4DMIS2N1 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV4DMIS2N1 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV4DMIS2N1 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV4DMIS2N1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV4DMIS2N1 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV4DMIS2N1 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV4DMIS2N1 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV4DMIS2N1 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV4DMIS2N1 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV4DMIS2N1 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkn2iDsAg {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkn2iDsAg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkn2iDsAg {
    align-items: flex-end;
  }
  .cid-uZkn2iDsAg .row {
    justify-content: center;
  }
  .cid-uZkn2iDsAg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkn2iDsAg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkn2iDsAg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkn2iDsAg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkn2iDsAg .content-wrap {
    width: 100%;
  }
}
.cid-uZkn2iDsAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkn2iDsAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkn2iDsAg .mbr-section-title,
.cid-uZkn2iDsAg .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkn2iDsAg .mbr-text,
.cid-uZkn2iDsAg .mbr-section-btn {
  text-align: center;
}
.cid-uZkn2iDsAg .mbr-section-title {
  color: #D37506;
}
.cid-uZkn2iDsAg .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV4PsvNrrO {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4PsvNrrO .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV4PsvNrrO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV4PsvNrrO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4PsvT9qr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4PsvT9qr .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV4PsvT9qr .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV4Psw0uZG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4Psw0uZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4Psw0uZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4Psw0uZG .mbr-side-description {
  text-align: left;
}
.cid-uV4Psw69SB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4Psw69SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4Psw69SB .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV4Psw69SB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV4Psw69SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4Psw69SB .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV4Psw69SB .card-title,
.cid-uV4Psw69SB .iconfont-wrapper,
.cid-uV4Psw69SB .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV4Psw69SB .content-head {
  max-width: 800px;
}
.cid-uV4Psw69SB .mbr-section-title {
  color: #000000;
}
.cid-uV4Psw69SB .mbr-section-btn {
  text-align: center;
}
.cid-uV4PswgCey {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4PswgCey .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4PswgCey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4PswgCey .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV4PswgCey .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV4PswgCey .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV4PswgCey .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4PswgCey .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV4PswgCey .mbr-section-title {
  color: #000000;
}
.cid-uV4PswgCey .mbr-text,
.cid-uV4PswgCey .mbr-section-btn {
  color: #000000;
}
.cid-uV4Pswz94Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV4Pswz94Z .mbr-text {
  color: #000000;
}
.cid-uV4Pswz94Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4Pswz94Z .mbr-section-title {
  color: #000000;
}
.cid-uV4Pswz94Z .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4Pswz94Z .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV4Pswz94Z .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV4Pswz94Z .img-wrapper {
  display: flex;
}
.cid-uV4Pswz94Z .card-text {
  text-align: center;
}
.cid-uV4Pswz94Z .card-title,
.cid-uV4Pswz94Z .img-wrapper {
  text-align: center;
}
.cid-uV4PswDHoR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV4PswDHoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4PswDHoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4PswDHoR .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4PswDHoR .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4PswDHoR .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4PswDHoR .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV4PswDHoR .mbr-text,
.cid-uV4PswDHoR .mbr-section-btn {
  text-align: center;
}
.cid-uZ6RZf44yR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6RZf44yR img,
.cid-uZ6RZf44yR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6RZf44yR .item:focus,
.cid-uZ6RZf44yR span:focus {
  outline: none;
}
.cid-uZ6RZf44yR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6RZf44yR .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6RZf44yR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6RZf44yR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6RZf44yR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6RZf44yR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6RZf44yR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6RZf44yR .mbr-section-title {
  color: #000000;
}
.cid-uZ6RZf44yR .item-title {
  text-align: left;
}
.cid-uZ6RZf44yR .item-subtitle {
  text-align: left;
}
.cid-uZ6RZf44yR .mbr-text,
.cid-uZ6RZf44yR .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6RZf44yR .content-head {
  max-width: 800px;
}
.cid-uZkg5qIsma {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkg5qIsma .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkg5qIsma img,
.cid-uZkg5qIsma .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkg5qIsma .item:focus,
.cid-uZkg5qIsma span:focus {
  outline: none;
}
.cid-uZkg5qIsma .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkg5qIsma .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkg5qIsma .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkg5qIsma .mbr-section-title {
  color: #232323;
}
.cid-uZkg5qIsma .mbr-text,
.cid-uZkg5qIsma .mbr-section-btn {
  color: #232323;
}
.cid-uZkg5qIsma .item-title {
  color: #232323;
}
.cid-uZkg5qIsma .content-head {
  max-width: 800px;
}
.cid-uV4PswUIeE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV4PswUIeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4PswUIeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4PswUIeE .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV4PswUIeE .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV4PswUIeE .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV4PswUIeE .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV4PswUIeE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV4PswUIeE .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV4PswUIeE .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV4PswUIeE .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV4PswUIeE .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV4PswUIeE .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV4PswUIeE .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmUv3lGF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmUv3lGF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmUv3lGF {
    align-items: flex-end;
  }
  .cid-uZkmUv3lGF .row {
    justify-content: center;
  }
  .cid-uZkmUv3lGF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmUv3lGF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmUv3lGF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmUv3lGF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmUv3lGF .content-wrap {
    width: 100%;
  }
}
.cid-uZkmUv3lGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmUv3lGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmUv3lGF .mbr-section-title,
.cid-uZkmUv3lGF .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmUv3lGF .mbr-text,
.cid-uZkmUv3lGF .mbr-section-btn {
  text-align: center;
}
.cid-uZkmUv3lGF .mbr-section-title {
  color: #D37506;
}
.cid-uZkmUv3lGF .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV4XoTlRsk {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4XoTlRsk .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV4XoTlRsk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV4XoTlRsk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4XoTp7wl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4XoTp7wl .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV4XoTp7wl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV4XoTrvWa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4XoTrvWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XoTrvWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4XoTrvWa .mbr-side-description {
  text-align: left;
}
.cid-uV4XoTwhHH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4XoTwhHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XoTwhHH .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV4XoTwhHH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV4XoTwhHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4XoTwhHH .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV4XoTwhHH .card-title,
.cid-uV4XoTwhHH .iconfont-wrapper,
.cid-uV4XoTwhHH .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV4XoTwhHH .content-head {
  max-width: 800px;
}
.cid-uV4XoTwhHH .mbr-section-title {
  color: #000000;
}
.cid-uV4XoTwhHH .mbr-section-btn {
  text-align: center;
}
.cid-uV4XoTDPYc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4XoTDPYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XoTDPYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uV4XoTDPYc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV4XoTDPYc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV4XoTDPYc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4XoTDPYc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV4XoTDPYc .mbr-section-title {
  color: #000000;
}
.cid-uV4XoTDPYc .mbr-text,
.cid-uV4XoTDPYc .mbr-section-btn {
  color: #000000;
}
.cid-uV4XoTJN3E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV4XoTJN3E .mbr-text {
  color: #000000;
}
.cid-uV4XoTJN3E .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4XoTJN3E .mbr-section-title {
  color: #000000;
}
.cid-uV4XoTJN3E .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4XoTJN3E .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV4XoTJN3E .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV4XoTJN3E .img-wrapper {
  display: flex;
}
.cid-uV4XoTJN3E .card-text {
  text-align: center;
}
.cid-uV4XoTJN3E .card-title,
.cid-uV4XoTJN3E .img-wrapper {
  text-align: center;
}
.cid-uV4XoTM6De {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV4XoTM6De .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XoTM6De .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4XoTM6De .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4XoTM6De .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4XoTM6De .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4XoTM6De .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV4XoTM6De .mbr-text,
.cid-uV4XoTM6De .mbr-section-btn {
  text-align: center;
}
.cid-uZ6ROyPYl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6ROyPYl1 img,
.cid-uZ6ROyPYl1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6ROyPYl1 .item:focus,
.cid-uZ6ROyPYl1 span:focus {
  outline: none;
}
.cid-uZ6ROyPYl1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6ROyPYl1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6ROyPYl1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6ROyPYl1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6ROyPYl1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6ROyPYl1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6ROyPYl1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6ROyPYl1 .mbr-section-title {
  color: #000000;
}
.cid-uZ6ROyPYl1 .item-title {
  text-align: left;
}
.cid-uZ6ROyPYl1 .item-subtitle {
  text-align: left;
}
.cid-uZ6ROyPYl1 .mbr-text,
.cid-uZ6ROyPYl1 .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6ROyPYl1 .content-head {
  max-width: 800px;
}
.cid-uZkfU6j3vg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkfU6j3vg .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkfU6j3vg img,
.cid-uZkfU6j3vg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfU6j3vg .item:focus,
.cid-uZkfU6j3vg span:focus {
  outline: none;
}
.cid-uZkfU6j3vg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfU6j3vg .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfU6j3vg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfU6j3vg .mbr-section-title {
  color: #232323;
}
.cid-uZkfU6j3vg .mbr-text,
.cid-uZkfU6j3vg .mbr-section-btn {
  color: #232323;
}
.cid-uZkfU6j3vg .item-title {
  color: #232323;
}
.cid-uZkfU6j3vg .content-head {
  max-width: 800px;
}
.cid-uV4XoU2yqR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV4XoU2yqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4XoU2yqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4XoU2yqR .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV4XoU2yqR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV4XoU2yqR .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV4XoU2yqR .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV4XoU2yqR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV4XoU2yqR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV4XoU2yqR .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV4XoU2yqR .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV4XoU2yqR .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV4XoU2yqR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV4XoU2yqR .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmZJ5RcL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmZJ5RcL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmZJ5RcL {
    align-items: flex-end;
  }
  .cid-uZkmZJ5RcL .row {
    justify-content: center;
  }
  .cid-uZkmZJ5RcL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmZJ5RcL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmZJ5RcL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmZJ5RcL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmZJ5RcL .content-wrap {
    width: 100%;
  }
}
.cid-uZkmZJ5RcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmZJ5RcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmZJ5RcL .mbr-section-title,
.cid-uZkmZJ5RcL .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmZJ5RcL .mbr-text,
.cid-uZkmZJ5RcL .mbr-section-btn {
  text-align: center;
}
.cid-uZkmZJ5RcL .mbr-section-title {
  color: #D37506;
}
.cid-uZkmZJ5RcL .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV5fx0QROt {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV5fx0QROt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV5fx0QROt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV5fx0QROt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV5fx0ZDQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV5fx0ZDQW .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV5fx0ZDQW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV5fx16aHA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV5fx16aHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5fx16aHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5fx16aHA .mbr-side-description {
  text-align: left;
}
.cid-uV5fx1ew8l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV5fx1ew8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5fx1ew8l .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV5fx1ew8l .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV5fx1ew8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5fx1ew8l .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV5fx1ew8l .card-title,
.cid-uV5fx1ew8l .iconfont-wrapper,
.cid-uV5fx1ew8l .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV5fx1ew8l .content-head {
  max-width: 800px;
}
.cid-uV5fx1ew8l .mbr-section-title {
  color: #000000;
}
.cid-uV5fx1ew8l .mbr-section-btn {
  text-align: center;
}
.cid-uV5fx1BdtR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV5fx1BdtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5fx1BdtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5fx1BdtR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV5fx1BdtR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV5fx1BdtR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV5fx1BdtR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5fx1BdtR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV5fx1BdtR .mbr-section-title {
  color: #000000;
}
.cid-uV5fx1BdtR .mbr-text,
.cid-uV5fx1BdtR .mbr-section-btn {
  color: #000000;
}
.cid-uV5fx1J96K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV5fx1J96K .mbr-text {
  color: #000000;
}
.cid-uV5fx1J96K .mbr-section-subtitle {
  color: #000000;
}
.cid-uV5fx1J96K .mbr-section-title {
  color: #000000;
}
.cid-uV5fx1J96K .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV5fx1J96K .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV5fx1J96K .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV5fx1J96K .img-wrapper {
  display: flex;
}
.cid-uV5fx1J96K .card-text {
  text-align: center;
}
.cid-uV5fx1J96K .card-title,
.cid-uV5fx1J96K .img-wrapper {
  text-align: center;
}
.cid-uV5fx1N3bQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV5fx1N3bQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5fx1N3bQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5fx1N3bQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV5fx1N3bQ .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV5fx1N3bQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV5fx1N3bQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV5fx1N3bQ .mbr-text,
.cid-uV5fx1N3bQ .mbr-section-btn {
  text-align: center;
}
.cid-uZ6RSs3EKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6RSs3EKl img,
.cid-uZ6RSs3EKl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6RSs3EKl .item:focus,
.cid-uZ6RSs3EKl span:focus {
  outline: none;
}
.cid-uZ6RSs3EKl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6RSs3EKl .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6RSs3EKl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6RSs3EKl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6RSs3EKl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6RSs3EKl .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6RSs3EKl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6RSs3EKl .mbr-section-title {
  color: #000000;
}
.cid-uZ6RSs3EKl .item-title {
  text-align: left;
}
.cid-uZ6RSs3EKl .item-subtitle {
  text-align: left;
}
.cid-uZ6RSs3EKl .mbr-text,
.cid-uZ6RSs3EKl .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6RSs3EKl .content-head {
  max-width: 800px;
}
.cid-uZkfZTUn4z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkfZTUn4z .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkfZTUn4z img,
.cid-uZkfZTUn4z .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfZTUn4z .item:focus,
.cid-uZkfZTUn4z span:focus {
  outline: none;
}
.cid-uZkfZTUn4z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfZTUn4z .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfZTUn4z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfZTUn4z .mbr-section-title {
  color: #232323;
}
.cid-uZkfZTUn4z .mbr-text,
.cid-uZkfZTUn4z .mbr-section-btn {
  color: #232323;
}
.cid-uZkfZTUn4z .item-title {
  color: #232323;
}
.cid-uZkfZTUn4z .content-head {
  max-width: 800px;
}
.cid-uV5fx25xsx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV5fx25xsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5fx25xsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5fx25xsx .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV5fx25xsx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV5fx25xsx .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV5fx25xsx .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV5fx25xsx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV5fx25xsx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV5fx25xsx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV5fx25xsx .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV5fx25xsx .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV5fx25xsx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV5fx25xsx .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkn7CwiHj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1-1920x400.webp");
}
.cid-uZkn7CwiHj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkn7CwiHj {
    align-items: flex-end;
  }
  .cid-uZkn7CwiHj .row {
    justify-content: center;
  }
  .cid-uZkn7CwiHj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkn7CwiHj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkn7CwiHj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkn7CwiHj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkn7CwiHj .content-wrap {
    width: 100%;
  }
}
.cid-uZkn7CwiHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkn7CwiHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkn7CwiHj .mbr-section-title,
.cid-uZkn7CwiHj .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkn7CwiHj .mbr-text,
.cid-uZkn7CwiHj .mbr-section-btn {
  text-align: center;
}
.cid-uZkn7CwiHj .mbr-section-title {
  color: #D37506;
}
.cid-uZkn7CwiHj .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV9SZq98Hc {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV9SZq98Hc .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV9SZq98Hc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV9SZq98Hc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV9SZqeEDA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV9SZqeEDA .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV9SZqeEDA .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV9SZqhTJp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV9SZqhTJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9SZqhTJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9SZqhTJp .mbr-side-description {
  text-align: left;
}
.cid-uV9SZqnUXG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV9SZqnUXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9SZqnUXG .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV9SZqnUXG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV9SZqnUXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9SZqnUXG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV9SZqnUXG .card-title,
.cid-uV9SZqnUXG .iconfont-wrapper,
.cid-uV9SZqnUXG .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV9SZqnUXG .content-head {
  max-width: 800px;
}
.cid-uV9SZqnUXG .mbr-section-title {
  color: #000000;
}
.cid-uV9SZqnUXG .mbr-section-btn {
  text-align: center;
}
.cid-uV9SZqvC72 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV9SZqvC72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9SZqvC72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9SZqvC72 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV9SZqvC72 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV9SZqvC72 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV9SZqvC72 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV9SZqvC72 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV9SZqvC72 .mbr-section-title {
  color: #000000;
}
.cid-uV9SZqvC72 .mbr-text,
.cid-uV9SZqvC72 .mbr-section-btn {
  color: #000000;
}
.cid-uV9SZqB9NG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV9SZqB9NG .mbr-text {
  color: #000000;
}
.cid-uV9SZqB9NG .mbr-section-subtitle {
  color: #000000;
}
.cid-uV9SZqB9NG .mbr-section-title {
  color: #000000;
}
.cid-uV9SZqB9NG .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV9SZqB9NG .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV9SZqB9NG .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV9SZqB9NG .img-wrapper {
  display: flex;
}
.cid-uV9SZqB9NG .card-text {
  text-align: center;
}
.cid-uV9SZqB9NG .card-title,
.cid-uV9SZqB9NG .img-wrapper {
  text-align: center;
}
.cid-uV9SZqGlN9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV9SZqGlN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9SZqGlN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9SZqGlN9 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV9SZqGlN9 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV9SZqGlN9 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV9SZqGlN9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV9SZqGlN9 .mbr-text,
.cid-uV9SZqGlN9 .mbr-section-btn {
  text-align: center;
}
.cid-uZ6S7ScQfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6S7ScQfw img,
.cid-uZ6S7ScQfw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6S7ScQfw .item:focus,
.cid-uZ6S7ScQfw span:focus {
  outline: none;
}
.cid-uZ6S7ScQfw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6S7ScQfw .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6S7ScQfw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6S7ScQfw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6S7ScQfw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6S7ScQfw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6S7ScQfw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6S7ScQfw .mbr-section-title {
  color: #000000;
}
.cid-uZ6S7ScQfw .item-title {
  text-align: left;
}
.cid-uZ6S7ScQfw .item-subtitle {
  text-align: left;
}
.cid-uZ6S7ScQfw .mbr-text,
.cid-uZ6S7ScQfw .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6S7ScQfw .content-head {
  max-width: 800px;
}
.cid-uZkgdsPg0o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkgdsPg0o .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkgdsPg0o img,
.cid-uZkgdsPg0o .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkgdsPg0o .item:focus,
.cid-uZkgdsPg0o span:focus {
  outline: none;
}
.cid-uZkgdsPg0o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkgdsPg0o .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkgdsPg0o .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkgdsPg0o .mbr-section-title {
  color: #232323;
}
.cid-uZkgdsPg0o .mbr-text,
.cid-uZkgdsPg0o .mbr-section-btn {
  color: #232323;
}
.cid-uZkgdsPg0o .item-title {
  color: #232323;
}
.cid-uZkgdsPg0o .content-head {
  max-width: 800px;
}
.cid-uV9SZqZg87 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV9SZqZg87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9SZqZg87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9SZqZg87 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV9SZqZg87 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV9SZqZg87 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV9SZqZg87 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV9SZqZg87 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV9SZqZg87 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV9SZqZg87 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV9SZqZg87 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV9SZqZg87 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV9SZqZg87 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV9SZqZg87 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkn9ZgKXe {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkn9ZgKXe .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkn9ZgKXe {
    align-items: flex-end;
  }
  .cid-uZkn9ZgKXe .row {
    justify-content: center;
  }
  .cid-uZkn9ZgKXe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkn9ZgKXe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkn9ZgKXe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkn9ZgKXe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkn9ZgKXe .content-wrap {
    width: 100%;
  }
}
.cid-uZkn9ZgKXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkn9ZgKXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkn9ZgKXe .mbr-section-title,
.cid-uZkn9ZgKXe .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkn9ZgKXe .mbr-text,
.cid-uZkn9ZgKXe .mbr-section-btn {
  text-align: center;
}
.cid-uZkn9ZgKXe .mbr-section-title {
  color: #D37506;
}
.cid-uZkn9ZgKXe .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVaqtvEisA {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaqtvEisA .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVaqtvEisA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVaqtvEisA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVaqtvLMJd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaqtvLMJd .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uVaqtvLMJd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVaqtvSFXW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaqtvSFXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqtvSFXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaqtvSFXW .mbr-side-description {
  text-align: left;
}
.cid-uVaqtw0VVn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaqtw0VVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqtw0VVn .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uVaqtw0VVn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVaqtw0VVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaqtw0VVn .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uVaqtw0VVn .card-title,
.cid-uVaqtw0VVn .iconfont-wrapper,
.cid-uVaqtw0VVn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVaqtw0VVn .content-head {
  max-width: 800px;
}
.cid-uVaqtw0VVn .mbr-section-title {
  color: #000000;
}
.cid-uVaqtw0VVn .mbr-section-btn {
  text-align: center;
}
.cid-uVaqtwbsnx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaqtwbsnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqtwbsnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaqtwbsnx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVaqtwbsnx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVaqtwbsnx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVaqtwbsnx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaqtwbsnx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVaqtwbsnx .mbr-section-title {
  color: #000000;
}
.cid-uVaqtwbsnx .mbr-text,
.cid-uVaqtwbsnx .mbr-section-btn {
  color: #000000;
}
.cid-uVaqtwkdUn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVaqtwkdUn .mbr-text {
  color: #000000;
}
.cid-uVaqtwkdUn .mbr-section-subtitle {
  color: #000000;
}
.cid-uVaqtwkdUn .mbr-section-title {
  color: #000000;
}
.cid-uVaqtwkdUn .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaqtwkdUn .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVaqtwkdUn .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVaqtwkdUn .img-wrapper {
  display: flex;
}
.cid-uVaqtwkdUn .card-text {
  text-align: center;
}
.cid-uVaqtwkdUn .card-title,
.cid-uVaqtwkdUn .img-wrapper {
  text-align: center;
}
.cid-uVaqtwqBEN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVaqtwqBEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqtwqBEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaqtwqBEN .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVaqtwqBEN .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaqtwqBEN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaqtwqBEN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVaqtwqBEN .mbr-text,
.cid-uVaqtwqBEN .mbr-section-btn {
  text-align: center;
}
.cid-uZ6Saza1bR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6Saza1bR img,
.cid-uZ6Saza1bR .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6Saza1bR .item:focus,
.cid-uZ6Saza1bR span:focus {
  outline: none;
}
.cid-uZ6Saza1bR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6Saza1bR .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6Saza1bR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6Saza1bR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6Saza1bR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6Saza1bR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6Saza1bR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6Saza1bR .mbr-section-title {
  color: #000000;
}
.cid-uZ6Saza1bR .item-title {
  text-align: left;
}
.cid-uZ6Saza1bR .item-subtitle {
  text-align: left;
}
.cid-uZ6Saza1bR .mbr-text,
.cid-uZ6Saza1bR .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6Saza1bR .content-head {
  max-width: 800px;
}
.cid-uZkghegHAx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkghegHAx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkghegHAx img,
.cid-uZkghegHAx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkghegHAx .item:focus,
.cid-uZkghegHAx span:focus {
  outline: none;
}
.cid-uZkghegHAx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkghegHAx .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkghegHAx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkghegHAx .mbr-section-title {
  color: #232323;
}
.cid-uZkghegHAx .mbr-text,
.cid-uZkghegHAx .mbr-section-btn {
  color: #232323;
}
.cid-uZkghegHAx .item-title {
  color: #232323;
}
.cid-uZkghegHAx .content-head {
  max-width: 800px;
}
.cid-uVaqtx0B31 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVaqtx0B31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaqtx0B31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaqtx0B31 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVaqtx0B31 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVaqtx0B31 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVaqtx0B31 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVaqtx0B31 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVaqtx0B31 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVaqtx0B31 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVaqtx0B31 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVaqtx0B31 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVaqtx0B31 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVaqtx0B31 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZklLeOfuN {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZklLeOfuN .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZklLeOfuN {
    align-items: flex-end;
  }
  .cid-uZklLeOfuN .row {
    justify-content: center;
  }
  .cid-uZklLeOfuN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZklLeOfuN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZklLeOfuN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZklLeOfuN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZklLeOfuN .content-wrap {
    width: 100%;
  }
}
.cid-uZklLeOfuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZklLeOfuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZklLeOfuN .mbr-section-title,
.cid-uZklLeOfuN .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZklLeOfuN .mbr-text,
.cid-uZklLeOfuN .mbr-section-btn {
  text-align: center;
}
.cid-uZklLeOfuN .mbr-section-title {
  color: #D37506;
}
.cid-uZklLeOfuN .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVaz6bA975 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaz6bA975 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVaz6bA975 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVaz6bA975 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVaz6bFCwz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaz6bFCwz .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uVaz6bFCwz .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVaz6bJMyw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaz6bJMyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaz6bJMyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaz6bJMyw .mbr-side-description {
  text-align: left;
}
.cid-uVaz6bP5kC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaz6bP5kC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaz6bP5kC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaz6bP5kC .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVaz6bP5kC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVaz6bP5kC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVaz6bP5kC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaz6bP5kC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVaz6bP5kC .mbr-section-title {
  color: #000000;
}
.cid-uVaz6bP5kC .mbr-text,
.cid-uVaz6bP5kC .mbr-section-btn {
  color: #000000;
}
.cid-uVaz6bW7NY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaz6bW7NY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaz6bW7NY .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uVaz6bW7NY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVaz6bW7NY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaz6bW7NY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uVaz6bW7NY .card-title,
.cid-uVaz6bW7NY .iconfont-wrapper,
.cid-uVaz6bW7NY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVaz6bW7NY .content-head {
  max-width: 800px;
}
.cid-uVaz6bW7NY .mbr-section-title {
  color: #000000;
}
.cid-uVaz6bW7NY .mbr-section-btn {
  text-align: center;
}
.cid-uVaz6c46Yq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVaz6c46Yq .mbr-text {
  color: #000000;
}
.cid-uVaz6c46Yq .mbr-section-subtitle {
  color: #000000;
}
.cid-uVaz6c46Yq .mbr-section-title {
  color: #000000;
}
.cid-uVaz6c46Yq .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaz6c46Yq .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVaz6c46Yq .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVaz6c46Yq .img-wrapper {
  display: flex;
}
.cid-uVaz6c46Yq .card-text {
  text-align: center;
}
.cid-uVaz6c46Yq .card-title,
.cid-uVaz6c46Yq .img-wrapper {
  text-align: center;
}
.cid-uVaz6c9kuy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVaz6c9kuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaz6c9kuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaz6c9kuy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVaz6c9kuy .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaz6c9kuy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaz6c9kuy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVaz6c9kuy .mbr-text,
.cid-uVaz6c9kuy .mbr-section-btn {
  text-align: center;
}
.cid-uZkfrnggTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZkfrnggTE img,
.cid-uZkfrnggTE .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfrnggTE .item:focus,
.cid-uZkfrnggTE span:focus {
  outline: none;
}
.cid-uZkfrnggTE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfrnggTE .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfrnggTE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZkfrnggTE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkfrnggTE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZkfrnggTE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfrnggTE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZkfrnggTE .mbr-section-title {
  color: #000000;
}
.cid-uZkfrnggTE .item-title {
  text-align: left;
}
.cid-uZkfrnggTE .item-subtitle {
  text-align: left;
}
.cid-uZkfrnggTE .mbr-text,
.cid-uZkfrnggTE .item .mbr-section-btn {
  text-align: left;
}
.cid-uZkfrnggTE .content-head {
  max-width: 800px;
}
.cid-uZkft1tOY5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkft1tOY5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkft1tOY5 img,
.cid-uZkft1tOY5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkft1tOY5 .item:focus,
.cid-uZkft1tOY5 span:focus {
  outline: none;
}
.cid-uZkft1tOY5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkft1tOY5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkft1tOY5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkft1tOY5 .mbr-section-title {
  color: #232323;
}
.cid-uZkft1tOY5 .mbr-text,
.cid-uZkft1tOY5 .mbr-section-btn {
  color: #232323;
}
.cid-uZkft1tOY5 .item-title {
  color: #232323;
}
.cid-uZkft1tOY5 .content-head {
  max-width: 800px;
}
.cid-uVaz6cuXo7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVaz6cuXo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaz6cuXo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaz6cuXo7 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVaz6cuXo7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVaz6cuXo7 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVaz6cuXo7 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVaz6cuXo7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVaz6cuXo7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVaz6cuXo7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVaz6cuXo7 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVaz6cuXo7 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVaz6cuXo7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVaz6cuXo7 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmPlZIZV {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmPlZIZV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmPlZIZV {
    align-items: flex-end;
  }
  .cid-uZkmPlZIZV .row {
    justify-content: center;
  }
  .cid-uZkmPlZIZV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmPlZIZV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmPlZIZV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmPlZIZV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmPlZIZV .content-wrap {
    width: 100%;
  }
}
.cid-uZkmPlZIZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmPlZIZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmPlZIZV .mbr-section-title,
.cid-uZkmPlZIZV .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmPlZIZV .mbr-text,
.cid-uZkmPlZIZV .mbr-section-btn {
  text-align: center;
}
.cid-uZkmPlZIZV .mbr-section-title {
  color: #D37506;
}
.cid-uZkmPlZIZV .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVaBQG6qUf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaBQG6qUf .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVaBQG6qUf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVaBQG6qUf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVaBQGh0L7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaBQGh0L7 .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uVaBQGh0L7 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVaBQGrPXk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaBQGrPXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaBQGrPXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaBQGrPXk .mbr-side-description {
  text-align: left;
}
.cid-uVaBQGGSRh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaBQGGSRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaBQGGSRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaBQGGSRh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVaBQGGSRh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVaBQGGSRh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVaBQGGSRh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaBQGGSRh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVaBQGGSRh .mbr-section-title {
  color: #000000;
}
.cid-uVaBQGGSRh .mbr-text,
.cid-uVaBQGGSRh .mbr-section-btn {
  color: #000000;
}
.cid-uVaBQGXiQI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaBQGXiQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaBQGXiQI .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uVaBQGXiQI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVaBQGXiQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaBQGXiQI .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uVaBQGXiQI .card-title,
.cid-uVaBQGXiQI .iconfont-wrapper,
.cid-uVaBQGXiQI .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVaBQGXiQI .content-head {
  max-width: 800px;
}
.cid-uVaBQGXiQI .mbr-section-title {
  color: #000000;
}
.cid-uVaBQGXiQI .mbr-section-btn {
  text-align: center;
}
.cid-uVaBQHBZ4f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVaBQHBZ4f .mbr-text {
  color: #000000;
}
.cid-uVaBQHBZ4f .mbr-section-subtitle {
  color: #000000;
}
.cid-uVaBQHBZ4f .mbr-section-title {
  color: #000000;
}
.cid-uVaBQHBZ4f .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaBQHBZ4f .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVaBQHBZ4f .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVaBQHBZ4f .img-wrapper {
  display: flex;
}
.cid-uVaBQHBZ4f .card-text {
  text-align: center;
}
.cid-uVaBQHBZ4f .card-title,
.cid-uVaBQHBZ4f .img-wrapper {
  text-align: center;
}
.cid-uVaBQHGcGT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVaBQHGcGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaBQHGcGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaBQHGcGT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVaBQHGcGT .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVaBQHGcGT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVaBQHGcGT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVaBQHGcGT .mbr-text,
.cid-uVaBQHGcGT .mbr-section-btn {
  text-align: center;
}
.cid-uZkfEZrLKo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZkfEZrLKo img,
.cid-uZkfEZrLKo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfEZrLKo .item:focus,
.cid-uZkfEZrLKo span:focus {
  outline: none;
}
.cid-uZkfEZrLKo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfEZrLKo .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfEZrLKo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZkfEZrLKo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkfEZrLKo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZkfEZrLKo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfEZrLKo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZkfEZrLKo .mbr-section-title {
  color: #000000;
}
.cid-uZkfEZrLKo .item-title {
  text-align: left;
}
.cid-uZkfEZrLKo .item-subtitle {
  text-align: left;
}
.cid-uZkfEZrLKo .mbr-text,
.cid-uZkfEZrLKo .item .mbr-section-btn {
  text-align: left;
}
.cid-uZkfEZrLKo .content-head {
  max-width: 800px;
}
.cid-uZkfGf1ErU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkfGf1ErU .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkfGf1ErU img,
.cid-uZkfGf1ErU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfGf1ErU .item:focus,
.cid-uZkfGf1ErU span:focus {
  outline: none;
}
.cid-uZkfGf1ErU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfGf1ErU .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfGf1ErU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfGf1ErU .mbr-section-title {
  color: #232323;
}
.cid-uZkfGf1ErU .mbr-text,
.cid-uZkfGf1ErU .mbr-section-btn {
  color: #232323;
}
.cid-uZkfGf1ErU .item-title {
  color: #232323;
}
.cid-uZkfGf1ErU .content-head {
  max-width: 800px;
}
.cid-uVaBQI1EBn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVaBQI1EBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaBQI1EBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaBQI1EBn .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVaBQI1EBn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVaBQI1EBn .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVaBQI1EBn .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVaBQI1EBn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVaBQI1EBn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVaBQI1EBn .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVaBQI1EBn .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVaBQI1EBn .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVaBQI1EBn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVaBQI1EBn .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkncgHbpt {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkncgHbpt .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkncgHbpt {
    align-items: flex-end;
  }
  .cid-uZkncgHbpt .row {
    justify-content: center;
  }
  .cid-uZkncgHbpt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkncgHbpt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkncgHbpt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkncgHbpt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkncgHbpt .content-wrap {
    width: 100%;
  }
}
.cid-uZkncgHbpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkncgHbpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkncgHbpt .mbr-section-title,
.cid-uZkncgHbpt .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkncgHbpt .mbr-text,
.cid-uZkncgHbpt .mbr-section-btn {
  text-align: center;
}
.cid-uZkncgHbpt .mbr-section-title {
  color: #D37506;
}
.cid-uZkncgHbpt .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVb68l0hZI {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVb68l0hZI .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVb68l0hZI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVb68l0hZI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVb68laqoX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVb68laqoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb68laqoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb68laqoX .mbr-side-description {
  text-align: left;
}
.cid-uVb68lgxfY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVb68lgxfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb68lgxfY .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uVb68lgxfY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVb68lgxfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb68lgxfY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uVb68lgxfY .card-title,
.cid-uVb68lgxfY .iconfont-wrapper,
.cid-uVb68lgxfY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVb68lgxfY .content-head {
  max-width: 800px;
}
.cid-uVb68lgxfY .mbr-section-title {
  color: #000000;
}
.cid-uVb68lgxfY .mbr-section-btn {
  text-align: center;
}
.cid-uVb68lqZzw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVb68lqZzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb68lqZzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb68lqZzw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVb68lqZzw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVb68lqZzw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVb68lqZzw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVb68lqZzw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVb68lqZzw .mbr-section-title {
  color: #000000;
}
.cid-uVb68lqZzw .mbr-text,
.cid-uVb68lqZzw .mbr-section-btn {
  color: #000000;
}
.cid-uVb68lzBqa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVb68lzBqa .mbr-text {
  color: #000000;
}
.cid-uVb68lzBqa .mbr-section-subtitle {
  color: #000000;
}
.cid-uVb68lzBqa .mbr-section-title {
  color: #000000;
}
.cid-uVb68lzBqa .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVb68lzBqa .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVb68lzBqa .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVb68lzBqa .img-wrapper {
  display: flex;
}
.cid-uVb68lzBqa .card-text {
  text-align: center;
}
.cid-uVb68lzBqa .card-title,
.cid-uVb68lzBqa .img-wrapper {
  text-align: center;
}
.cid-uVb68lECTy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVb68lECTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb68lECTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb68lECTy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVb68lECTy .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVb68lECTy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVb68lECTy .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVb68lECTy .mbr-text,
.cid-uVb68lECTy .mbr-section-btn {
  text-align: center;
}
.cid-uZ6Sdse1lc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6Sdse1lc img,
.cid-uZ6Sdse1lc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6Sdse1lc .item:focus,
.cid-uZ6Sdse1lc span:focus {
  outline: none;
}
.cid-uZ6Sdse1lc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6Sdse1lc .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6Sdse1lc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6Sdse1lc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6Sdse1lc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6Sdse1lc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6Sdse1lc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6Sdse1lc .mbr-section-title {
  color: #000000;
}
.cid-uZ6Sdse1lc .item-title {
  text-align: left;
}
.cid-uZ6Sdse1lc .item-subtitle {
  text-align: left;
}
.cid-uZ6Sdse1lc .mbr-text,
.cid-uZ6Sdse1lc .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6Sdse1lc .content-head {
  max-width: 800px;
}
.cid-uZkgkSMlzH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkgkSMlzH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkgkSMlzH img,
.cid-uZkgkSMlzH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkgkSMlzH .item:focus,
.cid-uZkgkSMlzH span:focus {
  outline: none;
}
.cid-uZkgkSMlzH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkgkSMlzH .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkgkSMlzH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkgkSMlzH .mbr-section-title {
  color: #232323;
}
.cid-uZkgkSMlzH .mbr-text,
.cid-uZkgkSMlzH .mbr-section-btn {
  color: #232323;
}
.cid-uZkgkSMlzH .item-title {
  color: #232323;
}
.cid-uZkgkSMlzH .content-head {
  max-width: 800px;
}
.cid-uVb68mbyNh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVb68mbyNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb68mbyNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb68mbyNh .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVb68mbyNh .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVb68mbyNh .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVb68mbyNh .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVb68mbyNh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVb68mbyNh .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVb68mbyNh .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVb68mbyNh .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVb68mbyNh .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVb68mbyNh .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVb68mbyNh .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkne39RGJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkne39RGJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkne39RGJ {
    align-items: flex-end;
  }
  .cid-uZkne39RGJ .row {
    justify-content: center;
  }
  .cid-uZkne39RGJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkne39RGJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkne39RGJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkne39RGJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkne39RGJ .content-wrap {
    width: 100%;
  }
}
.cid-uZkne39RGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkne39RGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkne39RGJ .mbr-section-title,
.cid-uZkne39RGJ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkne39RGJ .mbr-text,
.cid-uZkne39RGJ .mbr-section-btn {
  text-align: center;
}
.cid-uZkne39RGJ .mbr-section-title {
  color: #D37506;
}
.cid-uZkne39RGJ .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVb9fZ5jmU {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVb9fZ5jmU .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVb9fZ5jmU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVb9fZ5jmU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVb9fZf1fe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVb9fZf1fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9fZf1fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb9fZf1fe .mbr-side-description {
  text-align: left;
}
.cid-uVb9fZLHoo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVb9fZLHoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9fZLHoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb9fZLHoo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVb9fZLHoo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVb9fZLHoo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVb9fZLHoo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVb9fZLHoo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVb9fZLHoo .mbr-section-title {
  color: #000000;
}
.cid-uVb9fZLHoo .mbr-text,
.cid-uVb9fZLHoo .mbr-section-btn {
  color: #000000;
}
.cid-uVb9fZXDYY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVb9fZXDYY .mbr-text {
  color: #000000;
}
.cid-uVb9fZXDYY .mbr-section-subtitle {
  color: #000000;
}
.cid-uVb9fZXDYY .mbr-section-title {
  color: #000000;
}
.cid-uVb9fZXDYY .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVb9fZXDYY .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVb9fZXDYY .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVb9fZXDYY .img-wrapper {
  display: flex;
}
.cid-uVb9fZXDYY .card-text {
  text-align: center;
}
.cid-uVb9fZXDYY .card-title,
.cid-uVb9fZXDYY .img-wrapper {
  text-align: center;
}
.cid-uVb9g08C6I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVb9g08C6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9g08C6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb9g08C6I .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVb9g08C6I .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVb9g08C6I .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVb9g08C6I .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVb9g08C6I .mbr-text,
.cid-uVb9g08C6I .mbr-section-btn {
  text-align: center;
}
.cid-uZ6SgHkgA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6SgHkgA5 img,
.cid-uZ6SgHkgA5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6SgHkgA5 .item:focus,
.cid-uZ6SgHkgA5 span:focus {
  outline: none;
}
.cid-uZ6SgHkgA5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6SgHkgA5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6SgHkgA5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6SgHkgA5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6SgHkgA5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6SgHkgA5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6SgHkgA5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6SgHkgA5 .mbr-section-title {
  color: #000000;
}
.cid-uZ6SgHkgA5 .item-title {
  text-align: left;
}
.cid-uZ6SgHkgA5 .item-subtitle {
  text-align: left;
}
.cid-uZ6SgHkgA5 .mbr-text,
.cid-uZ6SgHkgA5 .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6SgHkgA5 .content-head {
  max-width: 800px;
}
.cid-uZkgnWxI1F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkgnWxI1F .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkgnWxI1F img,
.cid-uZkgnWxI1F .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkgnWxI1F .item:focus,
.cid-uZkgnWxI1F span:focus {
  outline: none;
}
.cid-uZkgnWxI1F .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkgnWxI1F .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkgnWxI1F .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkgnWxI1F .mbr-section-title {
  color: #232323;
}
.cid-uZkgnWxI1F .mbr-text,
.cid-uZkgnWxI1F .mbr-section-btn {
  color: #232323;
}
.cid-uZkgnWxI1F .item-title {
  color: #232323;
}
.cid-uZkgnWxI1F .content-head {
  max-width: 800px;
}
.cid-uVb9g14uU0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVb9g14uU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9g14uU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb9g14uU0 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVb9g14uU0 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVb9g14uU0 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVb9g14uU0 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVb9g14uU0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVb9g14uU0 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVb9g14uU0 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVb9g14uU0 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVb9g14uU0 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVb9g14uU0 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVb9g14uU0 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZklzSwr8U {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZklzSwr8U .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZklzSwr8U {
    align-items: flex-end;
  }
  .cid-uZklzSwr8U .row {
    justify-content: center;
  }
  .cid-uZklzSwr8U .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZklzSwr8U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZklzSwr8U {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZklzSwr8U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZklzSwr8U .content-wrap {
    width: 100%;
  }
}
.cid-uZklzSwr8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZklzSwr8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZklzSwr8U .mbr-section-title,
.cid-uZklzSwr8U .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZklzSwr8U .mbr-text,
.cid-uZklzSwr8U .mbr-section-btn {
  text-align: center;
}
.cid-uZklzSwr8U .mbr-section-title {
  color: #D37506;
}
.cid-uZklzSwr8U .mbr-section-subtitle {
  color: #D37506;
}
.cid-uVx8k0zhjt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVx8k0zhjt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uVx8k0zhjt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVx8k0zhjt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVx8k0EqiO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVx8k0EqiO .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uVx8k0EqiO .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVx8k0Igiw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVx8k0Igiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8k0Igiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx8k0Igiw .mbr-side-description {
  text-align: left;
}
.cid-uVx8k0PKhR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVx8k0PKhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8k0PKhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVx8k0PKhR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVx8k0PKhR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVx8k0PKhR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVx8k0PKhR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVx8k0PKhR .mbr-section-title {
  color: #000000;
}
.cid-uVx8k0PKhR .mbr-text,
.cid-uVx8k0PKhR .mbr-section-btn {
  color: #000000;
}
.cid-uVx8k0VWDW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVx8k0VWDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8k0VWDW .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uVx8k0VWDW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVx8k0VWDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx8k0VWDW .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uVx8k0VWDW .card-title,
.cid-uVx8k0VWDW .iconfont-wrapper,
.cid-uVx8k0VWDW .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVx8k0VWDW .content-head {
  max-width: 800px;
}
.cid-uVx8k0VWDW .mbr-section-title {
  color: #000000;
}
.cid-uVx8k0VWDW .mbr-section-btn {
  text-align: center;
}
.cid-uVx8k14Kyg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVx8k14Kyg .mbr-text {
  color: #000000;
}
.cid-uVx8k14Kyg .mbr-section-subtitle {
  color: #000000;
}
.cid-uVx8k14Kyg .mbr-section-title {
  color: #000000;
}
.cid-uVx8k14Kyg .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVx8k14Kyg .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uVx8k14Kyg .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uVx8k14Kyg .img-wrapper {
  display: flex;
}
.cid-uVx8k14Kyg .card-text {
  text-align: center;
}
.cid-uVx8k14Kyg .card-title,
.cid-uVx8k14Kyg .img-wrapper {
  text-align: center;
}
.cid-uVx8k19CuW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uVx8k19CuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8k19CuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx8k19CuW .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVx8k19CuW .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVx8k19CuW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uVx8k19CuW .card-wrapper {
    padding: 4rem;
  }
}
.cid-uVx8k19CuW .mbr-text,
.cid-uVx8k19CuW .mbr-section-btn {
  text-align: center;
}
.cid-v0sEjdP85K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1e6;
}
.cid-v0sEjdP85K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sEjdP85K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sEjdP85K [class^="socicon-"]:before,
.cid-v0sEjdP85K [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v0sEjdP85K .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-v0sEjdP85K .btn-social:hover {
  background: #6592e6;
}
.cid-v0sEjdP85K .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uZkf4a5gAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZkf4a5gAU img,
.cid-uZkf4a5gAU .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkf4a5gAU .item:focus,
.cid-uZkf4a5gAU span:focus {
  outline: none;
}
.cid-uZkf4a5gAU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkf4a5gAU .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkf4a5gAU .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZkf4a5gAU .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkf4a5gAU .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZkf4a5gAU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkf4a5gAU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZkf4a5gAU .mbr-section-title {
  color: #000000;
}
.cid-uZkf4a5gAU .item-title {
  text-align: left;
}
.cid-uZkf4a5gAU .item-subtitle {
  text-align: left;
}
.cid-uZkf4a5gAU .mbr-text,
.cid-uZkf4a5gAU .item .mbr-section-btn {
  text-align: left;
}
.cid-uZkf4a5gAU .content-head {
  max-width: 800px;
}
.cid-uZkfjehJlo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkfjehJlo .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkfjehJlo img,
.cid-uZkfjehJlo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkfjehJlo .item:focus,
.cid-uZkfjehJlo span:focus {
  outline: none;
}
.cid-uZkfjehJlo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkfjehJlo .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkfjehJlo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkfjehJlo .mbr-section-title {
  color: #232323;
}
.cid-uZkfjehJlo .mbr-text,
.cid-uZkfjehJlo .mbr-section-btn {
  color: #232323;
}
.cid-uZkfjehJlo .item-title {
  color: #232323;
}
.cid-uZkfjehJlo .content-head {
  max-width: 800px;
}
.cid-uVx8k1FOYx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVx8k1FOYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVx8k1FOYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVx8k1FOYx .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uVx8k1FOYx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVx8k1FOYx .row {
    flex-direction: column-reverse !important;
  }
  .cid-uVx8k1FOYx .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uVx8k1FOYx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVx8k1FOYx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uVx8k1FOYx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uVx8k1FOYx .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVx8k1FOYx .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uVx8k1FOYx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVx8k1FOYx .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkmMNCfWZ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkmMNCfWZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkmMNCfWZ {
    align-items: flex-end;
  }
  .cid-uZkmMNCfWZ .row {
    justify-content: center;
  }
  .cid-uZkmMNCfWZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkmMNCfWZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkmMNCfWZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkmMNCfWZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkmMNCfWZ .content-wrap {
    width: 100%;
  }
}
.cid-uZkmMNCfWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkmMNCfWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkmMNCfWZ .mbr-section-title,
.cid-uZkmMNCfWZ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkmMNCfWZ .mbr-text,
.cid-uZkmMNCfWZ .mbr-section-btn {
  text-align: center;
}
.cid-uZkmMNCfWZ .mbr-section-title {
  color: #D37506;
}
.cid-uZkmMNCfWZ .mbr-section-subtitle {
  color: #D37506;
}
.cid-uYyiMjPwEp {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYyiMjPwEp .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uYyiMjPwEp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uYyiMjPwEp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYyiMjTwj9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYyiMjTwj9 .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uYyiMjTwj9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uYyiMjXuAH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYyiMjXuAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiMjXuAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiMjXuAH .mbr-side-description {
  text-align: left;
}
.cid-uYyiMk2D2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYyiMk2D2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiMk2D2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiMk2D2P .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uYyiMk2D2P .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uYyiMk2D2P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYyiMk2D2P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYyiMk2D2P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYyiMk2D2P .mbr-section-title {
  color: #000000;
}
.cid-uYyiMk2D2P .mbr-text,
.cid-uYyiMk2D2P .mbr-section-btn {
  color: #000000;
}
.cid-uYyiMk7vjY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYyiMk7vjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiMk7vjY .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uYyiMk7vjY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYyiMk7vjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiMk7vjY .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uYyiMk7vjY .card-title,
.cid-uYyiMk7vjY .iconfont-wrapper,
.cid-uYyiMk7vjY .card-text {
  color: #000000;
  text-align: center;
}
.cid-uYyiMk7vjY .content-head {
  max-width: 800px;
}
.cid-uYyiMk7vjY .mbr-section-title {
  color: #000000;
}
.cid-uYyiMk7vjY .mbr-section-btn {
  text-align: center;
}
.cid-uYyiMkf1bR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYyiMkf1bR .mbr-text {
  color: #000000;
}
.cid-uYyiMkf1bR .mbr-section-subtitle {
  color: #000000;
}
.cid-uYyiMkf1bR .mbr-section-title {
  color: #000000;
}
.cid-uYyiMkf1bR .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYyiMkf1bR .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uYyiMkf1bR .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uYyiMkf1bR .img-wrapper {
  display: flex;
}
.cid-uYyiMkf1bR .card-text {
  text-align: center;
}
.cid-uYyiMkf1bR .card-title,
.cid-uYyiMkf1bR .img-wrapper {
  text-align: center;
}
.cid-uYyiMkkavX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uYyiMkkavX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiMkkavX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiMkkavX .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uYyiMkkavX .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uYyiMkkavX .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYyiMkkavX .card-wrapper {
    padding: 4rem;
  }
}
.cid-uYyiMkkavX .mbr-text,
.cid-uYyiMkkavX .mbr-section-btn {
  text-align: center;
}
.cid-uZ6Rytu4dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6Rytu4dk img,
.cid-uZ6Rytu4dk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6Rytu4dk .item:focus,
.cid-uZ6Rytu4dk span:focus {
  outline: none;
}
.cid-uZ6Rytu4dk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6Rytu4dk .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6Rytu4dk .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6Rytu4dk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6Rytu4dk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6Rytu4dk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6Rytu4dk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6Rytu4dk .mbr-section-title {
  color: #000000;
}
.cid-uZ6Rytu4dk .item-title {
  text-align: left;
}
.cid-uZ6Rytu4dk .item-subtitle {
  text-align: left;
}
.cid-uZ6Rytu4dk .mbr-text,
.cid-uZ6Rytu4dk .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6Rytu4dk .content-head {
  max-width: 800px;
}
.cid-uZkkBFYDLo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkkBFYDLo .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkkBFYDLo img,
.cid-uZkkBFYDLo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkkBFYDLo .item:focus,
.cid-uZkkBFYDLo span:focus {
  outline: none;
}
.cid-uZkkBFYDLo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkkBFYDLo .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkkBFYDLo .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkkBFYDLo .mbr-section-title {
  color: #232323;
}
.cid-uZkkBFYDLo .mbr-text,
.cid-uZkkBFYDLo .mbr-section-btn {
  color: #232323;
}
.cid-uZkkBFYDLo .item-title {
  color: #232323;
}
.cid-uZkkBFYDLo .content-head {
  max-width: 800px;
}
.cid-uYyiMkMg3k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uYyiMkMg3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyiMkMg3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYyiMkMg3k .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uYyiMkMg3k .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uYyiMkMg3k .row {
    flex-direction: column-reverse !important;
  }
  .cid-uYyiMkMg3k .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uYyiMkMg3k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uYyiMkMg3k .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uYyiMkMg3k .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uYyiMkMg3k .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uYyiMkMg3k .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uYyiMkMg3k .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uYyiMkMg3k .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v284Sp0nZQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-v284Sp0nZQ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v284Sp0nZQ {
    align-items: flex-end;
  }
  .cid-v284Sp0nZQ .row {
    justify-content: center;
  }
  .cid-v284Sp0nZQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v284Sp0nZQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v284Sp0nZQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v284Sp0nZQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v284Sp0nZQ .content-wrap {
    width: 100%;
  }
}
.cid-v284Sp0nZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v284Sp0nZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v284Sp0nZQ .mbr-section-title,
.cid-v284Sp0nZQ .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v284Sp0nZQ .mbr-text,
.cid-v284Sp0nZQ .mbr-section-btn {
  text-align: center;
}
.cid-v284Sp0nZQ .mbr-section-title {
  color: #D37506;
}
.cid-v284Sp0nZQ .mbr-section-subtitle {
  color: #D37506;
}
.cid-v284Sp66LR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v284Sp66LR .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v284Sp66LR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v284Sp66LR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v284SpbH35 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v284SpbH35 .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-v284SpbH35 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v284Speawz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v284Speawz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v284Speawz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v284Speawz .mbr-side-description {
  text-align: left;
}
.cid-v284Spkiyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v284Spkiyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v284Spkiyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v284Spkiyg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v284Spkiyg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v284Spkiyg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v284Spkiyg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v284Spkiyg .mbr-section-title {
  color: #000000;
}
.cid-v284Spkiyg .mbr-text,
.cid-v284Spkiyg .mbr-section-btn {
  color: #000000;
}
.cid-v284SpAOeh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v284SpAOeh .mbr-text {
  color: #000000;
}
.cid-v284SpAOeh .mbr-section-subtitle {
  color: #000000;
}
.cid-v284SpAOeh .mbr-section-title {
  color: #000000;
}
.cid-v284SpAOeh .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v284SpAOeh .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-v284SpAOeh .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-v284SpAOeh .img-wrapper {
  display: flex;
}
.cid-v284SpAOeh .card-text {
  text-align: center;
}
.cid-v284SpAOeh .card-title,
.cid-v284SpAOeh .img-wrapper {
  text-align: center;
}
.cid-v284SpFF92 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-v284SpFF92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v284SpFF92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v284SpFF92 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v284SpFF92 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v284SpFF92 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v284SpFF92 .card-wrapper {
    padding: 4rem;
  }
}
.cid-v284SpFF92 .mbr-text,
.cid-v284SpFF92 .mbr-section-btn {
  text-align: center;
}
.cid-v284SpLkwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v284SpLkwL img,
.cid-v284SpLkwL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v284SpLkwL .item:focus,
.cid-v284SpLkwL span:focus {
  outline: none;
}
.cid-v284SpLkwL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v284SpLkwL .item {
    margin-bottom: 1rem;
  }
}
.cid-v284SpLkwL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v284SpLkwL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v284SpLkwL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v284SpLkwL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v284SpLkwL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v284SpLkwL .mbr-section-title {
  color: #000000;
}
.cid-v284SpLkwL .item-title {
  text-align: left;
}
.cid-v284SpLkwL .item-subtitle {
  text-align: left;
}
.cid-v284SpLkwL .mbr-text,
.cid-v284SpLkwL .item .mbr-section-btn {
  text-align: left;
}
.cid-v284SpLkwL .content-head {
  max-width: 800px;
}
.cid-v284SpXPiq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v284SpXPiq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v284SpXPiq img,
.cid-v284SpXPiq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v284SpXPiq .item:focus,
.cid-v284SpXPiq span:focus {
  outline: none;
}
.cid-v284SpXPiq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v284SpXPiq .item {
    margin-bottom: 1rem;
  }
}
.cid-v284SpXPiq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v284SpXPiq .mbr-section-title {
  color: #232323;
}
.cid-v284SpXPiq .mbr-text,
.cid-v284SpXPiq .mbr-section-btn {
  color: #232323;
}
.cid-v284SpXPiq .item-title {
  color: #232323;
}
.cid-v284SpXPiq .content-head {
  max-width: 800px;
}
.cid-v284Sq8Ly0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v284Sq8Ly0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v284Sq8Ly0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v284Sq8Ly0 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v284Sq8Ly0 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v284Sq8Ly0 .row {
    flex-direction: column-reverse !important;
  }
  .cid-v284Sq8Ly0 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v284Sq8Ly0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v284Sq8Ly0 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v284Sq8Ly0 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v284Sq8Ly0 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v284Sq8Ly0 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v284Sq8Ly0 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v284Sq8Ly0 .copyright {
    text-align: center;
  }
}
.cid-v3yv3ou9xN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3yv3ou9xN .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;
}
@media (max-width: 767px) {
  .cid-v3yv3ou9xN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3yv3ou9xN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3yv3ou9xN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v3yv3ou9xN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3yv3ou9xN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3yv3ou9xN .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3yv3ou9xN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3yv3ou9xN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3yv3ou9xN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3yv3ou9xN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3yv3ou9xN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3yv3ou9xN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3yv3ou9xN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3yv3ou9xN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3yv3ou9xN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3yv3ou9xN .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3yv3ou9xN .navbar-logo {
    padding-left: 0;
  }
}
.cid-v3yv3ou9xN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3yv3ou9xN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3yv3ou9xN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3yv3ou9xN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v3yv3ou9xN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yv3ou9xN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3yv3ou9xN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3yv3ou9xN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-v3yv3ou9xN .nav-item:focus,
.cid-v3yv3ou9xN .nav-link:focus {
  outline: none;
}
.cid-v3yv3ou9xN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3yv3ou9xN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3yv3ou9xN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3yv3ou9xN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3yv3ou9xN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3yv3ou9xN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3yv3ou9xN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3yv3ou9xN .navbar.opened {
  transition: all 0.3s;
}
.cid-v3yv3ou9xN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3yv3ou9xN .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v3yv3ou9xN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3yv3ou9xN .navbar.collapsed {
  justify-content: center;
}
.cid-v3yv3ou9xN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3yv3ou9xN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3yv3ou9xN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v3yv3ou9xN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3yv3ou9xN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3yv3ou9xN .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-v3yv3ou9xN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3yv3ou9xN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3yv3ou9xN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3yv3ou9xN .navbar {
    min-height: 72px;
  }
  .cid-v3yv3ou9xN .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3yv3ou9xN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3yv3ou9xN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3yv3ou9xN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3yv3ou9xN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3yv3ou9xN .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-v3yv3ou9xN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3yv3ou9xN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3yv3ou9xN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3yv3ou9xN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3yv3ou9xN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3yv3ou9xN .dropdown-item.active,
.cid-v3yv3ou9xN .dropdown-item:active {
  background-color: transparent;
}
.cid-v3yv3ou9xN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3yv3ou9xN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3yv3ou9xN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3yv3ou9xN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3yv3ou9xN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v3yv3ou9xN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3yv3ou9xN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3yv3ou9xN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3yv3ou9xN .navbar-buttons {
    text-align: left;
  }
}
.cid-v3yv3ou9xN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3yv3ou9xN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3yv3ou9xN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3yv3ou9xN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yv3ou9xN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3yv3ou9xN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3yv3ou9xN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yv3ou9xN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3yv3ou9xN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3yv3ou9xN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3yv3ou9xN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3yv3ou9xN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3yv3ou9xN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3yv3ou9xN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3yv3ou9xN .navbar {
    height: 70px;
  }
  .cid-v3yv3ou9xN .navbar.opened {
    height: auto;
  }
  .cid-v3yv3ou9xN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3yv3ou9xN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3yv3ou9xN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3yv3ou9xN .navbar-brand {
    margin-right: auto;
  }
  .cid-v3yv3ou9xN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v3yv3ou9xN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3yv3ou9xN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3yv3ou9xN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3yv3ou9xN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v3yv3ou9xN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3yv3oDpeT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-v3yv3oDpeT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v3yv3oDpeT {
    align-items: flex-end;
  }
  .cid-v3yv3oDpeT .row {
    justify-content: center;
  }
  .cid-v3yv3oDpeT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3yv3oDpeT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3yv3oDpeT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v3yv3oDpeT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3yv3oDpeT .content-wrap {
    width: 100%;
  }
}
.cid-v3yv3oDpeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3oDpeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3oDpeT .mbr-section-title,
.cid-v3yv3oDpeT .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v3yv3oDpeT .mbr-text,
.cid-v3yv3oDpeT .mbr-section-btn {
  text-align: center;
}
.cid-v3yv3oDpeT .mbr-section-title {
  color: #D37506;
}
.cid-v3yv3oDpeT .mbr-section-subtitle {
  color: #D37506;
}
.cid-v3yv3oJmI2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yv3oJmI2 .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3yv3oJmI2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3yv3oJmI2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3yv3oN5uG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yv3oN5uG .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-v3yv3oN5uG .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3yv3oR7EF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3yv3oR7EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3oR7EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3oR7EF .mbr-side-description {
  text-align: left;
}
.cid-v3yv3oW937 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yv3oW937 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3oW937 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3yv3oW937 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3yv3oW937 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3yv3oW937 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yv3oW937 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3yv3oW937 .mbr-section-title {
  color: #000000;
}
.cid-v3yv3oW937 .mbr-text,
.cid-v3yv3oW937 .mbr-section-btn {
  color: #000000;
}
.cid-v3yv3p2Vbd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3yv3p2Vbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3p2Vbd .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-v3yv3p2Vbd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3yv3p2Vbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3p2Vbd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v3yv3p2Vbd .card-title,
.cid-v3yv3p2Vbd .iconfont-wrapper,
.cid-v3yv3p2Vbd .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3yv3p2Vbd .content-head {
  max-width: 800px;
}
.cid-v3yv3p2Vbd .mbr-section-title {
  color: #000000;
}
.cid-v3yv3p2Vbd .mbr-section-btn {
  text-align: center;
}
.cid-v3yv3pcvsw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yv3pcvsw .mbr-text {
  color: #000000;
}
.cid-v3yv3pcvsw .mbr-section-subtitle {
  color: #000000;
}
.cid-v3yv3pcvsw .mbr-section-title {
  color: #000000;
}
.cid-v3yv3pcvsw .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3yv3pcvsw .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-v3yv3pcvsw .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-v3yv3pcvsw .img-wrapper {
  display: flex;
}
.cid-v3yv3pcvsw .card-text {
  text-align: center;
}
.cid-v3yv3pcvsw .card-title,
.cid-v3yv3pcvsw .img-wrapper {
  text-align: center;
}
.cid-v3yv3phGDr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-v3yv3phGDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3phGDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3phGDr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3yv3phGDr .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3yv3phGDr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3yv3phGDr .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3yv3phGDr .mbr-text,
.cid-v3yv3phGDr .mbr-section-btn {
  text-align: center;
}
.cid-v3yv3pnHVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1e6;
}
.cid-v3yv3pnHVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3pnHVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3pnHVG [class^="socicon-"]:before,
.cid-v3yv3pnHVG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v3yv3pnHVG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-v3yv3pnHVG .btn-social:hover {
  background: #6592e6;
}
.cid-v3yv3pnHVG .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v3yv3pstvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v3yv3pstvT img,
.cid-v3yv3pstvT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3yv3pstvT .item:focus,
.cid-v3yv3pstvT span:focus {
  outline: none;
}
.cid-v3yv3pstvT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3yv3pstvT .item {
    margin-bottom: 1rem;
  }
}
.cid-v3yv3pstvT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3yv3pstvT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3yv3pstvT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v3yv3pstvT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3yv3pstvT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3yv3pstvT .mbr-section-title {
  color: #000000;
}
.cid-v3yv3pstvT .item-title {
  text-align: left;
}
.cid-v3yv3pstvT .item-subtitle {
  text-align: left;
}
.cid-v3yv3pstvT .mbr-text,
.cid-v3yv3pstvT .item .mbr-section-btn {
  text-align: left;
}
.cid-v3yv3pstvT .content-head {
  max-width: 800px;
}
.cid-v3yv3pF3F4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3yv3pF3F4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v3yv3pF3F4 img,
.cid-v3yv3pF3F4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3yv3pF3F4 .item:focus,
.cid-v3yv3pF3F4 span:focus {
  outline: none;
}
.cid-v3yv3pF3F4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3yv3pF3F4 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3yv3pF3F4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3yv3pF3F4 .mbr-section-title {
  color: #232323;
}
.cid-v3yv3pF3F4 .mbr-text,
.cid-v3yv3pF3F4 .mbr-section-btn {
  color: #232323;
}
.cid-v3yv3pF3F4 .item-title {
  color: #232323;
}
.cid-v3yv3pF3F4 .content-head {
  max-width: 800px;
}
.cid-v3yv3pRG4v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3yv3pRG4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3yv3pRG4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3yv3pRG4v .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v3yv3pRG4v .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v3yv3pRG4v .row {
    flex-direction: column-reverse !important;
  }
  .cid-v3yv3pRG4v .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v3yv3pRG4v .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3yv3pRG4v .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v3yv3pRG4v .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v3yv3pRG4v .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v3yv3pRG4v .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v3yv3pRG4v .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v3yv3pRG4v .copyright {
    text-align: center;
  }
}
.cid-v3z6K2ap4t {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v3z6K2ap4t .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;
}
@media (max-width: 767px) {
  .cid-v3z6K2ap4t .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v3z6K2ap4t .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3z6K2ap4t .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-v3z6K2ap4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3z6K2ap4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3z6K2ap4t .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v3z6K2ap4t .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-v3z6K2ap4t .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-v3z6K2ap4t .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v3z6K2ap4t .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v3z6K2ap4t .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v3z6K2ap4t .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-v3z6K2ap4t .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v3z6K2ap4t .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v3z6K2ap4t .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v3z6K2ap4t .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v3z6K2ap4t .navbar-logo {
    padding-left: 0;
  }
}
.cid-v3z6K2ap4t .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3z6K2ap4t .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v3z6K2ap4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-v3z6K2ap4t .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v3z6K2ap4t .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3z6K2ap4t .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v3z6K2ap4t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3z6K2ap4t .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-v3z6K2ap4t .nav-item:focus,
.cid-v3z6K2ap4t .nav-link:focus {
  outline: none;
}
.cid-v3z6K2ap4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3z6K2ap4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3z6K2ap4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3z6K2ap4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3z6K2ap4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3z6K2ap4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3z6K2ap4t .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v3z6K2ap4t .navbar.opened {
  transition: all 0.3s;
}
.cid-v3z6K2ap4t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3z6K2ap4t .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-v3z6K2ap4t .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v3z6K2ap4t .navbar.collapsed {
  justify-content: center;
}
.cid-v3z6K2ap4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3z6K2ap4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3z6K2ap4t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-v3z6K2ap4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3z6K2ap4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3z6K2ap4t .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-v3z6K2ap4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3z6K2ap4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3z6K2ap4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v3z6K2ap4t .navbar {
    min-height: 72px;
  }
  .cid-v3z6K2ap4t .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v3z6K2ap4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3z6K2ap4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3z6K2ap4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3z6K2ap4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3z6K2ap4t .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-v3z6K2ap4t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3z6K2ap4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v3z6K2ap4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3z6K2ap4t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3z6K2ap4t .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v3z6K2ap4t .dropdown-item.active,
.cid-v3z6K2ap4t .dropdown-item:active {
  background-color: transparent;
}
.cid-v3z6K2ap4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3z6K2ap4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3z6K2ap4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3z6K2ap4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v3z6K2ap4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v3z6K2ap4t .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v3z6K2ap4t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3z6K2ap4t .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v3z6K2ap4t .navbar-buttons {
    text-align: left;
  }
}
.cid-v3z6K2ap4t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3z6K2ap4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v3z6K2ap4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3z6K2ap4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3z6K2ap4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3z6K2ap4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3z6K2ap4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3z6K2ap4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3z6K2ap4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3z6K2ap4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3z6K2ap4t .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3z6K2ap4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3z6K2ap4t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3z6K2ap4t .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3z6K2ap4t .navbar {
    height: 70px;
  }
  .cid-v3z6K2ap4t .navbar.opened {
    height: auto;
  }
  .cid-v3z6K2ap4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v3z6K2ap4t .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v3z6K2ap4t .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v3z6K2ap4t .navbar-brand {
    margin-right: auto;
  }
  .cid-v3z6K2ap4t .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v3z6K2ap4t .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v3z6K2ap4t .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v3z6K2ap4t .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v3z6K2ap4t .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v3z6K2ap4t .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3z6K2k1by {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-v3z6K2k1by .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v3z6K2k1by {
    align-items: flex-end;
  }
  .cid-v3z6K2k1by .row {
    justify-content: center;
  }
  .cid-v3z6K2k1by .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3z6K2k1by .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3z6K2k1by {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v3z6K2k1by .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3z6K2k1by .content-wrap {
    width: 100%;
  }
}
.cid-v3z6K2k1by .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K2k1by .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K2k1by .mbr-section-title,
.cid-v3z6K2k1by .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v3z6K2k1by .mbr-text,
.cid-v3z6K2k1by .mbr-section-btn {
  text-align: center;
}
.cid-v3z6K2k1by .mbr-section-title {
  color: #D37506;
}
.cid-v3z6K2k1by .mbr-section-subtitle {
  color: #D37506;
}
.cid-v3z6K2rarx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3z6K2rarx .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v3z6K2rarx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3z6K2rarx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3z6K2w52L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3z6K2w52L .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-v3z6K2w52L .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v3z6K2Aaeh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3z6K2Aaeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K2Aaeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K2Aaeh .mbr-side-description {
  text-align: left;
}
.cid-v3z6K2GVVj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3z6K2GVVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K2GVVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3z6K2GVVj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3z6K2GVVj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3z6K2GVVj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3z6K2GVVj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3z6K2GVVj .mbr-section-title {
  color: #000000;
}
.cid-v3z6K2GVVj .mbr-text,
.cid-v3z6K2GVVj .mbr-section-btn {
  color: #000000;
}
.cid-v3z6K2MGMt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3z6K2MGMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K2MGMt .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-v3z6K2MGMt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3z6K2MGMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K2MGMt .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v3z6K2MGMt .card-title,
.cid-v3z6K2MGMt .iconfont-wrapper,
.cid-v3z6K2MGMt .card-text {
  color: #000000;
  text-align: center;
}
.cid-v3z6K2MGMt .content-head {
  max-width: 800px;
}
.cid-v3z6K2MGMt .mbr-section-title {
  color: #000000;
}
.cid-v3z6K2MGMt .mbr-section-btn {
  text-align: center;
}
.cid-v3z6K2Vuuk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3z6K2Vuuk .mbr-text {
  color: #000000;
}
.cid-v3z6K2Vuuk .mbr-section-subtitle {
  color: #000000;
}
.cid-v3z6K2Vuuk .mbr-section-title {
  color: #000000;
}
.cid-v3z6K2Vuuk .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3z6K2Vuuk .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-v3z6K2Vuuk .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-v3z6K2Vuuk .img-wrapper {
  display: flex;
}
.cid-v3z6K2Vuuk .card-text {
  text-align: center;
}
.cid-v3z6K2Vuuk .card-title,
.cid-v3z6K2Vuuk .img-wrapper {
  text-align: center;
}
.cid-v3z6K33lHe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-v3z6K33lHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K33lHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K33lHe .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3z6K33lHe .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3z6K33lHe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3z6K33lHe .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3z6K33lHe .mbr-text,
.cid-v3z6K33lHe .mbr-section-btn {
  text-align: center;
}
.cid-v3z6K39Xip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1e6;
}
.cid-v3z6K39Xip .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K39Xip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K39Xip [class^="socicon-"]:before,
.cid-v3z6K39Xip [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v3z6K39Xip .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-v3z6K39Xip .btn-social:hover {
  background: #6592e6;
}
.cid-v3z6K39Xip .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v3z6K3fQxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v3z6K3fQxX img,
.cid-v3z6K3fQxX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3z6K3fQxX .item:focus,
.cid-v3z6K3fQxX span:focus {
  outline: none;
}
.cid-v3z6K3fQxX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3z6K3fQxX .item {
    margin-bottom: 1rem;
  }
}
.cid-v3z6K3fQxX .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3z6K3fQxX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3z6K3fQxX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v3z6K3fQxX .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3z6K3fQxX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v3z6K3fQxX .mbr-section-title {
  color: #000000;
}
.cid-v3z6K3fQxX .item-title {
  text-align: left;
}
.cid-v3z6K3fQxX .item-subtitle {
  text-align: left;
}
.cid-v3z6K3fQxX .mbr-text,
.cid-v3z6K3fQxX .item .mbr-section-btn {
  text-align: left;
}
.cid-v3z6K3fQxX .content-head {
  max-width: 800px;
}
.cid-v3z6K3seN5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v3z6K3seN5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v3z6K3seN5 img,
.cid-v3z6K3seN5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3z6K3seN5 .item:focus,
.cid-v3z6K3seN5 span:focus {
  outline: none;
}
.cid-v3z6K3seN5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3z6K3seN5 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3z6K3seN5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3z6K3seN5 .mbr-section-title {
  color: #232323;
}
.cid-v3z6K3seN5 .mbr-text,
.cid-v3z6K3seN5 .mbr-section-btn {
  color: #232323;
}
.cid-v3z6K3seN5 .item-title {
  color: #232323;
}
.cid-v3z6K3seN5 .content-head {
  max-width: 800px;
}
.cid-v3z6K3Emd9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v3z6K3Emd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3z6K3Emd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3z6K3Emd9 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v3z6K3Emd9 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v3z6K3Emd9 .row {
    flex-direction: column-reverse !important;
  }
  .cid-v3z6K3Emd9 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v3z6K3Emd9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3z6K3Emd9 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v3z6K3Emd9 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v3z6K3Emd9 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v3z6K3Emd9 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v3z6K3Emd9 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v3z6K3Emd9 .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0J10WLZ5H {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-v0J10WLZ5H .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v0J10WLZ5H {
    align-items: flex-end;
  }
  .cid-v0J10WLZ5H .row {
    justify-content: center;
  }
  .cid-v0J10WLZ5H .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0J10WLZ5H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0J10WLZ5H {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0J10WLZ5H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0J10WLZ5H .content-wrap {
    width: 100%;
  }
}
.cid-v0J10WLZ5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10WLZ5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10WLZ5H .mbr-section-title,
.cid-v0J10WLZ5H .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-v0J10WLZ5H .mbr-text,
.cid-v0J10WLZ5H .mbr-section-btn {
  text-align: center;
}
.cid-v0J10WLZ5H .mbr-section-title {
  color: #D37506;
}
.cid-v0J10WLZ5H .mbr-section-subtitle {
  color: #D37506;
}
.cid-v0J10WS1Qo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0J10WS1Qo .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-v0J10WS1Qo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0J10WS1Qo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0J10WX3KL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0J10WX3KL .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-v0J10WX3KL .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v0J10X1Agv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0J10X1Agv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10X1Agv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10X1Agv .mbr-side-description {
  text-align: left;
}
.cid-v0J10X7IJS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0J10X7IJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10X7IJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0J10X7IJS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v0J10X7IJS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0J10X7IJS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0J10X7IJS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0J10X7IJS .mbr-section-title {
  color: #000000;
}
.cid-v0J10X7IJS .mbr-text,
.cid-v0J10X7IJS .mbr-section-btn {
  color: #000000;
}
.cid-v0J10XdLt8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0J10XdLt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10XdLt8 .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-v0J10XdLt8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0J10XdLt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10XdLt8 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-v0J10XdLt8 .card-title,
.cid-v0J10XdLt8 .iconfont-wrapper,
.cid-v0J10XdLt8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-v0J10XdLt8 .content-head {
  max-width: 800px;
}
.cid-v0J10XdLt8 .mbr-section-title {
  color: #000000;
}
.cid-v0J10XdLt8 .mbr-section-btn {
  text-align: center;
}
.cid-v0J10XmzOZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0J10XmzOZ .mbr-text {
  color: #000000;
}
.cid-v0J10XmzOZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v0J10XmzOZ .mbr-section-title {
  color: #000000;
}
.cid-v0J10XmzOZ .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0J10XmzOZ .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-v0J10XmzOZ .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-v0J10XmzOZ .img-wrapper {
  display: flex;
}
.cid-v0J10XmzOZ .card-text {
  text-align: center;
}
.cid-v0J10XmzOZ .card-title,
.cid-v0J10XmzOZ .img-wrapper {
  text-align: center;
}
.cid-v0J10Xsqvi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-v0J10Xsqvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10Xsqvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10Xsqvi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0J10Xsqvi .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0J10Xsqvi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v0J10Xsqvi .card-wrapper {
    padding: 4rem;
  }
}
.cid-v0J10Xsqvi .mbr-text,
.cid-v0J10Xsqvi .mbr-section-btn {
  text-align: center;
}
.cid-v0J10XyqK7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf1e6;
}
.cid-v0J10XyqK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10XyqK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10XyqK7 [class^="socicon-"]:before,
.cid-v0J10XyqK7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-v0J10XyqK7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-v0J10XyqK7 .btn-social:hover {
  background: #6592e6;
}
.cid-v0J10XyqK7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-v0J10XDUee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v0J10XDUee img,
.cid-v0J10XDUee .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v0J10XDUee .item:focus,
.cid-v0J10XDUee span:focus {
  outline: none;
}
.cid-v0J10XDUee .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0J10XDUee .item {
    margin-bottom: 1rem;
  }
}
.cid-v0J10XDUee .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0J10XDUee .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0J10XDUee .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v0J10XDUee .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0J10XDUee .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v0J10XDUee .mbr-section-title {
  color: #000000;
}
.cid-v0J10XDUee .item-title {
  text-align: left;
}
.cid-v0J10XDUee .item-subtitle {
  text-align: left;
}
.cid-v0J10XDUee .mbr-text,
.cid-v0J10XDUee .item .mbr-section-btn {
  text-align: left;
}
.cid-v0J10XDUee .content-head {
  max-width: 800px;
}
.cid-v0J10XRM4p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0J10XRM4p .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v0J10XRM4p img,
.cid-v0J10XRM4p .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v0J10XRM4p .item:focus,
.cid-v0J10XRM4p span:focus {
  outline: none;
}
.cid-v0J10XRM4p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0J10XRM4p .item {
    margin-bottom: 1rem;
  }
}
.cid-v0J10XRM4p .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v0J10XRM4p .mbr-section-title {
  color: #232323;
}
.cid-v0J10XRM4p .mbr-text,
.cid-v0J10XRM4p .mbr-section-btn {
  color: #232323;
}
.cid-v0J10XRM4p .item-title {
  color: #232323;
}
.cid-v0J10XRM4p .content-head {
  max-width: 800px;
}
.cid-v0J10Y2CNF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0J10Y2CNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0J10Y2CNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0J10Y2CNF .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-v0J10Y2CNF .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0J10Y2CNF .row {
    flex-direction: column-reverse !important;
  }
  .cid-v0J10Y2CNF .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-v0J10Y2CNF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0J10Y2CNF .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v0J10Y2CNF .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-v0J10Y2CNF .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-v0J10Y2CNF .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-v0J10Y2CNF .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v0J10Y2CNF .copyright {
    text-align: center;
  }
}
.cid-uZkmEtWrDf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZkmEtWrDf .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;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZkmEtWrDf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZkmEtWrDf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZkmEtWrDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZkmEtWrDf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZkmEtWrDf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZkmEtWrDf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZkmEtWrDf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uZkmEtWrDf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZkmEtWrDf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZkmEtWrDf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cid-uZkmEtWrDf .nav-item:focus,
.cid-uZkmEtWrDf .nav-link:focus {
  outline: none;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZkmEtWrDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZkmEtWrDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZkmEtWrDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZkmEtWrDf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZkmEtWrDf .navbar.opened {
  transition: all 0.3s;
}
.cid-uZkmEtWrDf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZkmEtWrDf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uZkmEtWrDf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZkmEtWrDf .navbar.collapsed {
  justify-content: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZkmEtWrDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZkmEtWrDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZkmEtWrDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZkmEtWrDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZkmEtWrDf .navbar {
    min-height: 72px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZkmEtWrDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZkmEtWrDf .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-uZkmEtWrDf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZkmEtWrDf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZkmEtWrDf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZkmEtWrDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZkmEtWrDf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZkmEtWrDf .dropdown-item.active,
.cid-uZkmEtWrDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uZkmEtWrDf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZkmEtWrDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZkmEtWrDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZkmEtWrDf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZkmEtWrDf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .navbar-buttons {
    text-align: left;
  }
}
.cid-uZkmEtWrDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZkmEtWrDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZkmEtWrDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZkmEtWrDf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZkmEtWrDf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZkmEtWrDf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZkmEtWrDf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZkmEtWrDf .navbar {
    height: 70px;
  }
  .cid-uZkmEtWrDf .navbar.opened {
    height: auto;
  }
  .cid-uZkmEtWrDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZkmEtWrDf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZkmEtWrDf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZkmEtWrDf .navbar-brand {
    margin-right: auto;
  }
  .cid-uZkmEtWrDf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uZkmEtWrDf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZkmEtWrDf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZkmEtWrDf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZkmEtWrDf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZkmEtWrDf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZkn5nVMP5 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-10fois10-conv-1920x400.webp");
}
.cid-uZkn5nVMP5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uZkn5nVMP5 {
    align-items: flex-end;
  }
  .cid-uZkn5nVMP5 .row {
    justify-content: center;
  }
  .cid-uZkn5nVMP5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZkn5nVMP5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZkn5nVMP5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZkn5nVMP5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZkn5nVMP5 .content-wrap {
    width: 100%;
  }
}
.cid-uZkn5nVMP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZkn5nVMP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZkn5nVMP5 .mbr-section-title,
.cid-uZkn5nVMP5 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uZkn5nVMP5 .mbr-text,
.cid-uZkn5nVMP5 .mbr-section-btn {
  text-align: center;
}
.cid-uZkn5nVMP5 .mbr-section-title {
  color: #D37506;
}
.cid-uZkn5nVMP5 .mbr-section-subtitle {
  color: #D37506;
}
.cid-uV431788AM {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV431788AM .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-uV431788AM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uV431788AM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV4317dB8N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4317dB8N .mbr-section-title {
  text-align: center;
  color: #1f6463;
}
.cid-uV4317dB8N .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uV4317gIJh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uV4317gIJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4317gIJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4317gIJh .mbr-side-description {
  text-align: left;
}
.cid-uV4317lHls {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4317lHls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4317lHls .item-wrapper {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .cid-uV4317lHls .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV4317lHls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4317lHls .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV4317lHls .card-title,
.cid-uV4317lHls .iconfont-wrapper,
.cid-uV4317lHls .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV4317lHls .content-head {
  max-width: 800px;
}
.cid-uV4317lHls .mbr-section-title {
  color: #000000;
}
.cid-uV4317lHls .mbr-section-btn {
  text-align: center;
}
.cid-uV4317vTpi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uV4317vTpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4317vTpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uV4317vTpi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV4317vTpi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uV4317vTpi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4317vTpi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uV4317vTpi .mbr-section-title {
  color: #000000;
}
.cid-uV4317vTpi .mbr-text,
.cid-uV4317vTpi .mbr-section-btn {
  color: #000000;
}
.cid-uV4317B1Na {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uV4317B1Na .mbr-text {
  color: #000000;
}
.cid-uV4317B1Na .mbr-section-subtitle {
  color: #000000;
}
.cid-uV4317B1Na .mbr-section-title {
  color: #000000;
}
.cid-uV4317B1Na .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4317B1Na .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uV4317B1Na .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uV4317B1Na .img-wrapper {
  display: flex;
}
.cid-uV4317B1Na .card-text {
  text-align: center;
}
.cid-uV4317B1Na .card-title,
.cid-uV4317B1Na .img-wrapper {
  text-align: center;
}
.cid-uV4317F8jn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uV4317F8jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV4317F8jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV4317F8jn .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uV4317F8jn .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uV4317F8jn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uV4317F8jn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uV4317F8jn .mbr-text,
.cid-uV4317F8jn .mbr-section-btn {
  text-align: center;
}
.cid-uZ6S4FUC8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uZ6S4FUC8k img,
.cid-uZ6S4FUC8k .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZ6S4FUC8k .item:focus,
.cid-uZ6S4FUC8k span:focus {
  outline: none;
}
.cid-uZ6S4FUC8k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZ6S4FUC8k .item {
    margin-bottom: 1rem;
  }
}
.cid-uZ6S4FUC8k .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ6S4FUC8k .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ6S4FUC8k .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uZ6S4FUC8k .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZ6S4FUC8k .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZ6S4FUC8k .mbr-section-title {
  color: #000000;
}
.cid-uZ6S4FUC8k .item-title {
  text-align: left;
}
.cid-uZ6S4FUC8k .item-subtitle {
  text-align: left;
}
.cid-uZ6S4FUC8k .mbr-text,
.cid-uZ6S4FUC8k .item .mbr-section-btn {
  text-align: left;
}
.cid-uZ6S4FUC8k .content-head {
  max-width: 800px;
}
.cid-uZkg9GPmOg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZkg9GPmOg .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uZkg9GPmOg img,
.cid-uZkg9GPmOg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uZkg9GPmOg .item:focus,
.cid-uZkg9GPmOg span:focus {
  outline: none;
}
.cid-uZkg9GPmOg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZkg9GPmOg .item {
    margin-bottom: 1rem;
  }
}
.cid-uZkg9GPmOg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZkg9GPmOg .mbr-section-title {
  color: #232323;
}
.cid-uZkg9GPmOg .mbr-text,
.cid-uZkg9GPmOg .mbr-section-btn {
  color: #232323;
}
.cid-uZkg9GPmOg .item-title {
  color: #232323;
}
.cid-uZkg9GPmOg .content-head {
  max-width: 800px;
}
.cid-uV431832KV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uV431832KV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV431832KV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV431832KV .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uV431832KV .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uV431832KV .row {
    flex-direction: column-reverse !important;
  }
  .cid-uV431832KV .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uV431832KV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uV431832KV .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uV431832KV .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uV431832KV .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uV431832KV .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uV431832KV .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uV431832KV .copyright {
    text-align: center;
  }
}
