.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #052f54 !important;
}
.bg-success {
  background-color: #052f54 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #1988de !important;
}
.bg-danger {
  background-color: #1dcc43 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #052f54 !important;
  border-color: #052f54 !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: #000102 !important;
  border-color: #000102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000102 !important;
  border-color: #000102 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00aede !important;
  border-color: #00aede !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: #006a87 !important;
  border-color: #006a87 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #006a87 !important;
  border-color: #006a87 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #052f54 !important;
  border-color: #052f54 !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: #000102 !important;
  border-color: #000102 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000102 !important;
  border-color: #000102 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1988de !important;
  border-color: #1988de !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #105890 !important;
  border-color: #105890 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #105890 !important;
  border-color: #105890 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1dcc43 !important;
  border-color: #1dcc43 !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: #12802a !important;
  border-color: #12802a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #12802a !important;
  border-color: #12802a !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: #052f54;
  color: #052f54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000102 !important;
  background-color: transparent!important;
  border-color: #000102 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #052f54 !important;
  border-color: #052f54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00aede;
  color: #00aede;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #006a87 !important;
  background-color: transparent!important;
  border-color: #006a87 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00aede !important;
  border-color: #00aede !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #052f54;
  color: #052f54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000102 !important;
  background-color: transparent!important;
  border-color: #000102 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #052f54 !important;
  border-color: #052f54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1988de;
  color: #1988de;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #105890 !important;
  background-color: transparent!important;
  border-color: #105890 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1988de !important;
  border-color: #1988de !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1dcc43;
  color: #1dcc43;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #12802a !important;
  background-color: transparent!important;
  border-color: #12802a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1dcc43 !important;
  border-color: #1dcc43 !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: #052f54 !important;
}
.text-secondary {
  color: #00aede !important;
}
.text-success {
  color: #052f54 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #1988de !important;
}
.text-danger {
  color: #1dcc43 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #005e78 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0f5082 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #107326 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #052f54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #1988de;
}
.alert-danger {
  background-color: #1dcc43;
}
.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: #052f54;
  border-color: #052f54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #052f54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4aa5f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4aa5f4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cae4f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bff6cb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', 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: #052f54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', 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: #052f54;
}
/* 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: #052f54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #052f54;
}
.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: #052f54;
  border-bottom-color: #052f54;
}
.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: #052f54 !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: #00aede !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='%23052f54' %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;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.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: #052f54 !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: #000000 !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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.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;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.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: #000000;
}
.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: #ffffff;
}
.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;
  position: fixed;
}
.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-tZxW7428hq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cropped-image-businessman-eyeglasses-sitting-by-table-cafe-using-laptop-computer-2000x1333.webp");
}
.cid-tZxW7428hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxW7428hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZxW7428hq .mbr-text,
.cid-tZxW7428hq .mbr-section-btn {
  text-align: center;
}
.cid-uHGOmvkjBI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHGOmvkjBI .mbr-section-title {
  margin: 15px 0 55px;
  color: #353535;
}
.cid-uHGOmvkjBI .mbr-text {
  color: #052f54;
}
.cid-uHGOmvkjBI .card__wrapper {
  margin-bottom: 70px;
}
.cid-uHGOmvkjBI .price__card {
  margin-top: 10px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-uHGOmvkjBI .title__card {
  margin-bottom: 0;
  color: #052f54;
}
.cid-uHGOmvkjBI .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #000000;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHGOmvkjBI .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-uHGOmvkjBI .mbr-section-btn {
  margin-top: 40px;
}
.cid-uHGOmvkjBI .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uHGOmvkjBI .card__text {
  margin-top: 45px;
  margin-bottom: 0;
  text-align: center;
  color: #4e4d54;
}
.cid-uHGOmvkjBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGOmvkjBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3FONC4nZN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3FONC4nZN img,
.cid-v3FONC4nZN .item-img {
  width: 100%;
}
.cid-v3FONC4nZN .item:focus,
.cid-v3FONC4nZN span:focus {
  outline: none;
}
.cid-v3FONC4nZN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3FONC4nZN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3FONC4nZN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3FONC4nZN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3FONC4nZN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3FONC4nZN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3FONC4nZN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3FONC4nZN .mbr-section-title {
  color: #052f54;
}
.cid-v3FONC4nZN .mbr-text,
.cid-v3FONC4nZN .mbr-section-btn {
  text-align: center;
}
.cid-v3FONC4nZN .item-title {
  text-align: center;
}
.cid-v3FONC4nZN .item-subtitle {
  text-align: left;
}
.cid-v3FONC4nZN .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-v3FRS8qKNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3FRS8qKNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FRS8qKNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-ufq3pTAKGC.popup-builder {
  background-color: #ffffff;
}
.cid-ufq3pTAKGC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ufq3pTAKGC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ufq3pTAKGC .modal-content,
.cid-ufq3pTAKGC .modal-dialog {
  height: auto;
}
.cid-ufq3pTAKGC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ufq3pTAKGC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ufq3pTAKGC .form-wrapper .mbr-form .form-group,
  .cid-ufq3pTAKGC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ufq3pTAKGC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ufq3pTAKGC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufq3pTAKGC .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-ufq3pTAKGC .pt-0 {
  padding-top: 0 !important;
}
.cid-ufq3pTAKGC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ufq3pTAKGC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ufq3pTAKGC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ufq3pTAKGC .modal-open {
  overflow: hidden;
}
.cid-ufq3pTAKGC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ufq3pTAKGC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ufq3pTAKGC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ufq3pTAKGC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ufq3pTAKGC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ufq3pTAKGC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ufq3pTAKGC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ufq3pTAKGC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ufq3pTAKGC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ufq3pTAKGC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ufq3pTAKGC .modal-backdrop.fade {
  opacity: 0;
}
.cid-ufq3pTAKGC .modal-backdrop.show {
  opacity: .5;
}
.cid-ufq3pTAKGC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ufq3pTAKGC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ufq3pTAKGC .modal-header {
    padding: 1rem;
  }
}
.cid-ufq3pTAKGC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ufq3pTAKGC .modal-header .close svg {
  fill: #353535;
}
.cid-ufq3pTAKGC .modal-header .close:hover {
  opacity: 1;
}
.cid-ufq3pTAKGC .modal-header .close:focus {
  outline: none;
}
.cid-ufq3pTAKGC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-ufq3pTAKGC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ufq3pTAKGC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufq3pTAKGC .modal-body {
    padding: 1rem;
  }
}
.cid-ufq3pTAKGC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufq3pTAKGC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufq3pTAKGC .modal-footer {
    padding: 1rem;
  }
}
.cid-ufq3pTAKGC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ufq3pTAKGC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ufq3pTAKGC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ufq3pTAKGC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ufq3pTAKGC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ufq3pTAKGC .modal-lg,
  .cid-ufq3pTAKGC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ufq3pTAKGC .modal-xl {
    max-width: 1140px;
  }
}
.cid-ufq3pTAKGC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ufq3pTAKGC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ufq3pTAKGC .form-group {
  margin-bottom: 1rem;
}
.cid-ufq3pTAKGC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ufq3pTAKGC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ufq3pTAKGC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ufq3pTAKGC .mbr-section-btn {
  margin: 0;
}
.cid-ufq3pTAKGC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHH6gzv28c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHH6gzv28c nav.navbar {
  position: fixed;
}
.cid-uHH6gzv28c .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-uHH6gzv28c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHH6gzv28c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHH6gzv28c .dropdown-item:hover,
.cid-uHH6gzv28c .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHH6gzv28c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHH6gzv28c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHH6gzv28c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHH6gzv28c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHH6gzv28c .nav-link {
  position: relative;
}
.cid-uHH6gzv28c .container {
  display: flex;
  margin: auto;
}
.cid-uHH6gzv28c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHH6gzv28c .dropdown-menu,
.cid-uHH6gzv28c .navbar.opened {
  background: #000000 !important;
}
.cid-uHH6gzv28c .nav-item:focus,
.cid-uHH6gzv28c .nav-link:focus {
  outline: none;
}
.cid-uHH6gzv28c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHH6gzv28c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHH6gzv28c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHH6gzv28c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHH6gzv28c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHH6gzv28c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHH6gzv28c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHH6gzv28c .navbar.opened {
  transition: all 0.3s;
}
.cid-uHH6gzv28c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHH6gzv28c .navbar .navbar-logo img {
  width: auto;
}
.cid-uHH6gzv28c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHH6gzv28c .navbar.collapsed {
  justify-content: center;
}
.cid-uHH6gzv28c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHH6gzv28c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHH6gzv28c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHH6gzv28c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHH6gzv28c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHH6gzv28c .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-uHH6gzv28c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHH6gzv28c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHH6gzv28c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHH6gzv28c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHH6gzv28c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHH6gzv28c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHH6gzv28c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHH6gzv28c .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-uHH6gzv28c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHH6gzv28c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHH6gzv28c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHH6gzv28c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHH6gzv28c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHH6gzv28c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHH6gzv28c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHH6gzv28c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHH6gzv28c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHH6gzv28c .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-uHH6gzv28c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHH6gzv28c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHH6gzv28c .dropdown-item.active,
.cid-uHH6gzv28c .dropdown-item:active {
  background-color: transparent;
}
.cid-uHH6gzv28c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHH6gzv28c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHH6gzv28c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHH6gzv28c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHH6gzv28c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHH6gzv28c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHH6gzv28c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHH6gzv28c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHH6gzv28c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHH6gzv28c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHH6gzv28c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHH6gzv28c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHH6gzv28c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHH6gzv28c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHH6gzv28c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHH6gzv28c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHH6gzv28c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHH6gzv28c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHH6gzv28c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHH6gzv28c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHH6gzv28c .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-uHH6gzv28c .navbar {
    height: 70px;
  }
  .cid-uHH6gzv28c .navbar.opened {
    height: auto;
  }
  .cid-uHH6gzv28c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHH6gzZ18J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aluguel-locacao-sala-reuniao-auditorio-sao-paulo-1160x653.webp");
}
.cid-uHH6gzZ18J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHH6gzZ18J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHH6gzZ18J .mbr-text,
.cid-uHH6gzZ18J .mbr-section-btn {
  text-align: center;
}
.cid-v3GaUQ2fkz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3GaUQ2fkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GaUQ2fkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GaUQ2fkz .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3GaUQ2fkz .icon-box {
  background: #000000;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3GaUQ2fkz .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GaUQ2fkz .card {
    margin-bottom: 2rem;
  }
  .cid-v3GaUQ2fkz .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v3GaUQ2fkz .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3GaUQ2fkz .card-title,
.cid-v3GaUQ2fkz .card-box {
  color: #052f54;
}
.cid-v3GaUQ2fkz .mbr-text,
.cid-v3GaUQ2fkz .mbr-section-btn {
  color: #000000;
}
.cid-v3GaUQ2fkz .icon-title {
  color: #052f54;
}
.cid-v3Gfph1xHk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3Gfph1xHk img,
.cid-v3Gfph1xHk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3Gfph1xHk .item:focus,
.cid-v3Gfph1xHk span:focus {
  outline: none;
}
.cid-v3Gfph1xHk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3Gfph1xHk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3Gfph1xHk .item {
  padding: 0;
  margin: 0;
}
.cid-v3Gfph1xHk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3Gfph1xHk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3Gfph1xHk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3Gfph1xHk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3Gfph1xHk .mbr-section-title {
  color: #052f54;
}
.cid-v3Gfph1xHk .mbr-text,
.cid-v3Gfph1xHk .mbr-section-btn {
  text-align: left;
}
.cid-v3Gfph1xHk .item-title {
  text-align: left;
}
.cid-v3Gfph1xHk .item-subtitle {
  text-align: left;
}
.cid-v3GhqAYmk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GhqAYmk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GhqAYmk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHH6gCjIiu.popup-builder {
  background-color: #ffffff;
}
.cid-uHH6gCjIiu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHH6gCjIiu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHH6gCjIiu .modal-content,
.cid-uHH6gCjIiu .modal-dialog {
  height: auto;
}
.cid-uHH6gCjIiu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHH6gCjIiu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHH6gCjIiu .form-wrapper .mbr-form .form-group,
  .cid-uHH6gCjIiu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHH6gCjIiu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHH6gCjIiu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHH6gCjIiu .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHH6gCjIiu .pt-0 {
  padding-top: 0 !important;
}
.cid-uHH6gCjIiu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHH6gCjIiu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHH6gCjIiu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHH6gCjIiu .modal-open {
  overflow: hidden;
}
.cid-uHH6gCjIiu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHH6gCjIiu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHH6gCjIiu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHH6gCjIiu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHH6gCjIiu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHH6gCjIiu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHH6gCjIiu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHH6gCjIiu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHH6gCjIiu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHH6gCjIiu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHH6gCjIiu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHH6gCjIiu .modal-backdrop.show {
  opacity: .5;
}
.cid-uHH6gCjIiu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHH6gCjIiu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHH6gCjIiu .modal-header {
    padding: 1rem;
  }
}
.cid-uHH6gCjIiu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHH6gCjIiu .modal-header .close svg {
  fill: #353535;
}
.cid-uHH6gCjIiu .modal-header .close:hover {
  opacity: 1;
}
.cid-uHH6gCjIiu .modal-header .close:focus {
  outline: none;
}
.cid-uHH6gCjIiu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHH6gCjIiu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHH6gCjIiu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHH6gCjIiu .modal-body {
    padding: 1rem;
  }
}
.cid-uHH6gCjIiu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHH6gCjIiu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHH6gCjIiu .modal-footer {
    padding: 1rem;
  }
}
.cid-uHH6gCjIiu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHH6gCjIiu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHH6gCjIiu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHH6gCjIiu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHH6gCjIiu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHH6gCjIiu .modal-lg,
  .cid-uHH6gCjIiu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHH6gCjIiu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHH6gCjIiu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHH6gCjIiu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHH6gCjIiu .form-group {
  margin-bottom: 1rem;
}
.cid-uHH6gCjIiu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHH6gCjIiu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHH6gCjIiu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHH6gCjIiu .mbr-section-btn {
  margin: 0;
}
.cid-uHH6gCjIiu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHHAM0LqXB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHAM0LqXB nav.navbar {
  position: fixed;
}
.cid-uHHAM0LqXB .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-uHHAM0LqXB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHAM0LqXB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHAM0LqXB .dropdown-item:hover,
.cid-uHHAM0LqXB .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHAM0LqXB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHAM0LqXB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHAM0LqXB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHAM0LqXB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHAM0LqXB .nav-link {
  position: relative;
}
.cid-uHHAM0LqXB .container {
  display: flex;
  margin: auto;
}
.cid-uHHAM0LqXB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHAM0LqXB .dropdown-menu,
.cid-uHHAM0LqXB .navbar.opened {
  background: #000000 !important;
}
.cid-uHHAM0LqXB .nav-item:focus,
.cid-uHHAM0LqXB .nav-link:focus {
  outline: none;
}
.cid-uHHAM0LqXB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHAM0LqXB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHAM0LqXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHAM0LqXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHAM0LqXB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHAM0LqXB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHAM0LqXB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHAM0LqXB .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHAM0LqXB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHAM0LqXB .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHAM0LqXB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHAM0LqXB .navbar.collapsed {
  justify-content: center;
}
.cid-uHHAM0LqXB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHAM0LqXB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHAM0LqXB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHAM0LqXB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHAM0LqXB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHAM0LqXB .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-uHHAM0LqXB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHAM0LqXB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHAM0LqXB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHAM0LqXB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHAM0LqXB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHAM0LqXB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHAM0LqXB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHAM0LqXB .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-uHHAM0LqXB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHAM0LqXB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHAM0LqXB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHAM0LqXB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHAM0LqXB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHAM0LqXB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHAM0LqXB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHAM0LqXB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHAM0LqXB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHAM0LqXB .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-uHHAM0LqXB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHAM0LqXB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHAM0LqXB .dropdown-item.active,
.cid-uHHAM0LqXB .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHAM0LqXB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHAM0LqXB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHAM0LqXB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHAM0LqXB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHAM0LqXB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHAM0LqXB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHAM0LqXB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHAM0LqXB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHAM0LqXB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHAM0LqXB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHAM0LqXB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHAM0LqXB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHAM0LqXB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHAM0LqXB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHAM0LqXB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHAM0LqXB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHAM0LqXB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHAM0LqXB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHAM0LqXB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHAM0LqXB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHAM0LqXB .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-uHHAM0LqXB .navbar {
    height: 70px;
  }
  .cid-uHHAM0LqXB .navbar.opened {
    height: auto;
  }
  .cid-uHHAM0LqXB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHAM13lJM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/coworking-gap-7-alugue-seu-espao-de-trabalho-so-paulo-1-920x613.webp");
}
.cid-uHHAM13lJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM13lJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHAM13lJM .mbr-text,
.cid-uHHAM13lJM .mbr-section-btn {
  text-align: center;
}
.cid-v3Gp6y4vFg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3Gp6y4vFg img,
.cid-v3Gp6y4vFg .item-img {
  width: 100%;
}
.cid-v3Gp6y4vFg .item:focus,
.cid-v3Gp6y4vFg span:focus {
  outline: none;
}
.cid-v3Gp6y4vFg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3Gp6y4vFg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3Gp6y4vFg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3Gp6y4vFg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3Gp6y4vFg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3Gp6y4vFg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3Gp6y4vFg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3Gp6y4vFg .mbr-section-title {
  color: #052f54;
}
.cid-v3Gp6y4vFg .mbr-text,
.cid-v3Gp6y4vFg .mbr-section-btn {
  text-align: center;
}
.cid-v3Gp6y4vFg .item-title {
  text-align: center;
}
.cid-v3Gp6y4vFg .item-subtitle {
  text-align: left;
}
.cid-v3Gp6y4vFg .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-uHHAM1lHt6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHAM1lHt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM1lHt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHAM1lHt6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM1lHt6 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHAM1lHt6 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHAM1lHt6 .card {
  margin-bottom: 2rem;
}
.cid-uHHAM1lHt6 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHAM1lHt6 .row {
  justify-content: space-between;
}
.cid-uHHAM1lHt6 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHAM1lHt6 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHAM1lHt6 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHAM1lHt6 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM1lHt6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHAM1lHt6 .card-text {
  color: #808080;
}
.cid-uHHAM1lHt6 .card-title,
.cid-uHHAM1lHt6 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHAM1lHt6 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHAM1lHt6 .card-link,
.cid-uHHAM1lHt6 .link-icon,
.cid-uHHAM1lHt6 .link-align {
  color: #232323;
}
.cid-uHHAM1lHt6 .card-title,
.cid-uHHAM1lHt6 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHAM3HXyY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHAM3HXyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM3HXyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHAM3HXyY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM3HXyY img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHAM3HXyY img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHAM3HXyY .card {
  margin-bottom: 2rem;
}
.cid-uHHAM3HXyY .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHAM3HXyY .row {
  justify-content: space-between;
}
.cid-uHHAM3HXyY .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHAM3HXyY .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHAM3HXyY .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHAM3HXyY .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM3HXyY .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHAM3HXyY .card-text {
  color: #353535;
}
.cid-uHHAM3HXyY .card-title,
.cid-uHHAM3HXyY .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHAM3HXyY .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHAM3HXyY .card-link,
.cid-uHHAM3HXyY .link-icon,
.cid-uHHAM3HXyY .link-align {
  color: #232323;
}
.cid-uHHAM3HXyY .card-title,
.cid-uHHAM3HXyY .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHAM3HXyY .row {
  flex-direction: row-reverse;
}
.cid-uHHAM3jlaE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHAM3jlaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM3jlaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHAM3jlaE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM3jlaE img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHAM3jlaE img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHAM3jlaE .card {
  margin-bottom: 2rem;
}
.cid-uHHAM3jlaE .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHAM3jlaE .row {
  justify-content: space-between;
}
.cid-uHHAM3jlaE .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHAM3jlaE .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHAM3jlaE .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHAM3jlaE .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM3jlaE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHAM3jlaE .card-text {
  color: #353535;
}
.cid-uHHAM3jlaE .card-title,
.cid-uHHAM3jlaE .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHAM3jlaE .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHAM3jlaE .card-link,
.cid-uHHAM3jlaE .link-icon,
.cid-uHHAM3jlaE .link-align {
  color: #232323;
}
.cid-uHHAM3jlaE .card-title,
.cid-uHHAM3jlaE .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHAM4uwhO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHAM4uwhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM4uwhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHAM4uwhO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM4uwhO img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHAM4uwhO img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHAM4uwhO .card {
  margin-bottom: 2rem;
}
.cid-uHHAM4uwhO .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHAM4uwhO .row {
  justify-content: space-between;
}
.cid-uHHAM4uwhO .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHAM4uwhO .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHAM4uwhO .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHAM4uwhO .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM4uwhO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHAM4uwhO .card-text {
  color: #353535;
}
.cid-uHHAM4uwhO .card-title,
.cid-uHHAM4uwhO .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHAM4uwhO .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHAM4uwhO .card-link,
.cid-uHHAM4uwhO .link-icon,
.cid-uHHAM4uwhO .link-align {
  color: #232323;
}
.cid-uHHAM4uwhO .card-title,
.cid-uHHAM4uwhO .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHAM4uwhO .row {
  flex-direction: row-reverse;
}
.cid-uHHAM45VIV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHAM45VIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHAM45VIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHAM45VIV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM45VIV img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHAM45VIV img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHAM45VIV .card {
  margin-bottom: 2rem;
}
.cid-uHHAM45VIV .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHAM45VIV .row {
  justify-content: space-between;
}
.cid-uHHAM45VIV .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHAM45VIV .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHAM45VIV .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHAM45VIV .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHAM45VIV .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHAM45VIV .card-text {
  color: #353535;
}
.cid-uHHAM45VIV .card-title,
.cid-uHHAM45VIV .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHAM45VIV .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHAM45VIV .card-link,
.cid-uHHAM45VIV .link-icon,
.cid-uHHAM45VIV .link-align {
  color: #232323;
}
.cid-uHHAM45VIV .card-title,
.cid-uHHAM45VIV .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GoTu1FDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GoTu1FDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GoTu1FDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHAM5EnMF.popup-builder {
  background-color: #ffffff;
}
.cid-uHHAM5EnMF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHAM5EnMF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHAM5EnMF .modal-content,
.cid-uHHAM5EnMF .modal-dialog {
  height: auto;
}
.cid-uHHAM5EnMF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHAM5EnMF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHAM5EnMF .form-wrapper .mbr-form .form-group,
  .cid-uHHAM5EnMF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHAM5EnMF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHAM5EnMF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHAM5EnMF .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHAM5EnMF .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHAM5EnMF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHAM5EnMF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHAM5EnMF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHAM5EnMF .modal-open {
  overflow: hidden;
}
.cid-uHHAM5EnMF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHAM5EnMF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHAM5EnMF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHAM5EnMF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHAM5EnMF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHAM5EnMF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHAM5EnMF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHAM5EnMF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHAM5EnMF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHAM5EnMF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHAM5EnMF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHAM5EnMF .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHAM5EnMF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHAM5EnMF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHAM5EnMF .modal-header {
    padding: 1rem;
  }
}
.cid-uHHAM5EnMF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHAM5EnMF .modal-header .close svg {
  fill: #353535;
}
.cid-uHHAM5EnMF .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHAM5EnMF .modal-header .close:focus {
  outline: none;
}
.cid-uHHAM5EnMF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHAM5EnMF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHAM5EnMF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHAM5EnMF .modal-body {
    padding: 1rem;
  }
}
.cid-uHHAM5EnMF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHAM5EnMF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHAM5EnMF .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHAM5EnMF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHAM5EnMF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHAM5EnMF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHAM5EnMF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHAM5EnMF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHAM5EnMF .modal-lg,
  .cid-uHHAM5EnMF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHAM5EnMF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHAM5EnMF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHAM5EnMF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHAM5EnMF .form-group {
  margin-bottom: 1rem;
}
.cid-uHHAM5EnMF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHAM5EnMF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHAM5EnMF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHAM5EnMF .mbr-section-btn {
  margin: 0;
}
.cid-uHHAM5EnMF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHHEbHjlOh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHEbHjlOh nav.navbar {
  position: fixed;
}
.cid-uHHEbHjlOh .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-uHHEbHjlOh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHEbHjlOh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHEbHjlOh .dropdown-item:hover,
.cid-uHHEbHjlOh .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHEbHjlOh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHEbHjlOh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHEbHjlOh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHEbHjlOh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHEbHjlOh .nav-link {
  position: relative;
}
.cid-uHHEbHjlOh .container {
  display: flex;
  margin: auto;
}
.cid-uHHEbHjlOh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHEbHjlOh .dropdown-menu,
.cid-uHHEbHjlOh .navbar.opened {
  background: #000000 !important;
}
.cid-uHHEbHjlOh .nav-item:focus,
.cid-uHHEbHjlOh .nav-link:focus {
  outline: none;
}
.cid-uHHEbHjlOh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHEbHjlOh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHEbHjlOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHEbHjlOh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHEbHjlOh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHEbHjlOh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHEbHjlOh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHEbHjlOh .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHEbHjlOh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHEbHjlOh .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHEbHjlOh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHEbHjlOh .navbar.collapsed {
  justify-content: center;
}
.cid-uHHEbHjlOh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHEbHjlOh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHEbHjlOh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHEbHjlOh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHEbHjlOh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHEbHjlOh .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-uHHEbHjlOh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHEbHjlOh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHEbHjlOh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHEbHjlOh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHEbHjlOh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHEbHjlOh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHEbHjlOh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHEbHjlOh .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-uHHEbHjlOh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHEbHjlOh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHEbHjlOh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHEbHjlOh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHEbHjlOh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHEbHjlOh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHEbHjlOh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHEbHjlOh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHEbHjlOh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHEbHjlOh .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-uHHEbHjlOh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHEbHjlOh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHEbHjlOh .dropdown-item.active,
.cid-uHHEbHjlOh .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHEbHjlOh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHEbHjlOh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHEbHjlOh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHEbHjlOh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHEbHjlOh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHEbHjlOh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHEbHjlOh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHEbHjlOh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHEbHjlOh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHEbHjlOh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHEbHjlOh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHEbHjlOh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHEbHjlOh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHEbHjlOh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHEbHjlOh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHEbHjlOh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHEbHjlOh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHEbHjlOh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHEbHjlOh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHEbHjlOh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHEbHjlOh .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-uHHEbHjlOh .navbar {
    height: 70px;
  }
  .cid-uHHEbHjlOh .navbar.opened {
    height: auto;
  }
  .cid-uHHEbHjlOh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHEbHBA6A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-uHHEbHBA6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbHBA6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHEbHBA6A .mbr-text,
.cid-uHHEbHBA6A .mbr-section-btn {
  text-align: center;
}
.cid-uHHEbHPE73 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHEbHPE73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbHPE73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHEbHPE73 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbHPE73 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHEbHPE73 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHEbHPE73 .card {
  margin-bottom: 2rem;
}
.cid-uHHEbHPE73 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHEbHPE73 .row {
  justify-content: space-between;
}
.cid-uHHEbHPE73 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHEbHPE73 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHEbHPE73 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHEbHPE73 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbHPE73 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHEbHPE73 .card-text {
  color: #808080;
}
.cid-uHHEbHPE73 .card-title,
.cid-uHHEbHPE73 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHEbHPE73 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHEbHPE73 .card-link,
.cid-uHHEbHPE73 .link-icon,
.cid-uHHEbHPE73 .link-align {
  color: #232323;
}
.cid-uHHEbHPE73 .card-title,
.cid-uHHEbHPE73 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GwsFhEmh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3GwsFhEmh img,
.cid-v3GwsFhEmh .item-img {
  width: 100%;
}
.cid-v3GwsFhEmh .item:focus,
.cid-v3GwsFhEmh span:focus {
  outline: none;
}
.cid-v3GwsFhEmh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GwsFhEmh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GwsFhEmh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3GwsFhEmh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GwsFhEmh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3GwsFhEmh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3GwsFhEmh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GwsFhEmh .mbr-section-title {
  color: #052f54;
}
.cid-v3GwsFhEmh .mbr-text,
.cid-v3GwsFhEmh .mbr-section-btn {
  text-align: center;
}
.cid-v3GwsFhEmh .item-title {
  text-align: center;
}
.cid-v3GwsFhEmh .item-subtitle {
  text-align: left;
}
.cid-v3GwsFhEmh .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-uHHEbJ6tv1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHEbJ6tv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbJ6tv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHEbJ6tv1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJ6tv1 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHEbJ6tv1 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHEbJ6tv1 .card {
  margin-bottom: 2rem;
}
.cid-uHHEbJ6tv1 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHEbJ6tv1 .row {
  justify-content: space-between;
}
.cid-uHHEbJ6tv1 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHEbJ6tv1 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHEbJ6tv1 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHEbJ6tv1 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJ6tv1 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHEbJ6tv1 .card-text {
  color: #353535;
}
.cid-uHHEbJ6tv1 .card-title,
.cid-uHHEbJ6tv1 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHEbJ6tv1 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHEbJ6tv1 .card-link,
.cid-uHHEbJ6tv1 .link-icon,
.cid-uHHEbJ6tv1 .link-align {
  color: #232323;
}
.cid-uHHEbJ6tv1 .card-title,
.cid-uHHEbJ6tv1 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHEbJrow3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHEbJrow3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbJrow3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHEbJrow3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJrow3 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHEbJrow3 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHEbJrow3 .card {
  margin-bottom: 2rem;
}
.cid-uHHEbJrow3 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHEbJrow3 .row {
  justify-content: space-between;
}
.cid-uHHEbJrow3 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHEbJrow3 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHEbJrow3 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHEbJrow3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJrow3 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHEbJrow3 .card-text {
  color: #353535;
}
.cid-uHHEbJrow3 .card-title,
.cid-uHHEbJrow3 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHEbJrow3 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHEbJrow3 .card-link,
.cid-uHHEbJrow3 .link-icon,
.cid-uHHEbJrow3 .link-align {
  color: #232323;
}
.cid-uHHEbJrow3 .card-title,
.cid-uHHEbJrow3 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHEbJrow3 .row {
  flex-direction: row-reverse;
}
.cid-uHHEbJPhDh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHEbJPhDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbJPhDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHEbJPhDh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJPhDh img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHEbJPhDh img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHEbJPhDh .card {
  margin-bottom: 2rem;
}
.cid-uHHEbJPhDh .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHEbJPhDh .row {
  justify-content: space-between;
}
.cid-uHHEbJPhDh .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHEbJPhDh .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHEbJPhDh .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHEbJPhDh .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbJPhDh .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHEbJPhDh .card-text {
  color: #353535;
}
.cid-uHHEbJPhDh .card-title,
.cid-uHHEbJPhDh .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHEbJPhDh .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHEbJPhDh .card-link,
.cid-uHHEbJPhDh .link-icon,
.cid-uHHEbJPhDh .link-align {
  color: #232323;
}
.cid-uHHEbJPhDh .card-title,
.cid-uHHEbJPhDh .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHEbKaYfN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHEbKaYfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHEbKaYfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHEbKaYfN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbKaYfN img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHEbKaYfN img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHEbKaYfN .card {
  margin-bottom: 2rem;
}
.cid-uHHEbKaYfN .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHEbKaYfN .row {
  justify-content: space-between;
}
.cid-uHHEbKaYfN .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHEbKaYfN .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHEbKaYfN .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHEbKaYfN .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHEbKaYfN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHEbKaYfN .card-text {
  color: #353535;
}
.cid-uHHEbKaYfN .card-title,
.cid-uHHEbKaYfN .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHEbKaYfN .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHEbKaYfN .card-link,
.cid-uHHEbKaYfN .link-icon,
.cid-uHHEbKaYfN .link-align {
  color: #232323;
}
.cid-uHHEbKaYfN .card-title,
.cid-uHHEbKaYfN .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHEbKaYfN .row {
  flex-direction: row-reverse;
}
.cid-v3GwqDOvau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GwqDOvau .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GwqDOvau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHEbLf2hY.popup-builder {
  background-color: #ffffff;
}
.cid-uHHEbLf2hY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHEbLf2hY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHEbLf2hY .modal-content,
.cid-uHHEbLf2hY .modal-dialog {
  height: auto;
}
.cid-uHHEbLf2hY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHEbLf2hY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHEbLf2hY .form-wrapper .mbr-form .form-group,
  .cid-uHHEbLf2hY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHEbLf2hY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHEbLf2hY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHEbLf2hY .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHEbLf2hY .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHEbLf2hY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHEbLf2hY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHEbLf2hY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHEbLf2hY .modal-open {
  overflow: hidden;
}
.cid-uHHEbLf2hY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHEbLf2hY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHEbLf2hY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHEbLf2hY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHEbLf2hY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHEbLf2hY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHEbLf2hY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHEbLf2hY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHEbLf2hY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHEbLf2hY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHEbLf2hY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHEbLf2hY .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHEbLf2hY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHEbLf2hY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHEbLf2hY .modal-header {
    padding: 1rem;
  }
}
.cid-uHHEbLf2hY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHEbLf2hY .modal-header .close svg {
  fill: #353535;
}
.cid-uHHEbLf2hY .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHEbLf2hY .modal-header .close:focus {
  outline: none;
}
.cid-uHHEbLf2hY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHEbLf2hY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHEbLf2hY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHEbLf2hY .modal-body {
    padding: 1rem;
  }
}
.cid-uHHEbLf2hY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHEbLf2hY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHEbLf2hY .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHEbLf2hY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHEbLf2hY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHEbLf2hY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHEbLf2hY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHEbLf2hY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHEbLf2hY .modal-lg,
  .cid-uHHEbLf2hY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHEbLf2hY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHEbLf2hY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHEbLf2hY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHEbLf2hY .form-group {
  margin-bottom: 1rem;
}
.cid-uHHEbLf2hY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHEbLf2hY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHEbLf2hY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHEbLf2hY .mbr-section-btn {
  margin: 0;
}
.cid-uHHEbLf2hY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHHJQAfBs8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHJQAfBs8 nav.navbar {
  position: fixed;
}
.cid-uHHJQAfBs8 .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-uHHJQAfBs8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHJQAfBs8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHJQAfBs8 .dropdown-item:hover,
.cid-uHHJQAfBs8 .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHJQAfBs8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHJQAfBs8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHJQAfBs8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHJQAfBs8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHJQAfBs8 .nav-link {
  position: relative;
}
.cid-uHHJQAfBs8 .container {
  display: flex;
  margin: auto;
}
.cid-uHHJQAfBs8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHJQAfBs8 .dropdown-menu,
.cid-uHHJQAfBs8 .navbar.opened {
  background: #000000 !important;
}
.cid-uHHJQAfBs8 .nav-item:focus,
.cid-uHHJQAfBs8 .nav-link:focus {
  outline: none;
}
.cid-uHHJQAfBs8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHJQAfBs8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHJQAfBs8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHJQAfBs8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHJQAfBs8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHJQAfBs8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHJQAfBs8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHJQAfBs8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHJQAfBs8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHJQAfBs8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHJQAfBs8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHJQAfBs8 .navbar.collapsed {
  justify-content: center;
}
.cid-uHHJQAfBs8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHJQAfBs8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHJQAfBs8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHJQAfBs8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHJQAfBs8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHJQAfBs8 .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-uHHJQAfBs8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHJQAfBs8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHJQAfBs8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHJQAfBs8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHJQAfBs8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHJQAfBs8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHJQAfBs8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHJQAfBs8 .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-uHHJQAfBs8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHJQAfBs8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHJQAfBs8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHJQAfBs8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHJQAfBs8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHJQAfBs8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHJQAfBs8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHJQAfBs8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHJQAfBs8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHJQAfBs8 .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-uHHJQAfBs8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHJQAfBs8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHJQAfBs8 .dropdown-item.active,
.cid-uHHJQAfBs8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHJQAfBs8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHJQAfBs8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHJQAfBs8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHJQAfBs8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHJQAfBs8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHJQAfBs8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHJQAfBs8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHJQAfBs8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHJQAfBs8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHJQAfBs8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHJQAfBs8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHJQAfBs8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHJQAfBs8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHJQAfBs8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHJQAfBs8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHJQAfBs8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHJQAfBs8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHJQAfBs8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHJQAfBs8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHJQAfBs8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHJQAfBs8 .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-uHHJQAfBs8 .navbar {
    height: 70px;
  }
  .cid-uHHJQAfBs8 .navbar.opened {
    height: auto;
  }
  .cid-uHHJQAfBs8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHJQAwoYL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/salas-privativas-coworking-so-paulo-gap7-1-1440x960.webp");
}
.cid-uHHJQAwoYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQAwoYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHJQAwoYL .mbr-text,
.cid-uHHJQAwoYL .mbr-section-btn {
  text-align: center;
}
.cid-uHHJQAMUiJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJQAMUiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQAMUiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHJQAMUiJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQAMUiJ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHJQAMUiJ img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHJQAMUiJ .card {
  margin-bottom: 2rem;
}
.cid-uHHJQAMUiJ .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHJQAMUiJ .row {
  justify-content: space-between;
}
.cid-uHHJQAMUiJ .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHJQAMUiJ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHJQAMUiJ .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHJQAMUiJ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQAMUiJ .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHJQAMUiJ .card-text {
  color: #808080;
}
.cid-uHHJQAMUiJ .card-title,
.cid-uHHJQAMUiJ .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHJQAMUiJ .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHJQAMUiJ .card-link,
.cid-uHHJQAMUiJ .link-icon,
.cid-uHHJQAMUiJ .link-align {
  color: #232323;
}
.cid-uHHJQAMUiJ .card-title,
.cid-uHHJQAMUiJ .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GuwEQdFa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3GuwEQdFa img,
.cid-v3GuwEQdFa .item-img {
  width: 100%;
}
.cid-v3GuwEQdFa .item:focus,
.cid-v3GuwEQdFa span:focus {
  outline: none;
}
.cid-v3GuwEQdFa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GuwEQdFa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GuwEQdFa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3GuwEQdFa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GuwEQdFa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3GuwEQdFa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3GuwEQdFa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GuwEQdFa .mbr-section-title {
  color: #052f54;
}
.cid-v3GuwEQdFa .mbr-text,
.cid-v3GuwEQdFa .mbr-section-btn {
  text-align: center;
}
.cid-v3GuwEQdFa .item-title {
  text-align: center;
}
.cid-v3GuwEQdFa .item-subtitle {
  text-align: left;
}
.cid-v3GuwEQdFa .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-uHHJQC3Oox {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJQC3Oox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQC3Oox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHJQC3Oox .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQC3Oox img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHJQC3Oox img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHJQC3Oox .card {
  margin-bottom: 2rem;
}
.cid-uHHJQC3Oox .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHJQC3Oox .row {
  justify-content: space-between;
}
.cid-uHHJQC3Oox .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHJQC3Oox .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHJQC3Oox .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHJQC3Oox .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQC3Oox .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHJQC3Oox .card-text {
  color: #353535;
}
.cid-uHHJQC3Oox .card-title,
.cid-uHHJQC3Oox .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHJQC3Oox .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHJQC3Oox .card-link,
.cid-uHHJQC3Oox .link-icon,
.cid-uHHJQC3Oox .link-align {
  color: #232323;
}
.cid-uHHJQC3Oox .card-title,
.cid-uHHJQC3Oox .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHJQCnrrU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJQCnrrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQCnrrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHJQCnrrU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQCnrrU img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHJQCnrrU img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHJQCnrrU .card {
  margin-bottom: 2rem;
}
.cid-uHHJQCnrrU .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHJQCnrrU .row {
  justify-content: space-between;
}
.cid-uHHJQCnrrU .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHJQCnrrU .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHJQCnrrU .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHJQCnrrU .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQCnrrU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHJQCnrrU .card-text {
  color: #353535;
}
.cid-uHHJQCnrrU .card-title,
.cid-uHHJQCnrrU .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHJQCnrrU .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHJQCnrrU .card-link,
.cid-uHHJQCnrrU .link-icon,
.cid-uHHJQCnrrU .link-align {
  color: #232323;
}
.cid-uHHJQCnrrU .card-title,
.cid-uHHJQCnrrU .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHJQCnrrU .row {
  flex-direction: row-reverse;
}
.cid-uHHJQCKsCZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJQCKsCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQCKsCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHJQCKsCZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQCKsCZ img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHJQCKsCZ img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHJQCKsCZ .card {
  margin-bottom: 2rem;
}
.cid-uHHJQCKsCZ .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHJQCKsCZ .row {
  justify-content: space-between;
}
.cid-uHHJQCKsCZ .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHJQCKsCZ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHJQCKsCZ .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHJQCKsCZ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQCKsCZ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHJQCKsCZ .card-text {
  color: #353535;
}
.cid-uHHJQCKsCZ .card-title,
.cid-uHHJQCKsCZ .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHJQCKsCZ .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHJQCKsCZ .card-link,
.cid-uHHJQCKsCZ .link-icon,
.cid-uHHJQCKsCZ .link-align {
  color: #232323;
}
.cid-uHHJQCKsCZ .card-title,
.cid-uHHJQCKsCZ .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHJQD4LcM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJQD4LcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHJQD4LcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHJQD4LcM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQD4LcM img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHJQD4LcM img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHJQD4LcM .card {
  margin-bottom: 2rem;
}
.cid-uHHJQD4LcM .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHJQD4LcM .row {
  justify-content: space-between;
}
.cid-uHHJQD4LcM .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHJQD4LcM .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHJQD4LcM .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHJQD4LcM .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHJQD4LcM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHHJQD4LcM .card-text {
  color: #353535;
}
.cid-uHHJQD4LcM .card-title,
.cid-uHHJQD4LcM .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHJQD4LcM .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHJQD4LcM .card-link,
.cid-uHHJQD4LcM .link-icon,
.cid-uHHJQD4LcM .link-align {
  color: #232323;
}
.cid-uHHJQD4LcM .card-title,
.cid-uHHJQD4LcM .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHJQD4LcM .row {
  flex-direction: row-reverse;
}
.cid-v3GuAjlJZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GuAjlJZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GuAjlJZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHJQEalIu.popup-builder {
  background-color: #ffffff;
}
.cid-uHHJQEalIu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHJQEalIu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHJQEalIu .modal-content,
.cid-uHHJQEalIu .modal-dialog {
  height: auto;
}
.cid-uHHJQEalIu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHJQEalIu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHJQEalIu .form-wrapper .mbr-form .form-group,
  .cid-uHHJQEalIu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHJQEalIu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHJQEalIu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHJQEalIu .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHJQEalIu .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHJQEalIu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHJQEalIu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHJQEalIu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHJQEalIu .modal-open {
  overflow: hidden;
}
.cid-uHHJQEalIu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHJQEalIu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHJQEalIu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHJQEalIu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHJQEalIu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHJQEalIu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHJQEalIu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHJQEalIu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHJQEalIu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHJQEalIu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHJQEalIu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHJQEalIu .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHJQEalIu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHJQEalIu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHJQEalIu .modal-header {
    padding: 1rem;
  }
}
.cid-uHHJQEalIu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHJQEalIu .modal-header .close svg {
  fill: #353535;
}
.cid-uHHJQEalIu .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHJQEalIu .modal-header .close:focus {
  outline: none;
}
.cid-uHHJQEalIu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHJQEalIu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHJQEalIu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHJQEalIu .modal-body {
    padding: 1rem;
  }
}
.cid-uHHJQEalIu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHJQEalIu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHJQEalIu .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHJQEalIu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHJQEalIu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHJQEalIu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHJQEalIu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHJQEalIu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHJQEalIu .modal-lg,
  .cid-uHHJQEalIu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHJQEalIu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHJQEalIu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHJQEalIu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHJQEalIu .form-group {
  margin-bottom: 1rem;
}
.cid-uHHJQEalIu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHJQEalIu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHJQEalIu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHJQEalIu .mbr-section-btn {
  margin: 0;
}
.cid-uHHJQEalIu .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHMHCr9ML {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHMHCr9ML nav.navbar {
  position: fixed;
}
.cid-uHHMHCr9ML .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-uHHMHCr9ML .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHMHCr9ML .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHMHCr9ML .dropdown-item:hover,
.cid-uHHMHCr9ML .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHMHCr9ML .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHMHCr9ML .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHMHCr9ML .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHMHCr9ML .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHMHCr9ML .nav-link {
  position: relative;
}
.cid-uHHMHCr9ML .container {
  display: flex;
  margin: auto;
}
.cid-uHHMHCr9ML .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHMHCr9ML .dropdown-menu,
.cid-uHHMHCr9ML .navbar.opened {
  background: #000000 !important;
}
.cid-uHHMHCr9ML .nav-item:focus,
.cid-uHHMHCr9ML .nav-link:focus {
  outline: none;
}
.cid-uHHMHCr9ML .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHMHCr9ML .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHMHCr9ML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHMHCr9ML .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHMHCr9ML .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHMHCr9ML .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHMHCr9ML .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHMHCr9ML .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHMHCr9ML .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHMHCr9ML .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHMHCr9ML .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHMHCr9ML .navbar.collapsed {
  justify-content: center;
}
.cid-uHHMHCr9ML .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHMHCr9ML .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHMHCr9ML .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHMHCr9ML .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHMHCr9ML .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHMHCr9ML .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-uHHMHCr9ML .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHMHCr9ML .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHMHCr9ML .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHMHCr9ML .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHMHCr9ML .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHMHCr9ML .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHMHCr9ML .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHMHCr9ML .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-uHHMHCr9ML .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHMHCr9ML .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHMHCr9ML .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHMHCr9ML .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHMHCr9ML .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHMHCr9ML .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHMHCr9ML .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHMHCr9ML .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHMHCr9ML .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHMHCr9ML .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-uHHMHCr9ML .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHMHCr9ML .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHMHCr9ML .dropdown-item.active,
.cid-uHHMHCr9ML .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHMHCr9ML .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHMHCr9ML .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHMHCr9ML .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHMHCr9ML .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHMHCr9ML .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHMHCr9ML .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHMHCr9ML ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHMHCr9ML .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHMHCr9ML button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHMHCr9ML button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHMHCr9ML button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHMHCr9ML button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHMHCr9ML button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHMHCr9ML button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHMHCr9ML nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHMHCr9ML nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHMHCr9ML nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHMHCr9ML nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHMHCr9ML .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHMHCr9ML a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHMHCr9ML .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-uHHMHCr9ML .navbar {
    height: 70px;
  }
  .cid-uHHMHCr9ML .navbar.opened {
    height: auto;
  }
  .cid-uHHMHCr9ML .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHMHCZis7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-2-700x466.webp");
}
.cid-uHHMHCZis7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHMHCZis7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHMHCZis7 .mbr-text,
.cid-uHHMHCZis7 .mbr-section-btn {
  text-align: center;
}
.cid-uHHMHDqUUF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHMHDqUUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHMHDqUUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHMHDqUUF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHMHDqUUF img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHMHDqUUF img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHMHDqUUF .card {
  margin-bottom: 2rem;
}
.cid-uHHMHDqUUF .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHMHDqUUF .row {
  justify-content: space-between;
}
.cid-uHHMHDqUUF .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHMHDqUUF .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHMHDqUUF .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHMHDqUUF .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHMHDqUUF .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHMHDqUUF .card-text {
  color: #808080;
}
.cid-uHHMHDqUUF .card-title,
.cid-uHHMHDqUUF .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHMHDqUUF .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHMHDqUUF .card-link,
.cid-uHHMHDqUUF .link-icon,
.cid-uHHMHDqUUF .link-align {
  color: #232323;
}
.cid-uHHMHDqUUF .card-title,
.cid-uHHMHDqUUF .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHMHGr3ka {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHMHGr3ka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHMHGr3ka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHMHGr3ka .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHMHGr3ka img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHMHGr3ka img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHMHGr3ka .card {
  margin-bottom: 2rem;
}
.cid-uHHMHGr3ka .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHMHGr3ka .row {
  justify-content: space-between;
}
.cid-uHHMHGr3ka .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHMHGr3ka .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHMHGr3ka .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHMHGr3ka .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHMHGr3ka .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHMHGr3ka .card-text {
  color: #353535;
}
.cid-uHHMHGr3ka .card-title,
.cid-uHHMHGr3ka .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHMHGr3ka .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHMHGr3ka .card-link,
.cid-uHHMHGr3ka .link-icon,
.cid-uHHMHGr3ka .link-align {
  color: #232323;
}
.cid-uHHMHGr3ka .card-title,
.cid-uHHMHGr3ka .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHMHGr3ka .row {
  flex-direction: row-reverse;
}
.cid-uHHOQV78A5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHOQV78A5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHOQV78A5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHOQV78A5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHOQV78A5 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHOQV78A5 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHOQV78A5 .card {
  margin-bottom: 2rem;
}
.cid-uHHOQV78A5 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHOQV78A5 .row {
  justify-content: space-between;
}
.cid-uHHOQV78A5 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHOQV78A5 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHOQV78A5 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHOQV78A5 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHOQV78A5 .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHOQV78A5 .card-text {
  color: #353535;
}
.cid-uHHOQV78A5 .card-title,
.cid-uHHOQV78A5 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHOQV78A5 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHOQV78A5 .card-link,
.cid-uHHOQV78A5 .link-icon,
.cid-uHHOQV78A5 .link-align {
  color: #232323;
}
.cid-uHHOQV78A5 .card-title,
.cid-uHHOQV78A5 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHPFGJ7gP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHPFGJ7gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHPFGJ7gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHPFGJ7gP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHPFGJ7gP img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHPFGJ7gP img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHPFGJ7gP .card {
  margin-bottom: 2rem;
}
.cid-uHHPFGJ7gP .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHPFGJ7gP .row {
  justify-content: space-between;
}
.cid-uHHPFGJ7gP .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHPFGJ7gP .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHPFGJ7gP .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHPFGJ7gP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHPFGJ7gP .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHPFGJ7gP .card-text {
  color: #353535;
}
.cid-uHHPFGJ7gP .card-title,
.cid-uHHPFGJ7gP .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHPFGJ7gP .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHPFGJ7gP .card-link,
.cid-uHHPFGJ7gP .link-icon,
.cid-uHHPFGJ7gP .link-align {
  color: #232323;
}
.cid-uHHPFGJ7gP .card-title,
.cid-uHHPFGJ7gP .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHHPFGJ7gP .row {
  flex-direction: row-reverse;
}
.cid-uHHRCZnLTG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uHHRCZnLTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHRCZnLTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHHRCZnLTG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHHRCZnLTG img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHHRCZnLTG img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHHRCZnLTG .card {
  margin-bottom: 2rem;
}
.cid-uHHRCZnLTG .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHHRCZnLTG .row {
  justify-content: space-between;
}
.cid-uHHRCZnLTG .card-box {
  display: flex;
  align-items: center;
}
.cid-uHHRCZnLTG .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHHRCZnLTG .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHHRCZnLTG .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHHRCZnLTG .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHHRCZnLTG .card-text {
  color: #353535;
}
.cid-uHHRCZnLTG .card-title,
.cid-uHHRCZnLTG .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHHRCZnLTG .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHHRCZnLTG .card-link,
.cid-uHHRCZnLTG .link-icon,
.cid-uHHRCZnLTG .link-align {
  color: #232323;
}
.cid-uHHRCZnLTG .card-title,
.cid-uHHRCZnLTG .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GlMk8n2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GlMk8n2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GlMk8n2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHMHKt6ZA.popup-builder {
  background-color: #ffffff;
}
.cid-uHHMHKt6ZA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHMHKt6ZA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHMHKt6ZA .modal-content,
.cid-uHHMHKt6ZA .modal-dialog {
  height: auto;
}
.cid-uHHMHKt6ZA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHMHKt6ZA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHMHKt6ZA .form-wrapper .mbr-form .form-group,
  .cid-uHHMHKt6ZA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHMHKt6ZA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHMHKt6ZA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHMHKt6ZA .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHMHKt6ZA .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHMHKt6ZA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHMHKt6ZA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHMHKt6ZA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHMHKt6ZA .modal-open {
  overflow: hidden;
}
.cid-uHHMHKt6ZA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHMHKt6ZA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHMHKt6ZA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHMHKt6ZA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHMHKt6ZA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHMHKt6ZA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHMHKt6ZA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHMHKt6ZA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHMHKt6ZA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHMHKt6ZA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHMHKt6ZA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHMHKt6ZA .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHMHKt6ZA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHMHKt6ZA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHMHKt6ZA .modal-header {
    padding: 1rem;
  }
}
.cid-uHHMHKt6ZA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHMHKt6ZA .modal-header .close svg {
  fill: #353535;
}
.cid-uHHMHKt6ZA .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHMHKt6ZA .modal-header .close:focus {
  outline: none;
}
.cid-uHHMHKt6ZA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHMHKt6ZA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHMHKt6ZA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHMHKt6ZA .modal-body {
    padding: 1rem;
  }
}
.cid-uHHMHKt6ZA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHMHKt6ZA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHMHKt6ZA .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHMHKt6ZA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHMHKt6ZA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHMHKt6ZA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHMHKt6ZA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHMHKt6ZA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHMHKt6ZA .modal-lg,
  .cid-uHHMHKt6ZA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHMHKt6ZA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHMHKt6ZA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHMHKt6ZA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHMHKt6ZA .form-group {
  margin-bottom: 1rem;
}
.cid-uHHMHKt6ZA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHMHKt6ZA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHMHKt6ZA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHMHKt6ZA .mbr-section-btn {
  margin: 0;
}
.cid-uHHMHKt6ZA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHHSzOu4Pf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHSzOu4Pf nav.navbar {
  position: fixed;
}
.cid-uHHSzOu4Pf .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-uHHSzOu4Pf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHSzOu4Pf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHSzOu4Pf .dropdown-item:hover,
.cid-uHHSzOu4Pf .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHSzOu4Pf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHSzOu4Pf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHSzOu4Pf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHSzOu4Pf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHSzOu4Pf .nav-link {
  position: relative;
}
.cid-uHHSzOu4Pf .container {
  display: flex;
  margin: auto;
}
.cid-uHHSzOu4Pf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHSzOu4Pf .dropdown-menu,
.cid-uHHSzOu4Pf .navbar.opened {
  background: #000000 !important;
}
.cid-uHHSzOu4Pf .nav-item:focus,
.cid-uHHSzOu4Pf .nav-link:focus {
  outline: none;
}
.cid-uHHSzOu4Pf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHSzOu4Pf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHSzOu4Pf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHSzOu4Pf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHSzOu4Pf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHSzOu4Pf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHSzOu4Pf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHSzOu4Pf .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHSzOu4Pf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHSzOu4Pf .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHSzOu4Pf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHSzOu4Pf .navbar.collapsed {
  justify-content: center;
}
.cid-uHHSzOu4Pf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHSzOu4Pf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHSzOu4Pf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHSzOu4Pf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHSzOu4Pf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHSzOu4Pf .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-uHHSzOu4Pf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHSzOu4Pf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHSzOu4Pf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHSzOu4Pf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHSzOu4Pf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHSzOu4Pf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHSzOu4Pf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHSzOu4Pf .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-uHHSzOu4Pf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHSzOu4Pf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHSzOu4Pf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHSzOu4Pf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHSzOu4Pf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHSzOu4Pf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHSzOu4Pf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHSzOu4Pf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHSzOu4Pf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHSzOu4Pf .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-uHHSzOu4Pf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHSzOu4Pf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHSzOu4Pf .dropdown-item.active,
.cid-uHHSzOu4Pf .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHSzOu4Pf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHSzOu4Pf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHSzOu4Pf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHSzOu4Pf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHSzOu4Pf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHSzOu4Pf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHSzOu4Pf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHSzOu4Pf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHSzOu4Pf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHSzOu4Pf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHSzOu4Pf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHSzOu4Pf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHSzOu4Pf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHSzOu4Pf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHSzOu4Pf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHSzOu4Pf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHSzOu4Pf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHSzOu4Pf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHSzOu4Pf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHSzOu4Pf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHSzOu4Pf .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-uHHSzOu4Pf .navbar {
    height: 70px;
  }
  .cid-uHHSzOu4Pf .navbar.opened {
    height: auto;
  }
  .cid-uHHSzOu4Pf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHSzORLzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-uHHSzORLzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHSzORLzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHSzORLzl .mbr-text,
.cid-uHHSzORLzl .mbr-section-btn {
  text-align: center;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHSzSvH2F.popup-builder {
  background-color: #ffffff;
}
.cid-uHHSzSvH2F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHSzSvH2F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHSzSvH2F .modal-content,
.cid-uHHSzSvH2F .modal-dialog {
  height: auto;
}
.cid-uHHSzSvH2F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHSzSvH2F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHSzSvH2F .form-wrapper .mbr-form .form-group,
  .cid-uHHSzSvH2F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHSzSvH2F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHSzSvH2F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHSzSvH2F .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHSzSvH2F .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHSzSvH2F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHSzSvH2F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHSzSvH2F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHSzSvH2F .modal-open {
  overflow: hidden;
}
.cid-uHHSzSvH2F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHSzSvH2F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHSzSvH2F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHSzSvH2F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHSzSvH2F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHSzSvH2F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHSzSvH2F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHSzSvH2F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHSzSvH2F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHSzSvH2F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHSzSvH2F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHSzSvH2F .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHSzSvH2F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHSzSvH2F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHSzSvH2F .modal-header {
    padding: 1rem;
  }
}
.cid-uHHSzSvH2F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHSzSvH2F .modal-header .close svg {
  fill: #353535;
}
.cid-uHHSzSvH2F .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHSzSvH2F .modal-header .close:focus {
  outline: none;
}
.cid-uHHSzSvH2F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHSzSvH2F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHSzSvH2F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHSzSvH2F .modal-body {
    padding: 1rem;
  }
}
.cid-uHHSzSvH2F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHSzSvH2F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHSzSvH2F .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHSzSvH2F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHSzSvH2F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHSzSvH2F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHSzSvH2F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHSzSvH2F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHSzSvH2F .modal-lg,
  .cid-uHHSzSvH2F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHSzSvH2F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHSzSvH2F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHSzSvH2F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHSzSvH2F .form-group {
  margin-bottom: 1rem;
}
.cid-uHHSzSvH2F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHSzSvH2F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHSzSvH2F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHSzSvH2F .mbr-section-btn {
  margin: 0;
}
.cid-uHHSzSvH2F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHHVrnxzDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHHVrnxzDK nav.navbar {
  position: fixed;
}
.cid-uHHVrnxzDK .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-uHHVrnxzDK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHHVrnxzDK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHHVrnxzDK .dropdown-item:hover,
.cid-uHHVrnxzDK .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHHVrnxzDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHHVrnxzDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHHVrnxzDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHHVrnxzDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHHVrnxzDK .nav-link {
  position: relative;
}
.cid-uHHVrnxzDK .container {
  display: flex;
  margin: auto;
}
.cid-uHHVrnxzDK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHHVrnxzDK .dropdown-menu,
.cid-uHHVrnxzDK .navbar.opened {
  background: #000000 !important;
}
.cid-uHHVrnxzDK .nav-item:focus,
.cid-uHHVrnxzDK .nav-link:focus {
  outline: none;
}
.cid-uHHVrnxzDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHVrnxzDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHVrnxzDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHVrnxzDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHVrnxzDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHVrnxzDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHVrnxzDK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHHVrnxzDK .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHVrnxzDK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHHVrnxzDK .navbar .navbar-logo img {
  width: auto;
}
.cid-uHHVrnxzDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHVrnxzDK .navbar.collapsed {
  justify-content: center;
}
.cid-uHHVrnxzDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHVrnxzDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHHVrnxzDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHHVrnxzDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHVrnxzDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHVrnxzDK .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-uHHVrnxzDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHVrnxzDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHHVrnxzDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHHVrnxzDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHVrnxzDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHVrnxzDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHVrnxzDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHHVrnxzDK .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-uHHVrnxzDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHVrnxzDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHHVrnxzDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHHVrnxzDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHHVrnxzDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHVrnxzDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHHVrnxzDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHVrnxzDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHVrnxzDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHVrnxzDK .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-uHHVrnxzDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHHVrnxzDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHVrnxzDK .dropdown-item.active,
.cid-uHHVrnxzDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHVrnxzDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHHVrnxzDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHVrnxzDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHVrnxzDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHHVrnxzDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHVrnxzDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHVrnxzDK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHHVrnxzDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHVrnxzDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHHVrnxzDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHHVrnxzDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHVrnxzDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHVrnxzDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHVrnxzDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHVrnxzDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHVrnxzDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHVrnxzDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHVrnxzDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHVrnxzDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHHVrnxzDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHHVrnxzDK .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-uHHVrnxzDK .navbar {
    height: 70px;
  }
  .cid-uHHVrnxzDK .navbar.opened {
    height: auto;
  }
  .cid-uHHVrnxzDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3GpOVDwl2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3GpOVDwl2 img,
.cid-v3GpOVDwl2 .item-img {
  width: 100%;
}
.cid-v3GpOVDwl2 .item:focus,
.cid-v3GpOVDwl2 span:focus {
  outline: none;
}
.cid-v3GpOVDwl2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GpOVDwl2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GpOVDwl2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3GpOVDwl2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GpOVDwl2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3GpOVDwl2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3GpOVDwl2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GpOVDwl2 .mbr-section-title {
  color: #052f54;
}
.cid-v3GpOVDwl2 .mbr-text,
.cid-v3GpOVDwl2 .mbr-section-btn {
  text-align: center;
}
.cid-v3GpOVDwl2 .item-title {
  text-align: center;
}
.cid-v3GpOVDwl2 .item-subtitle {
  text-align: left;
}
.cid-v3GpOVDwl2 .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-uHI0eYzj5i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHI0eYzj5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI0eYzj5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHI0eYzj5i .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHI0eYzj5i img {
  max-width: 550px;
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .cid-uHI0eYzj5i img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHI0eYzj5i .card {
  margin-bottom: 2rem;
}
.cid-uHI0eYzj5i .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHI0eYzj5i .row {
  justify-content: space-between;
}
.cid-uHI0eYzj5i .card-box {
  display: flex;
  align-items: center;
}
.cid-uHI0eYzj5i .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHI0eYzj5i .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHI0eYzj5i .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHI0eYzj5i .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHI0eYzj5i .card-text {
  color: #353535;
}
.cid-uHI0eYzj5i .card-title,
.cid-uHI0eYzj5i .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHI0eYzj5i .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHI0eYzj5i .card-link,
.cid-uHI0eYzj5i .link-icon,
.cid-uHI0eYzj5i .link-align {
  color: #232323;
}
.cid-uHI0eYzj5i .card-title,
.cid-uHI0eYzj5i .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHI4dLFoqv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uHI4dLFoqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI4dLFoqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHI4dLFoqv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHI4dLFoqv img {
  max-width: 550px;
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .cid-uHI4dLFoqv img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHI4dLFoqv .card {
  margin-bottom: 2rem;
}
.cid-uHI4dLFoqv .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHI4dLFoqv .row {
  justify-content: space-between;
}
.cid-uHI4dLFoqv .card-box {
  display: flex;
  align-items: center;
}
.cid-uHI4dLFoqv .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHI4dLFoqv .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHI4dLFoqv .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHI4dLFoqv .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHI4dLFoqv .card-text {
  color: #353535;
}
.cid-uHI4dLFoqv .card-title,
.cid-uHI4dLFoqv .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHI4dLFoqv .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHI4dLFoqv .card-link,
.cid-uHI4dLFoqv .link-icon,
.cid-uHI4dLFoqv .link-align {
  color: #232323;
}
.cid-uHI4dLFoqv .card-title,
.cid-uHI4dLFoqv .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHI4dLFoqv .row {
  flex-direction: row-reverse;
}
.cid-uHI2MTAhWU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHI2MTAhWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI2MTAhWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHI2MTAhWU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHI2MTAhWU img {
  max-width: 550px;
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .cid-uHI2MTAhWU img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHI2MTAhWU .card {
  margin-bottom: 2rem;
}
.cid-uHI2MTAhWU .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHI2MTAhWU .row {
  justify-content: space-between;
}
.cid-uHI2MTAhWU .card-box {
  display: flex;
  align-items: center;
}
.cid-uHI2MTAhWU .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHI2MTAhWU .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHI2MTAhWU .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHI2MTAhWU .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHI2MTAhWU .card-text {
  color: #353535;
}
.cid-uHI2MTAhWU .card-title,
.cid-uHI2MTAhWU .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHI2MTAhWU .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHI2MTAhWU .card-link,
.cid-uHI2MTAhWU .link-icon,
.cid-uHI2MTAhWU .link-align {
  color: #232323;
}
.cid-uHI2MTAhWU .card-title,
.cid-uHI2MTAhWU .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHI4Uwj7cZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHI4Uwj7cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI4Uwj7cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHI4Uwj7cZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHI4Uwj7cZ img {
  max-width: 550px;
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .cid-uHI4Uwj7cZ img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHI4Uwj7cZ .card {
  margin-bottom: 2rem;
}
.cid-uHI4Uwj7cZ .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHI4Uwj7cZ .row {
  justify-content: space-between;
}
.cid-uHI4Uwj7cZ .card-box {
  display: flex;
  align-items: center;
}
.cid-uHI4Uwj7cZ .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHI4Uwj7cZ .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHI4Uwj7cZ .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHI4Uwj7cZ .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-uHI4Uwj7cZ .card-text {
  color: #353535;
}
.cid-uHI4Uwj7cZ .card-title,
.cid-uHI4Uwj7cZ .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHI4Uwj7cZ .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHI4Uwj7cZ .card-link,
.cid-uHI4Uwj7cZ .link-icon,
.cid-uHI4Uwj7cZ .link-align {
  color: #232323;
}
.cid-uHI4Uwj7cZ .card-title,
.cid-uHI4Uwj7cZ .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHI4Uwj7cZ .row {
  flex-direction: row-reverse;
}
.cid-v3GqpNoLSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GqpNoLSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GqpNoLSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHHVrqOiRL.popup-builder {
  background-color: #ffffff;
}
.cid-uHHVrqOiRL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHVrqOiRL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHVrqOiRL .modal-content,
.cid-uHHVrqOiRL .modal-dialog {
  height: auto;
}
.cid-uHHVrqOiRL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHVrqOiRL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHVrqOiRL .form-wrapper .mbr-form .form-group,
  .cid-uHHVrqOiRL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHVrqOiRL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHVrqOiRL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHVrqOiRL .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHHVrqOiRL .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHVrqOiRL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHVrqOiRL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHVrqOiRL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHVrqOiRL .modal-open {
  overflow: hidden;
}
.cid-uHHVrqOiRL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHVrqOiRL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHVrqOiRL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHVrqOiRL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHVrqOiRL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHVrqOiRL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHVrqOiRL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHVrqOiRL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHVrqOiRL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHVrqOiRL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHVrqOiRL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHVrqOiRL .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHVrqOiRL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHVrqOiRL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHVrqOiRL .modal-header {
    padding: 1rem;
  }
}
.cid-uHHVrqOiRL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHVrqOiRL .modal-header .close svg {
  fill: #353535;
}
.cid-uHHVrqOiRL .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHVrqOiRL .modal-header .close:focus {
  outline: none;
}
.cid-uHHVrqOiRL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHHVrqOiRL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHVrqOiRL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHVrqOiRL .modal-body {
    padding: 1rem;
  }
}
.cid-uHHVrqOiRL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHVrqOiRL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHVrqOiRL .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHVrqOiRL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHVrqOiRL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHVrqOiRL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHVrqOiRL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHVrqOiRL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHVrqOiRL .modal-lg,
  .cid-uHHVrqOiRL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHVrqOiRL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHVrqOiRL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHVrqOiRL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHVrqOiRL .form-group {
  margin-bottom: 1rem;
}
.cid-uHHVrqOiRL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHVrqOiRL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHVrqOiRL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHVrqOiRL .mbr-section-btn {
  margin: 0;
}
.cid-uHHVrqOiRL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHI9RDH0y3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHI9RDH0y3 nav.navbar {
  position: fixed;
}
.cid-uHI9RDH0y3 .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-uHI9RDH0y3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHI9RDH0y3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHI9RDH0y3 .dropdown-item:hover,
.cid-uHI9RDH0y3 .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHI9RDH0y3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHI9RDH0y3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHI9RDH0y3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHI9RDH0y3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHI9RDH0y3 .nav-link {
  position: relative;
}
.cid-uHI9RDH0y3 .container {
  display: flex;
  margin: auto;
}
.cid-uHI9RDH0y3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHI9RDH0y3 .dropdown-menu,
.cid-uHI9RDH0y3 .navbar.opened {
  background: #000000 !important;
}
.cid-uHI9RDH0y3 .nav-item:focus,
.cid-uHI9RDH0y3 .nav-link:focus {
  outline: none;
}
.cid-uHI9RDH0y3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHI9RDH0y3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHI9RDH0y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHI9RDH0y3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHI9RDH0y3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHI9RDH0y3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHI9RDH0y3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHI9RDH0y3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHI9RDH0y3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHI9RDH0y3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHI9RDH0y3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHI9RDH0y3 .navbar.collapsed {
  justify-content: center;
}
.cid-uHI9RDH0y3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHI9RDH0y3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHI9RDH0y3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHI9RDH0y3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHI9RDH0y3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHI9RDH0y3 .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-uHI9RDH0y3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHI9RDH0y3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHI9RDH0y3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHI9RDH0y3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHI9RDH0y3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHI9RDH0y3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHI9RDH0y3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHI9RDH0y3 .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-uHI9RDH0y3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHI9RDH0y3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHI9RDH0y3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHI9RDH0y3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHI9RDH0y3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHI9RDH0y3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHI9RDH0y3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHI9RDH0y3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHI9RDH0y3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHI9RDH0y3 .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-uHI9RDH0y3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHI9RDH0y3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHI9RDH0y3 .dropdown-item.active,
.cid-uHI9RDH0y3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHI9RDH0y3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHI9RDH0y3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHI9RDH0y3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHI9RDH0y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHI9RDH0y3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHI9RDH0y3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHI9RDH0y3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHI9RDH0y3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHI9RDH0y3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHI9RDH0y3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHI9RDH0y3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHI9RDH0y3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI9RDH0y3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI9RDH0y3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHI9RDH0y3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI9RDH0y3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHI9RDH0y3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHI9RDH0y3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI9RDH0y3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHI9RDH0y3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHI9RDH0y3 .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-uHI9RDH0y3 .navbar {
    height: 70px;
  }
  .cid-uHI9RDH0y3 .navbar.opened {
    height: auto;
  }
  .cid-uHI9RDH0y3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHI9RE1VSp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/unidade-berrini-coworking-gap7-1-1440x960.webp");
}
.cid-uHI9RE1VSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI9RE1VSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI9RE1VSp .mbr-text,
.cid-uHI9RE1VSp .mbr-section-btn {
  text-align: center;
}
.cid-v3GzTmXRvD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GzTmXRvD img,
.cid-v3GzTmXRvD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3GzTmXRvD .item:focus,
.cid-v3GzTmXRvD span:focus {
  outline: none;
}
.cid-v3GzTmXRvD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GzTmXRvD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3GzTmXRvD .item {
  padding: 0;
  margin: 0;
}
.cid-v3GzTmXRvD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GzTmXRvD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GzTmXRvD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3GzTmXRvD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GzTmXRvD .mbr-section-title {
  color: #052f54;
}
.cid-v3GzTmXRvD .mbr-text,
.cid-v3GzTmXRvD .mbr-section-btn {
  text-align: left;
}
.cid-v3GzTmXRvD .item-title {
  text-align: left;
}
.cid-v3GzTmXRvD .item-subtitle {
  text-align: left;
}
.cid-uHIaRVwmhJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHIaRVwmhJ .mbr-section-subtitle {
  color: #052f54;
}
.cid-uHIaRVwmhJ .mbr-text {
  color: #353535;
}
.cid-uHIhawuJAI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHIhawuJAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhawuJAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIhawuJAI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHIhawuJAI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHIhawuJAI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHIhawuJAI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHIhawuJAI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHIccSnchV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIccSnchV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIccSnchV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIccSnchV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIccSnchV img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIccSnchV img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIccSnchV .card {
  margin-bottom: 2rem;
}
.cid-uHIccSnchV .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIccSnchV .row {
  justify-content: space-between;
}
.cid-uHIccSnchV .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIccSnchV .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIccSnchV .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIccSnchV .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIccSnchV .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIccSnchV .card-text {
  color: #353535;
}
.cid-uHIccSnchV .card-title,
.cid-uHIccSnchV .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIccSnchV .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIccSnchV .card-link,
.cid-uHIccSnchV .link-icon,
.cid-uHIccSnchV .link-align {
  color: #232323;
}
.cid-uHIccSnchV .card-title,
.cid-uHIccSnchV .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIcghPi4t {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIcghPi4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIcghPi4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIcghPi4t .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIcghPi4t img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIcghPi4t img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIcghPi4t .card {
  margin-bottom: 2rem;
}
.cid-uHIcghPi4t .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIcghPi4t .row {
  justify-content: space-between;
}
.cid-uHIcghPi4t .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIcghPi4t .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIcghPi4t .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIcghPi4t .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIcghPi4t .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIcghPi4t .card-text {
  color: #353535;
}
.cid-uHIcghPi4t .card-title,
.cid-uHIcghPi4t .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIcghPi4t .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIcghPi4t .card-link,
.cid-uHIcghPi4t .link-icon,
.cid-uHIcghPi4t .link-align {
  color: #232323;
}
.cid-uHIcghPi4t .card-title,
.cid-uHIcghPi4t .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIcghPi4t .row {
  flex-direction: row-reverse;
}
.cid-uHIchZvKOO {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIchZvKOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIchZvKOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIchZvKOO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIchZvKOO img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIchZvKOO img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIchZvKOO .card {
  margin-bottom: 2rem;
}
.cid-uHIchZvKOO .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIchZvKOO .row {
  justify-content: space-between;
}
.cid-uHIchZvKOO .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIchZvKOO .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIchZvKOO .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIchZvKOO .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIchZvKOO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIchZvKOO .card-text {
  color: #353535;
}
.cid-uHIchZvKOO .card-title,
.cid-uHIchZvKOO .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIchZvKOO .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIchZvKOO .card-link,
.cid-uHIchZvKOO .link-icon,
.cid-uHIchZvKOO .link-align {
  color: #232323;
}
.cid-uHIchZvKOO .card-title,
.cid-uHIchZvKOO .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIcjNv0GI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIcjNv0GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIcjNv0GI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIcjNv0GI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIcjNv0GI img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIcjNv0GI img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIcjNv0GI .card {
  margin-bottom: 2rem;
}
.cid-uHIcjNv0GI .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIcjNv0GI .row {
  justify-content: space-between;
}
.cid-uHIcjNv0GI .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIcjNv0GI .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIcjNv0GI .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIcjNv0GI .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIcjNv0GI .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIcjNv0GI .card-text {
  color: #353535;
}
.cid-uHIcjNv0GI .card-title,
.cid-uHIcjNv0GI .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIcjNv0GI .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIcjNv0GI .card-link,
.cid-uHIcjNv0GI .link-icon,
.cid-uHIcjNv0GI .link-align {
  color: #232323;
}
.cid-uHIcjNv0GI .card-title,
.cid-uHIcjNv0GI .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIcjNv0GI .row {
  flex-direction: row-reverse;
}
.cid-v3GA3D0KmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GA3D0KmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GA3D0KmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHI9RHoJSN.popup-builder {
  background-color: #ffffff;
}
.cid-uHI9RHoJSN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHI9RHoJSN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHI9RHoJSN .modal-content,
.cid-uHI9RHoJSN .modal-dialog {
  height: auto;
}
.cid-uHI9RHoJSN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHI9RHoJSN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHI9RHoJSN .form-wrapper .mbr-form .form-group,
  .cid-uHI9RHoJSN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHI9RHoJSN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHI9RHoJSN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHI9RHoJSN .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHI9RHoJSN .pt-0 {
  padding-top: 0 !important;
}
.cid-uHI9RHoJSN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHI9RHoJSN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHI9RHoJSN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHI9RHoJSN .modal-open {
  overflow: hidden;
}
.cid-uHI9RHoJSN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHI9RHoJSN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHI9RHoJSN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHI9RHoJSN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHI9RHoJSN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHI9RHoJSN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHI9RHoJSN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHI9RHoJSN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHI9RHoJSN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHI9RHoJSN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHI9RHoJSN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHI9RHoJSN .modal-backdrop.show {
  opacity: .5;
}
.cid-uHI9RHoJSN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHI9RHoJSN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI9RHoJSN .modal-header {
    padding: 1rem;
  }
}
.cid-uHI9RHoJSN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHI9RHoJSN .modal-header .close svg {
  fill: #353535;
}
.cid-uHI9RHoJSN .modal-header .close:hover {
  opacity: 1;
}
.cid-uHI9RHoJSN .modal-header .close:focus {
  outline: none;
}
.cid-uHI9RHoJSN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHI9RHoJSN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHI9RHoJSN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI9RHoJSN .modal-body {
    padding: 1rem;
  }
}
.cid-uHI9RHoJSN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHI9RHoJSN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI9RHoJSN .modal-footer {
    padding: 1rem;
  }
}
.cid-uHI9RHoJSN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHI9RHoJSN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHI9RHoJSN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHI9RHoJSN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHI9RHoJSN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHI9RHoJSN .modal-lg,
  .cid-uHI9RHoJSN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHI9RHoJSN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHI9RHoJSN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHI9RHoJSN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHI9RHoJSN .form-group {
  margin-bottom: 1rem;
}
.cid-uHI9RHoJSN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHI9RHoJSN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHI9RHoJSN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHI9RHoJSN .mbr-section-btn {
  margin: 0;
}
.cid-uHI9RHoJSN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHIdCAdvTH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHIdCAdvTH nav.navbar {
  position: fixed;
}
.cid-uHIdCAdvTH .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-uHIdCAdvTH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHIdCAdvTH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHIdCAdvTH .dropdown-item:hover,
.cid-uHIdCAdvTH .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHIdCAdvTH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHIdCAdvTH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHIdCAdvTH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHIdCAdvTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHIdCAdvTH .nav-link {
  position: relative;
}
.cid-uHIdCAdvTH .container {
  display: flex;
  margin: auto;
}
.cid-uHIdCAdvTH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHIdCAdvTH .dropdown-menu,
.cid-uHIdCAdvTH .navbar.opened {
  background: #000000 !important;
}
.cid-uHIdCAdvTH .nav-item:focus,
.cid-uHIdCAdvTH .nav-link:focus {
  outline: none;
}
.cid-uHIdCAdvTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHIdCAdvTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHIdCAdvTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHIdCAdvTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHIdCAdvTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHIdCAdvTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHIdCAdvTH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHIdCAdvTH .navbar.opened {
  transition: all 0.3s;
}
.cid-uHIdCAdvTH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHIdCAdvTH .navbar .navbar-logo img {
  width: auto;
}
.cid-uHIdCAdvTH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHIdCAdvTH .navbar.collapsed {
  justify-content: center;
}
.cid-uHIdCAdvTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHIdCAdvTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHIdCAdvTH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHIdCAdvTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHIdCAdvTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHIdCAdvTH .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-uHIdCAdvTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHIdCAdvTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHIdCAdvTH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHIdCAdvTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHIdCAdvTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHIdCAdvTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHIdCAdvTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHIdCAdvTH .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-uHIdCAdvTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHIdCAdvTH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHIdCAdvTH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHIdCAdvTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHIdCAdvTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHIdCAdvTH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHIdCAdvTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHIdCAdvTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHIdCAdvTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHIdCAdvTH .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-uHIdCAdvTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHIdCAdvTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHIdCAdvTH .dropdown-item.active,
.cid-uHIdCAdvTH .dropdown-item:active {
  background-color: transparent;
}
.cid-uHIdCAdvTH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHIdCAdvTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHIdCAdvTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHIdCAdvTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHIdCAdvTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHIdCAdvTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHIdCAdvTH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHIdCAdvTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHIdCAdvTH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHIdCAdvTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHIdCAdvTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHIdCAdvTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIdCAdvTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIdCAdvTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHIdCAdvTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIdCAdvTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHIdCAdvTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHIdCAdvTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIdCAdvTH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHIdCAdvTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHIdCAdvTH .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-uHIdCAdvTH .navbar {
    height: 70px;
  }
  .cid-uHIdCAdvTH .navbar.opened {
    height: auto;
  }
  .cid-uHIdCAdvTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHIdCATitD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cropped-image-businessman-eyeglasses-sitting-by-table-cafe-using-laptop-computer-2000x1333.webp");
}
.cid-uHIdCATitD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIdCATitD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIdCATitD .mbr-text,
.cid-uHIdCATitD .mbr-section-btn {
  text-align: center;
}
.cid-v3GE9MXk80 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3GE9MXk80 img,
.cid-v3GE9MXk80 .item-img {
  width: 100%;
}
.cid-v3GE9MXk80 .item:focus,
.cid-v3GE9MXk80 span:focus {
  outline: none;
}
.cid-v3GE9MXk80 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GE9MXk80 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GE9MXk80 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3GE9MXk80 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GE9MXk80 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3GE9MXk80 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3GE9MXk80 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GE9MXk80 .mbr-section-title {
  color: #052f54;
}
.cid-v3GE9MXk80 .mbr-text,
.cid-v3GE9MXk80 .mbr-section-btn {
  text-align: center;
}
.cid-v3GE9MXk80 .item-title {
  text-align: center;
}
.cid-v3GE9MXk80 .item-subtitle {
  text-align: left;
}
.cid-v3GE9MXk80 .mbr-section-subtitle {
  color: #4e4d54;
}
.cid-uHIdCD9J2J {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIdCD9J2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIdCD9J2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIdCD9J2J .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCD9J2J img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIdCD9J2J img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIdCD9J2J .card {
  margin-bottom: 2rem;
}
.cid-uHIdCD9J2J .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIdCD9J2J .row {
  justify-content: space-between;
}
.cid-uHIdCD9J2J .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIdCD9J2J .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIdCD9J2J .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIdCD9J2J .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCD9J2J .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIdCD9J2J .card-text {
  color: #353535;
}
.cid-uHIdCD9J2J .card-title,
.cid-uHIdCD9J2J .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIdCD9J2J .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIdCD9J2J .card-link,
.cid-uHIdCD9J2J .link-icon,
.cid-uHIdCD9J2J .link-align {
  color: #232323;
}
.cid-uHIdCD9J2J .card-title,
.cid-uHIdCD9J2J .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIdCDKpdC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIdCDKpdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIdCDKpdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIdCDKpdC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCDKpdC img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIdCDKpdC img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIdCDKpdC .card {
  margin-bottom: 2rem;
}
.cid-uHIdCDKpdC .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIdCDKpdC .row {
  justify-content: space-between;
}
.cid-uHIdCDKpdC .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIdCDKpdC .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIdCDKpdC .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIdCDKpdC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCDKpdC .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIdCDKpdC .card-text {
  color: #353535;
}
.cid-uHIdCDKpdC .card-title,
.cid-uHIdCDKpdC .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIdCDKpdC .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIdCDKpdC .card-link,
.cid-uHIdCDKpdC .link-icon,
.cid-uHIdCDKpdC .link-align {
  color: #232323;
}
.cid-uHIdCDKpdC .card-title,
.cid-uHIdCDKpdC .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIdCDKpdC .row {
  flex-direction: row-reverse;
}
.cid-uHIdCEkAHW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIdCEkAHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIdCEkAHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIdCEkAHW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCEkAHW img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIdCEkAHW img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIdCEkAHW .card {
  margin-bottom: 2rem;
}
.cid-uHIdCEkAHW .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIdCEkAHW .row {
  justify-content: space-between;
}
.cid-uHIdCEkAHW .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIdCEkAHW .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIdCEkAHW .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIdCEkAHW .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCEkAHW .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIdCEkAHW .card-text {
  color: #353535;
}
.cid-uHIdCEkAHW .card-title,
.cid-uHIdCEkAHW .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIdCEkAHW .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIdCEkAHW .card-link,
.cid-uHIdCEkAHW .link-icon,
.cid-uHIdCEkAHW .link-align {
  color: #232323;
}
.cid-uHIdCEkAHW .card-title,
.cid-uHIdCEkAHW .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIdCERo7P {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIdCERo7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIdCERo7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIdCERo7P .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCERo7P img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIdCERo7P img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIdCERo7P .card {
  margin-bottom: 2rem;
}
.cid-uHIdCERo7P .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIdCERo7P .row {
  justify-content: space-between;
}
.cid-uHIdCERo7P .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIdCERo7P .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIdCERo7P .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIdCERo7P .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIdCERo7P .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIdCERo7P .card-text {
  color: #353535;
}
.cid-uHIdCERo7P .card-title,
.cid-uHIdCERo7P .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIdCERo7P .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIdCERo7P .card-link,
.cid-uHIdCERo7P .link-icon,
.cid-uHIdCERo7P .link-align {
  color: #232323;
}
.cid-uHIdCERo7P .card-title,
.cid-uHIdCERo7P .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIdCERo7P .row {
  flex-direction: row-reverse;
}
.cid-v3GE7dSUcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GE7dSUcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GE7dSUcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHIdCGvzNA.popup-builder {
  background-color: #ffffff;
}
.cid-uHIdCGvzNA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHIdCGvzNA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHIdCGvzNA .modal-content,
.cid-uHIdCGvzNA .modal-dialog {
  height: auto;
}
.cid-uHIdCGvzNA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHIdCGvzNA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHIdCGvzNA .form-wrapper .mbr-form .form-group,
  .cid-uHIdCGvzNA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHIdCGvzNA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHIdCGvzNA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHIdCGvzNA .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHIdCGvzNA .pt-0 {
  padding-top: 0 !important;
}
.cid-uHIdCGvzNA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHIdCGvzNA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHIdCGvzNA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHIdCGvzNA .modal-open {
  overflow: hidden;
}
.cid-uHIdCGvzNA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHIdCGvzNA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHIdCGvzNA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHIdCGvzNA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHIdCGvzNA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHIdCGvzNA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHIdCGvzNA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHIdCGvzNA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHIdCGvzNA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHIdCGvzNA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHIdCGvzNA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHIdCGvzNA .modal-backdrop.show {
  opacity: .5;
}
.cid-uHIdCGvzNA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHIdCGvzNA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIdCGvzNA .modal-header {
    padding: 1rem;
  }
}
.cid-uHIdCGvzNA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHIdCGvzNA .modal-header .close svg {
  fill: #353535;
}
.cid-uHIdCGvzNA .modal-header .close:hover {
  opacity: 1;
}
.cid-uHIdCGvzNA .modal-header .close:focus {
  outline: none;
}
.cid-uHIdCGvzNA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHIdCGvzNA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHIdCGvzNA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIdCGvzNA .modal-body {
    padding: 1rem;
  }
}
.cid-uHIdCGvzNA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHIdCGvzNA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIdCGvzNA .modal-footer {
    padding: 1rem;
  }
}
.cid-uHIdCGvzNA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHIdCGvzNA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHIdCGvzNA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHIdCGvzNA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHIdCGvzNA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHIdCGvzNA .modal-lg,
  .cid-uHIdCGvzNA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHIdCGvzNA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHIdCGvzNA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHIdCGvzNA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHIdCGvzNA .form-group {
  margin-bottom: 1rem;
}
.cid-uHIdCGvzNA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHIdCGvzNA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHIdCGvzNA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHIdCGvzNA .mbr-section-btn {
  margin: 0;
}
.cid-uHIdCGvzNA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHIhknWRtk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHIhknWRtk nav.navbar {
  position: fixed;
}
.cid-uHIhknWRtk .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-uHIhknWRtk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHIhknWRtk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHIhknWRtk .dropdown-item:hover,
.cid-uHIhknWRtk .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHIhknWRtk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHIhknWRtk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHIhknWRtk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHIhknWRtk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHIhknWRtk .nav-link {
  position: relative;
}
.cid-uHIhknWRtk .container {
  display: flex;
  margin: auto;
}
.cid-uHIhknWRtk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHIhknWRtk .dropdown-menu,
.cid-uHIhknWRtk .navbar.opened {
  background: #000000 !important;
}
.cid-uHIhknWRtk .nav-item:focus,
.cid-uHIhknWRtk .nav-link:focus {
  outline: none;
}
.cid-uHIhknWRtk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHIhknWRtk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHIhknWRtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHIhknWRtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHIhknWRtk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHIhknWRtk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHIhknWRtk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHIhknWRtk .navbar.opened {
  transition: all 0.3s;
}
.cid-uHIhknWRtk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHIhknWRtk .navbar .navbar-logo img {
  width: auto;
}
.cid-uHIhknWRtk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHIhknWRtk .navbar.collapsed {
  justify-content: center;
}
.cid-uHIhknWRtk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHIhknWRtk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHIhknWRtk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHIhknWRtk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHIhknWRtk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHIhknWRtk .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-uHIhknWRtk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHIhknWRtk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHIhknWRtk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHIhknWRtk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHIhknWRtk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHIhknWRtk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHIhknWRtk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHIhknWRtk .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-uHIhknWRtk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHIhknWRtk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHIhknWRtk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHIhknWRtk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHIhknWRtk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHIhknWRtk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHIhknWRtk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHIhknWRtk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHIhknWRtk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHIhknWRtk .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-uHIhknWRtk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHIhknWRtk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHIhknWRtk .dropdown-item.active,
.cid-uHIhknWRtk .dropdown-item:active {
  background-color: transparent;
}
.cid-uHIhknWRtk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHIhknWRtk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHIhknWRtk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHIhknWRtk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHIhknWRtk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHIhknWRtk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHIhknWRtk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHIhknWRtk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHIhknWRtk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHIhknWRtk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHIhknWRtk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHIhknWRtk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIhknWRtk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIhknWRtk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHIhknWRtk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIhknWRtk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHIhknWRtk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHIhknWRtk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIhknWRtk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHIhknWRtk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHIhknWRtk .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-uHIhknWRtk .navbar {
    height: 70px;
  }
  .cid-uHIhknWRtk .navbar.opened {
    height: auto;
  }
  .cid-uHIhknWRtk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHIhkoAqc9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/5-2-700x466.webp");
}
.cid-uHIhkoAqc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhkoAqc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIhkoAqc9 .mbr-text,
.cid-uHIhkoAqc9 .mbr-section-btn {
  text-align: center;
}
.cid-v3GBji6E0D {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GBji6E0D img,
.cid-v3GBji6E0D .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3GBji6E0D .item:focus,
.cid-v3GBji6E0D span:focus {
  outline: none;
}
.cid-v3GBji6E0D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GBji6E0D .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3GBji6E0D .item {
  padding: 0;
  margin: 0;
}
.cid-v3GBji6E0D .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GBji6E0D .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GBji6E0D .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3GBji6E0D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GBji6E0D .mbr-section-title {
  color: #052f54;
}
.cid-v3GBji6E0D .mbr-text,
.cid-v3GBji6E0D .mbr-section-btn {
  text-align: left;
}
.cid-v3GBji6E0D .item-title {
  text-align: left;
}
.cid-v3GBji6E0D .item-subtitle {
  text-align: left;
}
.cid-uHIhkqzWg2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHIhkqzWg2 .mbr-section-subtitle {
  color: #052f54;
}
.cid-uHIhkqzWg2 .mbr-text {
  color: #353535;
}
.cid-uHIhkr2zr3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHIhkr2zr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhkr2zr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIhkr2zr3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHIhkr2zr3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHIhkr2zr3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHIhkr2zr3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHIhkr2zr3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHIhkrGn4M {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIhkrGn4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhkrGn4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIhkrGn4M .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIhkrGn4M img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIhkrGn4M img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIhkrGn4M .card {
  margin-bottom: 2rem;
}
.cid-uHIhkrGn4M .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIhkrGn4M .row {
  justify-content: space-between;
}
.cid-uHIhkrGn4M .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIhkrGn4M .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIhkrGn4M .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIhkrGn4M .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIhkrGn4M .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIhkrGn4M .card-text {
  color: #353535;
}
.cid-uHIhkrGn4M .card-title,
.cid-uHIhkrGn4M .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIhkrGn4M .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIhkrGn4M .card-link,
.cid-uHIhkrGn4M .link-icon,
.cid-uHIhkrGn4M .link-align {
  color: #232323;
}
.cid-uHIhkrGn4M .card-title,
.cid-uHIhkrGn4M .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIhksfE0g {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIhksfE0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhksfE0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIhksfE0g .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIhksfE0g img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIhksfE0g img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIhksfE0g .card {
  margin-bottom: 2rem;
}
.cid-uHIhksfE0g .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIhksfE0g .row {
  justify-content: space-between;
}
.cid-uHIhksfE0g .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIhksfE0g .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIhksfE0g .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIhksfE0g .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIhksfE0g .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIhksfE0g .card-text {
  color: #353535;
}
.cid-uHIhksfE0g .card-title,
.cid-uHIhksfE0g .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIhksfE0g .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIhksfE0g .card-link,
.cid-uHIhksfE0g .link-icon,
.cid-uHIhksfE0g .link-align {
  color: #232323;
}
.cid-uHIhksfE0g .card-title,
.cid-uHIhksfE0g .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIhksfE0g .row {
  flex-direction: row-reverse;
}
.cid-uHIhksW4Zm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIhksW4Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhksW4Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIhksW4Zm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIhksW4Zm img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIhksW4Zm img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIhksW4Zm .card {
  margin-bottom: 2rem;
}
.cid-uHIhksW4Zm .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIhksW4Zm .row {
  justify-content: space-between;
}
.cid-uHIhksW4Zm .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIhksW4Zm .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIhksW4Zm .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIhksW4Zm .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIhksW4Zm .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIhksW4Zm .card-text {
  color: #353535;
}
.cid-uHIhksW4Zm .card-title,
.cid-uHIhksW4Zm .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIhksW4Zm .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIhksW4Zm .card-link,
.cid-uHIhksW4Zm .link-icon,
.cid-uHIhksW4Zm .link-align {
  color: #232323;
}
.cid-uHIhksW4Zm .card-title,
.cid-uHIhksW4Zm .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIhktoFj2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIhktoFj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIhktoFj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIhktoFj2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIhktoFj2 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIhktoFj2 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIhktoFj2 .card {
  margin-bottom: 2rem;
}
.cid-uHIhktoFj2 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIhktoFj2 .row {
  justify-content: space-between;
}
.cid-uHIhktoFj2 .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIhktoFj2 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIhktoFj2 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIhktoFj2 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIhktoFj2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIhktoFj2 .card-text {
  color: #353535;
}
.cid-uHIhktoFj2 .card-title,
.cid-uHIhktoFj2 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIhktoFj2 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIhktoFj2 .card-link,
.cid-uHIhktoFj2 .link-icon,
.cid-uHIhktoFj2 .link-align {
  color: #232323;
}
.cid-uHIhktoFj2 .card-title,
.cid-uHIhktoFj2 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIhktoFj2 .row {
  flex-direction: row-reverse;
}
.cid-v3GBzgyPwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GBzgyPwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GBzgyPwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHIhkvfjA8.popup-builder {
  background-color: #ffffff;
}
.cid-uHIhkvfjA8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHIhkvfjA8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHIhkvfjA8 .modal-content,
.cid-uHIhkvfjA8 .modal-dialog {
  height: auto;
}
.cid-uHIhkvfjA8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHIhkvfjA8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHIhkvfjA8 .form-wrapper .mbr-form .form-group,
  .cid-uHIhkvfjA8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHIhkvfjA8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHIhkvfjA8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHIhkvfjA8 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHIhkvfjA8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHIhkvfjA8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHIhkvfjA8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHIhkvfjA8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHIhkvfjA8 .modal-open {
  overflow: hidden;
}
.cid-uHIhkvfjA8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHIhkvfjA8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHIhkvfjA8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHIhkvfjA8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHIhkvfjA8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHIhkvfjA8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHIhkvfjA8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHIhkvfjA8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHIhkvfjA8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHIhkvfjA8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHIhkvfjA8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHIhkvfjA8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHIhkvfjA8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHIhkvfjA8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIhkvfjA8 .modal-header {
    padding: 1rem;
  }
}
.cid-uHIhkvfjA8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHIhkvfjA8 .modal-header .close svg {
  fill: #353535;
}
.cid-uHIhkvfjA8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHIhkvfjA8 .modal-header .close:focus {
  outline: none;
}
.cid-uHIhkvfjA8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHIhkvfjA8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHIhkvfjA8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIhkvfjA8 .modal-body {
    padding: 1rem;
  }
}
.cid-uHIhkvfjA8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHIhkvfjA8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIhkvfjA8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHIhkvfjA8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHIhkvfjA8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHIhkvfjA8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHIhkvfjA8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHIhkvfjA8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHIhkvfjA8 .modal-lg,
  .cid-uHIhkvfjA8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHIhkvfjA8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHIhkvfjA8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHIhkvfjA8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHIhkvfjA8 .form-group {
  margin-bottom: 1rem;
}
.cid-uHIhkvfjA8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHIhkvfjA8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHIhkvfjA8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHIhkvfjA8 .mbr-section-btn {
  margin: 0;
}
.cid-uHIhkvfjA8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHIiydMtC7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHIiydMtC7 nav.navbar {
  position: fixed;
}
.cid-uHIiydMtC7 .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-uHIiydMtC7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHIiydMtC7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHIiydMtC7 .dropdown-item:hover,
.cid-uHIiydMtC7 .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-uHIiydMtC7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHIiydMtC7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHIiydMtC7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHIiydMtC7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHIiydMtC7 .nav-link {
  position: relative;
}
.cid-uHIiydMtC7 .container {
  display: flex;
  margin: auto;
}
.cid-uHIiydMtC7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHIiydMtC7 .dropdown-menu,
.cid-uHIiydMtC7 .navbar.opened {
  background: #000000 !important;
}
.cid-uHIiydMtC7 .nav-item:focus,
.cid-uHIiydMtC7 .nav-link:focus {
  outline: none;
}
.cid-uHIiydMtC7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHIiydMtC7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHIiydMtC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHIiydMtC7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHIiydMtC7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHIiydMtC7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHIiydMtC7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uHIiydMtC7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHIiydMtC7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHIiydMtC7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHIiydMtC7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHIiydMtC7 .navbar.collapsed {
  justify-content: center;
}
.cid-uHIiydMtC7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHIiydMtC7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHIiydMtC7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uHIiydMtC7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHIiydMtC7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHIiydMtC7 .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-uHIiydMtC7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHIiydMtC7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHIiydMtC7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHIiydMtC7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHIiydMtC7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHIiydMtC7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHIiydMtC7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHIiydMtC7 .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-uHIiydMtC7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHIiydMtC7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHIiydMtC7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHIiydMtC7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHIiydMtC7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHIiydMtC7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHIiydMtC7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHIiydMtC7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHIiydMtC7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHIiydMtC7 .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-uHIiydMtC7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHIiydMtC7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHIiydMtC7 .dropdown-item.active,
.cid-uHIiydMtC7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHIiydMtC7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHIiydMtC7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHIiydMtC7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHIiydMtC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHIiydMtC7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHIiydMtC7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHIiydMtC7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHIiydMtC7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHIiydMtC7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHIiydMtC7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHIiydMtC7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHIiydMtC7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIiydMtC7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHIiydMtC7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHIiydMtC7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIiydMtC7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHIiydMtC7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHIiydMtC7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHIiydMtC7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHIiydMtC7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHIiydMtC7 .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-uHIiydMtC7 .navbar {
    height: 70px;
  }
  .cid-uHIiydMtC7 .navbar.opened {
    height: auto;
  }
  .cid-uHIiydMtC7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHIiyeCrQy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/unidade-campinas-coworking-gap7-1-1440x960.webp");
}
.cid-uHIiyeCrQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyeCrQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIiyeCrQy .mbr-text,
.cid-uHIiyeCrQy .mbr-section-btn {
  text-align: center;
}
.cid-v3GDg02KPi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GDg02KPi img,
.cid-v3GDg02KPi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3GDg02KPi .item:focus,
.cid-v3GDg02KPi span:focus {
  outline: none;
}
.cid-v3GDg02KPi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GDg02KPi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3GDg02KPi .item {
  padding: 0;
  margin: 0;
}
.cid-v3GDg02KPi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GDg02KPi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GDg02KPi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3GDg02KPi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GDg02KPi .mbr-section-title {
  color: #052f54;
}
.cid-v3GDg02KPi .mbr-text,
.cid-v3GDg02KPi .mbr-section-btn {
  text-align: left;
}
.cid-v3GDg02KPi .item-title {
  text-align: left;
}
.cid-v3GDg02KPi .item-subtitle {
  text-align: left;
}
.cid-uHIiyh3kEB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-uHIiyh3kEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyh3kEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHIiyh3kEB .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHIiyh3kEB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHIiyh3kEB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHIiyh3kEB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHIiyh3kEB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHIiyhzWkq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIiyhzWkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyhzWkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIiyhzWkq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyhzWkq img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIiyhzWkq img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIiyhzWkq .card {
  margin-bottom: 2rem;
}
.cid-uHIiyhzWkq .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIiyhzWkq .row {
  justify-content: space-between;
}
.cid-uHIiyhzWkq .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIiyhzWkq .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIiyhzWkq .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIiyhzWkq .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyhzWkq .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIiyhzWkq .card-text {
  color: #353535;
}
.cid-uHIiyhzWkq .card-title,
.cid-uHIiyhzWkq .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIiyhzWkq .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIiyhzWkq .card-link,
.cid-uHIiyhzWkq .link-icon,
.cid-uHIiyhzWkq .link-align {
  color: #232323;
}
.cid-uHIiyhzWkq .card-title,
.cid-uHIiyhzWkq .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIiyi7MHw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIiyi7MHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyi7MHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIiyi7MHw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyi7MHw img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIiyi7MHw img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIiyi7MHw .card {
  margin-bottom: 2rem;
}
.cid-uHIiyi7MHw .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIiyi7MHw .row {
  justify-content: space-between;
}
.cid-uHIiyi7MHw .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIiyi7MHw .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIiyi7MHw .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIiyi7MHw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyi7MHw .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIiyi7MHw .card-text {
  color: #353535;
}
.cid-uHIiyi7MHw .card-title,
.cid-uHIiyi7MHw .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIiyi7MHw .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIiyi7MHw .card-link,
.cid-uHIiyi7MHw .link-icon,
.cid-uHIiyi7MHw .link-align {
  color: #232323;
}
.cid-uHIiyi7MHw .card-title,
.cid-uHIiyi7MHw .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIiyi7MHw .row {
  flex-direction: row-reverse;
}
.cid-uHIiyiOK6R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIiyiOK6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyiOK6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIiyiOK6R .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyiOK6R img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIiyiOK6R img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIiyiOK6R .card {
  margin-bottom: 2rem;
}
.cid-uHIiyiOK6R .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIiyiOK6R .row {
  justify-content: space-between;
}
.cid-uHIiyiOK6R .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIiyiOK6R .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIiyiOK6R .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIiyiOK6R .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyiOK6R .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIiyiOK6R .card-text {
  color: #353535;
}
.cid-uHIiyiOK6R .card-title,
.cid-uHIiyiOK6R .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIiyiOK6R .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIiyiOK6R .card-link,
.cid-uHIiyiOK6R .link-icon,
.cid-uHIiyiOK6R .link-align {
  color: #232323;
}
.cid-uHIiyiOK6R .card-title,
.cid-uHIiyiOK6R .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIiyjmEsF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHIiyjmEsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHIiyjmEsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHIiyjmEsF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyjmEsF img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uHIiyjmEsF img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uHIiyjmEsF .card {
  margin-bottom: 2rem;
}
.cid-uHIiyjmEsF .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uHIiyjmEsF .row {
  justify-content: space-between;
}
.cid-uHIiyjmEsF .card-box {
  display: flex;
  align-items: center;
}
.cid-uHIiyjmEsF .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHIiyjmEsF .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uHIiyjmEsF .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uHIiyjmEsF .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uHIiyjmEsF .card-text {
  color: #353535;
}
.cid-uHIiyjmEsF .card-title,
.cid-uHIiyjmEsF .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-uHIiyjmEsF .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-uHIiyjmEsF .card-link,
.cid-uHIiyjmEsF .link-icon,
.cid-uHIiyjmEsF .link-align {
  color: #232323;
}
.cid-uHIiyjmEsF .card-title,
.cid-uHIiyjmEsF .iconfont-wrapper DIV {
  text-align: left;
}
.cid-uHIiyjmEsF .row {
  flex-direction: row-reverse;
}
.cid-v3GDddXSaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GDddXSaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GDddXSaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-uHIiyll2vk.popup-builder {
  background-color: #ffffff;
}
.cid-uHIiyll2vk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHIiyll2vk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHIiyll2vk .modal-content,
.cid-uHIiyll2vk .modal-dialog {
  height: auto;
}
.cid-uHIiyll2vk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHIiyll2vk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHIiyll2vk .form-wrapper .mbr-form .form-group,
  .cid-uHIiyll2vk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHIiyll2vk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHIiyll2vk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHIiyll2vk .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uHIiyll2vk .pt-0 {
  padding-top: 0 !important;
}
.cid-uHIiyll2vk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHIiyll2vk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHIiyll2vk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHIiyll2vk .modal-open {
  overflow: hidden;
}
.cid-uHIiyll2vk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHIiyll2vk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHIiyll2vk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHIiyll2vk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHIiyll2vk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHIiyll2vk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHIiyll2vk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHIiyll2vk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHIiyll2vk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHIiyll2vk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHIiyll2vk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHIiyll2vk .modal-backdrop.show {
  opacity: .5;
}
.cid-uHIiyll2vk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHIiyll2vk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIiyll2vk .modal-header {
    padding: 1rem;
  }
}
.cid-uHIiyll2vk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHIiyll2vk .modal-header .close svg {
  fill: #353535;
}
.cid-uHIiyll2vk .modal-header .close:hover {
  opacity: 1;
}
.cid-uHIiyll2vk .modal-header .close:focus {
  outline: none;
}
.cid-uHIiyll2vk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-uHIiyll2vk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHIiyll2vk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIiyll2vk .modal-body {
    padding: 1rem;
  }
}
.cid-uHIiyll2vk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHIiyll2vk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHIiyll2vk .modal-footer {
    padding: 1rem;
  }
}
.cid-uHIiyll2vk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHIiyll2vk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHIiyll2vk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHIiyll2vk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHIiyll2vk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHIiyll2vk .modal-lg,
  .cid-uHIiyll2vk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHIiyll2vk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHIiyll2vk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHIiyll2vk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHIiyll2vk .form-group {
  margin-bottom: 1rem;
}
.cid-uHIiyll2vk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHIiyll2vk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHIiyll2vk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHIiyll2vk .mbr-section-btn {
  margin: 0;
}
.cid-uHIiyll2vk .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3GEQ97ULU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v3GEQ97ULU nav.navbar {
  position: fixed;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3GEQ97ULU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3GEQ97ULU .dropdown-item:hover,
.cid-v3GEQ97ULU .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-v3GEQ97ULU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3GEQ97ULU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3GEQ97ULU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3GEQ97ULU .nav-link {
  position: relative;
}
.cid-v3GEQ97ULU .container {
  display: flex;
  margin: auto;
}
.cid-v3GEQ97ULU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3GEQ97ULU .dropdown-menu,
.cid-v3GEQ97ULU .navbar.opened {
  background: #000000 !important;
}
.cid-v3GEQ97ULU .nav-item:focus,
.cid-v3GEQ97ULU .nav-link:focus {
  outline: none;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3GEQ97ULU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3GEQ97ULU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3GEQ97ULU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v3GEQ97ULU .navbar.opened {
  transition: all 0.3s;
}
.cid-v3GEQ97ULU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3GEQ97ULU .navbar .navbar-logo img {
  width: auto;
}
.cid-v3GEQ97ULU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3GEQ97ULU .navbar.collapsed {
  justify-content: center;
}
.cid-v3GEQ97ULU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3GEQ97ULU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3GEQ97ULU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3GEQ97ULU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3GEQ97ULU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3GEQ97ULU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3GEQ97ULU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3GEQ97ULU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3GEQ97ULU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3GEQ97ULU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3GEQ97ULU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3GEQ97ULU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3GEQ97ULU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3GEQ97ULU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3GEQ97ULU .dropdown-item.active,
.cid-v3GEQ97ULU .dropdown-item:active {
  background-color: transparent;
}
.cid-v3GEQ97ULU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3GEQ97ULU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3GEQ97ULU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3GEQ97ULU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3GEQ97ULU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3GEQ97ULU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3GEQ97ULU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3GEQ97ULU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar {
    height: 70px;
  }
  .cid-v3GEQ97ULU .navbar.opened {
    height: auto;
  }
  .cid-v3GEQ97ULU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3GEQadU5S {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-cidade-jardim-2000x1333.webp");
}
.cid-v3GEQadU5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQadU5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GEQadU5S .mbr-text,
.cid-v3GEQadU5S .mbr-section-btn {
  text-align: center;
}
.cid-v3GEQaRCKp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3GEQaRCKp img,
.cid-v3GEQaRCKp .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3GEQaRCKp .item:focus,
.cid-v3GEQaRCKp span:focus {
  outline: none;
}
.cid-v3GEQaRCKp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3GEQaRCKp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v3GEQaRCKp .item {
  padding: 0;
  margin: 0;
}
.cid-v3GEQaRCKp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3GEQaRCKp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GEQaRCKp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3GEQaRCKp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3GEQaRCKp .mbr-section-title {
  color: #052f54;
}
.cid-v3GEQaRCKp .mbr-text,
.cid-v3GEQaRCKp .mbr-section-btn {
  text-align: left;
}
.cid-v3GEQaRCKp .item-title {
  text-align: left;
}
.cid-v3GEQaRCKp .item-subtitle {
  text-align: left;
}
.cid-v3GEQbO0Ui {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3GEQbO0Ui .mbr-section-subtitle {
  color: #052f54;
}
.cid-v3GEQbO0Ui .mbr-text {
  color: #353535;
}
.cid-v3GEQcjfy4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-v3GEQcjfy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQcjfy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GEQcjfy4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v3GEQcjfy4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3GEQcjfy4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3GEQcjfy4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3GEQcjfy4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3GEQd0NfP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GEQd0NfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQd0NfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3GEQd0NfP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQd0NfP img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v3GEQd0NfP img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-v3GEQd0NfP .card {
  margin-bottom: 2rem;
}
.cid-v3GEQd0NfP .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v3GEQd0NfP .row {
  justify-content: space-between;
}
.cid-v3GEQd0NfP .card-box {
  display: flex;
  align-items: center;
}
.cid-v3GEQd0NfP .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3GEQd0NfP .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-v3GEQd0NfP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQd0NfP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v3GEQd0NfP .card-text {
  color: #353535;
}
.cid-v3GEQd0NfP .card-title,
.cid-v3GEQd0NfP .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-v3GEQd0NfP .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-v3GEQd0NfP .card-link,
.cid-v3GEQd0NfP .link-icon,
.cid-v3GEQd0NfP .link-align {
  color: #232323;
}
.cid-v3GEQd0NfP .card-title,
.cid-v3GEQd0NfP .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GEQdTXZx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GEQdTXZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQdTXZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3GEQdTXZx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQdTXZx img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v3GEQdTXZx img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-v3GEQdTXZx .card {
  margin-bottom: 2rem;
}
.cid-v3GEQdTXZx .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v3GEQdTXZx .row {
  justify-content: space-between;
}
.cid-v3GEQdTXZx .card-box {
  display: flex;
  align-items: center;
}
.cid-v3GEQdTXZx .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3GEQdTXZx .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-v3GEQdTXZx .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQdTXZx .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v3GEQdTXZx .card-text {
  color: #353535;
}
.cid-v3GEQdTXZx .card-title,
.cid-v3GEQdTXZx .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-v3GEQdTXZx .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-v3GEQdTXZx .card-link,
.cid-v3GEQdTXZx .link-icon,
.cid-v3GEQdTXZx .link-align {
  color: #232323;
}
.cid-v3GEQdTXZx .card-title,
.cid-v3GEQdTXZx .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GEQdTXZx .row {
  flex-direction: row-reverse;
}
.cid-v3GEQeMmss {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GEQeMmss .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQeMmss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3GEQeMmss .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQeMmss img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v3GEQeMmss img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-v3GEQeMmss .card {
  margin-bottom: 2rem;
}
.cid-v3GEQeMmss .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v3GEQeMmss .row {
  justify-content: space-between;
}
.cid-v3GEQeMmss .card-box {
  display: flex;
  align-items: center;
}
.cid-v3GEQeMmss .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3GEQeMmss .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-v3GEQeMmss .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQeMmss .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v3GEQeMmss .card-text {
  color: #353535;
}
.cid-v3GEQeMmss .card-title,
.cid-v3GEQeMmss .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-v3GEQeMmss .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-v3GEQeMmss .card-link,
.cid-v3GEQeMmss .link-icon,
.cid-v3GEQeMmss .link-align {
  color: #232323;
}
.cid-v3GEQeMmss .card-title,
.cid-v3GEQeMmss .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GEQfAov4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3GEQfAov4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQfAov4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v3GEQfAov4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQfAov4 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v3GEQfAov4 img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-v3GEQfAov4 .card {
  margin-bottom: 2rem;
}
.cid-v3GEQfAov4 .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #052f54;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v3GEQfAov4 .row {
  justify-content: space-between;
}
.cid-v3GEQfAov4 .card-box {
  display: flex;
  align-items: center;
}
.cid-v3GEQfAov4 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v3GEQfAov4 .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-v3GEQfAov4 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v3GEQfAov4 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v3GEQfAov4 .card-text {
  color: #353535;
}
.cid-v3GEQfAov4 .card-title,
.cid-v3GEQfAov4 .iconfont-wrapper {
  color: #353535;
  text-align: left;
}
.cid-v3GEQfAov4 .mbr-section-title {
  text-align: left;
  color: #052f54;
}
.cid-v3GEQfAov4 .card-link,
.cid-v3GEQfAov4 .link-icon,
.cid-v3GEQfAov4 .link-align {
  color: #232323;
}
.cid-v3GEQfAov4 .card-title,
.cid-v3GEQfAov4 .iconfont-wrapper DIV {
  text-align: left;
}
.cid-v3GEQfAov4 .row {
  flex-direction: row-reverse;
}
.cid-v3GEQgpPqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ed-acarai-home-3-816x450.webp");
}
.cid-v3GEQgpPqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GEQgpPqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
.cid-v3GEQh89a0.popup-builder {
  background-color: #ffffff;
}
.cid-v3GEQh89a0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3GEQh89a0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v3GEQh89a0 .modal-content,
.cid-v3GEQh89a0 .modal-dialog {
  height: auto;
}
.cid-v3GEQh89a0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3GEQh89a0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3GEQh89a0 .form-wrapper .mbr-form .form-group,
  .cid-v3GEQh89a0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3GEQh89a0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3GEQh89a0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3GEQh89a0 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-v3GEQh89a0 .pt-0 {
  padding-top: 0 !important;
}
.cid-v3GEQh89a0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3GEQh89a0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3GEQh89a0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3GEQh89a0 .modal-open {
  overflow: hidden;
}
.cid-v3GEQh89a0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3GEQh89a0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3GEQh89a0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3GEQh89a0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v3GEQh89a0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v3GEQh89a0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3GEQh89a0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3GEQh89a0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3GEQh89a0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3GEQh89a0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3GEQh89a0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v3GEQh89a0 .modal-backdrop.show {
  opacity: .5;
}
.cid-v3GEQh89a0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v3GEQh89a0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GEQh89a0 .modal-header {
    padding: 1rem;
  }
}
.cid-v3GEQh89a0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3GEQh89a0 .modal-header .close svg {
  fill: #353535;
}
.cid-v3GEQh89a0 .modal-header .close:hover {
  opacity: 1;
}
.cid-v3GEQh89a0 .modal-header .close:focus {
  outline: none;
}
.cid-v3GEQh89a0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #052f54;
}
.cid-v3GEQh89a0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3GEQh89a0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GEQh89a0 .modal-body {
    padding: 1rem;
  }
}
.cid-v3GEQh89a0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3GEQh89a0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3GEQh89a0 .modal-footer {
    padding: 1rem;
  }
}
.cid-v3GEQh89a0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3GEQh89a0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v3GEQh89a0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3GEQh89a0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3GEQh89a0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3GEQh89a0 .modal-lg,
  .cid-v3GEQh89a0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3GEQh89a0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3GEQh89a0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3GEQh89a0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3GEQh89a0 .form-group {
  margin-bottom: 1rem;
}
.cid-v3GEQh89a0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3GEQh89a0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3GEQh89a0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3GEQh89a0 .mbr-section-btn {
  margin: 0;
}
.cid-v3GEQh89a0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3GEQ97ULU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v3GEQ97ULU nav.navbar {
  position: fixed;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3GEQ97ULU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3GEQ97ULU .dropdown-item:hover,
.cid-v3GEQ97ULU .dropdown-item:focus {
  background: #052f54 !important;
  color: white !important;
}
.cid-v3GEQ97ULU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3GEQ97ULU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3GEQ97ULU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3GEQ97ULU .nav-link {
  position: relative;
}
.cid-v3GEQ97ULU .container {
  display: flex;
  margin: auto;
}
.cid-v3GEQ97ULU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3GEQ97ULU .dropdown-menu,
.cid-v3GEQ97ULU .navbar.opened {
  background: #000000 !important;
}
.cid-v3GEQ97ULU .nav-item:focus,
.cid-v3GEQ97ULU .nav-link:focus {
  outline: none;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3GEQ97ULU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3GEQ97ULU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3GEQ97ULU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3GEQ97ULU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v3GEQ97ULU .navbar.opened {
  transition: all 0.3s;
}
.cid-v3GEQ97ULU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3GEQ97ULU .navbar .navbar-logo img {
  width: auto;
}
.cid-v3GEQ97ULU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3GEQ97ULU .navbar.collapsed {
  justify-content: center;
}
.cid-v3GEQ97ULU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3GEQ97ULU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3GEQ97ULU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3GEQ97ULU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3GEQ97ULU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3GEQ97ULU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3GEQ97ULU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3GEQ97ULU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3GEQ97ULU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3GEQ97ULU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3GEQ97ULU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3GEQ97ULU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3GEQ97ULU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3GEQ97ULU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3GEQ97ULU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3GEQ97ULU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3GEQ97ULU .dropdown-item.active,
.cid-v3GEQ97ULU .dropdown-item:active {
  background-color: transparent;
}
.cid-v3GEQ97ULU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3GEQ97ULU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3GEQ97ULU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3GEQ97ULU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3GEQ97ULU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3GEQ97ULU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3GEQ97ULU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3GEQ97ULU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3GEQ97ULU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3GEQ97ULU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3GEQ97ULU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3GEQ97ULU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3GEQ97ULU .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-v3GEQ97ULU .navbar {
    height: 70px;
  }
  .cid-v3GEQ97ULU .navbar.opened {
    height: auto;
  }
  .cid-v3GEQ97ULU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-9l {
  /* Type valid CSS here */
}
#custom-html-9l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9l p {
  font-size: 60px;
  color: #777;
}
.cid-v3GJarmsFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3GJarmsFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GJarmsFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GJarmsFs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GJarmsFs .row {
    text-align: center;
  }
  .cid-v3GJarmsFs .row > div {
    margin: auto;
  }
  .cid-v3GJarmsFs .social-row {
    justify-content: center;
  }
}
.cid-v3GJarmsFs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GJarmsFs .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GJarmsFs .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GJarmsFs .mbr-text {
  color: #ffffff;
}
.cid-v3GJarmsFs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GJarmsFs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GJarmsFs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GJarmsFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v3GJarmsFs H5 {
  color: #ffffff;
}
.cid-v3GJarmsFs .copyright {
  color: #ffffff;
}
