.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #c491b0 !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  background-color: #d7bdcd;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-v2TuryE7jk {
  background-image: url("../../../assets/images/dr-ozana-moraru-3-2000x1125.jpg");
}
.cid-v2TuryE7jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2TuryE7jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2TuryE7jk .mbr-section-title {
  text-align: justify;
}
.cid-v7By3k59qy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7bdcd;
}
.cid-v7By3k59qy .mbr-section-subtitle {
  text-align: justify;
}
.cid-v7BsIIXUI6 {
  background-image: url("../../../assets/images/dr-ozana-moraru-4-2000x1125.jpg");
}
.cid-v7BsIIXUI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7BsIIXUI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-sFCygHrmNf .row .mbr-text {
  color: #000000;
}
.cid-sFCygHrmNf foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v7CFqFmDzy .navbar-dropdown {
  position: relative !important;
}
.cid-v7CFqFmDzy .navbar-dropdown {
  position: absolute !important;
}
.cid-v7CFqFmDzy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CFqFmDzy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7CFqFmDzy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7CFqFmDzy .dropdown-item:hover,
.cid-v7CFqFmDzy .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v7CFqFmDzy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7CFqFmDzy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7CFqFmDzy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7CFqFmDzy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7CFqFmDzy .nav-link {
  position: relative;
}
.cid-v7CFqFmDzy .container {
  display: flex;
  margin: auto;
}
.cid-v7CFqFmDzy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7CFqFmDzy .dropdown-menu,
.cid-v7CFqFmDzy .navbar.opened {
  background: #c491b0 !important;
}
.cid-v7CFqFmDzy .nav-item:focus,
.cid-v7CFqFmDzy .nav-link:focus {
  outline: none;
}
.cid-v7CFqFmDzy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7CFqFmDzy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7CFqFmDzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7CFqFmDzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CFqFmDzy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7CFqFmDzy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7CFqFmDzy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v7CFqFmDzy .navbar.opened {
  transition: all 0.3s;
}
.cid-v7CFqFmDzy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7CFqFmDzy .navbar .navbar-logo img {
  width: auto;
}
.cid-v7CFqFmDzy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7CFqFmDzy .navbar.collapsed {
  justify-content: center;
}
.cid-v7CFqFmDzy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7CFqFmDzy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7CFqFmDzy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7CFqFmDzy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7CFqFmDzy .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-v7CFqFmDzy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7CFqFmDzy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7CFqFmDzy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7CFqFmDzy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7CFqFmDzy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7CFqFmDzy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7CFqFmDzy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7CFqFmDzy .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-v7CFqFmDzy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7CFqFmDzy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7CFqFmDzy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7CFqFmDzy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7CFqFmDzy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7CFqFmDzy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7CFqFmDzy .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7CFqFmDzy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7CFqFmDzy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7CFqFmDzy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7CFqFmDzy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7CFqFmDzy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7CFqFmDzy .dropdown-item.active,
.cid-v7CFqFmDzy .dropdown-item:active {
  background-color: transparent;
}
.cid-v7CFqFmDzy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7CFqFmDzy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7CFqFmDzy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7CFqFmDzy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v7CFqFmDzy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7CFqFmDzy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7CFqFmDzy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7CFqFmDzy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7CFqFmDzy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7CFqFmDzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7CFqFmDzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7CFqFmDzy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7CFqFmDzy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7CFqFmDzy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7CFqFmDzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CFqFmDzy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7CFqFmDzy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7CFqFmDzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CFqFmDzy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7CFqFmDzy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7CFqFmDzy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7CFqFmDzy .navbar {
    height: 70px;
  }
  .cid-v7CFqFmDzy .navbar.opened {
    height: auto;
  }
  .cid-v7CFqFmDzy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7CFqFVVZr {
  background-image: url("../../../assets/images/dr-ozana-moraru-2-2000x1125.jpg");
}
.cid-v7CFqFVVZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CFqFVVZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CFqFVVZr .mbr-section-title {
  text-align: justify;
}
.cid-v7CFqGrQzW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v7CFqGrQzW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7CFqGrQzW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v7CFqGrQzW .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v7CFqGrQzW .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7CFqGrQzW .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7CFqGrQzW .row .foot-menu li p {
  margin: 0;
}
.cid-v7CFqGrQzW .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7CFqGrQzW .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v7CFqGrQzW .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7CFqGrQzW .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v7CFqGrQzW .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7CFqGrQzW .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7CFqGrQzW .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v7CFqGrQzW .row .row-copirayt p {
  width: 100%;
}
.cid-v7CFqGrQzW .row .mbr-text {
  color: #000000;
}
.cid-v7CFqGrQzW foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v7CLctg9wz .navbar-dropdown {
  position: relative !important;
}
.cid-v7CLctg9wz .navbar-dropdown {
  position: absolute !important;
}
.cid-v7CLctg9wz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CLctg9wz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7CLctg9wz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7CLctg9wz .dropdown-item:hover,
.cid-v7CLctg9wz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v7CLctg9wz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7CLctg9wz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7CLctg9wz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7CLctg9wz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7CLctg9wz .nav-link {
  position: relative;
}
.cid-v7CLctg9wz .container {
  display: flex;
  margin: auto;
}
.cid-v7CLctg9wz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7CLctg9wz .dropdown-menu,
.cid-v7CLctg9wz .navbar.opened {
  background: #c491b0 !important;
}
.cid-v7CLctg9wz .nav-item:focus,
.cid-v7CLctg9wz .nav-link:focus {
  outline: none;
}
.cid-v7CLctg9wz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7CLctg9wz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7CLctg9wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7CLctg9wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7CLctg9wz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7CLctg9wz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7CLctg9wz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v7CLctg9wz .navbar.opened {
  transition: all 0.3s;
}
.cid-v7CLctg9wz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7CLctg9wz .navbar .navbar-logo img {
  width: auto;
}
.cid-v7CLctg9wz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7CLctg9wz .navbar.collapsed {
  justify-content: center;
}
.cid-v7CLctg9wz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7CLctg9wz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7CLctg9wz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7CLctg9wz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7CLctg9wz .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-v7CLctg9wz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7CLctg9wz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7CLctg9wz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7CLctg9wz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7CLctg9wz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7CLctg9wz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7CLctg9wz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7CLctg9wz .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-v7CLctg9wz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7CLctg9wz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7CLctg9wz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7CLctg9wz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7CLctg9wz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7CLctg9wz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7CLctg9wz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7CLctg9wz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7CLctg9wz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7CLctg9wz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7CLctg9wz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7CLctg9wz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7CLctg9wz .dropdown-item.active,
.cid-v7CLctg9wz .dropdown-item:active {
  background-color: transparent;
}
.cid-v7CLctg9wz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7CLctg9wz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7CLctg9wz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7CLctg9wz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v7CLctg9wz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7CLctg9wz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7CLctg9wz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7CLctg9wz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7CLctg9wz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7CLctg9wz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7CLctg9wz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7CLctg9wz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7CLctg9wz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7CLctg9wz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7CLctg9wz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CLctg9wz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7CLctg9wz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7CLctg9wz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7CLctg9wz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7CLctg9wz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7CLctg9wz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7CLctg9wz .navbar {
    height: 70px;
  }
  .cid-v7CLctg9wz .navbar.opened {
    height: auto;
  }
  .cid-v7CLctg9wz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7CMixxMgu {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CMixxMgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CMixxMgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CMixxMgu .video-wrapper iframe {
  width: 100%;
}
.cid-v7CMixxMgu .mbr-section-title,
.cid-v7CMixxMgu .mbr-section-subtitle,
.cid-v7CMixxMgu .mbr-text {
  text-align: center;
}
.cid-v7CNHBWmKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CNHBWmKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CNHBWmKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CNHBWmKK .video-wrapper iframe {
  width: 100%;
}
.cid-v7CNHBWmKK .mbr-section-title,
.cid-v7CNHBWmKK .mbr-section-subtitle,
.cid-v7CNHBWmKK .mbr-text {
  text-align: center;
}
.cid-v7COhzkQ7c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7COhzkQ7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7COhzkQ7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7COhzkQ7c .video-wrapper iframe {
  width: 100%;
}
.cid-v7COhzkQ7c .mbr-section-title,
.cid-v7COhzkQ7c .mbr-section-subtitle,
.cid-v7COhzkQ7c .mbr-text {
  text-align: center;
}
.cid-v7CP0vO7QL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CP0vO7QL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CP0vO7QL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CP0vO7QL .video-wrapper iframe {
  width: 100%;
}
.cid-v7CP0vO7QL .mbr-section-title,
.cid-v7CP0vO7QL .mbr-section-subtitle,
.cid-v7CP0vO7QL .mbr-text {
  text-align: center;
}
.cid-v7CScqyc3j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CScqyc3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CScqyc3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CScqyc3j .video-wrapper iframe {
  width: 100%;
}
.cid-v7CScqyc3j .mbr-section-title,
.cid-v7CScqyc3j .mbr-section-subtitle,
.cid-v7CScqyc3j .mbr-text {
  text-align: center;
}
.cid-v7CSnSmmSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CSnSmmSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CSnSmmSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CSnSmmSY .video-wrapper iframe {
  width: 100%;
}
.cid-v7CSnSmmSY .mbr-section-title,
.cid-v7CSnSmmSY .mbr-section-subtitle,
.cid-v7CSnSmmSY .mbr-text {
  text-align: center;
}
.cid-v7CSJ4tlsK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CSJ4tlsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CSJ4tlsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CSJ4tlsK .video-wrapper iframe {
  width: 100%;
}
.cid-v7CSJ4tlsK .mbr-section-title,
.cid-v7CSJ4tlsK .mbr-section-subtitle,
.cid-v7CSJ4tlsK .mbr-text {
  text-align: center;
}
.cid-v7CSTgVVzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CSTgVVzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CSTgVVzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CSTgVVzJ .video-wrapper iframe {
  width: 100%;
}
.cid-v7CSTgVVzJ .mbr-section-title,
.cid-v7CSTgVVzJ .mbr-section-subtitle,
.cid-v7CSTgVVzJ .mbr-text {
  text-align: center;
}
.cid-v7CT8qq8Jo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CT8qq8Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CT8qq8Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CT8qq8Jo .video-wrapper iframe {
  width: 100%;
}
.cid-v7CT8qq8Jo .mbr-section-title,
.cid-v7CT8qq8Jo .mbr-section-subtitle,
.cid-v7CT8qq8Jo .mbr-text {
  text-align: center;
}
.cid-v7CTjskvgH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CTjskvgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CTjskvgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CTjskvgH .video-wrapper iframe {
  width: 100%;
}
.cid-v7CTjskvgH .mbr-section-title,
.cid-v7CTjskvgH .mbr-section-subtitle,
.cid-v7CTjskvgH .mbr-text {
  text-align: center;
}
.cid-v7CTuzJEST {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CTuzJEST .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CTuzJEST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CTuzJEST .video-wrapper iframe {
  width: 100%;
}
.cid-v7CTuzJEST .mbr-section-title,
.cid-v7CTuzJEST .mbr-section-subtitle,
.cid-v7CTuzJEST .mbr-text {
  text-align: center;
}
.cid-v7CTEp9hAS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CTEp9hAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CTEp9hAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CTEp9hAS .video-wrapper iframe {
  width: 100%;
}
.cid-v7CTEp9hAS .mbr-section-title,
.cid-v7CTEp9hAS .mbr-section-subtitle,
.cid-v7CTEp9hAS .mbr-text {
  text-align: center;
}
.cid-v7CTQXeZYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7CTQXeZYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CTQXeZYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CTQXeZYA .video-wrapper iframe {
  width: 100%;
}
.cid-v7CTQXeZYA .mbr-section-title,
.cid-v7CTQXeZYA .mbr-section-subtitle,
.cid-v7CTQXeZYA .mbr-text {
  text-align: center;
}
.cid-vfb5T1EeOA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfb5T1EeOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfb5T1EeOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfb5T1EeOA .video-wrapper iframe {
  width: 100%;
}
.cid-vfb5T1EeOA .mbr-section-title,
.cid-vfb5T1EeOA .mbr-section-subtitle,
.cid-vfb5T1EeOA .mbr-text {
  text-align: center;
}
.cid-vfb6xh9JDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfb6xh9JDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfb6xh9JDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfb6xh9JDz .video-wrapper iframe {
  width: 100%;
}
.cid-vfb6xh9JDz .mbr-section-title,
.cid-vfb6xh9JDz .mbr-section-subtitle,
.cid-vfb6xh9JDz .mbr-text {
  text-align: center;
}
.cid-vfb6FuZLJN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfb6FuZLJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfb6FuZLJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfb6FuZLJN .video-wrapper iframe {
  width: 100%;
}
.cid-vfb6FuZLJN .mbr-section-title,
.cid-vfb6FuZLJN .mbr-section-subtitle,
.cid-vfb6FuZLJN .mbr-text {
  text-align: center;
}
.cid-vfb7zXfTFu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfb7zXfTFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfb7zXfTFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfb7zXfTFu .video-wrapper iframe {
  width: 100%;
}
.cid-vfb7zXfTFu .mbr-section-title,
.cid-vfb7zXfTFu .mbr-section-subtitle,
.cid-vfb7zXfTFu .mbr-text {
  text-align: center;
}
.cid-vfb7Os6RPA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfb7Os6RPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfb7Os6RPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfb7Os6RPA .video-wrapper iframe {
  width: 100%;
}
.cid-vfb7Os6RPA .mbr-section-title,
.cid-vfb7Os6RPA .mbr-section-subtitle,
.cid-vfb7Os6RPA .mbr-text {
  text-align: center;
}
.cid-vfbaH0vkkY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbaH0vkkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbaH0vkkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbaH0vkkY .video-wrapper iframe {
  width: 100%;
}
.cid-vfbaH0vkkY .mbr-section-title,
.cid-vfbaH0vkkY .mbr-section-subtitle,
.cid-vfbaH0vkkY .mbr-text {
  text-align: center;
}
.cid-vfbaPXhYh7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbaPXhYh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbaPXhYh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbaPXhYh7 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbaPXhYh7 .mbr-section-title,
.cid-vfbaPXhYh7 .mbr-section-subtitle,
.cid-vfbaPXhYh7 .mbr-text {
  text-align: center;
}
.cid-vfbaYol5Un {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbaYol5Un .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbaYol5Un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbaYol5Un .video-wrapper iframe {
  width: 100%;
}
.cid-vfbaYol5Un .mbr-section-title,
.cid-vfbaYol5Un .mbr-section-subtitle,
.cid-vfbaYol5Un .mbr-text {
  text-align: center;
}
.cid-vfbb60IGca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbb60IGca .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbb60IGca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbb60IGca .video-wrapper iframe {
  width: 100%;
}
.cid-vfbb60IGca .mbr-section-title,
.cid-vfbb60IGca .mbr-section-subtitle,
.cid-vfbb60IGca .mbr-text {
  text-align: center;
}
.cid-vfbbeWHZW3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbbeWHZW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbbeWHZW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbbeWHZW3 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbbeWHZW3 .mbr-section-title,
.cid-vfbbeWHZW3 .mbr-section-subtitle,
.cid-vfbbeWHZW3 .mbr-text {
  text-align: center;
}
.cid-vfbbodtL0i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbbodtL0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbbodtL0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbbodtL0i .video-wrapper iframe {
  width: 100%;
}
.cid-vfbbodtL0i .mbr-section-title,
.cid-vfbbodtL0i .mbr-section-subtitle,
.cid-vfbbodtL0i .mbr-text {
  text-align: center;
}
.cid-vfbbwy7rdU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbbwy7rdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbbwy7rdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbbwy7rdU .video-wrapper iframe {
  width: 100%;
}
.cid-vfbbwy7rdU .mbr-section-title,
.cid-vfbbwy7rdU .mbr-section-subtitle,
.cid-vfbbwy7rdU .mbr-text {
  text-align: center;
}
.cid-vfbnfLlAZV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbnfLlAZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbnfLlAZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbnfLlAZV .video-wrapper iframe {
  width: 100%;
}
.cid-vfbnfLlAZV .mbr-section-title,
.cid-vfbnfLlAZV .mbr-section-subtitle,
.cid-vfbnfLlAZV .mbr-text {
  text-align: center;
}
.cid-vfbnsyP1BK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbnsyP1BK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbnsyP1BK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbnsyP1BK .video-wrapper iframe {
  width: 100%;
}
.cid-vfbnsyP1BK .mbr-section-title,
.cid-vfbnsyP1BK .mbr-section-subtitle,
.cid-vfbnsyP1BK .mbr-text {
  text-align: center;
}
.cid-vfbnIC2vE8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbnIC2vE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbnIC2vE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbnIC2vE8 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbnIC2vE8 .mbr-section-title,
.cid-vfbnIC2vE8 .mbr-section-subtitle,
.cid-vfbnIC2vE8 .mbr-text {
  text-align: center;
}
.cid-vfbnTuW3hc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbnTuW3hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbnTuW3hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbnTuW3hc .video-wrapper iframe {
  width: 100%;
}
.cid-vfbnTuW3hc .mbr-section-title,
.cid-vfbnTuW3hc .mbr-section-subtitle,
.cid-vfbnTuW3hc .mbr-text {
  text-align: center;
}
.cid-vfbodymjUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbodymjUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbodymjUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbodymjUc .video-wrapper iframe {
  width: 100%;
}
.cid-vfbodymjUc .mbr-section-title,
.cid-vfbodymjUc .mbr-section-subtitle,
.cid-vfbodymjUc .mbr-text {
  text-align: center;
}
.cid-vfbomVwxLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbomVwxLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbomVwxLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbomVwxLT .video-wrapper iframe {
  width: 100%;
}
.cid-vfbomVwxLT .mbr-section-title,
.cid-vfbomVwxLT .mbr-section-subtitle,
.cid-vfbomVwxLT .mbr-text {
  text-align: center;
}
.cid-vfbowVE6PW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbowVE6PW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbowVE6PW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbowVE6PW .video-wrapper iframe {
  width: 100%;
}
.cid-vfbowVE6PW .mbr-section-title,
.cid-vfbowVE6PW .mbr-section-subtitle,
.cid-vfbowVE6PW .mbr-text {
  text-align: center;
}
.cid-vfboETZr75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfboETZr75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfboETZr75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfboETZr75 .video-wrapper iframe {
  width: 100%;
}
.cid-vfboETZr75 .mbr-section-title,
.cid-vfboETZr75 .mbr-section-subtitle,
.cid-vfboETZr75 .mbr-text {
  text-align: center;
}
.cid-vfboOFniyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfboOFniyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfboOFniyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfboOFniyX .video-wrapper iframe {
  width: 100%;
}
.cid-vfboOFniyX .mbr-section-title,
.cid-vfboOFniyX .mbr-section-subtitle,
.cid-vfboOFniyX .mbr-text {
  text-align: center;
}
.cid-vfboZBdOQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfboZBdOQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfboZBdOQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfboZBdOQg .video-wrapper iframe {
  width: 100%;
}
.cid-vfboZBdOQg .mbr-section-title,
.cid-vfboZBdOQg .mbr-section-subtitle,
.cid-vfboZBdOQg .mbr-text {
  text-align: center;
}
.cid-vfbphOHIkb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbphOHIkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbphOHIkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbphOHIkb .video-wrapper iframe {
  width: 100%;
}
.cid-vfbphOHIkb .mbr-section-title,
.cid-vfbphOHIkb .mbr-section-subtitle,
.cid-vfbphOHIkb .mbr-text {
  text-align: center;
}
.cid-vfbp9lT5XQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbp9lT5XQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbp9lT5XQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbp9lT5XQ .video-wrapper iframe {
  width: 100%;
}
.cid-vfbp9lT5XQ .mbr-section-title,
.cid-vfbp9lT5XQ .mbr-section-subtitle,
.cid-vfbp9lT5XQ .mbr-text {
  text-align: center;
}
.cid-vfbpmQwuBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbpmQwuBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbpmQwuBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbpmQwuBK .video-wrapper iframe {
  width: 100%;
}
.cid-vfbpmQwuBK .mbr-section-title,
.cid-vfbpmQwuBK .mbr-section-subtitle,
.cid-vfbpmQwuBK .mbr-text {
  text-align: center;
}
.cid-vfbptgqG9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbptgqG9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbptgqG9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbptgqG9l .video-wrapper iframe {
  width: 100%;
}
.cid-vfbptgqG9l .mbr-section-title,
.cid-vfbptgqG9l .mbr-section-subtitle,
.cid-vfbptgqG9l .mbr-text {
  text-align: center;
}
.cid-vfbpCJvgVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbpCJvgVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbpCJvgVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbpCJvgVU .video-wrapper iframe {
  width: 100%;
}
.cid-vfbpCJvgVU .mbr-section-title,
.cid-vfbpCJvgVU .mbr-section-subtitle,
.cid-vfbpCJvgVU .mbr-text {
  text-align: center;
}
.cid-vfbpM2WJ0R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbpM2WJ0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbpM2WJ0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbpM2WJ0R .video-wrapper iframe {
  width: 100%;
}
.cid-vfbpM2WJ0R .mbr-section-title,
.cid-vfbpM2WJ0R .mbr-section-subtitle,
.cid-vfbpM2WJ0R .mbr-text {
  text-align: center;
}
.cid-vfbpTiAyPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbpTiAyPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbpTiAyPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbpTiAyPM .video-wrapper iframe {
  width: 100%;
}
.cid-vfbpTiAyPM .mbr-section-title,
.cid-vfbpTiAyPM .mbr-section-subtitle,
.cid-vfbpTiAyPM .mbr-text {
  text-align: center;
}
.cid-vfbq1qaCNV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbq1qaCNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbq1qaCNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbq1qaCNV .video-wrapper iframe {
  width: 100%;
}
.cid-vfbq1qaCNV .mbr-section-title,
.cid-vfbq1qaCNV .mbr-section-subtitle,
.cid-vfbq1qaCNV .mbr-text {
  text-align: center;
}
.cid-vfbq9wZY27 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbq9wZY27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbq9wZY27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbq9wZY27 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbq9wZY27 .mbr-section-title,
.cid-vfbq9wZY27 .mbr-section-subtitle,
.cid-vfbq9wZY27 .mbr-text {
  text-align: center;
}
.cid-vfbqlUCAHj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbqlUCAHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbqlUCAHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbqlUCAHj .video-wrapper iframe {
  width: 100%;
}
.cid-vfbqlUCAHj .mbr-section-title,
.cid-vfbqlUCAHj .mbr-section-subtitle,
.cid-vfbqlUCAHj .mbr-text {
  text-align: center;
}
.cid-vfbqw62FvR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbqw62FvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbqw62FvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbqw62FvR .video-wrapper iframe {
  width: 100%;
}
.cid-vfbqw62FvR .mbr-section-title,
.cid-vfbqw62FvR .mbr-section-subtitle,
.cid-vfbqw62FvR .mbr-text {
  text-align: center;
}
.cid-v7CLctJ58o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v7CLctJ58o .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7CLctJ58o .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v7CLctJ58o .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v7CLctJ58o .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7CLctJ58o .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7CLctJ58o .row .foot-menu li p {
  margin: 0;
}
.cid-v7CLctJ58o .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7CLctJ58o .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v7CLctJ58o .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7CLctJ58o .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v7CLctJ58o .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7CLctJ58o .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7CLctJ58o .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v7CLctJ58o .row .row-copirayt p {
  width: 100%;
}
.cid-v7CLctJ58o .row .mbr-text {
  color: #000000;
}
.cid-v7CLctJ58o foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v7O1C7qKsa .navbar-dropdown {
  position: relative !important;
}
.cid-v7O1C7qKsa .navbar-dropdown {
  position: absolute !important;
}
.cid-v7O1C7qKsa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7O1C7qKsa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7O1C7qKsa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7O1C7qKsa .dropdown-item:hover,
.cid-v7O1C7qKsa .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v7O1C7qKsa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7O1C7qKsa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7O1C7qKsa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7O1C7qKsa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7O1C7qKsa .nav-link {
  position: relative;
}
.cid-v7O1C7qKsa .container {
  display: flex;
  margin: auto;
}
.cid-v7O1C7qKsa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7O1C7qKsa .dropdown-menu,
.cid-v7O1C7qKsa .navbar.opened {
  background: #c491b0 !important;
}
.cid-v7O1C7qKsa .nav-item:focus,
.cid-v7O1C7qKsa .nav-link:focus {
  outline: none;
}
.cid-v7O1C7qKsa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7O1C7qKsa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7O1C7qKsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7O1C7qKsa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7O1C7qKsa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7O1C7qKsa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7O1C7qKsa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v7O1C7qKsa .navbar.opened {
  transition: all 0.3s;
}
.cid-v7O1C7qKsa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7O1C7qKsa .navbar .navbar-logo img {
  width: auto;
}
.cid-v7O1C7qKsa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7O1C7qKsa .navbar.collapsed {
  justify-content: center;
}
.cid-v7O1C7qKsa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7O1C7qKsa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7O1C7qKsa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7O1C7qKsa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7O1C7qKsa .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-v7O1C7qKsa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7O1C7qKsa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7O1C7qKsa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7O1C7qKsa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7O1C7qKsa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7O1C7qKsa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7O1C7qKsa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7O1C7qKsa .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-v7O1C7qKsa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7O1C7qKsa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7O1C7qKsa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7O1C7qKsa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7O1C7qKsa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7O1C7qKsa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7O1C7qKsa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7O1C7qKsa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7O1C7qKsa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7O1C7qKsa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7O1C7qKsa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7O1C7qKsa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7O1C7qKsa .dropdown-item.active,
.cid-v7O1C7qKsa .dropdown-item:active {
  background-color: transparent;
}
.cid-v7O1C7qKsa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7O1C7qKsa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7O1C7qKsa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7O1C7qKsa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v7O1C7qKsa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7O1C7qKsa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7O1C7qKsa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7O1C7qKsa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7O1C7qKsa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7O1C7qKsa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7O1C7qKsa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7O1C7qKsa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7O1C7qKsa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7O1C7qKsa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7O1C7qKsa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7O1C7qKsa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7O1C7qKsa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7O1C7qKsa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7O1C7qKsa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7O1C7qKsa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7O1C7qKsa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7O1C7qKsa .navbar {
    height: 70px;
  }
  .cid-v7O1C7qKsa .navbar.opened {
    height: auto;
  }
  .cid-v7O1C7qKsa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93Kddu4Sh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dr-ozana-moraru1-2000x1500.jpg");
}
.cid-v93Kddu4Sh .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-v93Kddu4Sh img,
.cid-v93Kddu4Sh .item-img {
  width: 100%;
}
.cid-v93Kddu4Sh .item:focus,
.cid-v93Kddu4Sh span:focus {
  outline: none;
}
.cid-v93Kddu4Sh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v93Kddu4Sh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d7bdcd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v93Kddu4Sh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v93Kddu4Sh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v93Kddu4Sh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v93Kddu4Sh .mbr-section-title {
  color: #232323;
}
.cid-v93Kddu4Sh .mbr-text,
.cid-v93Kddu4Sh .mbr-section-btn {
  text-align: left;
}
.cid-v93Kddu4Sh .item-title {
  text-align: center;
}
.cid-v93Kddu4Sh .item-subtitle {
  text-align: center;
}
.cid-v7O1C7YvP7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v7O1C7YvP7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v7O1C7YvP7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v7O1C7YvP7 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v7O1C7YvP7 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v7O1C7YvP7 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v7O1C7YvP7 .row .foot-menu li p {
  margin: 0;
}
.cid-v7O1C7YvP7 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v7O1C7YvP7 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v7O1C7YvP7 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7O1C7YvP7 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v7O1C7YvP7 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7O1C7YvP7 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7O1C7YvP7 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v7O1C7YvP7 .row .row-copirayt p {
  width: 100%;
}
.cid-v7O1C7YvP7 .row .mbr-text {
  color: #000000;
}
.cid-v7O1C7YvP7 foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93u87Rvom .navbar-dropdown {
  position: relative !important;
}
.cid-v93u87Rvom .navbar-dropdown {
  position: absolute !important;
}
.cid-v93u87Rvom .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93u87Rvom .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93u87Rvom .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93u87Rvom .dropdown-item:hover,
.cid-v93u87Rvom .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93u87Rvom .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93u87Rvom .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93u87Rvom .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93u87Rvom .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93u87Rvom .nav-link {
  position: relative;
}
.cid-v93u87Rvom .container {
  display: flex;
  margin: auto;
}
.cid-v93u87Rvom .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93u87Rvom .dropdown-menu,
.cid-v93u87Rvom .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93u87Rvom .nav-item:focus,
.cid-v93u87Rvom .nav-link:focus {
  outline: none;
}
.cid-v93u87Rvom .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93u87Rvom .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93u87Rvom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93u87Rvom .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93u87Rvom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93u87Rvom .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93u87Rvom .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93u87Rvom .navbar.opened {
  transition: all 0.3s;
}
.cid-v93u87Rvom .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93u87Rvom .navbar .navbar-logo img {
  width: auto;
}
.cid-v93u87Rvom .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93u87Rvom .navbar.collapsed {
  justify-content: center;
}
.cid-v93u87Rvom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93u87Rvom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93u87Rvom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93u87Rvom .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93u87Rvom .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-v93u87Rvom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93u87Rvom .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93u87Rvom .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93u87Rvom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93u87Rvom .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93u87Rvom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93u87Rvom .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93u87Rvom .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-v93u87Rvom .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93u87Rvom .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93u87Rvom .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93u87Rvom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93u87Rvom .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93u87Rvom .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93u87Rvom .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93u87Rvom .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93u87Rvom .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93u87Rvom .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93u87Rvom .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93u87Rvom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93u87Rvom .dropdown-item.active,
.cid-v93u87Rvom .dropdown-item:active {
  background-color: transparent;
}
.cid-v93u87Rvom .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93u87Rvom .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93u87Rvom .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93u87Rvom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93u87Rvom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93u87Rvom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93u87Rvom ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93u87Rvom .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93u87Rvom button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93u87Rvom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93u87Rvom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93u87Rvom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93u87Rvom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93u87Rvom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93u87Rvom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93u87Rvom nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93u87Rvom nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93u87Rvom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93u87Rvom .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93u87Rvom a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93u87Rvom .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93u87Rvom .navbar {
    height: 70px;
  }
  .cid-v93u87Rvom .navbar.opened {
    height: auto;
  }
  .cid-v93u87Rvom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93u885L4q {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u885L4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u885L4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u885L4q .video-wrapper iframe {
  width: 100%;
}
.cid-v93u885L4q .mbr-section-title,
.cid-v93u885L4q .mbr-section-subtitle,
.cid-v93u885L4q .mbr-text {
  text-align: center;
}
.cid-v93u88hBpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u88hBpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u88hBpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u88hBpV .video-wrapper iframe {
  width: 100%;
}
.cid-v93u88hBpV .mbr-section-title,
.cid-v93u88hBpV .mbr-section-subtitle,
.cid-v93u88hBpV .mbr-text {
  text-align: center;
}
.cid-v93u88s7vX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u88s7vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u88s7vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u88s7vX .video-wrapper iframe {
  width: 100%;
}
.cid-v93u88s7vX .mbr-section-title,
.cid-v93u88s7vX .mbr-section-subtitle,
.cid-v93u88s7vX .mbr-text {
  text-align: center;
}
.cid-v93u88CNES {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u88CNES .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u88CNES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u88CNES .video-wrapper iframe {
  width: 100%;
}
.cid-v93u88CNES .mbr-section-title,
.cid-v93u88CNES .mbr-section-subtitle,
.cid-v93u88CNES .mbr-text {
  text-align: center;
}
.cid-v93u88Nov4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u88Nov4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u88Nov4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u88Nov4 .video-wrapper iframe {
  width: 100%;
}
.cid-v93u88Nov4 .mbr-section-title,
.cid-v93u88Nov4 .mbr-section-subtitle,
.cid-v93u88Nov4 .mbr-text {
  text-align: center;
}
.cid-v93u88X6cv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u88X6cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u88X6cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u88X6cv .video-wrapper iframe {
  width: 100%;
}
.cid-v93u88X6cv .mbr-section-title,
.cid-v93u88X6cv .mbr-section-subtitle,
.cid-v93u88X6cv .mbr-text {
  text-align: center;
}
.cid-v93u897L1l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u897L1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u897L1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u897L1l .video-wrapper iframe {
  width: 100%;
}
.cid-v93u897L1l .mbr-section-title,
.cid-v93u897L1l .mbr-section-subtitle,
.cid-v93u897L1l .mbr-text {
  text-align: center;
}
.cid-v93u89i5nH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u89i5nH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u89i5nH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u89i5nH .video-wrapper iframe {
  width: 100%;
}
.cid-v93u89i5nH .mbr-section-title,
.cid-v93u89i5nH .mbr-section-subtitle,
.cid-v93u89i5nH .mbr-text {
  text-align: center;
}
.cid-v93u89u7sJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u89u7sJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u89u7sJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u89u7sJ .video-wrapper iframe {
  width: 100%;
}
.cid-v93u89u7sJ .mbr-section-title,
.cid-v93u89u7sJ .mbr-section-subtitle,
.cid-v93u89u7sJ .mbr-text {
  text-align: center;
}
.cid-v93u89DPIp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u89DPIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u89DPIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u89DPIp .video-wrapper iframe {
  width: 100%;
}
.cid-v93u89DPIp .mbr-section-title,
.cid-v93u89DPIp .mbr-section-subtitle,
.cid-v93u89DPIp .mbr-text {
  text-align: center;
}
.cid-v93u89Ogvw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u89Ogvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u89Ogvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u89Ogvw .video-wrapper iframe {
  width: 100%;
}
.cid-v93u89Ogvw .mbr-section-title,
.cid-v93u89Ogvw .mbr-section-subtitle,
.cid-v93u89Ogvw .mbr-text {
  text-align: center;
}
.cid-v93u89YxQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u89YxQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u89YxQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u89YxQu .video-wrapper iframe {
  width: 100%;
}
.cid-v93u89YxQu .mbr-section-title,
.cid-v93u89YxQu .mbr-section-subtitle,
.cid-v93u89YxQu .mbr-text {
  text-align: center;
}
.cid-v93u8a9O02 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93u8a9O02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93u8a9O02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93u8a9O02 .video-wrapper iframe {
  width: 100%;
}
.cid-v93u8a9O02 .mbr-section-title,
.cid-v93u8a9O02 .mbr-section-subtitle,
.cid-v93u8a9O02 .mbr-text {
  text-align: center;
}
.cid-vfaINje9rv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaINje9rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaINje9rv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaINje9rv .video-wrapper iframe {
  width: 100%;
}
.cid-vfaINje9rv .mbr-section-title,
.cid-vfaINje9rv .mbr-section-subtitle,
.cid-vfaINje9rv .mbr-text {
  text-align: center;
}
.cid-vfaJfvNKDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaJfvNKDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaJfvNKDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaJfvNKDO .video-wrapper iframe {
  width: 100%;
}
.cid-vfaJfvNKDO .mbr-section-title,
.cid-vfaJfvNKDO .mbr-section-subtitle,
.cid-vfaJfvNKDO .mbr-text {
  text-align: center;
}
.cid-vfaJpCNgCA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaJpCNgCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaJpCNgCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaJpCNgCA .video-wrapper iframe {
  width: 100%;
}
.cid-vfaJpCNgCA .mbr-section-title,
.cid-vfaJpCNgCA .mbr-section-subtitle,
.cid-vfaJpCNgCA .mbr-text {
  text-align: center;
}
.cid-vfaJBVWG5F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaJBVWG5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaJBVWG5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaJBVWG5F .video-wrapper iframe {
  width: 100%;
}
.cid-vfaJBVWG5F .mbr-section-title,
.cid-vfaJBVWG5F .mbr-section-subtitle,
.cid-vfaJBVWG5F .mbr-text {
  text-align: center;
}
.cid-vfaJL14Knd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaJL14Knd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaJL14Knd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaJL14Knd .video-wrapper iframe {
  width: 100%;
}
.cid-vfaJL14Knd .mbr-section-title,
.cid-vfaJL14Knd .mbr-section-subtitle,
.cid-vfaJL14Knd .mbr-text {
  text-align: center;
}
.cid-vfaJSSTuSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaJSSTuSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaJSSTuSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaJSSTuSG .video-wrapper iframe {
  width: 100%;
}
.cid-vfaJSSTuSG .mbr-section-title,
.cid-vfaJSSTuSG .mbr-section-subtitle,
.cid-vfaJSSTuSG .mbr-text {
  text-align: center;
}
.cid-vfaK1biW9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaK1biW9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaK1biW9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaK1biW9g .video-wrapper iframe {
  width: 100%;
}
.cid-vfaK1biW9g .mbr-section-title,
.cid-vfaK1biW9g .mbr-section-subtitle,
.cid-vfaK1biW9g .mbr-text {
  text-align: center;
}
.cid-vfaKabIT1p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaKabIT1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaKabIT1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaKabIT1p .video-wrapper iframe {
  width: 100%;
}
.cid-vfaKabIT1p .mbr-section-title,
.cid-vfaKabIT1p .mbr-section-subtitle,
.cid-vfaKabIT1p .mbr-text {
  text-align: center;
}
.cid-vfaKiVFKCu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaKiVFKCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaKiVFKCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaKiVFKCu .video-wrapper iframe {
  width: 100%;
}
.cid-vfaKiVFKCu .mbr-section-title,
.cid-vfaKiVFKCu .mbr-section-subtitle,
.cid-vfaKiVFKCu .mbr-text {
  text-align: center;
}
.cid-vfaKscUwTX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaKscUwTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaKscUwTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaKscUwTX .video-wrapper iframe {
  width: 100%;
}
.cid-vfaKscUwTX .mbr-section-title,
.cid-vfaKscUwTX .mbr-section-subtitle,
.cid-vfaKscUwTX .mbr-text {
  text-align: center;
}
.cid-vfaKEdviZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaKEdviZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaKEdviZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaKEdviZH .video-wrapper iframe {
  width: 100%;
}
.cid-vfaKEdviZH .mbr-section-title,
.cid-vfaKEdviZH .mbr-section-subtitle,
.cid-vfaKEdviZH .mbr-text {
  text-align: center;
}
.cid-vfaKROKFRR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaKROKFRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaKROKFRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaKROKFRR .video-wrapper iframe {
  width: 100%;
}
.cid-vfaKROKFRR .mbr-section-title,
.cid-vfaKROKFRR .mbr-section-subtitle,
.cid-vfaKROKFRR .mbr-text {
  text-align: center;
}
.cid-vfaL1ah1gp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaL1ah1gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaL1ah1gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaL1ah1gp .video-wrapper iframe {
  width: 100%;
}
.cid-vfaL1ah1gp .mbr-section-title,
.cid-vfaL1ah1gp .mbr-section-subtitle,
.cid-vfaL1ah1gp .mbr-text {
  text-align: center;
}
.cid-vfaLdyHpGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaLdyHpGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaLdyHpGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaLdyHpGg .video-wrapper iframe {
  width: 100%;
}
.cid-vfaLdyHpGg .mbr-section-title,
.cid-vfaLdyHpGg .mbr-section-subtitle,
.cid-vfaLdyHpGg .mbr-text {
  text-align: center;
}
.cid-vfaSOEargj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaSOEargj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaSOEargj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaSOEargj .video-wrapper iframe {
  width: 100%;
}
.cid-vfaSOEargj .mbr-section-title,
.cid-vfaSOEargj .mbr-section-subtitle,
.cid-vfaSOEargj .mbr-text {
  text-align: center;
}
.cid-vfaT4bbw80 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaT4bbw80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaT4bbw80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaT4bbw80 .video-wrapper iframe {
  width: 100%;
}
.cid-vfaT4bbw80 .mbr-section-title,
.cid-vfaT4bbw80 .mbr-section-subtitle,
.cid-vfaT4bbw80 .mbr-text {
  text-align: center;
}
.cid-vfaTdvcUbC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTdvcUbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTdvcUbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTdvcUbC .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTdvcUbC .mbr-section-title,
.cid-vfaTdvcUbC .mbr-section-subtitle,
.cid-vfaTdvcUbC .mbr-text {
  text-align: center;
}
.cid-vfaTofsWz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTofsWz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTofsWz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTofsWz8 .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTofsWz8 .mbr-section-title,
.cid-vfaTofsWz8 .mbr-section-subtitle,
.cid-vfaTofsWz8 .mbr-text {
  text-align: center;
}
.cid-vfaTxtgkTt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTxtgkTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTxtgkTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTxtgkTt .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTxtgkTt .mbr-section-title,
.cid-vfaTxtgkTt .mbr-section-subtitle,
.cid-vfaTxtgkTt .mbr-text {
  text-align: center;
}
.cid-vfaTG28JMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTG28JMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTG28JMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTG28JMt .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTG28JMt .mbr-section-title,
.cid-vfaTG28JMt .mbr-section-subtitle,
.cid-vfaTG28JMt .mbr-text {
  text-align: center;
}
.cid-vfaTP0PGSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTP0PGSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTP0PGSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTP0PGSq .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTP0PGSq .mbr-section-title,
.cid-vfaTP0PGSq .mbr-section-subtitle,
.cid-vfaTP0PGSq .mbr-text {
  text-align: center;
}
.cid-vfaTXaEPHD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaTXaEPHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaTXaEPHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaTXaEPHD .video-wrapper iframe {
  width: 100%;
}
.cid-vfaTXaEPHD .mbr-section-title,
.cid-vfaTXaEPHD .mbr-section-subtitle,
.cid-vfaTXaEPHD .mbr-text {
  text-align: center;
}
.cid-vfaU5r2zxV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaU5r2zxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaU5r2zxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaU5r2zxV .video-wrapper iframe {
  width: 100%;
}
.cid-vfaU5r2zxV .mbr-section-title,
.cid-vfaU5r2zxV .mbr-section-subtitle,
.cid-vfaU5r2zxV .mbr-text {
  text-align: center;
}
.cid-vfaUedQSzG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaUedQSzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaUedQSzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaUedQSzG .video-wrapper iframe {
  width: 100%;
}
.cid-vfaUedQSzG .mbr-section-title,
.cid-vfaUedQSzG .mbr-section-subtitle,
.cid-vfaUedQSzG .mbr-text {
  text-align: center;
}
.cid-vfaUmQ7rLQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfaUmQ7rLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfaUmQ7rLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfaUmQ7rLQ .video-wrapper iframe {
  width: 100%;
}
.cid-vfaUmQ7rLQ .mbr-section-title,
.cid-vfaUmQ7rLQ .mbr-section-subtitle,
.cid-vfaUmQ7rLQ .mbr-text {
  text-align: center;
}
.cid-v93u8ale31 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93u8ale31 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93u8ale31 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93u8ale31 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93u8ale31 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93u8ale31 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93u8ale31 .row .foot-menu li p {
  margin: 0;
}
.cid-v93u8ale31 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93u8ale31 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93u8ale31 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93u8ale31 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93u8ale31 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93u8ale31 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93u8ale31 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93u8ale31 .row .row-copirayt p {
  width: 100%;
}
.cid-v93u8ale31 .row .mbr-text {
  color: #000000;
}
.cid-v93u8ale31 foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93y9iM0zN .navbar-dropdown {
  position: relative !important;
}
.cid-v93y9iM0zN .navbar-dropdown {
  position: absolute !important;
}
.cid-v93y9iM0zN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93y9iM0zN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93y9iM0zN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93y9iM0zN .dropdown-item:hover,
.cid-v93y9iM0zN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93y9iM0zN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93y9iM0zN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93y9iM0zN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93y9iM0zN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93y9iM0zN .nav-link {
  position: relative;
}
.cid-v93y9iM0zN .container {
  display: flex;
  margin: auto;
}
.cid-v93y9iM0zN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93y9iM0zN .dropdown-menu,
.cid-v93y9iM0zN .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93y9iM0zN .nav-item:focus,
.cid-v93y9iM0zN .nav-link:focus {
  outline: none;
}
.cid-v93y9iM0zN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93y9iM0zN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93y9iM0zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93y9iM0zN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93y9iM0zN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93y9iM0zN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93y9iM0zN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93y9iM0zN .navbar.opened {
  transition: all 0.3s;
}
.cid-v93y9iM0zN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93y9iM0zN .navbar .navbar-logo img {
  width: auto;
}
.cid-v93y9iM0zN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93y9iM0zN .navbar.collapsed {
  justify-content: center;
}
.cid-v93y9iM0zN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93y9iM0zN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93y9iM0zN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93y9iM0zN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93y9iM0zN .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-v93y9iM0zN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93y9iM0zN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93y9iM0zN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93y9iM0zN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93y9iM0zN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93y9iM0zN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93y9iM0zN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93y9iM0zN .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-v93y9iM0zN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93y9iM0zN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93y9iM0zN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93y9iM0zN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93y9iM0zN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93y9iM0zN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93y9iM0zN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93y9iM0zN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93y9iM0zN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93y9iM0zN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93y9iM0zN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93y9iM0zN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93y9iM0zN .dropdown-item.active,
.cid-v93y9iM0zN .dropdown-item:active {
  background-color: transparent;
}
.cid-v93y9iM0zN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93y9iM0zN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93y9iM0zN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93y9iM0zN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93y9iM0zN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93y9iM0zN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93y9iM0zN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93y9iM0zN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93y9iM0zN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93y9iM0zN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93y9iM0zN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93y9iM0zN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93y9iM0zN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93y9iM0zN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93y9iM0zN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93y9iM0zN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93y9iM0zN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93y9iM0zN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93y9iM0zN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93y9iM0zN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93y9iM0zN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93y9iM0zN .navbar {
    height: 70px;
  }
  .cid-v93y9iM0zN .navbar.opened {
    height: auto;
  }
  .cid-v93y9iM0zN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93FnINfSv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/microscop4-3-2000x1500.jpg");
}
.cid-v93FnINfSv .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-v93FnINfSv img,
.cid-v93FnINfSv .item-img {
  width: 100%;
}
.cid-v93FnINfSv .item:focus,
.cid-v93FnINfSv span:focus {
  outline: none;
}
.cid-v93FnINfSv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v93FnINfSv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d7bdcd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v93FnINfSv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v93FnINfSv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v93FnINfSv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v93FnINfSv .mbr-section-title {
  color: #232323;
}
.cid-v93FnINfSv .mbr-text,
.cid-v93FnINfSv .mbr-section-btn {
  text-align: left;
}
.cid-v93FnINfSv .item-title {
  text-align: center;
}
.cid-v93FnINfSv .item-subtitle {
  text-align: center;
}
.cid-v93y9jwdJN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93y9jwdJN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93y9jwdJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93y9jwdJN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93y9jwdJN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93y9jwdJN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93y9jwdJN .row .foot-menu li p {
  margin: 0;
}
.cid-v93y9jwdJN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93y9jwdJN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93y9jwdJN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93y9jwdJN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93y9jwdJN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93y9jwdJN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93y9jwdJN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93y9jwdJN .row .row-copirayt p {
  width: 100%;
}
.cid-v93y9jwdJN .row .mbr-text {
  color: #000000;
}
.cid-v93y9jwdJN foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93NcExcdL .navbar-dropdown {
  position: relative !important;
}
.cid-v93NcExcdL .navbar-dropdown {
  position: absolute !important;
}
.cid-v93NcExcdL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93NcExcdL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93NcExcdL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93NcExcdL .dropdown-item:hover,
.cid-v93NcExcdL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93NcExcdL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93NcExcdL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93NcExcdL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93NcExcdL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93NcExcdL .nav-link {
  position: relative;
}
.cid-v93NcExcdL .container {
  display: flex;
  margin: auto;
}
.cid-v93NcExcdL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93NcExcdL .dropdown-menu,
.cid-v93NcExcdL .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93NcExcdL .nav-item:focus,
.cid-v93NcExcdL .nav-link:focus {
  outline: none;
}
.cid-v93NcExcdL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93NcExcdL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93NcExcdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93NcExcdL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93NcExcdL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93NcExcdL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93NcExcdL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93NcExcdL .navbar.opened {
  transition: all 0.3s;
}
.cid-v93NcExcdL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93NcExcdL .navbar .navbar-logo img {
  width: auto;
}
.cid-v93NcExcdL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93NcExcdL .navbar.collapsed {
  justify-content: center;
}
.cid-v93NcExcdL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93NcExcdL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93NcExcdL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93NcExcdL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93NcExcdL .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-v93NcExcdL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93NcExcdL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93NcExcdL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93NcExcdL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93NcExcdL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93NcExcdL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93NcExcdL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93NcExcdL .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-v93NcExcdL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93NcExcdL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93NcExcdL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93NcExcdL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93NcExcdL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93NcExcdL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93NcExcdL .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93NcExcdL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93NcExcdL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93NcExcdL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93NcExcdL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93NcExcdL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93NcExcdL .dropdown-item.active,
.cid-v93NcExcdL .dropdown-item:active {
  background-color: transparent;
}
.cid-v93NcExcdL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93NcExcdL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93NcExcdL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93NcExcdL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93NcExcdL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93NcExcdL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93NcExcdL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93NcExcdL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93NcExcdL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93NcExcdL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93NcExcdL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93NcExcdL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93NcExcdL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93NcExcdL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93NcExcdL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93NcExcdL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93NcExcdL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93NcExcdL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93NcExcdL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93NcExcdL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93NcExcdL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93NcExcdL .navbar {
    height: 70px;
  }
  .cid-v93NcExcdL .navbar.opened {
    height: auto;
  }
  .cid-v93NcExcdL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93NcEMTcx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcEMTcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcEMTcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcEMTcx .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcEMTcx .mbr-section-title,
.cid-v93NcEMTcx .mbr-section-subtitle,
.cid-v93NcEMTcx .mbr-text {
  text-align: center;
}
.cid-v93NcEZH8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcEZH8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcEZH8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcEZH8t .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcEZH8t .mbr-section-title,
.cid-v93NcEZH8t .mbr-section-subtitle,
.cid-v93NcEZH8t .mbr-text {
  text-align: center;
}
.cid-v93NcFa7uD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcFa7uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcFa7uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcFa7uD .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcFa7uD .mbr-section-title,
.cid-v93NcFa7uD .mbr-section-subtitle,
.cid-v93NcFa7uD .mbr-text {
  text-align: center;
}
.cid-v93NcFlvp7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcFlvp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcFlvp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcFlvp7 .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcFlvp7 .mbr-section-title,
.cid-v93NcFlvp7 .mbr-section-subtitle,
.cid-v93NcFlvp7 .mbr-text {
  text-align: center;
}
.cid-v93NcFvZaV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcFvZaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcFvZaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcFvZaV .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcFvZaV .mbr-section-title,
.cid-v93NcFvZaV .mbr-section-subtitle,
.cid-v93NcFvZaV .mbr-text {
  text-align: center;
}
.cid-v93NcFGSDd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcFGSDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcFGSDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcFGSDd .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcFGSDd .mbr-section-title,
.cid-v93NcFGSDd .mbr-section-subtitle,
.cid-v93NcFGSDd .mbr-text {
  text-align: center;
}
.cid-v93NcFRcJg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcFRcJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcFRcJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcFRcJg .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcFRcJg .mbr-section-title,
.cid-v93NcFRcJg .mbr-section-subtitle,
.cid-v93NcFRcJg .mbr-text {
  text-align: center;
}
.cid-v93NcG5Fd3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcG5Fd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcG5Fd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcG5Fd3 .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcG5Fd3 .mbr-section-title,
.cid-v93NcG5Fd3 .mbr-section-subtitle,
.cid-v93NcG5Fd3 .mbr-text {
  text-align: center;
}
.cid-v93NcGgy75 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcGgy75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcGgy75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcGgy75 .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcGgy75 .mbr-section-title,
.cid-v93NcGgy75 .mbr-section-subtitle,
.cid-v93NcGgy75 .mbr-text {
  text-align: center;
}
.cid-v93NcGqa63 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcGqa63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcGqa63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcGqa63 .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcGqa63 .mbr-section-title,
.cid-v93NcGqa63 .mbr-section-subtitle,
.cid-v93NcGqa63 .mbr-text {
  text-align: center;
}
.cid-v93NcGBFMw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcGBFMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcGBFMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcGBFMw .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcGBFMw .mbr-section-title,
.cid-v93NcGBFMw .mbr-section-subtitle,
.cid-v93NcGBFMw .mbr-text {
  text-align: center;
}
.cid-v93NcGMBAs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcGMBAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcGMBAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcGMBAs .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcGMBAs .mbr-section-title,
.cid-v93NcGMBAs .mbr-section-subtitle,
.cid-v93NcGMBAs .mbr-text {
  text-align: center;
}
.cid-v93NcGXu6z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93NcGXu6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93NcGXu6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93NcGXu6z .video-wrapper iframe {
  width: 100%;
}
.cid-v93NcGXu6z .mbr-section-title,
.cid-v93NcGXu6z .mbr-section-subtitle,
.cid-v93NcGXu6z .mbr-text {
  text-align: center;
}
.cid-v93NcHb9la {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93NcHb9la .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93NcHb9la .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93NcHb9la .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93NcHb9la .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93NcHb9la .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93NcHb9la .row .foot-menu li p {
  margin: 0;
}
.cid-v93NcHb9la .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93NcHb9la .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93NcHb9la .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93NcHb9la .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93NcHb9la .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93NcHb9la .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93NcHb9la .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93NcHb9la .row .row-copirayt p {
  width: 100%;
}
.cid-v93NcHb9la .row .mbr-text {
  color: #000000;
}
.cid-v93NcHb9la foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93ON6o7GT .navbar-dropdown {
  position: relative !important;
}
.cid-v93ON6o7GT .navbar-dropdown {
  position: absolute !important;
}
.cid-v93ON6o7GT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93ON6o7GT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93ON6o7GT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93ON6o7GT .dropdown-item:hover,
.cid-v93ON6o7GT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93ON6o7GT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93ON6o7GT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93ON6o7GT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93ON6o7GT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93ON6o7GT .nav-link {
  position: relative;
}
.cid-v93ON6o7GT .container {
  display: flex;
  margin: auto;
}
.cid-v93ON6o7GT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93ON6o7GT .dropdown-menu,
.cid-v93ON6o7GT .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93ON6o7GT .nav-item:focus,
.cid-v93ON6o7GT .nav-link:focus {
  outline: none;
}
.cid-v93ON6o7GT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93ON6o7GT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93ON6o7GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93ON6o7GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93ON6o7GT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93ON6o7GT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93ON6o7GT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93ON6o7GT .navbar.opened {
  transition: all 0.3s;
}
.cid-v93ON6o7GT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93ON6o7GT .navbar .navbar-logo img {
  width: auto;
}
.cid-v93ON6o7GT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93ON6o7GT .navbar.collapsed {
  justify-content: center;
}
.cid-v93ON6o7GT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93ON6o7GT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93ON6o7GT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93ON6o7GT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93ON6o7GT .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-v93ON6o7GT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93ON6o7GT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93ON6o7GT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93ON6o7GT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93ON6o7GT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93ON6o7GT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93ON6o7GT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93ON6o7GT .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-v93ON6o7GT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93ON6o7GT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93ON6o7GT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93ON6o7GT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93ON6o7GT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93ON6o7GT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93ON6o7GT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93ON6o7GT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93ON6o7GT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93ON6o7GT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93ON6o7GT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93ON6o7GT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93ON6o7GT .dropdown-item.active,
.cid-v93ON6o7GT .dropdown-item:active {
  background-color: transparent;
}
.cid-v93ON6o7GT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93ON6o7GT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93ON6o7GT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93ON6o7GT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93ON6o7GT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93ON6o7GT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93ON6o7GT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93ON6o7GT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93ON6o7GT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93ON6o7GT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93ON6o7GT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93ON6o7GT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93ON6o7GT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93ON6o7GT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93ON6o7GT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93ON6o7GT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93ON6o7GT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93ON6o7GT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93ON6o7GT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93ON6o7GT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93ON6o7GT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93ON6o7GT .navbar {
    height: 70px;
  }
  .cid-v93ON6o7GT .navbar.opened {
    height: auto;
  }
  .cid-v93ON6o7GT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93ON6Doom {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dr-ozana-moraru-3background-1916x1437.jpg");
}
.cid-v93ON6Doom .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-v93ON6Doom img,
.cid-v93ON6Doom .item-img {
  width: 100%;
}
.cid-v93ON6Doom .item:focus,
.cid-v93ON6Doom span:focus {
  outline: none;
}
.cid-v93ON6Doom .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v93ON6Doom .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d7bdcd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v93ON6Doom .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v93ON6Doom .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v93ON6Doom .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v93ON6Doom .mbr-section-title {
  color: #232323;
}
.cid-v93ON6Doom .mbr-text,
.cid-v93ON6Doom .mbr-section-btn {
  text-align: left;
}
.cid-v93ON6Doom .item-title {
  text-align: center;
}
.cid-v93ON6Doom .item-subtitle {
  text-align: center;
}
.cid-v93ON6WefA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93ON6WefA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93ON6WefA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93ON6WefA .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93ON6WefA .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93ON6WefA .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93ON6WefA .row .foot-menu li p {
  margin: 0;
}
.cid-v93ON6WefA .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93ON6WefA .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93ON6WefA .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93ON6WefA .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93ON6WefA .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93ON6WefA .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93ON6WefA .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93ON6WefA .row .row-copirayt p {
  width: 100%;
}
.cid-v93ON6WefA .row .mbr-text {
  color: #000000;
}
.cid-v93ON6WefA foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93Qd65d0Y .navbar-dropdown {
  position: relative !important;
}
.cid-v93Qd65d0Y .navbar-dropdown {
  position: absolute !important;
}
.cid-v93Qd65d0Y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93Qd65d0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93Qd65d0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93Qd65d0Y .dropdown-item:hover,
.cid-v93Qd65d0Y .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93Qd65d0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93Qd65d0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93Qd65d0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93Qd65d0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93Qd65d0Y .nav-link {
  position: relative;
}
.cid-v93Qd65d0Y .container {
  display: flex;
  margin: auto;
}
.cid-v93Qd65d0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93Qd65d0Y .dropdown-menu,
.cid-v93Qd65d0Y .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93Qd65d0Y .nav-item:focus,
.cid-v93Qd65d0Y .nav-link:focus {
  outline: none;
}
.cid-v93Qd65d0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93Qd65d0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93Qd65d0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93Qd65d0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93Qd65d0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93Qd65d0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93Qd65d0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93Qd65d0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-v93Qd65d0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93Qd65d0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-v93Qd65d0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93Qd65d0Y .navbar.collapsed {
  justify-content: center;
}
.cid-v93Qd65d0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93Qd65d0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93Qd65d0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93Qd65d0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93Qd65d0Y .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-v93Qd65d0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93Qd65d0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93Qd65d0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93Qd65d0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93Qd65d0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93Qd65d0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93Qd65d0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93Qd65d0Y .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-v93Qd65d0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93Qd65d0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93Qd65d0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93Qd65d0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93Qd65d0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93Qd65d0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93Qd65d0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93Qd65d0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93Qd65d0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93Qd65d0Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93Qd65d0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93Qd65d0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93Qd65d0Y .dropdown-item.active,
.cid-v93Qd65d0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-v93Qd65d0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93Qd65d0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93Qd65d0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93Qd65d0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93Qd65d0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93Qd65d0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93Qd65d0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93Qd65d0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93Qd65d0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93Qd65d0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93Qd65d0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93Qd65d0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93Qd65d0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93Qd65d0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93Qd65d0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93Qd65d0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93Qd65d0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93Qd65d0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93Qd65d0Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93Qd65d0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93Qd65d0Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93Qd65d0Y .navbar {
    height: 70px;
  }
  .cid-v93Qd65d0Y .navbar.opened {
    height: auto;
  }
  .cid-v93Qd65d0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93Qd6vV30 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93Qd6vV30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93Qd6vV30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93Qd6vV30 .video-wrapper iframe {
  width: 100%;
}
.cid-v93Qd6vV30 .mbr-section-title,
.cid-v93Qd6vV30 .mbr-section-subtitle,
.cid-v93Qd6vV30 .mbr-text {
  text-align: center;
}
.cid-v93Qd98QIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v93Qd98QIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93Qd98QIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93Qd98QIs .video-wrapper iframe {
  width: 100%;
}
.cid-v93Qd98QIs .mbr-section-title,
.cid-v93Qd98QIs .mbr-section-subtitle,
.cid-v93Qd98QIs .mbr-text {
  text-align: center;
}
.cid-vfbvPdlDFJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbvPdlDFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbvPdlDFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbvPdlDFJ .video-wrapper iframe {
  width: 100%;
}
.cid-vfbvPdlDFJ .mbr-section-title,
.cid-vfbvPdlDFJ .mbr-section-subtitle,
.cid-vfbvPdlDFJ .mbr-text {
  text-align: center;
}
.cid-vfbvX2rpnW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbvX2rpnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbvX2rpnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbvX2rpnW .video-wrapper iframe {
  width: 100%;
}
.cid-vfbvX2rpnW .mbr-section-title,
.cid-vfbvX2rpnW .mbr-section-subtitle,
.cid-vfbvX2rpnW .mbr-text {
  text-align: center;
}
.cid-vfbw5PGxBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbw5PGxBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbw5PGxBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbw5PGxBU .video-wrapper iframe {
  width: 100%;
}
.cid-vfbw5PGxBU .mbr-section-title,
.cid-vfbw5PGxBU .mbr-section-subtitle,
.cid-vfbw5PGxBU .mbr-text {
  text-align: center;
}
.cid-vfbwdq0QfB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwdq0QfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwdq0QfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwdq0QfB .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwdq0QfB .mbr-section-title,
.cid-vfbwdq0QfB .mbr-section-subtitle,
.cid-vfbwdq0QfB .mbr-text {
  text-align: center;
}
.cid-vfbwl9LXRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwl9LXRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwl9LXRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwl9LXRE .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwl9LXRE .mbr-section-title,
.cid-vfbwl9LXRE .mbr-section-subtitle,
.cid-vfbwl9LXRE .mbr-text {
  text-align: center;
}
.cid-vfbwsojlYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwsojlYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwsojlYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwsojlYv .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwsojlYv .mbr-section-title,
.cid-vfbwsojlYv .mbr-section-subtitle,
.cid-vfbwsojlYv .mbr-text {
  text-align: center;
}
.cid-vfbwzHPElX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwzHPElX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwzHPElX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwzHPElX .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwzHPElX .mbr-section-title,
.cid-vfbwzHPElX .mbr-section-subtitle,
.cid-vfbwzHPElX .mbr-text {
  text-align: center;
}
.cid-vfbwIhMi1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwIhMi1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwIhMi1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwIhMi1k .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwIhMi1k .mbr-section-title,
.cid-vfbwIhMi1k .mbr-section-subtitle,
.cid-vfbwIhMi1k .mbr-text {
  text-align: center;
}
.cid-vfbwQ8ygq3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwQ8ygq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwQ8ygq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwQ8ygq3 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwQ8ygq3 .mbr-section-title,
.cid-vfbwQ8ygq3 .mbr-section-subtitle,
.cid-vfbwQ8ygq3 .mbr-text {
  text-align: center;
}
.cid-vfbwYQX9X5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbwYQX9X5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbwYQX9X5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbwYQX9X5 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbwYQX9X5 .mbr-section-title,
.cid-vfbwYQX9X5 .mbr-section-subtitle,
.cid-vfbwYQX9X5 .mbr-text {
  text-align: center;
}
.cid-vfbx8eBgNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbx8eBgNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbx8eBgNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbx8eBgNH .video-wrapper iframe {
  width: 100%;
}
.cid-vfbx8eBgNH .mbr-section-title,
.cid-vfbx8eBgNH .mbr-section-subtitle,
.cid-vfbx8eBgNH .mbr-text {
  text-align: center;
}
.cid-vfbxeX2Zpr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxeX2Zpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxeX2Zpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxeX2Zpr .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxeX2Zpr .mbr-section-title,
.cid-vfbxeX2Zpr .mbr-section-subtitle,
.cid-vfbxeX2Zpr .mbr-text {
  text-align: center;
}
.cid-vfbxmeSSKh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxmeSSKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxmeSSKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxmeSSKh .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxmeSSKh .mbr-section-title,
.cid-vfbxmeSSKh .mbr-section-subtitle,
.cid-vfbxmeSSKh .mbr-text {
  text-align: center;
}
.cid-vfbxtqnzq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxtqnzq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxtqnzq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxtqnzq2 .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxtqnzq2 .mbr-section-title,
.cid-vfbxtqnzq2 .mbr-section-subtitle,
.cid-vfbxtqnzq2 .mbr-text {
  text-align: center;
}
.cid-vfbxCsvjaB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxCsvjaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxCsvjaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxCsvjaB .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxCsvjaB .mbr-section-title,
.cid-vfbxCsvjaB .mbr-section-subtitle,
.cid-vfbxCsvjaB .mbr-text {
  text-align: center;
}
.cid-vfbxJMxwAs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxJMxwAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxJMxwAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxJMxwAs .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxJMxwAs .mbr-section-title,
.cid-vfbxJMxwAs .mbr-section-subtitle,
.cid-vfbxJMxwAs .mbr-text {
  text-align: center;
}
.cid-vfbxXbQmhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfbxXbQmhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfbxXbQmhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfbxXbQmhD .video-wrapper iframe {
  width: 100%;
}
.cid-vfbxXbQmhD .mbr-section-title,
.cid-vfbxXbQmhD .mbr-section-subtitle,
.cid-vfbxXbQmhD .mbr-text {
  text-align: center;
}
.cid-v93Qd9iybc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93Qd9iybc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93Qd9iybc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93Qd9iybc .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93Qd9iybc .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93Qd9iybc .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93Qd9iybc .row .foot-menu li p {
  margin: 0;
}
.cid-v93Qd9iybc .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93Qd9iybc .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93Qd9iybc .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93Qd9iybc .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93Qd9iybc .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93Qd9iybc .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93Qd9iybc .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93Qd9iybc .row .row-copirayt p {
  width: 100%;
}
.cid-v93Qd9iybc .row .mbr-text {
  color: #000000;
}
.cid-v93Qd9iybc foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-v93UWckvK4 .navbar-dropdown {
  position: relative !important;
}
.cid-v93UWckvK4 .navbar-dropdown {
  position: absolute !important;
}
.cid-v93UWckvK4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93UWckvK4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v93UWckvK4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v93UWckvK4 .dropdown-item:hover,
.cid-v93UWckvK4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v93UWckvK4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v93UWckvK4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v93UWckvK4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v93UWckvK4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v93UWckvK4 .nav-link {
  position: relative;
}
.cid-v93UWckvK4 .container {
  display: flex;
  margin: auto;
}
.cid-v93UWckvK4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v93UWckvK4 .dropdown-menu,
.cid-v93UWckvK4 .navbar.opened {
  background: #c491b0 !important;
}
.cid-v93UWckvK4 .nav-item:focus,
.cid-v93UWckvK4 .nav-link:focus {
  outline: none;
}
.cid-v93UWckvK4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v93UWckvK4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v93UWckvK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v93UWckvK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v93UWckvK4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v93UWckvK4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v93UWckvK4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-v93UWckvK4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v93UWckvK4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v93UWckvK4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v93UWckvK4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v93UWckvK4 .navbar.collapsed {
  justify-content: center;
}
.cid-v93UWckvK4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v93UWckvK4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v93UWckvK4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v93UWckvK4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v93UWckvK4 .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-v93UWckvK4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v93UWckvK4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v93UWckvK4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v93UWckvK4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v93UWckvK4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v93UWckvK4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v93UWckvK4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v93UWckvK4 .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-v93UWckvK4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v93UWckvK4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v93UWckvK4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v93UWckvK4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v93UWckvK4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v93UWckvK4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v93UWckvK4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v93UWckvK4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v93UWckvK4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v93UWckvK4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v93UWckvK4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v93UWckvK4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v93UWckvK4 .dropdown-item.active,
.cid-v93UWckvK4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v93UWckvK4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v93UWckvK4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v93UWckvK4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v93UWckvK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-v93UWckvK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v93UWckvK4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v93UWckvK4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v93UWckvK4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v93UWckvK4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v93UWckvK4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v93UWckvK4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v93UWckvK4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93UWckvK4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v93UWckvK4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v93UWckvK4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93UWckvK4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v93UWckvK4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v93UWckvK4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v93UWckvK4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v93UWckvK4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v93UWckvK4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v93UWckvK4 .navbar {
    height: 70px;
  }
  .cid-v93UWckvK4 .navbar.opened {
    height: auto;
  }
  .cid-v93UWckvK4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v93VCQthFh {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v93VCQthFh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v93VCQthFh .mbr-text {
  text-align: justify;
}
.cid-v93WaHpOgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v93WaHpOgV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v93WaHpOgV .mbr-text {
  text-align: justify;
}
.cid-v93Wt1cf6e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v93Wt1cf6e .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v93Wt1cf6e .mbr-text {
  text-align: justify;
}
.cid-v93WTuBUUX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v93WTuBUUX .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v93WTuBUUX .mbr-text {
  text-align: justify;
}
.cid-v93UWdhnf7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-v93UWdhnf7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v93UWdhnf7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v93UWdhnf7 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v93UWdhnf7 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v93UWdhnf7 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v93UWdhnf7 .row .foot-menu li p {
  margin: 0;
}
.cid-v93UWdhnf7 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v93UWdhnf7 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v93UWdhnf7 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v93UWdhnf7 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v93UWdhnf7 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v93UWdhnf7 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v93UWdhnf7 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v93UWdhnf7 .row .row-copirayt p {
  width: 100%;
}
.cid-v93UWdhnf7 .row .mbr-text {
  color: #000000;
}
.cid-v93UWdhnf7 foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-vcIRZcNf4Q .navbar-dropdown {
  position: relative !important;
}
.cid-vcIRZcNf4Q .navbar-dropdown {
  position: absolute !important;
}
.cid-vcIRZcNf4Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIRZcNf4Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcIRZcNf4Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcIRZcNf4Q .dropdown-item:hover,
.cid-vcIRZcNf4Q .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vcIRZcNf4Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcIRZcNf4Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcIRZcNf4Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcIRZcNf4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcIRZcNf4Q .nav-link {
  position: relative;
}
.cid-vcIRZcNf4Q .container {
  display: flex;
  margin: auto;
}
.cid-vcIRZcNf4Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcIRZcNf4Q .dropdown-menu,
.cid-vcIRZcNf4Q .navbar.opened {
  background: #c491b0 !important;
}
.cid-vcIRZcNf4Q .nav-item:focus,
.cid-vcIRZcNf4Q .nav-link:focus {
  outline: none;
}
.cid-vcIRZcNf4Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIRZcNf4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIRZcNf4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIRZcNf4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIRZcNf4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIRZcNf4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIRZcNf4Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-vcIRZcNf4Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIRZcNf4Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIRZcNf4Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIRZcNf4Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcIRZcNf4Q .navbar.collapsed {
  justify-content: center;
}
.cid-vcIRZcNf4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIRZcNf4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIRZcNf4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIRZcNf4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIRZcNf4Q .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-vcIRZcNf4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIRZcNf4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIRZcNf4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcIRZcNf4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIRZcNf4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIRZcNf4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIRZcNf4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIRZcNf4Q .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-vcIRZcNf4Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcIRZcNf4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcIRZcNf4Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIRZcNf4Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcIRZcNf4Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIRZcNf4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIRZcNf4Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcIRZcNf4Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcIRZcNf4Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcIRZcNf4Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIRZcNf4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIRZcNf4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIRZcNf4Q .dropdown-item.active,
.cid-vcIRZcNf4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIRZcNf4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIRZcNf4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIRZcNf4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIRZcNf4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-vcIRZcNf4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIRZcNf4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIRZcNf4Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIRZcNf4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcIRZcNf4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIRZcNf4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcIRZcNf4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIRZcNf4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIRZcNf4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIRZcNf4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIRZcNf4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIRZcNf4Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIRZcNf4Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIRZcNf4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIRZcNf4Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIRZcNf4Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIRZcNf4Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIRZcNf4Q .navbar {
    height: 70px;
  }
  .cid-vcIRZcNf4Q .navbar.opened {
    height: auto;
  }
  .cid-vcIRZcNf4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIRZd1Nc1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dr-ozana-moraru-3background-1916x1437.jpg");
}
.cid-vcIRZd1Nc1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-vcIRZd1Nc1 img,
.cid-vcIRZd1Nc1 .item-img {
  width: 100%;
}
.cid-vcIRZd1Nc1 .item:focus,
.cid-vcIRZd1Nc1 span:focus {
  outline: none;
}
.cid-vcIRZd1Nc1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcIRZd1Nc1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #d7bdcd;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcIRZd1Nc1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcIRZd1Nc1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcIRZd1Nc1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcIRZd1Nc1 .mbr-section-title {
  color: #232323;
}
.cid-vcIRZd1Nc1 .mbr-text,
.cid-vcIRZd1Nc1 .mbr-section-btn {
  text-align: left;
}
.cid-vcIRZd1Nc1 .item-title {
  text-align: center;
}
.cid-vcIRZd1Nc1 .item-subtitle {
  text-align: center;
}
.cid-vcIRZdkhyb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-vcIRZdkhyb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcIRZdkhyb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcIRZdkhyb .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcIRZdkhyb .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcIRZdkhyb .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcIRZdkhyb .row .foot-menu li p {
  margin: 0;
}
.cid-vcIRZdkhyb .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcIRZdkhyb .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcIRZdkhyb .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcIRZdkhyb .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcIRZdkhyb .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcIRZdkhyb .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcIRZdkhyb .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcIRZdkhyb .row .row-copirayt p {
  width: 100%;
}
.cid-vcIRZdkhyb .row .mbr-text {
  color: #000000;
}
.cid-vcIRZdkhyb foot-menu-item {
  text-align: right;
  color: #000000;
}
.cid-vcITq0fChB .navbar-dropdown {
  position: relative !important;
}
.cid-vcITq0fChB .navbar-dropdown {
  position: absolute !important;
}
.cid-vcITq0fChB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcITq0fChB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcITq0fChB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcITq0fChB .dropdown-item:hover,
.cid-vcITq0fChB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vcITq0fChB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcITq0fChB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcITq0fChB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcITq0fChB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcITq0fChB .nav-link {
  position: relative;
}
.cid-vcITq0fChB .container {
  display: flex;
  margin: auto;
}
.cid-vcITq0fChB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcITq0fChB .dropdown-menu,
.cid-vcITq0fChB .navbar.opened {
  background: #c491b0 !important;
}
.cid-vcITq0fChB .nav-item:focus,
.cid-vcITq0fChB .nav-link:focus {
  outline: none;
}
.cid-vcITq0fChB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcITq0fChB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcITq0fChB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcITq0fChB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcITq0fChB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcITq0fChB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcITq0fChB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #c491b0;
}
.cid-vcITq0fChB .navbar.opened {
  transition: all 0.3s;
}
.cid-vcITq0fChB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcITq0fChB .navbar .navbar-logo img {
  width: auto;
}
.cid-vcITq0fChB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcITq0fChB .navbar.collapsed {
  justify-content: center;
}
.cid-vcITq0fChB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcITq0fChB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcITq0fChB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcITq0fChB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcITq0fChB .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-vcITq0fChB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcITq0fChB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcITq0fChB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcITq0fChB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcITq0fChB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcITq0fChB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcITq0fChB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcITq0fChB .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-vcITq0fChB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcITq0fChB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcITq0fChB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcITq0fChB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcITq0fChB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcITq0fChB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcITq0fChB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcITq0fChB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcITq0fChB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcITq0fChB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcITq0fChB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcITq0fChB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcITq0fChB .dropdown-item.active,
.cid-vcITq0fChB .dropdown-item:active {
  background-color: transparent;
}
.cid-vcITq0fChB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcITq0fChB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcITq0fChB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcITq0fChB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c491b0;
}
.cid-vcITq0fChB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcITq0fChB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcITq0fChB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcITq0fChB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcITq0fChB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcITq0fChB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vcITq0fChB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcITq0fChB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcITq0fChB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcITq0fChB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcITq0fChB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcITq0fChB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcITq0fChB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcITq0fChB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcITq0fChB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcITq0fChB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcITq0fChB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcITq0fChB .navbar {
    height: 70px;
  }
  .cid-vcITq0fChB .navbar.opened {
    height: auto;
  }
  .cid-vcITq0fChB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcITq0teZn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq0teZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq0teZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq0teZn .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq0teZn .mbr-section-title,
.cid-vcITq0teZn .mbr-section-subtitle,
.cid-vcITq0teZn .mbr-text {
  text-align: center;
}
.cid-vcITq0ERdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq0ERdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq0ERdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq0ERdm .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq0ERdm .mbr-section-title,
.cid-vcITq0ERdm .mbr-section-subtitle,
.cid-vcITq0ERdm .mbr-text {
  text-align: center;
}
.cid-vcITq0PnbY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq0PnbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq0PnbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq0PnbY .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq0PnbY .mbr-section-title,
.cid-vcITq0PnbY .mbr-section-subtitle,
.cid-vcITq0PnbY .mbr-text {
  text-align: center;
}
.cid-vcITq0Z2xh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq0Z2xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq0Z2xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq0Z2xh .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq0Z2xh .mbr-section-title,
.cid-vcITq0Z2xh .mbr-section-subtitle,
.cid-vcITq0Z2xh .mbr-text {
  text-align: center;
}
.cid-vcITq1bCdk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq1bCdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq1bCdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq1bCdk .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq1bCdk .mbr-section-title,
.cid-vcITq1bCdk .mbr-section-subtitle,
.cid-vcITq1bCdk .mbr-text {
  text-align: center;
}
.cid-vcITq1mRLz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq1mRLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq1mRLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq1mRLz .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq1mRLz .mbr-section-title,
.cid-vcITq1mRLz .mbr-section-subtitle,
.cid-vcITq1mRLz .mbr-text {
  text-align: center;
}
.cid-vcITq1zqd0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq1zqd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq1zqd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq1zqd0 .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq1zqd0 .mbr-section-title,
.cid-vcITq1zqd0 .mbr-section-subtitle,
.cid-vcITq1zqd0 .mbr-text {
  text-align: center;
}
.cid-vcITq1KvyY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq1KvyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq1KvyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq1KvyY .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq1KvyY .mbr-section-title,
.cid-vcITq1KvyY .mbr-section-subtitle,
.cid-vcITq1KvyY .mbr-text {
  text-align: center;
}
.cid-vcITq1VKbj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq1VKbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq1VKbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq1VKbj .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq1VKbj .mbr-section-title,
.cid-vcITq1VKbj .mbr-section-subtitle,
.cid-vcITq1VKbj .mbr-text {
  text-align: center;
}
.cid-vcITq27HmV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq27HmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq27HmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq27HmV .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq27HmV .mbr-section-title,
.cid-vcITq27HmV .mbr-section-subtitle,
.cid-vcITq27HmV .mbr-text {
  text-align: center;
}
.cid-vcITq2iiuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq2iiuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq2iiuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq2iiuW .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq2iiuW .mbr-section-title,
.cid-vcITq2iiuW .mbr-section-subtitle,
.cid-vcITq2iiuW .mbr-text {
  text-align: center;
}
.cid-vcITq2uwmY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq2uwmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq2uwmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq2uwmY .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq2uwmY .mbr-section-title,
.cid-vcITq2uwmY .mbr-section-subtitle,
.cid-vcITq2uwmY .mbr-text {
  text-align: center;
}
.cid-vcITq2JOvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcITq2JOvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcITq2JOvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcITq2JOvt .video-wrapper iframe {
  width: 100%;
}
.cid-vcITq2JOvt .mbr-section-title,
.cid-vcITq2JOvt .mbr-section-subtitle,
.cid-vcITq2JOvt .mbr-text {
  text-align: center;
}
.cid-vcITq2VEtn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d7bdcd;
}
.cid-vcITq2VEtn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcITq2VEtn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcITq2VEtn .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcITq2VEtn .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcITq2VEtn .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcITq2VEtn .row .foot-menu li p {
  margin: 0;
}
.cid-vcITq2VEtn .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcITq2VEtn .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcITq2VEtn .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcITq2VEtn .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcITq2VEtn .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcITq2VEtn .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcITq2VEtn .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcITq2VEtn .row .row-copirayt p {
  width: 100%;
}
.cid-vcITq2VEtn .row .mbr-text {
  color: #000000;
}
.cid-vcITq2VEtn foot-menu-item {
  text-align: right;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sFzxmVl7J6 {
    height: auto !important;
    min-height: auto !important;
    padding-top: 5.5rem !important;
    padding-bottom: 2rem !important;
  }

  .cid-sFzxmVl7J6 .container {
    height: auto !important;
    min-height: auto !important;
  }

  .cid-sFzxmVl7J6 .row {
    align-items: flex-start !important;
  }

  .cid-sFzxmVl7J6 .image-wrapper {
    text-align: center;
    margin-bottom: 1.5rem !important;
  }

  .cid-sFzxmVl7J6 .image-wrapper img {
    width: auto !important;
    max-width: 72% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: inline-block !important;
  }
}