body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #5758e0 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  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,
.btn-success.active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  transition: all .5s;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  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,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #2122b0 !important;
  color: #2122b0 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #010003 !important;
  color: #010003 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #4b453f !important;
  color: #4b453f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.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,
.btn-success-outline.active {
  background: none !important;
  border-color: #d2c609 !important;
  color: #d2c609 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #4d4d4d !important;
  color: #4d4d4d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #7a6e45 !important;
  color: #7a6e45 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.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,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #5758e0 !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !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: #2122b0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #010003 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4d4d4d !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: #f7ed4a;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5758e0;
  border-color: #5758e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5758e0;
}
.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: #ffffff;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #5758e0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #5758e0;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #5758e0;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5758e0;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.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: #5758e0;
  border-bottom-color: #5758e0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5758e0 !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: #200960 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235758e0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rVtXU1FAs3 {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/parque-ibirapuera-1-1024x768.jpg");
}
.cid-rVtXU1FAs3 .link-align {
  width: 100%;
}
.cid-rVtXU1FAs3 .link-wrap {
  display: inline-block;
}
.cid-rVtXU1FAs3 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rVtXU1FAs3 .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-rVtXU1FAs3 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-rVtXU1FAs3 .link:hover:before {
  width: 60px;
}
.cid-rVtXU1FAs3 .mbr-text,
.cid-rVtXU1FAs3 .link-align {
  color: #e5e5e5;
}
.cid-sGmdhNFY3h {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGmdhNFY3h .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sGmdhNFY3h .mbr-section-title {
  text-align: center;
}
.cid-sGmdhNFY3h .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sGm8MlRLUR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-sGm8MlRLUR .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-sGm8MlRLUR .mbr-section-title {
  margin: 0;
}
.cid-sGm8MlRLUR .card-img {
  text-align: center;
}
.cid-sGm8MlRLUR .mbr-section-subtitle,
.cid-sGm8MlRLUR .mbr-text {
  color: #8d97ad;
}
.cid-sGm8MlRLUR .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-sGm8MlRLUR .card-img,
  .cid-sGm8MlRLUR .mbr-text,
  .cid-sGm8MlRLUR .mbr-card-title,
  .cid-sGm8MlRLUR .mbr-section-subtitle,
  .cid-sGm8MlRLUR .mbr-section-title,
  .cid-sGm8MlRLUR .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sGm8MlRLUR .row-item {
    margin-bottom: 2rem;
  }
}
.cid-sGme1RXqFS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGme1RXqFS .mbr-overlay {
  background: #efefef;
}
.cid-sGme1RXqFS .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-sGme1RXqFS .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-sGme1RXqFS .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sGme1RXqFS .mbr-text {
  color: #8d97ad;
}
.cid-sGme1RXqFS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sGme1RXqFS .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sGme1RXqFS .card-title {
    text-align: center;
  }
  .cid-sGme1RXqFS p.mbr-text,
  .cid-sGme1RXqFS p.date {
    text-align: center;
  }
}
.cid-sGm8gEi8WN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGm8gEi8WN .mbr-overlay {
  background: #efefef;
}
.cid-sGm8gEi8WN .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sGm8gEi8WN .client-name {
  color: #8d97ad;
}
.cid-sGm8gEi8WN .wrap-img {
  padding-bottom: 1rem;
}
.cid-sGm8gEi8WN .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-sGm8gEi8WN .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sGmWimLntw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGmWimLntw .mbr-overlay {
  background: #efefef;
}
.cid-sGmWimLntw .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sGmWimLntw .client-name {
  color: #8d97ad;
}
.cid-sGmWimLntw .wrap-img {
  padding-bottom: 1rem;
}
.cid-sGmWimLntw .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-sGmWimLntw .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sGm8w7xmSD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f3f7;
}
.cid-sGm8w7xmSD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sGm8w7xmSD .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sGm8w7xmSD .col-auto {
    margin: auto;
  }
}
.cid-sGm8w7xmSD textarea {
  min-height: 200px;
}
.cid-sGm8w7xmSD .form-control,
.cid-sGm8w7xmSD .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sGm8w7xmSD .form-control::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input::-webkit-input-placeholder,
.cid-sGm8w7xmSD .form-control::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input::-webkit-input-placeholder {
  color: #444444;
}
.cid-sGm8w7xmSD .form-control:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:-moz-placeholder,
.cid-sGm8w7xmSD .form-control:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:-moz-placeholder {
  color: #444444;
}
.cid-sGm8w7xmSD .form-control:hover,
.cid-sGm8w7xmSD .field-input:hover,
.cid-sGm8w7xmSD .form-control:focus,
.cid-sGm8w7xmSD .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sGm8w7xmSD .form-control:hover::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input:hover::-webkit-input-placeholder,
.cid-sGm8w7xmSD .form-control:focus::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input:focus::-webkit-input-placeholder,
.cid-sGm8w7xmSD .form-control:hover::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input:hover::-webkit-input-placeholder,
.cid-sGm8w7xmSD .form-control:focus::-webkit-input-placeholder,
.cid-sGm8w7xmSD .field-input:focus::-webkit-input-placeholder {
  color: #04367c;
}
.cid-sGm8w7xmSD .form-control:hover:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:hover:-moz-placeholder,
.cid-sGm8w7xmSD .form-control:focus:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:focus:-moz-placeholder,
.cid-sGm8w7xmSD .form-control:hover:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:hover:-moz-placeholder,
.cid-sGm8w7xmSD .form-control:focus:-moz-placeholder,
.cid-sGm8w7xmSD .field-input:focus:-moz-placeholder {
  color: #04367c;
}
.cid-sGm8w7xmSD .jq-number__spin:hover,
.cid-sGm8w7xmSD .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sGm8w7xmSD .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGm8w7xmSD .jq-selectbox li,
.cid-sGm8w7xmSD .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sGm8w7xmSD .jq-selectbox li:hover,
.cid-sGm8w7xmSD .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sGm8w7xmSD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sGm8w7xmSD .jq-number__spin.minus:hover:after,
.cid-sGm8w7xmSD .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sGm8w7xmSD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sGm8w7xmSD .jq-number__spin.minus:after,
.cid-sGm8w7xmSD .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sGm8w7xmSD input::-webkit-clear-button {
  display: none;
}
.cid-sGm8w7xmSD input::-webkit-inner-spin-button {
  display: none;
}
.cid-sGm8w7xmSD input::-webkit-outer-spin-button {
  display: none;
}
.cid-sGm8w7xmSD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sGm8w7xmSD H4 {
  color: #444444;
}
.cid-rVtY3mp3xY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtY3mp3xY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtY3mp3xY .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtY3mp3xY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.opened {
  transition: all .3s;
}
.cid-rVtY3mp3xY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtY3mp3xY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtY3mp3xY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtY3mp3xY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtY3mp3xY .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: 55%;
}
.cid-rVtY3mp3xY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtY3mp3xY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtY3mp3xY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtY3mp3xY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtY3mp3xY .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: 55%;
  }
  .cid-rVtY3mp3xY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtY3mp3xY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtY3mp3xY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtY3mp3xY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtY3mp3xY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtY3mp3xY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtY3mp3xY .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtY3mp3xY .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtY3mp3xY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtY3mp3xY .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtY3mp3xY .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtY3mp3xY .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtY3mp3xY .dropdown-menu,
