@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap);





.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4375rem;
}
.display-7 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e3192 !important;
}
.bg-success {
  background-color: #dcdcdc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e3192 !important;
  border-color: #2e3192 !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: #191b50 !important;
  border-color: #191b50 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #191b50 !important;
  border-color: #191b50 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e3192 !important;
  border-color: #2e3192 !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: #191b50 !important;
  border-color: #191b50 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191b50 !important;
  border-color: #191b50 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !important;
  color: #5d5d5d !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: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5d5d5d !important;
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e3192;
  color: #2e3192;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #191b50 !important;
  background-color: transparent!important;
  border-color: #191b50 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2e3192;
  color: #2e3192;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191b50 !important;
  background-color: transparent!important;
  border-color: #191b50 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e3192 !important;
  border-color: #2e3192 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dcdcdc;
  color: #dcdcdc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b1b1b1 !important;
  background-color: transparent!important;
  border-color: #b1b1b1 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5d5d5d !important;
  background-color: #dcdcdc !important;
  border-color: #dcdcdc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e3192 !important;
}
.text-secondary {
  color: #2e3192 !important;
}
.text-success {
  color: #dcdcdc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #161744 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #161744 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9a9a9 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #2e3192;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e3192;
  border-color: #2e3192;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e3192;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6e71d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #2e3192 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #2e3192;
}
/* 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: #2e3192;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e3192;
}
.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: #2e3192;
  border-bottom-color: #2e3192;
}
.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: #2e3192 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2e3192 !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='%232e3192' %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-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq6gusZkTq {
  background-image: url("../../../assets/images/carl00027-2000x1333.jpg");
}
.cid-sq6gusZkTq .mbr-section-title {
  color: #ffffff;
}
.cid-sq6gusZkTq .mbr-text,
.cid-sq6gusZkTq .mbr-section-btn {
  color: #ffffff;
}
.cid-ss46cqLY4M {
  background-color: #ffffff;
}
.cid-ss46cqLY4M .trans-wave {
  opacity: 1;
  fill: #ffffff;
  pointer-events: none;
}
.cid-ss46cqLY4M .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-ss46cqLY4M .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ss46cqLY4M .dentaura-cover {
  background: transparent;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.cid-ss46cqLY4M .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-sr221oEIE5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sr221oEIE5 .mbr-section-subtitle {
  color: #2e3192;
}
.cid-sr221oEIE5 .mbr-section-title {
  color: #2e3192;
}
.cid-ss3WyZKZGc {
  background-color: #ffffff;
}
.cid-ss3WyZKZGc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-ss3WyZKZGc .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ss3WyZKZGc .down-triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}
.cid-sreiylAJyK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-sreiylAJyK img,
.cid-sreiylAJyK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sreiylAJyK .item:focus,
.cid-sreiylAJyK span:focus {
  outline: none;
}
.cid-sreiylAJyK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sreiylAJyK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sreiylAJyK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sreiylAJyK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sreiylAJyK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sreiylAJyK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sreiylAJyK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sreiylAJyK .mbr-section-title {
  color: #232323;
}
.cid-sreiylAJyK .mbr-text,
.cid-sreiylAJyK .mbr-section-btn {
  text-align: center;
}
.cid-sreiylAJyK .item-title {
  text-align: center;
  color: #2e3192;
}
.cid-sreiylAJyK .item-subtitle {
  text-align: center;
}
.cid-ss3WLbUwDc {
  background-color: #e7e7e7;
}
.cid-ss3WLbUwDc .dentaura-container {
  height: 40px;
  position: relative;
  width: 100%;
}
.cid-ss3WLbUwDc .dentaura-y-up {
  position: absolute;
  bottom: 39px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-ss3WLbUwDc .down-triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #e7e7e7;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}
.cid-sr7PwVtJ74 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sr7PwVtJ74 .carousel-item {
  justify-content: center;
}
.cid-sr7PwVtJ74 .carousel-item.active,
.cid-sr7PwVtJ74 .carousel-item-next,
.cid-sr7PwVtJ74 .carousel-item-prev {
  display: flex;
}
.cid-sr7PwVtJ74 .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-sr7PwVtJ74 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-sr7PwVtJ74 .carousel-control-next span {
  padding-left: 5px;
}
.cid-sr7PwVtJ74 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-sr7PwVtJ74 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sr7PwVtJ74 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sr7PwVtJ74 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sr7PwVtJ74 .user_name {
  color: #2e3192;
}
.cid-sr7PwVtJ74 H3 {
  color: #2e3192;
}
.cid-sy1VjDaAse {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
}
.cid-sy1VjDaAse .showAlerts {
  display: block !important;
}
.cid-sy1VjDaAse .rowflexrev {
  display: -webkit-flex;
}
.cid-sy1VjDaAse .title {
  margin-bottom: 2rem;
}
.cid-sy1VjDaAse .mbr-section-subtitle {
  color: #000000;
}
.cid-sy1VjDaAse textarea.form-control {
  min-height: 188px;
}
.cid-sy1VjDaAse LABEL {
  color: #232323;
}
.cid-sy1VjDaAse .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy1VjDaAse .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy1VjDaAse .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy1VjDaAse .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy1VjDaAse .alert {
  margin-bottom: 0;
}
.cid-sy1VjDaAse .alert-success {
  background-color: #70c770;
}
.cid-sy1VjDaAse .alert-danger {
  background-color: #ff4a52;
}
.cid-sy1VjDaAse .btn {
  display: inline-flex;
}
.cid-sy1VjDaAse .hidden {
  display: none;
}
.cid-sy1VjDaAse .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy1VjDaAse .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy1VjDaAse H2 {
  color: #2e3192;
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ssz9sKFg6p #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ssz9sKFg6p #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ssz9sKFg6p .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ssz9sKFg6p .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ssz9sKFg6p *,
.cid-ssz9sKFg6p *::before,
.cid-ssz9sKFg6p *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ssz9sKFg6p .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ssz9sKFg6p .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ssz9sKFg6p .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-srZApOmAqx {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-2021-04-23-09-01-2-1280x960.png");
}
.cid-srZApOmAqx .mbr-text,
.cid-srZApOmAqx .mbr-section-btn {
  color: #232323;
}
.cid-srZApOmAqx .card-title,
.cid-srZApOmAqx .card-box {
  color: #ffffff;
}
.cid-srZApOmAqx .mbr-text,
.cid-srZApOmAqx .link-wrap {
  color: #ffffff;
}
.cid-srZApOmAqx .card-box .mbr-text,
.cid-srZApOmAqx .mbr-section-btn {
  text-align: center;
}
.cid-srZFzNy87p {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srZFzNy87p .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-srZFzNy87p .icon-box {
  background: #2e3192;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-srZFzNy87p .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-srZFzNy87p .card {
    margin-bottom: 2rem;
  }
  .cid-srZFzNy87p .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-srZFzNy87p .card-title,
.cid-srZFzNy87p .card-box {
  color: #2e3192;
}
.cid-srZFzNy87p .icon-text {
  color: #2e3192;
}
.cid-srZFzNy87p .icon-title {
  color: #2e3192;
}
.cid-srZFzNy87p .mbr-text,
.cid-srZFzNy87p .mbr-section-btn {
  color: #2e3192;
}
.cid-srZBc4U1E6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-srZBc4U1E6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-srZBc4U1E6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-srZBc4U1E6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e3192;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-srZBc4U1E6 H3 {
  color: #2e3192;
  text-align: center;
}
.cid-srZBc4U1E6 .list {
  color: #2e3192;
}
.cid-ss49rIfmNn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss49rIfmNn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-ss49rIfmNn .filter-button {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #003749;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500 !important;
  margin: 3px;
  font-family: 'M PLUS 1p', sans-serif;
}
.cid-ss49rIfmNn .filter-button:hover {
  background-color: #f83055;
  color: #f2f2f0;
}
.cid-ss49rIfmNn .filter-button.active {
  background-color: #f83055;
  color: #f2f2f0;
  font-weight: 500 !important;
  font-size: 1.2rem;
}
.cid-ss49rIfmNn .btn.active.focus,
.cid-ss49rIfmNn .btn.active:focus,
.cid-ss49rIfmNn .btn.focus,
.cid-ss49rIfmNn .btn:active.focus,
.cid-ss49rIfmNn .btn:active:focus,
.cid-ss49rIfmNn .btn:focus,
.cid-ss49rIfmNn .btn:active {
  outline: 0px !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-width: 0px !important;
  box-shadow: none !important;
}
.cid-ss49rIfmNn .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-ss49rIfmNn .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-ss49rIfmNn .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-ss49rIfmNn H1 {
  color: #232323;
}
.cid-ss49rIfmNn P {
  text-align: left;
}
.cid-ss49rIfmNn .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
  background-color: #fafafa;
  padding-bottom: 7px;
  border-radius: 3px;
}
.cid-ss49rIfmNn .content:hover .dentaura-photogal-thumb {
  filter: contrast(140%);
}
.cid-ss49rIfmNn .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.8rem;
}
.cid-ss49rIfmNn .dentaura-gal-image {
  border-style: solid;
  border-width: 3px;
  border-color: #fafafa;
  border-radius: 3px;
  background-color: #fafafa;
}
.cid-ss49rIfmNn .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  height: auto;
}
.cid-ss49rIfmNn .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-ss49rIfmNn .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-ss49rIfmNn .card-description {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-ss49rIfmNn .dentaura-spacer {
  width: 100%;
  height: 1px;
  margin: 0px;
  padding: 0px;
}
.cid-ss49rIfmNn .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-ss49rIfmNn H3 {
  text-align: center;
  color: #2e3192;
}
.cid-ss49rIfmNn H4 {
  text-align: center;
}
.cid-ss49rIfmNn H5 {
  text-align: left;
  color: #879a9f;
}
.cid-ss49rIfmNn .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-ss49rIfmNn H2 {
  color: #2e3192;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ss3UhmHCda #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ss3UhmHCda #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ss3UhmHCda .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ss3UhmHCda .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ss3UhmHCda *,
.cid-ss3UhmHCda *::before,
.cid-ss3UhmHCda *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ss3UhmHCda .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ss3UhmHCda .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ss3UhmHCda .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-srZIxyXXDX {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-srZIxyXXDX .mbr-text,
.cid-srZIxyXXDX .mbr-section-btn {
  color: #232323;
}
.cid-srZIxyXXDX .card-title,
.cid-srZIxyXXDX .card-box {
  color: #ffffff;
}
.cid-srZIxyXXDX .mbr-text,
.cid-srZIxyXXDX .link-wrap {
  color: #ffffff;
}
.cid-srZIxyXXDX .card-box .mbr-text,
.cid-srZIxyXXDX .mbr-section-btn {
  text-align: center;
}
.cid-ssDxdVdKNV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssDxdVdKNV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ssDxdVdKNV .card {
    margin-bottom: 2rem!important;
  }
  .cid-ssDxdVdKNV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssDxdVdKNV .link-wrap {
    align-items: center;
  }
}
.cid-ssDxdVdKNV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sy3LycMRyK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy3LycMRyK .showAlerts {
  display: block !important;
}
.cid-sy3LycMRyK .rowflexrev {
  display: -webkit-flex;
}
.cid-sy3LycMRyK .title {
  margin-bottom: 2rem;
}
.cid-sy3LycMRyK .mbr-section-subtitle {
  color: #000000;
}
.cid-sy3LycMRyK textarea.form-control {
  min-height: 188px;
}
.cid-sy3LycMRyK LABEL {
  color: #232323;
}
.cid-sy3LycMRyK .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3LycMRyK .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy3LycMRyK .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3LycMRyK .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3LycMRyK .alert {
  margin-bottom: 0;
}
.cid-sy3LycMRyK .alert-success {
  background-color: #70c770;
}
.cid-sy3LycMRyK .alert-danger {
  background-color: #ff4a52;
}
.cid-sy3LycMRyK .btn {
  display: inline-flex;
}
.cid-sy3LycMRyK .hidden {
  display: none;
}
.cid-sy3LycMRyK .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy3LycMRyK .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy3LycMRyK H2 {
  color: #2e3192;
}
.cid-ss3UjQCxwL #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ss3UjQCxwL #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ss3UjQCxwL .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ss3UjQCxwL .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ss3UjQCxwL *,
.cid-ss3UjQCxwL *::before,
.cid-ss3UjQCxwL *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ss3UjQCxwL .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ss3UjQCxwL .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ss3UjQCxwL .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-srZLZbRvzy {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-srZLZbRvzy .mbr-text,
.cid-srZLZbRvzy .mbr-section-btn {
  color: #232323;
}
.cid-srZLZbRvzy .card-title,
.cid-srZLZbRvzy .card-box {
  color: #ffffff;
}
.cid-srZLZbRvzy .mbr-text,
.cid-srZLZbRvzy .link-wrap {
  color: #ffffff;
}
.cid-srZLZbRvzy .card-box .mbr-text,
.cid-srZLZbRvzy .mbr-section-btn {
  text-align: center;
}
.cid-ssDwGdQvG9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssDwGdQvG9 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ssDwGdQvG9 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ssDwGdQvG9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssDwGdQvG9 .link-wrap {
    align-items: center;
  }
}
.cid-ssDwGdQvG9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sy3NUB4mdC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy3NUB4mdC .showAlerts {
  display: block !important;
}
.cid-sy3NUB4mdC .rowflexrev {
  display: -webkit-flex;
}
.cid-sy3NUB4mdC .title {
  margin-bottom: 2rem;
}
.cid-sy3NUB4mdC .mbr-section-subtitle {
  color: #000000;
}
.cid-sy3NUB4mdC textarea.form-control {
  min-height: 188px;
}
.cid-sy3NUB4mdC LABEL {
  color: #232323;
}
.cid-sy3NUB4mdC .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3NUB4mdC .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy3NUB4mdC .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3NUB4mdC .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3NUB4mdC .alert {
  margin-bottom: 0;
}
.cid-sy3NUB4mdC .alert-success {
  background-color: #70c770;
}
.cid-sy3NUB4mdC .alert-danger {
  background-color: #ff4a52;
}
.cid-sy3NUB4mdC .btn {
  display: inline-flex;
}
.cid-sy3NUB4mdC .hidden {
  display: none;
}
.cid-sy3NUB4mdC .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy3NUB4mdC .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy3NUB4mdC H2 {
  color: #2e3192;
}
.cid-ss3UmbeTSZ #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ss3UmbeTSZ #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ss3UmbeTSZ .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ss3UmbeTSZ .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ss3UmbeTSZ *,
.cid-ss3UmbeTSZ *::before,
.cid-ss3UmbeTSZ *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ss3UmbeTSZ .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ss3UmbeTSZ .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ss3UmbeTSZ .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-srZPno6Uk1 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-2021-04-23-13.56.39-1280x961.jpg");
}
.cid-srZPno6Uk1 .mbr-text,
.cid-srZPno6Uk1 .mbr-section-btn {
  color: #232323;
}
.cid-srZPno6Uk1 .card-title,
.cid-srZPno6Uk1 .card-box {
  color: #ffffff;
}
.cid-srZPno6Uk1 .mbr-text,
.cid-srZPno6Uk1 .link-wrap {
  color: #ffffff;
}
.cid-srZPno6Uk1 .card-box .mbr-text,
.cid-srZPno6Uk1 .mbr-section-btn {
  text-align: center;
}
.cid-ssDxw8F1YU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssDxw8F1YU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ssDxw8F1YU .card {
    margin-bottom: 2rem!important;
  }
  .cid-ssDxw8F1YU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssDxw8F1YU .link-wrap {
    align-items: center;
  }
}
.cid-ssDxw8F1YU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sy3Ob0qewo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e7e7e7;
}
.cid-sy3Ob0qewo .showAlerts {
  display: block !important;
}
.cid-sy3Ob0qewo .rowflexrev {
  display: -webkit-flex;
}
.cid-sy3Ob0qewo .title {
  margin-bottom: 2rem;
}
.cid-sy3Ob0qewo .mbr-section-subtitle {
  color: #000000;
}
.cid-sy3Ob0qewo textarea.form-control {
  min-height: 188px;
}
.cid-sy3Ob0qewo LABEL {
  color: #232323;
}
.cid-sy3Ob0qewo .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3Ob0qewo .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy3Ob0qewo .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3Ob0qewo .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3Ob0qewo .alert {
  margin-bottom: 0;
}
.cid-sy3Ob0qewo .alert-success {
  background-color: #70c770;
}
.cid-sy3Ob0qewo .alert-danger {
  background-color: #ff4a52;
}
.cid-sy3Ob0qewo .btn {
  display: inline-flex;
}
.cid-sy3Ob0qewo .hidden {
  display: none;
}
.cid-sy3Ob0qewo .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy3Ob0qewo .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy3Ob0qewo H2 {
  color: #2e3192;
}
.cid-ss3UpxQAB2 #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ss3UpxQAB2 #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ss3UpxQAB2 .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ss3UpxQAB2 .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ss3UpxQAB2 *,
.cid-ss3UpxQAB2 *::before,
.cid-ss3UpxQAB2 *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ss3UpxQAB2 .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ss3UpxQAB2 .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ss3UpxQAB2 .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-srZYqUXZoo {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-srZYqUXZoo .mbr-text,
.cid-srZYqUXZoo .mbr-section-btn {
  color: #232323;
}
.cid-srZYqUXZoo .card-title,
.cid-srZYqUXZoo .card-box {
  color: #ffffff;
}
.cid-srZYqUXZoo .mbr-text,
.cid-srZYqUXZoo .link-wrap {
  color: #ffffff;
}
.cid-srZYqUXZoo .card-box .mbr-text,
.cid-srZYqUXZoo .mbr-section-btn {
  text-align: center;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ss4qTHC5Wu {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss4qTHC5Wu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ssz9r9PHzP #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ssz9r9PHzP #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ssz9r9PHzP .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ssz9r9PHzP .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ssz9r9PHzP *,
.cid-ssz9r9PHzP *::before,
.cid-ssz9r9PHzP *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ssz9r9PHzP .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ssz9r9PHzP .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ssz9r9PHzP .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ssyn971rTL {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-1143-2000x1333.jpg");
}
.cid-ssyn971rTL .mbr-text,
.cid-ssyn971rTL .mbr-section-btn {
  color: #232323;
}
.cid-ssyn971rTL .card-title,
.cid-ssyn971rTL .card-box {
  color: #ffffff;
}
.cid-ssyn971rTL .mbr-text,
.cid-ssyn971rTL .link-wrap {
  color: #ffffff;
}
.cid-ssyn971rTL .card-box .mbr-text,
.cid-ssyn971rTL .mbr-section-btn {
  text-align: center;
}
.cid-ssDw6BAO7S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ssDw6BAO7S .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ssDw6BAO7S .card {
    margin-bottom: 2rem!important;
  }
  .cid-ssDw6BAO7S .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssDw6BAO7S .link-wrap {
    align-items: center;
  }
}
.cid-ssDw6BAO7S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sy3O4CP2H8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy3O4CP2H8 .showAlerts {
  display: block !important;
}
.cid-sy3O4CP2H8 .rowflexrev {
  display: -webkit-flex;
}
.cid-sy3O4CP2H8 .title {
  margin-bottom: 2rem;
}
.cid-sy3O4CP2H8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sy3O4CP2H8 textarea.form-control {
  min-height: 188px;
}
.cid-sy3O4CP2H8 LABEL {
  color: #232323;
}
.cid-sy3O4CP2H8 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3O4CP2H8 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy3O4CP2H8 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3O4CP2H8 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3O4CP2H8 .alert {
  margin-bottom: 0;
}
.cid-sy3O4CP2H8 .alert-success {
  background-color: #70c770;
}
.cid-sy3O4CP2H8 .alert-danger {
  background-color: #ff4a52;
}
.cid-sy3O4CP2H8 .btn {
  display: inline-flex;
}
.cid-sy3O4CP2H8 .hidden {
  display: none;
}
.cid-sy3O4CP2H8 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy3O4CP2H8 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy3O4CP2H8 H2 {
  color: #2e3192;
}
.cid-ssyn98bpxD #loading-center-preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ffffff;
}
.cid-ssyn98bpxD #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 40%;
}
.cid-ssyn98bpxD .dentaura-preloader-cover {
  position: relative;
  margin: 0px 0px 0px -60px;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 10px;
}
.cid-ssyn98bpxD .dentaura-logo-preloader {
  position: relative;
  left: 0px;
  border-radius: 0%;
  max-width: 120px;
  width: 100%;
  top: 0px;
}
.cid-ssyn98bpxD *,
.cid-ssyn98bpxD *::before,
.cid-ssyn98bpxD *::after {
  box-sizing: border-box;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cid-ssyn98bpxD .dentaura-logo-cover {
  position: relative;
  z-index: 0;
  width: 124px;
  height: 124px;
  border-radius: 5%;
  overflow: hidden;
  padding: 4px;
}
.cid-ssyn98bpxD .dentaura-logo-cover::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  animation: rotate 2s linear infinite;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7), linear-gradient(transparent, transparent), linear-gradient(#e7e7e7, #e7e7e7);
}
.cid-ssyn98bpxD .dentaura-logo-cover::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(97%);
  height: calc(97%);
  background: #ffffff;
  border-radius: 5%;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy25pcBWfC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sy25pcBWfC .showAlerts {
  display: block !important;
}
.cid-sy25pcBWfC .rowflexrev {
  display: -webkit-flex;
}
.cid-sy25pcBWfC .title {
  margin-bottom: 2rem;
}
.cid-sy25pcBWfC .mbr-section-subtitle {
  color: #767676;
}
.cid-sy25pcBWfC textarea.form-control {
  min-height: 188px;
}
.cid-sy25pcBWfC LABEL {
  color: #232323;
}
.cid-sy25pcBWfC .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy25pcBWfC .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy25pcBWfC .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy25pcBWfC .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy25pcBWfC .alert {
  margin-bottom: 0;
}
.cid-sy25pcBWfC .alert-success {
  background-color: #70c770;
}
.cid-sy25pcBWfC .alert-danger {
  background-color: #ff4a52;
}
.cid-sy25pcBWfC .btn {
  display: inline-flex;
}
.cid-sy25pcBWfC .hidden {
  display: none;
}
.cid-sy25pcBWfC .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy25pcBWfC .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sy25pcBWfC H2 {
  color: #2e3192;
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
.cid-sy3hAE78WQ {
  background-image: url("../../../assets/images/img-1143-2000x1333.jpg");
}
.cid-sy3hAE78WQ .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-sy3hAE78WQ .number {
  color: #ffffff;
}
.cid-sy3hAE78WQ .period {
  display: block;
}
.cid-sy3hAE78WQ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sy3hAE78WQ .period {
    font-size: 0.8rem;
  }
}
.cid-sy3hAE78WQ .btn {
  height: 100%;
  margin: 0;
}
.cid-sy3hAE78WQ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sy3hAE78WQ .mbr-section-title {
  color: #ffffff;
}
.cid-sy3hAE78WQ .mbr-text {
  color: #ffffff;
}
.cid-sy3hAE78WQ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-sy3hAE78WQ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sy3hAE78WQ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-sy3hAE78WQ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-ssDWxDysJz {
  z-index: 1000;
  width: 100%;
}
.cid-ssDWxDysJz nav.navbar {
  position: fixed;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ssDWxDysJz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ssDWxDysJz .dropdown-item:hover,
.cid-ssDWxDysJz .dropdown-item:focus {
  background: #2e3192 !important;
  color: white !important;
}
.cid-ssDWxDysJz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ssDWxDysJz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ssDWxDysJz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ssDWxDysJz .nav-link {
  position: relative;
}
.cid-ssDWxDysJz .container {
  display: flex;
  margin: auto;
}
.cid-ssDWxDysJz .iconfont-wrapper {
  color: #2e3192 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown-menu,
.cid-ssDWxDysJz .navbar.opened {
  background: #ffffff !important;
}
.cid-ssDWxDysJz .nav-item:focus,
.cid-ssDWxDysJz .nav-link:focus {
  outline: none;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ssDWxDysJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ssDWxDysJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssDWxDysJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ssDWxDysJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-ssDWxDysJz .navbar.opened {
  transition: all 0.3s;
}
.cid-ssDWxDysJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ssDWxDysJz .navbar .navbar-logo img {
  width: auto;
}
.cid-ssDWxDysJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar.collapsed {
  justify-content: center;
}
.cid-ssDWxDysJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssDWxDysJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssDWxDysJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssDWxDysJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssDWxDysJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssDWxDysJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssDWxDysJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssDWxDysJz .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-ssDWxDysJz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ssDWxDysJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssDWxDysJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssDWxDysJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ssDWxDysJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssDWxDysJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssDWxDysJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ssDWxDysJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ssDWxDysJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssDWxDysJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssDWxDysJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssDWxDysJz .dropdown-item.active,
.cid-ssDWxDysJz .dropdown-item:active {
  background-color: transparent;
}
.cid-ssDWxDysJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssDWxDysJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ssDWxDysJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssDWxDysJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssDWxDysJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssDWxDysJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ssDWxDysJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e3192;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ssDWxDysJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ssDWxDysJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ssDWxDysJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ssDWxDysJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ssDWxDysJz .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-ssDWxDysJz .navbar {
    height: 70px;
  }
  .cid-ssDWxDysJz .navbar.opened {
    height: auto;
  }
  .cid-ssDWxDysJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy3E1WVzKa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sy3E1WVzKa .showAlerts {
  display: block !important;
}
.cid-sy3E1WVzKa .rowflexrev {
  display: -webkit-flex;
}
.cid-sy3E1WVzKa .title {
  margin-bottom: 2rem;
}
.cid-sy3E1WVzKa .mbr-section-subtitle {
  color: #767676;
}
.cid-sy3E1WVzKa textarea.form-control {
  min-height: 188px;
}
.cid-sy3E1WVzKa LABEL {
  color: #232323;
}
.cid-sy3E1WVzKa .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3E1WVzKa .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sy3E1WVzKa .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3E1WVzKa .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sy3E1WVzKa .alert {
  margin-bottom: 0;
}
.cid-sy3E1WVzKa .alert-success {
  background-color: #70c770;
}
.cid-sy3E1WVzKa .alert-danger {
  background-color: #ff4a52;
}
.cid-sy3E1WVzKa .btn {
  display: inline-flex;
}
.cid-sy3E1WVzKa .hidden {
  display: none;
}
.cid-sy3E1WVzKa .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sy3E1WVzKa .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-svivYYIKTc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .content {
    text-align: center;
  }
  .cid-svivYYIKTc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svivYYIKTc .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svivYYIKTc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-svivYYIKTc .google-map {
  height: 25rem;
  position: relative;
}
.cid-svivYYIKTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-svivYYIKTc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-svivYYIKTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-svivYYIKTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svivYYIKTc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svivYYIKTc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-svivYYIKTc .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svivYYIKTc .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svivYYIKTc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svivYYIKTc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svivYYIKTc .list {
  list-style-type: none;
  padding: 0;
}
