body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-6 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-8 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-8 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-9 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-9 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-3 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-3 > .mbr-iconfont {
  font-size: 4.16rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #efefef !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #efefef !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bcbcbc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efefef;
  border-color: #efefef;
  color: #7c7c7c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efefef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #efefef;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #efefef;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #efefef;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #efefef !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23efefef' %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.3;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgfNUIPs99 {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2000x1333.jpg");
}
.cid-sgfNUIPs99 .mbr-text,
.cid-sgfNUIPs99 .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-sgfNUIPs99 H1 {
  color: #ffffff;
  text-align: right;
}
.cid-snt6NIUVyz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snt6NIUVyz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-snt6NIUVyz .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-snt6NIUVyz .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: justify;
  background-color: #eee;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background-size: cover;
}
.cid-snt6NIUVyz .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 500px;
  text-align: justify;
  overflow: hidden;
}
.cid-snt6NIUVyz .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-snt6NIUVyz .card_back {
  width: 100%;
  height: 500px;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #2e2e2e;
  z-index: 1;
  margin: 0;
  text-align: justify;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-snt6NIUVyz .card {
  min-height: 500px;
}
.cid-snt6NIUVyz .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-snt6NIUVyz .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-snt6NIUVyz .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-snt6NIUVyz .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-snt6NIUVyz P {
  color: #000000;
  text-align: center;
}
.cid-snt6NIUVyz H4 {
  text-align: center;
  color: #ffffff;
}
.cid-snVlf3Tsth {
  padding-top: 400px;
  padding-bottom: 400px;
}
.cid-snVlf3Tsth .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-snVlf3Tsth .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-snVlf3Tsth .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 90%;
}
.cid-snVlf3Tsth .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-snVlf3Tsth .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 70vw;
  margin: 0 auto;
}
.cid-snVlf3Tsth a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-snVlf3Tsth a.close:hover {
  color: #ffffff;
}
.cid-smx54n3Hui {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-smx54n3Hui .testimonial-text {
  font-style: italic;
  color: #9d0000;
  font-weight: 300;
}
.cid-smx54n3Hui .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-smx54n3Hui .mbr-author-desc {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-smx54n3Hui .mbr-figure,
  .cid-smx54n3Hui img {
    max-height: 900px;
    width: auto;
    margin: auto;
  }
}
.cid-sZmoNSEaP6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-sZmoNSEaP6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZmoNSEaP6 .form-control,
.cid-sZmoNSEaP6 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sZmoNSEaP6 .form-control::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .form-control::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input::-webkit-input-placeholder {
  color: #232323;
}
.cid-sZmoNSEaP6 .form-control:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:-moz-placeholder,
.cid-sZmoNSEaP6 .form-control:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:-moz-placeholder {
  color: #232323;
}
.cid-sZmoNSEaP6 .form-control:hover,
.cid-sZmoNSEaP6 .field-input:hover,
.cid-sZmoNSEaP6 .form-control:focus,
.cid-sZmoNSEaP6 .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sZmoNSEaP6 .form-control:hover::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input:hover::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .form-control:focus::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input:focus::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .form-control:hover::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input:hover::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .form-control:focus::-webkit-input-placeholder,
.cid-sZmoNSEaP6 .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-sZmoNSEaP6 .form-control:hover:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:hover:-moz-placeholder,
.cid-sZmoNSEaP6 .form-control:focus:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:focus:-moz-placeholder,
.cid-sZmoNSEaP6 .form-control:hover:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:hover:-moz-placeholder,
.cid-sZmoNSEaP6 .form-control:focus:-moz-placeholder,
.cid-sZmoNSEaP6 .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-sZmoNSEaP6 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sZmoNSEaP6 .jq-number__spin:hover,
.cid-sZmoNSEaP6 .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sZmoNSEaP6 .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sZmoNSEaP6 .jq-selectbox li,
.cid-sZmoNSEaP6 .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sZmoNSEaP6 .jq-selectbox li:hover,
.cid-sZmoNSEaP6 .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-sZmoNSEaP6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sZmoNSEaP6 .jq-number__spin.minus:hover:after,
.cid-sZmoNSEaP6 .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sZmoNSEaP6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sZmoNSEaP6 .jq-number__spin.minus:after,
.cid-sZmoNSEaP6 .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-sZmoNSEaP6 input::-webkit-clear-button {
  display: none;
}
.cid-sZmoNSEaP6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sZmoNSEaP6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sZmoNSEaP6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sZmoNSEaP6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sZmoNSEaP6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sZmoNSEaP6 .mbr-section-title {
  color: #404040;
}
.cid-sZmoNSEaP6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sZmoNSEaP6 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sZmoNSEaP6 .mbr-text {
  color: #606060;
}
.cid-sZmoNSEaP6 .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-sZmoNSEaP6 .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sZmoNSEaP6 .required {
  width: 100%;
  color: #808080;
}
.cid-sZmoNSEaP6 img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sZmoNSEaP6 .counter {
  top: -4%;
  left: 1%;
}
.cid-sZmoNSEaP6 .counter .full-circle {
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sZmoNSEaP6 .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sZmoNSEaP6 .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sZmoNSEaP6 .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sZmoNSEaP6 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sZmoNSEaP6 .required {
    text-align: center;
  }
}
.cid-sZmoNSEaP6 .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sZmoNSEaP6 .form-control-label,
.cid-sZmoNSEaP6 .form-check {
  margin-left: 20px;
}
.cid-snW4OlEsmf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snW4OlEsmf .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snW4OlEsmf .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snW4OlEsmf .col + .mbr-section-btn .btn,
.cid-snW4OlEsmf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snW4OlEsmf .col + .mbr-section-btn .btn,
  .cid-snW4OlEsmf .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snW4OlEsmf .dragArea > *:nth-last-child(2).col,
  .cid-snW4OlEsmf .dragArea > *:nth-last-child(2).col-auto,
  .cid-snW4OlEsmf .col + .mbr-section-btn,
  .cid-snW4OlEsmf .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snW4OlEsmf .dragArea {
    flex-direction: column;
  }
}
.cid-snW4OlEsmf .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snW4OlEsmf .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snW4OlEsmf .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snW4OlEsmf .form-group {
  max-width: 220px;
}
.cid-snW4OlEsmf .mbr-section-btn {
  padding-left: 0;
}
.cid-snW4OlEsmf .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snW4OlEsmf .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snW4OlEsmf .mbr-text {
  color: #444;
}
.cid-snW4OlEsmf h5 {
  margin-bottom: 0;
}
.cid-snW4OlEsmf .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snW4OlEsmf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snW4OlEsmf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snW4OlEsmf .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snW4OlEsmf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snW4OlEsmf .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snW4OlEsmf .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snW4OlEsmf .social-list a:hover {
  opacity: 0.4;
}
.cid-snW4OlEsmf .media-container-row > div {
  padding: 0px;
}
.cid-snW4OlEsmf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snW4OlEsmf .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snW4OlEsmf .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snW4OlEsmf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snW4OlEsmf .social-list,
  .cid-snW4OlEsmf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snW4OlEsmf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snW4OlEsmf .form-group {
    max-width: 180px;
  }
}
.cid-snW4OlEsmf .links span {
  color: #9e9e9e;
}
.cid-snW4OlEsmf .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snW4OlEsmf .logo-title {
  text-align: center;
}
.cid-snW4OlEsmf .logo-title,
.cid-snW4OlEsmf .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snVCDUFhGA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snVCDUFhGA .google-map {
  height: 25rem;
  position: relative;
}
.cid-snVCDUFhGA .google-map iframe {
  height: 100%;
  width: 90%;
  left: 5%;
  position: relative;
}
.cid-snVCDUFhGA .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-snVCDUFhGA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snVCDUFhGA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snoEIVj86e {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-snoEIVj86e .mbr-text,
.cid-snoEIVj86e .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snoEIVj86e H1 {
  color: #ffffff;
  text-align: left;
}
.cid-snoTua9U1P {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-snoTua9U1P .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-snoTua9U1P .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snoTua9U1P .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-snoTua9U1P .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-snoTua9U1P .main-text {
  color: #606060;
}
.cid-snoTua9U1P .carousel {
  z-index: 2;
  position: relative;
}
.cid-snoTua9U1P .user {
  padding: 0 !important;
}
.cid-snoTua9U1P .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-snoTua9U1P .carousel-item.active,
.cid-snoTua9U1P .carousel-item-next,
.cid-snoTua9U1P .carousel-item-prev {
  display: flex;
}
.cid-snoTua9U1P .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-snoTua9U1P .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-snoTua9U1P .details .info {
  padding-left: 20px;
}
.cid-snoTua9U1P .details .info .user_name {
  margin: 0;
}
.cid-snoTua9U1P .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-snoTua9U1P .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-snoTua9U1P .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-snoTua9U1P .carousel-controls a {
  font-size: 2.5rem;
}
.cid-snoTua9U1P .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snoTua9U1P .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snoTua9U1P ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-snoTua9U1P .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-snoTua9U1P .carousel-indicators li:hover {
  opacity: 1;
}
.cid-snoTua9U1P .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-snoTua9U1P .user_text {
  color: #707070;
  text-align: left;
}
.cid-snoTua9U1P .user_text p.display-5 {
  line-height: 1.54;
}
.cid-snoTua9U1P .user_desk {
  color: #767676;
}
.cid-snoTua9U1P .user_desk,
.cid-snoTua9U1P .carousel-item {
  text-align: left;
}
.cid-snoTua9U1P .carousel-item {
  padding-right: 20px;
}
.cid-snoTua9U1P .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-snoTua9U1P .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-snoTua9U1P .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-snoTua9U1P .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-snoTua9U1P .user_text p,
.cid-snoTua9U1P .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snW4STflzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snW4STflzK .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snW4STflzK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snW4STflzK .col + .mbr-section-btn .btn,
.cid-snW4STflzK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snW4STflzK .col + .mbr-section-btn .btn,
  .cid-snW4STflzK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snW4STflzK .dragArea > *:nth-last-child(2).col,
  .cid-snW4STflzK .dragArea > *:nth-last-child(2).col-auto,
  .cid-snW4STflzK .col + .mbr-section-btn,
  .cid-snW4STflzK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snW4STflzK .dragArea {
    flex-direction: column;
  }
}
.cid-snW4STflzK .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snW4STflzK .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snW4STflzK .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snW4STflzK .form-group {
  max-width: 220px;
}
.cid-snW4STflzK .mbr-section-btn {
  padding-left: 0;
}
.cid-snW4STflzK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snW4STflzK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snW4STflzK .mbr-text {
  color: #444;
}
.cid-snW4STflzK h5 {
  margin-bottom: 0;
}
.cid-snW4STflzK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snW4STflzK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snW4STflzK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snW4STflzK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snW4STflzK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snW4STflzK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snW4STflzK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snW4STflzK .social-list a:hover {
  opacity: 0.4;
}
.cid-snW4STflzK .media-container-row > div {
  padding: 0px;
}
.cid-snW4STflzK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snW4STflzK .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snW4STflzK .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snW4STflzK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snW4STflzK .social-list,
  .cid-snW4STflzK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snW4STflzK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snW4STflzK .form-group {
    max-width: 180px;
  }
}
.cid-snW4STflzK .links span {
  color: #9e9e9e;
}
.cid-snW4STflzK .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snW4STflzK .logo-title {
  text-align: center;
}
.cid-snW4STflzK .logo-title,
.cid-snW4STflzK .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snW4UaHVZK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snW4UaHVZK .google-map {
  height: 25rem;
  position: relative;
}
.cid-snW4UaHVZK .google-map iframe {
  height: 100%;
  width: 80%;
  position: relative;
  left: 10%;
}
.cid-snW4UaHVZK .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-snW4UaHVZK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snW4UaHVZK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sni4pxaZk0 {
  padding-top: 125px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/e5ba95-edited.webp");
}
.cid-sni4pxaZk0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sni4pxaZk0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sni4pxaZk0 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sni4pxaZk0 .main-title.display-2 {
  line-height: 1.375;
}
.cid-sni4pxaZk0 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sni4pxaZk0 .mbr-text {
  color: #606060;
}
.cid-sni4pxaZk0 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sni4pxaZk0 .mbr-section-btn {
  margin-top: 24px;
}
.cid-sni4pxaZk0 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sni4pxaZk0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sni4pxaZk0 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sni4pxaZk0 .main-title,
.cid-sni4pxaZk0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sni4pxaZk0 .mbr-text,
.cid-sni4pxaZk0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snVxkliSYv {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #ffffff 50%, #ffffff 100%);
}
.cid-snVxkliSYv .animated-element {
  color: #55b4d4;
}
.cid-snVxkliSYv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-snVxkliSYv .img-block {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snVxkliSYv {
    background: #ffffff;
  }
}
.cid-snVxkliSYv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-snVxkliSYv .mbr-text,
.cid-snVxkliSYv .mbr-section-btn {
  color: #232323;
}
.cid-snVxkliSYv .mbr-section-title {
  color: #232323;
}
.cid-snVJnMHsRC {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #efefef 0%, #efefef 50%, #ffffff 50%, #ffffff 100%);
}
.cid-snVJnMHsRC .animated-element {
  color: #232323;
}
.cid-snVJnMHsRC .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-snVJnMHsRC .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snVJnMHsRC {
    background: #ffffff;
  }
}
.cid-snVJnMHsRC .mbr-section-subtitle {
  color: #cccccc;
}
.cid-snVJnMHsRC .mbr-text,
.cid-snVJnMHsRC .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-snVJnMHsRC .mbr-section-title {
  color: #232323;
}
.cid-snVH8mkYGi {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #efefef 50%, #efefef 100%);
}
.cid-snVH8mkYGi .animated-element {
  color: #232323;
}
.cid-snVH8mkYGi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-snVH8mkYGi .img-block {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snVH8mkYGi {
    background: #efefef;
  }
}
.cid-snVH8mkYGi .mbr-section-subtitle {
  color: #cccccc;
}
.cid-snVH8mkYGi .mbr-text,
.cid-snVH8mkYGi .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-snVH8mkYGi .mbr-section-title {
  color: #232323;
}
.cid-snVH8JGOIS {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #efefef 50%, #efefef 100%);
}
.cid-snVH8JGOIS .animated-element {
  color: #232323;
}
.cid-snVH8JGOIS .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-snVH8JGOIS .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snVH8JGOIS {
    background: #efefef;
  }
}
.cid-snVH8JGOIS .mbr-section-subtitle {
  color: #cccccc;
}
.cid-snVH8JGOIS .mbr-text,
.cid-snVH8JGOIS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-snVH8JGOIS .mbr-section-title {
  color: #232323;
}
.cid-snVBzv9bhX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snVBzv9bhX .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snVBzv9bhX .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snVBzv9bhX .col + .mbr-section-btn .btn,
.cid-snVBzv9bhX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snVBzv9bhX .col + .mbr-section-btn .btn,
  .cid-snVBzv9bhX .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snVBzv9bhX .dragArea > *:nth-last-child(2).col,
  .cid-snVBzv9bhX .dragArea > *:nth-last-child(2).col-auto,
  .cid-snVBzv9bhX .col + .mbr-section-btn,
  .cid-snVBzv9bhX .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snVBzv9bhX .dragArea {
    flex-direction: column;
  }
}
.cid-snVBzv9bhX .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snVBzv9bhX .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snVBzv9bhX .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snVBzv9bhX .form-group {
  max-width: 220px;
}
.cid-snVBzv9bhX .mbr-section-btn {
  padding-left: 0;
}
.cid-snVBzv9bhX .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snVBzv9bhX .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snVBzv9bhX .mbr-text {
  color: #444;
}
.cid-snVBzv9bhX h5 {
  margin-bottom: 0;
}
.cid-snVBzv9bhX .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snVBzv9bhX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snVBzv9bhX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snVBzv9bhX .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snVBzv9bhX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snVBzv9bhX .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snVBzv9bhX .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snVBzv9bhX .social-list a:hover {
  opacity: 0.4;
}
.cid-snVBzv9bhX .media-container-row > div {
  padding: 0px;
}
.cid-snVBzv9bhX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snVBzv9bhX .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snVBzv9bhX .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snVBzv9bhX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snVBzv9bhX .social-list,
  .cid-snVBzv9bhX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snVBzv9bhX h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snVBzv9bhX .form-group {
    max-width: 180px;
  }
}
.cid-snVBzv9bhX .links span {
  color: #9e9e9e;
}
.cid-snVBzv9bhX .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snVBzv9bhX .logo-title {
  text-align: center;
}
.cid-snVBzv9bhX .logo-title,
.cid-snVBzv9bhX .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snVG9pt8TP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snVG9pt8TP .google-map {
  height: 25rem;
  position: relative;
}
.cid-snVG9pt8TP .google-map iframe {
  height: 100%;
  width: 90%;
  position: relative;
  left: 5%;
}
.cid-snVG9pt8TP .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-snVG9pt8TP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snVG9pt8TP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sny53k6tnc {
  padding-top: 160px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sny53k6tnc .mbr-text,
.cid-sny53k6tnc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sny53k6tnc H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sny53klj1y {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sny53klj1y .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sny53klj1y .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sny53klj1y .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-sny53klj1y .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sny53klj1y .main-text {
  color: #606060;
}
.cid-sny53klj1y .carousel {
  z-index: 2;
  position: relative;
}
.cid-sny53klj1y .user {
  padding: 0 !important;
}
.cid-sny53klj1y .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sny53klj1y .carousel-item.active,
.cid-sny53klj1y .carousel-item-next,
.cid-sny53klj1y .carousel-item-prev {
  display: flex;
}
.cid-sny53klj1y .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sny53klj1y .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sny53klj1y .details .info {
  padding-left: 20px;
}
.cid-sny53klj1y .details .info .user_name {
  margin: 0;
}
.cid-sny53klj1y .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sny53klj1y .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-sny53klj1y .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sny53klj1y .carousel-controls a {
  font-size: 2rem;
}
.cid-sny53klj1y .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sny53klj1y .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sny53klj1y ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sny53klj1y .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sny53klj1y .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sny53klj1y .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sny53klj1y .user_text {
  color: #707070;
  text-align: left;
}
.cid-sny53klj1y .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sny53klj1y .user_desk {
  color: #767676;
}
.cid-sny53klj1y .user_desk,
.cid-sny53klj1y .carousel-item {
  text-align: left;
}
.cid-sny53klj1y .carousel-item {
  padding-right: 20px;
}
.cid-sny53klj1y .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sny53klj1y .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sny53klj1y .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sny53klj1y .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-sny53klj1y .user_text p,
.cid-sny53klj1y .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snW4WgVjw9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snW4WgVjw9 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snW4WgVjw9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snW4WgVjw9 .col + .mbr-section-btn .btn,
.cid-snW4WgVjw9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snW4WgVjw9 .col + .mbr-section-btn .btn,
  .cid-snW4WgVjw9 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snW4WgVjw9 .dragArea > *:nth-last-child(2).col,
  .cid-snW4WgVjw9 .dragArea > *:nth-last-child(2).col-auto,
  .cid-snW4WgVjw9 .col + .mbr-section-btn,
  .cid-snW4WgVjw9 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snW4WgVjw9 .dragArea {
    flex-direction: column;
  }
}
.cid-snW4WgVjw9 .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snW4WgVjw9 .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snW4WgVjw9 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snW4WgVjw9 .form-group {
  max-width: 220px;
}
.cid-snW4WgVjw9 .mbr-section-btn {
  padding-left: 0;
}
.cid-snW4WgVjw9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snW4WgVjw9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snW4WgVjw9 .mbr-text {
  color: #444;
}
.cid-snW4WgVjw9 h5 {
  margin-bottom: 0;
}
.cid-snW4WgVjw9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snW4WgVjw9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snW4WgVjw9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snW4WgVjw9 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snW4WgVjw9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snW4WgVjw9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snW4WgVjw9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snW4WgVjw9 .social-list a:hover {
  opacity: 0.4;
}
.cid-snW4WgVjw9 .media-container-row > div {
  padding: 0px;
}
.cid-snW4WgVjw9 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snW4WgVjw9 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snW4WgVjw9 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snW4WgVjw9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snW4WgVjw9 .social-list,
  .cid-snW4WgVjw9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snW4WgVjw9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snW4WgVjw9 .form-group {
    max-width: 180px;
  }
}
.cid-snW4WgVjw9 .links span {
  color: #9e9e9e;
}
.cid-snW4WgVjw9 .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snW4WgVjw9 .logo-title {
  text-align: center;
}
.cid-snW4WgVjw9 .logo-title,
.cid-snW4WgVjw9 .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snZQjIzW6Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snZQjIzW6Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-snZQjIzW6Q .google-map iframe {
  height: 100%;
  width: 80%;
  left: 10%;
  position: relative;
}
.cid-snZQjIzW6Q .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-snZQjIzW6Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snZQjIzW6Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sny5asXufk {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sny5asXufk .mbr-text,
.cid-sny5asXufk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sny5asXufk H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sny5at8uqB {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sny5at8uqB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sny5at8uqB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sny5at8uqB .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-sny5at8uqB .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sny5at8uqB .main-text {
  color: #606060;
}
.cid-sny5at8uqB .carousel {
  z-index: 2;
  position: relative;
}
.cid-sny5at8uqB .user {
  padding: 0 !important;
}
.cid-sny5at8uqB .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sny5at8uqB .carousel-item.active,
.cid-sny5at8uqB .carousel-item-next,
.cid-sny5at8uqB .carousel-item-prev {
  display: flex;
}
.cid-sny5at8uqB .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sny5at8uqB .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sny5at8uqB .details .info {
  padding-left: 20px;
}
.cid-sny5at8uqB .details .info .user_name {
  margin: 0;
}
.cid-sny5at8uqB .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sny5at8uqB .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-sny5at8uqB .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sny5at8uqB .carousel-controls a {
  font-size: 2.5rem;
}
.cid-sny5at8uqB .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 750%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sny5at8uqB .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sny5at8uqB ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sny5at8uqB .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sny5at8uqB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sny5at8uqB .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sny5at8uqB .user_text {
  color: #707070;
  text-align: left;
}
.cid-sny5at8uqB .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sny5at8uqB .user_desk {
  color: #767676;
}
.cid-sny5at8uqB .user_desk,
.cid-sny5at8uqB .carousel-item {
  text-align: left;
}
.cid-sny5at8uqB .carousel-item {
  padding-right: 20px;
}
.cid-sny5at8uqB .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sny5at8uqB .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sny5at8uqB .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sny5at8uqB .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-sny5at8uqB .user_text p,
.cid-sny5at8uqB .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snW51WHu6C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snW51WHu6C .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snW51WHu6C .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snW51WHu6C .col + .mbr-section-btn .btn,
.cid-snW51WHu6C .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snW51WHu6C .col + .mbr-section-btn .btn,
  .cid-snW51WHu6C .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snW51WHu6C .dragArea > *:nth-last-child(2).col,
  .cid-snW51WHu6C .dragArea > *:nth-last-child(2).col-auto,
  .cid-snW51WHu6C .col + .mbr-section-btn,
  .cid-snW51WHu6C .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snW51WHu6C .dragArea {
    flex-direction: column;
  }
}
.cid-snW51WHu6C .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snW51WHu6C .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snW51WHu6C .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snW51WHu6C .form-group {
  max-width: 220px;
}
.cid-snW51WHu6C .mbr-section-btn {
  padding-left: 0;
}
.cid-snW51WHu6C .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snW51WHu6C .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snW51WHu6C .mbr-text {
  color: #444;
}
.cid-snW51WHu6C h5 {
  margin-bottom: 0;
}
.cid-snW51WHu6C .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snW51WHu6C .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snW51WHu6C .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snW51WHu6C .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snW51WHu6C .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snW51WHu6C .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snW51WHu6C .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snW51WHu6C .social-list a:hover {
  opacity: 0.4;
}
.cid-snW51WHu6C .media-container-row > div {
  padding: 0px;
}
.cid-snW51WHu6C .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snW51WHu6C .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snW51WHu6C .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snW51WHu6C .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snW51WHu6C .social-list,
  .cid-snW51WHu6C .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snW51WHu6C h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snW51WHu6C .form-group {
    max-width: 180px;
  }
}
.cid-snW51WHu6C .links span {
  color: #9e9e9e;
}
.cid-snW51WHu6C .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snW51WHu6C .logo-title {
  text-align: center;
}
.cid-snW51WHu6C .logo-title,
.cid-snW51WHu6C .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snZQlo6pCY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snZQlo6pCY .google-map {
  height: 25rem;
  position: relative;
}
.cid-snZQlo6pCY .google-map iframe {
  height: 100%;
  width: 80%;
  left: 10%;
  position: relative;
}
.cid-snZQlo6pCY .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-snZQlo6pCY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snZQlo6pCY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sny5cLnBMC {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sny5cLnBMC .mbr-text,
.cid-sny5cLnBMC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sny5cLnBMC H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sny5cLyDyb {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sny5cLyDyb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sny5cLyDyb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sny5cLyDyb .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-sny5cLyDyb .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sny5cLyDyb .main-text {
  color: #606060;
}
.cid-sny5cLyDyb .carousel {
  z-index: 2;
  position: relative;
}
.cid-sny5cLyDyb .user {
  padding: 0 !important;
}
.cid-sny5cLyDyb .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-sny5cLyDyb .carousel-item.active,
.cid-sny5cLyDyb .carousel-item-next,
.cid-sny5cLyDyb .carousel-item-prev {
  display: flex;
}
.cid-sny5cLyDyb .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-sny5cLyDyb .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sny5cLyDyb .details .info {
  padding-left: 20px;
}
.cid-sny5cLyDyb .details .info .user_name {
  margin: 0;
}
.cid-sny5cLyDyb .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-sny5cLyDyb .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-sny5cLyDyb .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-sny5cLyDyb .carousel-controls a {
  font-size: 2.5rem;
}
.cid-sny5cLyDyb .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sny5cLyDyb .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sny5cLyDyb ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sny5cLyDyb .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-sny5cLyDyb .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sny5cLyDyb .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-sny5cLyDyb .user_text {
  color: #707070;
  text-align: left;
}
.cid-sny5cLyDyb .user_text p.display-5 {
  line-height: 1.54;
}
.cid-sny5cLyDyb .user_desk {
  color: #767676;
}
.cid-sny5cLyDyb .user_desk,
.cid-sny5cLyDyb .carousel-item {
  text-align: left;
}
.cid-sny5cLyDyb .carousel-item {
  padding-right: 20px;
}
.cid-sny5cLyDyb .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-sny5cLyDyb .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-sny5cLyDyb .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sny5cLyDyb .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-sny5cLyDyb .user_text p,
.cid-sny5cLyDyb .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snW54MnCnz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snW54MnCnz .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snW54MnCnz .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snW54MnCnz .col + .mbr-section-btn .btn,
.cid-snW54MnCnz .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snW54MnCnz .col + .mbr-section-btn .btn,
  .cid-snW54MnCnz .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snW54MnCnz .dragArea > *:nth-last-child(2).col,
  .cid-snW54MnCnz .dragArea > *:nth-last-child(2).col-auto,
  .cid-snW54MnCnz .col + .mbr-section-btn,
  .cid-snW54MnCnz .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snW54MnCnz .dragArea {
    flex-direction: column;
  }
}
.cid-snW54MnCnz .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snW54MnCnz .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snW54MnCnz .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snW54MnCnz .form-group {
  max-width: 220px;
}
.cid-snW54MnCnz .mbr-section-btn {
  padding-left: 0;
}
.cid-snW54MnCnz .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snW54MnCnz .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snW54MnCnz .mbr-text {
  color: #444;
}
.cid-snW54MnCnz h5 {
  margin-bottom: 0;
}
.cid-snW54MnCnz .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snW54MnCnz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snW54MnCnz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snW54MnCnz .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snW54MnCnz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snW54MnCnz .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snW54MnCnz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snW54MnCnz .social-list a:hover {
  opacity: 0.4;
}
.cid-snW54MnCnz .media-container-row > div {
  padding: 0px;
}
.cid-snW54MnCnz .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snW54MnCnz .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snW54MnCnz .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snW54MnCnz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snW54MnCnz .social-list,
  .cid-snW54MnCnz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snW54MnCnz h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snW54MnCnz .form-group {
    max-width: 180px;
  }
}
.cid-snW54MnCnz .links span {
  color: #9e9e9e;
}
.cid-snW54MnCnz .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snW54MnCnz .logo-title {
  text-align: center;
}
.cid-snW54MnCnz .logo-title,
.cid-snW54MnCnz .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snZQo2o1Gp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snZQo2o1Gp .google-map {
  height: 25rem;
  position: relative;
}
.cid-snZQo2o1Gp .google-map iframe {
  height: 100%;
  width: 80%;
  left: 10%;
  position: relative;
}
.cid-snZQo2o1Gp .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-snZQo2o1Gp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snZQo2o1Gp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snZQTg8j7N {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-snZQTg8j7N .mbr-text,
.cid-snZQTg8j7N .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snZQTg8j7N H1 {
  color: #ffffff;
  text-align: left;
}
.cid-snZQTgm3Mc {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-snZQTgm3Mc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-snZQTgm3Mc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snZQTgm3Mc .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-snZQTgm3Mc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-snZQTgm3Mc .main-text {
  color: #606060;
}
.cid-snZQTgm3Mc .carousel {
  z-index: 2;
  position: relative;
}
.cid-snZQTgm3Mc .user {
  padding: 0 !important;
}
.cid-snZQTgm3Mc .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-snZQTgm3Mc .carousel-item.active,
.cid-snZQTgm3Mc .carousel-item-next,
.cid-snZQTgm3Mc .carousel-item-prev {
  display: flex;
}
.cid-snZQTgm3Mc .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-snZQTgm3Mc .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-snZQTgm3Mc .details .info {
  padding-left: 20px;
}
.cid-snZQTgm3Mc .details .info .user_name {
  margin: 0;
}
.cid-snZQTgm3Mc .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-snZQTgm3Mc .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-snZQTgm3Mc .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-snZQTgm3Mc .carousel-controls a {
  font-size: 2.5rem;
}
.cid-snZQTgm3Mc .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snZQTgm3Mc .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snZQTgm3Mc ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-snZQTgm3Mc .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-snZQTgm3Mc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-snZQTgm3Mc .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-snZQTgm3Mc .user_text {
  color: #707070;
  text-align: left;
}
.cid-snZQTgm3Mc .user_text p.display-5 {
  line-height: 1.54;
}
.cid-snZQTgm3Mc .user_desk {
  color: #767676;
}
.cid-snZQTgm3Mc .user_desk,
.cid-snZQTgm3Mc .carousel-item {
  text-align: left;
}
.cid-snZQTgm3Mc .carousel-item {
  padding-right: 20px;
}
.cid-snZQTgm3Mc .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-snZQTgm3Mc .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-snZQTgm3Mc .carousel-control-next {
  right: -50px;
  top: 170px;
  transform: translateX(50%);
}
.cid-snZQTgm3Mc .carousel-control-prev {
  left: -80px;
  top: 170px;
  transform: translateX(-50%);
}
.cid-snZQTgm3Mc .user_text p,
.cid-snZQTgm3Mc .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snZSPaxA3m {
  padding-top: 160px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-snZSPaxA3m .mbr-text,
.cid-snZSPaxA3m .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snZSPaxA3m H1 {
  color: #ffffff;
  text-align: left;
}
.cid-snZSHe8QRV {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-snZSHe8QRV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-snZSHe8QRV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snZSHe8QRV .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-snZSHe8QRV .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-snZSHe8QRV .main-text {
  color: #606060;
}
.cid-snZSHe8QRV .carousel {
  z-index: 2;
  position: relative;
}
.cid-snZSHe8QRV .user {
  padding: 0 !important;
}
.cid-snZSHe8QRV .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-snZSHe8QRV .carousel-item.active,
.cid-snZSHe8QRV .carousel-item-next,
.cid-snZSHe8QRV .carousel-item-prev {
  display: flex;
}
.cid-snZSHe8QRV .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-snZSHe8QRV .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-snZSHe8QRV .details .info {
  padding-left: 20px;
}
.cid-snZSHe8QRV .details .info .user_name {
  margin: 0;
}
.cid-snZSHe8QRV .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-snZSHe8QRV .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-snZSHe8QRV .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-snZSHe8QRV .carousel-controls a {
  font-size: 2.5rem;
}
.cid-snZSHe8QRV .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snZSHe8QRV .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snZSHe8QRV ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-snZSHe8QRV .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-snZSHe8QRV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-snZSHe8QRV .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-snZSHe8QRV .user_text {
  color: #707070;
  text-align: left;
}
.cid-snZSHe8QRV .user_text p.display-5 {
  line-height: 1.54;
}
.cid-snZSHe8QRV .user_desk {
  color: #767676;
}
.cid-snZSHe8QRV .user_desk,
.cid-snZSHe8QRV .carousel-item {
  text-align: left;
}
.cid-snZSHe8QRV .carousel-item {
  padding-right: 20px;
}
.cid-snZSHe8QRV .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-snZSHe8QRV .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-snZSHe8QRV .carousel-control-next {
  right: -50px;
  transform: translateX(50%);
}
.cid-snZSHe8QRV .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-snZSHe8QRV .user_text p,
.cid-snZSHe8QRV .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snZSPKTgNU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-snZSPKTgNU .mbr-text,
.cid-snZSPKTgNU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snZSPKTgNU H1 {
  color: #ffffff;
  text-align: left;
}
.cid-snZSHGZj1i {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-snZSHGZj1i .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-snZSHGZj1i .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snZSHGZj1i .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-snZSHGZj1i .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-snZSHGZj1i .main-text {
  color: #606060;
}
.cid-snZSHGZj1i .carousel {
  z-index: 2;
  position: relative;
}
.cid-snZSHGZj1i .user {
  padding: 0 !important;
}
.cid-snZSHGZj1i .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-snZSHGZj1i .carousel-item.active,
.cid-snZSHGZj1i .carousel-item-next,
.cid-snZSHGZj1i .carousel-item-prev {
  display: flex;
}
.cid-snZSHGZj1i .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-snZSHGZj1i .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-snZSHGZj1i .details .info {
  padding-left: 20px;
}
.cid-snZSHGZj1i .details .info .user_name {
  margin: 0;
}
.cid-snZSHGZj1i .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-snZSHGZj1i .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-snZSHGZj1i .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-snZSHGZj1i .carousel-controls a {
  font-size: 2.5rem;
}
.cid-snZSHGZj1i .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snZSHGZj1i .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snZSHGZj1i ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-snZSHGZj1i .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-snZSHGZj1i .carousel-indicators li:hover {
  opacity: 1;
}
.cid-snZSHGZj1i .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-snZSHGZj1i .user_text {
  color: #707070;
  text-align: left;
}
.cid-snZSHGZj1i .user_text p.display-5 {
  line-height: 1.54;
}
.cid-snZSHGZj1i .user_desk {
  color: #767676;
}
.cid-snZSHGZj1i .user_desk,
.cid-snZSHGZj1i .carousel-item {
  text-align: left;
}
.cid-snZSHGZj1i .carousel-item {
  padding-right: 20px;
}
.cid-snZSHGZj1i .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-snZSHGZj1i .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-snZSHGZj1i .carousel-control-next {
  right: -50px;
  transform: translateX(50%);
}
.cid-snZSHGZj1i .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-snZSHGZj1i .user_text p,
.cid-snZSHGZj1i .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snZSQcAxep {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-snZSQcAxep .mbr-text,
.cid-snZSQcAxep .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-snZSQcAxep H1 {
  color: #ffffff;
  text-align: left;
}
.cid-snZSI63N1V {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-snZSI63N1V .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-snZSI63N1V .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-snZSI63N1V .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-snZSI63N1V .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-snZSI63N1V .main-text {
  color: #606060;
}
.cid-snZSI63N1V .carousel {
  z-index: 2;
  position: relative;
}
.cid-snZSI63N1V .user {
  padding: 0 !important;
}
.cid-snZSI63N1V .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-snZSI63N1V .carousel-item.active,
.cid-snZSI63N1V .carousel-item-next,
.cid-snZSI63N1V .carousel-item-prev {
  display: flex;
}
.cid-snZSI63N1V .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-snZSI63N1V .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-snZSI63N1V .details .info {
  padding-left: 20px;
}
.cid-snZSI63N1V .details .info .user_name {
  margin: 0;
}
.cid-snZSI63N1V .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-snZSI63N1V .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-snZSI63N1V .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-snZSI63N1V .carousel-controls a {
  font-size: 2.5rem;
}
.cid-snZSI63N1V .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-snZSI63N1V .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-snZSI63N1V ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-snZSI63N1V .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-snZSI63N1V .carousel-indicators li:hover {
  opacity: 1;
}
.cid-snZSI63N1V .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-snZSI63N1V .user_text {
  color: #707070;
  text-align: left;
}
.cid-snZSI63N1V .user_text p.display-5 {
  line-height: 1.54;
}
.cid-snZSI63N1V .user_desk {
  color: #767676;
}
.cid-snZSI63N1V .user_desk,
.cid-snZSI63N1V .carousel-item {
  text-align: left;
}
.cid-snZSI63N1V .carousel-item {
  padding-right: 20px;
}
.cid-snZSI63N1V .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-snZSI63N1V .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-snZSI63N1V .carousel-control-next {
  right: -50px;
  transform: translateX(50%);
}
.cid-snZSI63N1V .carousel-control-prev {
  left: -80px;
  transform: translateX(-50%);
}
.cid-snZSI63N1V .user_text p,
.cid-snZSI63N1V .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-snZQTgEAlA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-snZQTgEAlA .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-snZQTgEAlA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-snZQTgEAlA .col + .mbr-section-btn .btn,
.cid-snZQTgEAlA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-snZQTgEAlA .col + .mbr-section-btn .btn,
  .cid-snZQTgEAlA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-snZQTgEAlA .dragArea > *:nth-last-child(2).col,
  .cid-snZQTgEAlA .dragArea > *:nth-last-child(2).col-auto,
  .cid-snZQTgEAlA .col + .mbr-section-btn,
  .cid-snZQTgEAlA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-snZQTgEAlA .dragArea {
    flex-direction: column;
  }
}
.cid-snZQTgEAlA .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-snZQTgEAlA .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-snZQTgEAlA .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-snZQTgEAlA .form-group {
  max-width: 220px;
}
.cid-snZQTgEAlA .mbr-section-btn {
  padding-left: 0;
}
.cid-snZQTgEAlA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-snZQTgEAlA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-snZQTgEAlA .mbr-text {
  color: #444;
}
.cid-snZQTgEAlA h5 {
  margin-bottom: 0;
}
.cid-snZQTgEAlA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-snZQTgEAlA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snZQTgEAlA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-snZQTgEAlA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snZQTgEAlA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-snZQTgEAlA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-snZQTgEAlA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-snZQTgEAlA .social-list a:hover {
  opacity: 0.4;
}
.cid-snZQTgEAlA .media-container-row > div {
  padding: 0px;
}
.cid-snZQTgEAlA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-snZQTgEAlA .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-snZQTgEAlA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snZQTgEAlA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-snZQTgEAlA .social-list,
  .cid-snZQTgEAlA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snZQTgEAlA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-snZQTgEAlA .form-group {
    max-width: 180px;
  }
}
.cid-snZQTgEAlA .links span {
  color: #9e9e9e;
}
.cid-snZQTgEAlA .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-snZQTgEAlA .logo-title {
  text-align: center;
}
.cid-snZQTgEAlA .logo-title,
.cid-snZQTgEAlA .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-snZQTh0eJ5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-snZQTh0eJ5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-snZQTh0eJ5 .google-map iframe {
  height: 100%;
  width: 80%;
  position: relative;
  left: 10%;
}
.cid-snZQTh0eJ5 .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-snZQTh0eJ5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snZQTh0eJ5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-so1LBF7CRH {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/uv-1080x1656.jpeg");
}
.cid-so1LBF7CRH .mbr-text,
.cid-so1LBF7CRH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBF7CRH H1 {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBFxwbe {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-so1LBFxwbe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-so1LBFxwbe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-so1LBFxwbe .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-so1LBFxwbe .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-so1LBFxwbe .main-text {
  color: #606060;
}
.cid-so1LBFxwbe .carousel {
  z-index: 2;
  position: relative;
}
.cid-so1LBFxwbe .user {
  padding: 0 !important;
}
.cid-so1LBFxwbe .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-so1LBFxwbe .carousel-item.active,
.cid-so1LBFxwbe .carousel-item-next,
.cid-so1LBFxwbe .carousel-item-prev {
  display: flex;
}
.cid-so1LBFxwbe .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-so1LBFxwbe .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-so1LBFxwbe .details .info {
  padding-left: 20px;
}
.cid-so1LBFxwbe .details .info .user_name {
  margin: 0;
}
.cid-so1LBFxwbe .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-so1LBFxwbe .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-so1LBFxwbe .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-so1LBFxwbe .carousel-controls a {
  font-size: 2.5rem;
}
.cid-so1LBFxwbe .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-so1LBFxwbe .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-so1LBFxwbe ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-so1LBFxwbe .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-so1LBFxwbe .carousel-indicators li:hover {
  opacity: 1;
}
.cid-so1LBFxwbe .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-so1LBFxwbe .user_text {
  color: #707070;
  text-align: left;
  height: 600px;
}
.cid-so1LBFxwbe .user_text p.display-5 {
  line-height: 1.54;
}
.cid-so1LBFxwbe .user_desk {
  color: #767676;
}
.cid-so1LBFxwbe .user_desk,
.cid-so1LBFxwbe .carousel-item {
  text-align: left;
}
.cid-so1LBFxwbe .carousel-item {
  padding-right: 0px;
}
.cid-so1LBFxwbe .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-so1LBFxwbe .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-so1LBFxwbe .carousel-control-next {
  right: -7%;
  top: 170px;
  transform: translateX(50%);
}
.cid-so1LBFxwbe .carousel-control-prev {
  left: -8%;
  top: 170px;
  transform: translateX(-50%);
}
.cid-so1LBFxwbe .user_text p,
.cid-so1LBFxwbe .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-so1LBFVJYd {
  padding-top: 140px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/1080x1567.jpeg");
}
.cid-so1LBFVJYd .mbr-text,
.cid-so1LBFVJYd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBFVJYd H1 {
  color: #ffffff;
  text-align: left;
}
.cid-so20o88YvL {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-so20o88YvL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-so20o88YvL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-so20o88YvL .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-so20o88YvL .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-so20o88YvL .main-text {
  color: #606060;
}
.cid-so20o88YvL .carousel {
  z-index: 2;
  position: relative;
}
.cid-so20o88YvL .user {
  padding: 0 !important;
}
.cid-so20o88YvL .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-so20o88YvL .carousel-item.active,
.cid-so20o88YvL .carousel-item-next,
.cid-so20o88YvL .carousel-item-prev {
  display: flex;
}
.cid-so20o88YvL .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-so20o88YvL .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-so20o88YvL .details .info {
  padding-left: 20px;
}
.cid-so20o88YvL .details .info .user_name {
  margin: 0;
}
.cid-so20o88YvL .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-so20o88YvL .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-so20o88YvL .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-so20o88YvL .carousel-controls a {
  font-size: 2.5rem;
}
.cid-so20o88YvL .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-so20o88YvL .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-so20o88YvL ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-so20o88YvL .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-so20o88YvL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-so20o88YvL .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-so20o88YvL .user_text {
  color: #707070;
  text-align: left;
  height: 600px;
}
.cid-so20o88YvL .user_text p.display-5 {
  line-height: 1.54;
}
.cid-so20o88YvL .user_desk {
  color: #767676;
}
.cid-so20o88YvL .user_desk,
.cid-so20o88YvL .carousel-item {
  text-align: left;
}
.cid-so20o88YvL .carousel-item {
  padding-right: 0px;
}
.cid-so20o88YvL .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-so20o88YvL .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-so20o88YvL .carousel-control-next {
  right: -7%;
  top: 170px;
  transform: translateX(50%);
}
.cid-so20o88YvL .carousel-control-prev {
  left: -8%;
  top: 170px;
  transform: translateX(-50%);
}
.cid-so20o88YvL .user_text p,
.cid-so20o88YvL .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-so1LBGzYv4 {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1080x1634.jpeg");
}
.cid-so1LBGzYv4 .mbr-text,
.cid-so1LBGzYv4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBGzYv4 H1 {
  color: #ffffff;
  text-align: left;
}
.cid-so20ng4QS3 {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-so20ng4QS3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-so20ng4QS3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-so20ng4QS3 .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-so20ng4QS3 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-so20ng4QS3 .main-text {
  color: #606060;
}
.cid-so20ng4QS3 .carousel {
  z-index: 2;
  position: relative;
}
.cid-so20ng4QS3 .user {
  padding: 0 !important;
}
.cid-so20ng4QS3 .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-so20ng4QS3 .carousel-item.active,
.cid-so20ng4QS3 .carousel-item-next,
.cid-so20ng4QS3 .carousel-item-prev {
  display: flex;
}
.cid-so20ng4QS3 .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-so20ng4QS3 .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-so20ng4QS3 .details .info {
  padding-left: 20px;
}
.cid-so20ng4QS3 .details .info .user_name {
  margin: 0;
}
.cid-so20ng4QS3 .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-so20ng4QS3 .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-so20ng4QS3 .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-so20ng4QS3 .carousel-controls a {
  font-size: 2.5rem;
}
.cid-so20ng4QS3 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-so20ng4QS3 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-so20ng4QS3 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-so20ng4QS3 .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-so20ng4QS3 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-so20ng4QS3 .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-so20ng4QS3 .user_text {
  color: #707070;
  text-align: left;
  height: 600px;
}
.cid-so20ng4QS3 .user_text p.display-5 {
  line-height: 1.54;
}
.cid-so20ng4QS3 .user_desk {
  color: #767676;
}
.cid-so20ng4QS3 .user_desk,
.cid-so20ng4QS3 .carousel-item {
  text-align: left;
}
.cid-so20ng4QS3 .carousel-item {
  padding-right: 0px;
}
.cid-so20ng4QS3 .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-so20ng4QS3 .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-so20ng4QS3 .carousel-control-next {
  right: -7%;
  top: 170px;
  transform: translateX(50%);
}
.cid-so20ng4QS3 .carousel-control-prev {
  left: -8%;
  top: 170px;
  transform: translateX(-50%);
}
.cid-so20ng4QS3 .user_text p,
.cid-so20ng4QS3 .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-so1LBH8gsS {
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1080x1620.jpeg");
}
.cid-so1LBH8gsS .mbr-text,
.cid-so1LBH8gsS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBH8gsS H1 {
  color: #ffffff;
  text-align: left;
}
.cid-so20meDYix {
  padding-top: 0px;
  padding-bottom: 75px;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-so20meDYix .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #efefef;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-so20meDYix .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-so20meDYix .mbr-section-title {
  color: #404040;
  text-align: center;
}
.cid-so20meDYix .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-so20meDYix .main-text {
  color: #606060;
}
.cid-so20meDYix .carousel {
  z-index: 2;
  position: relative;
}
.cid-so20meDYix .user {
  padding: 0 !important;
}
.cid-so20meDYix .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-so20meDYix .carousel-item.active,
.cid-so20meDYix .carousel-item-next,
.cid-so20meDYix .carousel-item-prev {
  display: flex;
}
.cid-so20meDYix .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-so20meDYix .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-so20meDYix .details .info {
  padding-left: 20px;
}
.cid-so20meDYix .details .info .user_name {
  margin: 0;
}
.cid-so20meDYix .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-so20meDYix .details .info .user_status {
  color: #82786e;
  margin-bottom: 0;
}
.cid-so20meDYix .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-so20meDYix .carousel-controls a {
  font-size: 2.5rem;
}
.cid-so20meDYix .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 70px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-so20meDYix .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-so20meDYix ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-so20meDYix .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(35, 35, 35, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-so20meDYix .carousel-indicators li:hover {
  opacity: 1;
}
.cid-so20meDYix .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(35, 35, 35, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-so20meDYix .user_text {
  color: #707070;
  text-align: left;
  height: 600px;
}
.cid-so20meDYix .user_text p.display-5 {
  line-height: 1.54;
}
.cid-so20meDYix .user_desk {
  color: #767676;
}
.cid-so20meDYix .user_desk,
.cid-so20meDYix .carousel-item {
  text-align: left;
}
.cid-so20meDYix .carousel-item {
  padding-right: 0px;
}
.cid-so20meDYix .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-so20meDYix .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-so20meDYix .carousel-control-next {
  right: -7%;
  top: 170px;
  transform: translateX(50%);
}
.cid-so20meDYix .carousel-control-prev {
  left: -8%;
  top: 170px;
  transform: translateX(-50%);
}
.cid-so20meDYix .user_text p,
.cid-so20meDYix .carousel-item {
  text-align: left;
  color: #232323;
}
.cid-so1LBHJXwU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b4041;
}
.cid-so1LBHJXwU .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-so1LBHJXwU .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-so1LBHJXwU .col + .mbr-section-btn .btn,
.cid-so1LBHJXwU .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-so1LBHJXwU .col + .mbr-section-btn .btn,
  .cid-so1LBHJXwU .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-so1LBHJXwU .dragArea > *:nth-last-child(2).col,
  .cid-so1LBHJXwU .dragArea > *:nth-last-child(2).col-auto,
  .cid-so1LBHJXwU .col + .mbr-section-btn,
  .cid-so1LBHJXwU .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-so1LBHJXwU .dragArea {
    flex-direction: column;
  }
}
.cid-so1LBHJXwU .btn-primary {
  border: 1px solid #efefef !important;
}
.cid-so1LBHJXwU .btn-primary:hover {
  border: 1px solid #efefef !important;
}
.cid-so1LBHJXwU .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-so1LBHJXwU .form-group {
  max-width: 220px;
}
.cid-so1LBHJXwU .mbr-section-btn {
  padding-left: 0;
}
.cid-so1LBHJXwU .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-so1LBHJXwU .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-so1LBHJXwU .mbr-text {
  color: #444;
}
.cid-so1LBHJXwU h5 {
  margin-bottom: 0;
}
.cid-so1LBHJXwU .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-so1LBHJXwU .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-so1LBHJXwU .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-so1LBHJXwU .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so1LBHJXwU .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-so1LBHJXwU .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-so1LBHJXwU .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-so1LBHJXwU .social-list a:hover {
  opacity: 0.4;
}
.cid-so1LBHJXwU .media-container-row > div {
  padding: 0px;
}
.cid-so1LBHJXwU .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-so1LBHJXwU .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-so1LBHJXwU .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-so1LBHJXwU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-so1LBHJXwU .social-list,
  .cid-so1LBHJXwU .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-so1LBHJXwU h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-so1LBHJXwU .form-group {
    max-width: 180px;
  }
}
.cid-so1LBHJXwU .links span {
  color: #9e9e9e;
}
.cid-so1LBHJXwU .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-so1LBHJXwU .logo-title {
  text-align: center;
}
.cid-so1LBHJXwU .logo-title,
.cid-so1LBHJXwU .logo {
  color: #55b4d4;
  text-align: left;
}
.cid-so1LBIcaVp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3b4041;
}
.cid-so1LBIcaVp .google-map {
  height: 25rem;
  position: relative;
}
.cid-so1LBIcaVp .google-map iframe {
  height: 100%;
  width: 90%;
  position: relative;
  left: 5%;
}
.cid-so1LBIcaVp .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-so1LBIcaVp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-so1LBIcaVp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYZVAZobdQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYZVAZobdQ nav.navbar {
  position: fixed;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYZVAZobdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYZVAZobdQ .dropdown-item:hover,
.cid-sYZVAZobdQ .dropdown-item:focus {
  background: #efefef !important;
  color: white !important;
}
.cid-sYZVAZobdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYZVAZobdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYZVAZobdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYZVAZobdQ .nav-link {
  position: relative;
}
.cid-sYZVAZobdQ .container {
  display: flex;
  margin: auto;
}
.cid-sYZVAZobdQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown-menu,
.cid-sYZVAZobdQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sYZVAZobdQ .nav-item:focus,
.cid-sYZVAZobdQ .nav-link:focus {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYZVAZobdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYZVAZobdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYZVAZobdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYZVAZobdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sYZVAZobdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYZVAZobdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sYZVAZobdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYZVAZobdQ .navbar.collapsed {
  justify-content: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYZVAZobdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sYZVAZobdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYZVAZobdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYZVAZobdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYZVAZobdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYZVAZobdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYZVAZobdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYZVAZobdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYZVAZobdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYZVAZobdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYZVAZobdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYZVAZobdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYZVAZobdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYZVAZobdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYZVAZobdQ .dropdown-item.active,
.cid-sYZVAZobdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sYZVAZobdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYZVAZobdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sYZVAZobdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYZVAZobdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYZVAZobdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYZVAZobdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYZVAZobdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYZVAZobdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYZVAZobdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYZVAZobdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYZVAZobdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYZVAZobdQ .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-sYZVAZobdQ .navbar {
    height: 70px;
  }
  .cid-sYZVAZobdQ .navbar.opened {
    height: auto;
  }
  .cid-sYZVAZobdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