.cid-rVtY3mp3xY .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtY3mp3xY .nav-item:focus,
.cid-rVtY3mp3xY .nav-link:focus {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtY3mp3xY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtY3mp3xY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown-item.active,
.cid-rVtY3mp3xY .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtY3mp3xY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtY3mp3xY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtY3mp3xY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtY3mp3xY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtY3mp3xY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtY3mp3xY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtY3mp3xY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtY3mp3xY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtY3mp3xY .navbar {
    height: 77px;
  }
  .cid-rVtY3mp3xY .navbar.opened {
    height: auto;
  }
  .cid-rVtY3mp3xY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8c48VIYG6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444444;
}
.cid-t8c48VIYG6 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-t8c48VIYG6 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-t8c48VIYG6 .mbr-text:hover {
  opacity: 1;
}
.cid-t8c48VIYG6 a.text-white {
  color: #a99fc5 !important;
}
.cid-t8c48VIYG6 a.text-white:hover {
  color: #ffffff !important;
}
.cid-t8c48VIYG6 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8c48VIYG6 .foot-menu li {
  padding: 10px;
}
.cid-t8c48VIYG6 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t8c48VIYG6 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-t8c48VIYG6 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-t8c48VIYG6 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t8c48VIYG6 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-t8c48VIYG6 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-t8c48VIYG6 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-t8c48VIYG6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8c48VIYG6 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-t8c48VIYG6 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-rv2OpzNlIB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/buildingbaixa-1632x1224.jpeg");
}
.cid-rv2OpzNlIB H1 {
  color: #ffffff;
}
.cid-rv3i4IjDRy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rv3i4IjDRy .mbr-section-btn {
  margin-top: 5rem;
}
.cid-rv3i4IjDRy .row {
  justify-content: center;
}
.cid-rv3i4IjDRy .card {
  height: 100%;
  position: relative;
}
.cid-rv3i4IjDRy .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-rv3i4IjDRy .card:hover:after {
  opacity: 0.8;
}
.cid-rv3i4IjDRy .card-img {
  height: 400px;
}
.cid-rv3i4IjDRy .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rv3i4IjDRy .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-rv3i4IjDRy .cardbg1 {
  background: #d7edd8;
}
.cid-rv3i4IjDRy .cardbg2 {
  background: #fff3f3;
}
.cid-rv3i4IjDRy .cardbg3 {
  background: #eaf4f8;
}
.cid-rv3i4IjDRy .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-rv3i4IjDRy .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-rv3i4IjDRy .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-rv3i4IjDRy .card {
    margin-bottom: 2rem;
  }
}
.cid-sGnr1jIYFm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGnr1jIYFm .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sGnr1jIYFm .row {
  justify-content: center;
}
.cid-sGnr1jIYFm .card {
  height: 100%;
  position: relative;
}
.cid-sGnr1jIYFm .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sGnr1jIYFm .card:hover:after {
  opacity: 0.8;
}
.cid-sGnr1jIYFm .card-img {
  height: 400px;
}
.cid-sGnr1jIYFm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sGnr1jIYFm .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sGnr1jIYFm .cardbg1 {
  background: #efefef;
}
.cid-sGnr1jIYFm .cardbg2 {
  background: #fcfadd;
}
.cid-sGnr1jIYFm .cardbg3 {
  background: #ddf2fb;
}
.cid-sGnr1jIYFm .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-sGnr1jIYFm .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sGnr1jIYFm .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sGnr1jIYFm .card {
    margin-bottom: 2rem;
  }
}
.cid-rv3jKkKdzu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-rv3jKkKdzu .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-rv3jKkKdzu img {
    width: 90%;
  }
}
.cid-rv3jKkKdzu .social-list {
  display: flex;
  flex-wrap: wrap;
}
.cid-rv3jKkKdzu .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-rv3jKkKdzu .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-rv3jKkKdzu .soc-item:hover span {
  color: #5758e0 !important;
}
.cid-rv3jKkKdzu .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rv3jKkKdzu .social-list {
    justify-content: center;
  }
}
.cid-rwtBZ2A7qZ .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtBZ2A7qZ .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtBZ2A7qZ a {
  font-style: normal;
}
.cid-rwtBZ2A7qZ .nav-link {
  font-family: Be Vietnam !important;
}
.cid-rwtBZ2A7qZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtBZ2A7qZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwtBZ2A7qZ .nav-item:focus,
.cid-rwtBZ2A7qZ .nav-link:focus {
  outline: none;
}
.cid-rwtBZ2A7qZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtBZ2A7qZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtBZ2A7qZ .menu-logo {
  margin-right: auto;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Be Vietnam !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtBZ2A7qZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtBZ2A7qZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtBZ2A7qZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ .dropdown-toggle:after {
  display: none;
}
.cid-rwtBZ2A7qZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtBZ2A7qZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwtBZ2A7qZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtBZ2A7qZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwtBZ2A7qZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtBZ2A7qZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtBZ2A7qZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwtBZ2A7qZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtBZ2A7qZ img {
    height: 3.8rem !important;
  }
  .cid-rwtBZ2A7qZ .btn {
    display: -webkit-flex;
  }
  .cid-rwtBZ2A7qZ button.navbar-toggler {
    display: block;
  }
  .cid-rwtBZ2A7qZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtBZ2A7qZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing,
  .cid-rwtBZ2A7qZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtBZ2A7qZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwtBZ2A7qZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtBZ2A7qZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtBZ2A7qZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwtBZ2A7qZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtBZ2A7qZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtBZ2A7qZ .nav-link,
.cid-rwtBZ2A7qZ .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtBZ2A7qZ .nav-link:hover,
.cid-rwtBZ2A7qZ .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-t8c48VIYG6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444444;
}
.cid-t8c48VIYG6 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-t8c48VIYG6 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-t8c48VIYG6 .mbr-text:hover {
  opacity: 1;
}
.cid-t8c48VIYG6 a.text-white {
  color: #a99fc5 !important;
}
.cid-t8c48VIYG6 a.text-white:hover {
  color: #ffffff !important;
}
.cid-t8c48VIYG6 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8c48VIYG6 .foot-menu li {
  padding: 10px;
}
.cid-t8c48VIYG6 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t8c48VIYG6 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-t8c48VIYG6 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-t8c48VIYG6 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t8c48VIYG6 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-t8c48VIYG6 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-t8c48VIYG6 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-t8c48VIYG6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8c48VIYG6 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-t8c48VIYG6 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-rVtY3mp3xY .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtY3mp3xY .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtY3mp3xY .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtY3mp3xY .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.opened {
  transition: all .3s;
}
.cid-rVtY3mp3xY .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtY3mp3xY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtY3mp3xY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtY3mp3xY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtY3mp3xY .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: 55%;
}
.cid-rVtY3mp3xY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtY3mp3xY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtY3mp3xY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtY3mp3xY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtY3mp3xY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtY3mp3xY .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: 55%;
  }
  .cid-rVtY3mp3xY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtY3mp3xY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtY3mp3xY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtY3mp3xY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtY3mp3xY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtY3mp3xY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtY3mp3xY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtY3mp3xY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtY3mp3xY .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtY3mp3xY .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtY3mp3xY .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtY3mp3xY .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtY3mp3xY .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtY3mp3xY .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtY3mp3xY .dropdown-menu,
.cid-rVtY3mp3xY .navbar.opened {
  background: #ffffff !important;
}
.cid-rVtY3mp3xY .nav-item:focus,
.cid-rVtY3mp3xY .nav-link:focus {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtY3mp3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtY3mp3xY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtY3mp3xY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtY3mp3xY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtY3mp3xY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtY3mp3xY .dropdown-item.active,
.cid-rVtY3mp3xY .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtY3mp3xY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtY3mp3xY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtY3mp3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtY3mp3xY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtY3mp3xY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtY3mp3xY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtY3mp3xY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtY3mp3xY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtY3mp3xY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtY3mp3xY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtY3mp3xY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtY3mp3xY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtY3mp3xY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtY3mp3xY .navbar {
    height: 77px;
  }
  .cid-rVtY3mp3xY .navbar.opened {
    height: auto;
  }
  .cid-rVtY3mp3xY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8c0nRxAD5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t8c0nRxAD5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t8c48VIYG6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #444444;
}
.cid-t8c48VIYG6 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-t8c48VIYG6 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-t8c48VIYG6 .mbr-text:hover {
  opacity: 1;
}
.cid-t8c48VIYG6 a.text-white {
  color: #a99fc5 !important;
}
.cid-t8c48VIYG6 a.text-white:hover {
  color: #ffffff !important;
}
.cid-t8c48VIYG6 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t8c48VIYG6 .foot-menu li {
  padding: 10px;
}
.cid-t8c48VIYG6 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t8c48VIYG6 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-t8c48VIYG6 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-t8c48VIYG6 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t8c48VIYG6 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-t8c48VIYG6 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-t8c48VIYG6 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-t8c48VIYG6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t8c48VIYG6 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-t8c48VIYG6 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
