.btn {
  border-width: 2px;
}
body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a97a16 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9ca5b1 !important;
}
.bg-danger {
  background-color: #a97a16 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a97a16 !important;
  border-color: #a97a16 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5c430c !important;
  border-color: #5c430c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c430c !important;
  border-color: #5c430c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #28763d !important;
  border-color: #28763d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #28763d !important;
  border-color: #28763d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9ca5b1 !important;
  border-color: #9ca5b1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6d798a !important;
  border-color: #6d798a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6d798a !important;
  border-color: #6d798a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a97a16 !important;
  border-color: #a97a16 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5c430c !important;
  border-color: #5c430c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c430c !important;
  border-color: #5c430c !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a97a16;
  color: #a97a16;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5c430c !important;
  background-color: transparent!important;
  border-color: #5c430c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a97a16 !important;
  border-color: #a97a16 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3eb75e;
  color: #3eb75e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #28763d !important;
  background-color: transparent!important;
  border-color: #28763d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3eb75e !important;
  border-color: #3eb75e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9ca5b1;
  color: #9ca5b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6d798a !important;
  background-color: transparent!important;
  border-color: #6d798a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9ca5b1 !important;
  border-color: #9ca5b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a97a16;
  color: #a97a16;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5c430c !important;
  background-color: transparent!important;
  border-color: #5c430c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a97a16 !important;
  border-color: #a97a16 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #212428;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #c4cfde;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: #8ca2bf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #a97a16 !important;
}
.text-secondary {
  color: #3eb75e !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9ca5b1 !important;
}
.text-danger {
  color: #a97a16 !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f390a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #246b37 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #667281 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4f390a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a97a16;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9ca5b1;
}
.alert-danger {
  background-color: #a97a16;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a97a16;
  border-color: #a97a16;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a97a16;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9ba56;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3e6e9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9ba56;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a97a16 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #a97a16;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a97a16;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a97a16;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a97a16;
  border-bottom-color: #a97a16;
}
.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: #a97a16 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #3eb75e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a97a16' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #a97a16 !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #a97a16 !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #a97a16 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #a97a16 !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-us5a8Dil3v {
  z-index: 1000;
  width: 100%;
}
.cid-us5a8Dil3v nav.navbar {
  position: fixed;
}
.cid-us5a8Dil3v .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-us5a8Dil3v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us5a8Dil3v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-us5a8Dil3v .dropdown-item:hover,
.cid-us5a8Dil3v .dropdown-item:focus {
  background: #a97a16 !important;
  color: white !important;
}
.cid-us5a8Dil3v .dropdown-item:hover span {
  color: white;
}
.cid-us5a8Dil3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us5a8Dil3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us5a8Dil3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us5a8Dil3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us5a8Dil3v .nav-link {
  position: relative;
}
.cid-us5a8Dil3v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us5a8Dil3v .container {
    flex-wrap: nowrap;
  }
}
.cid-us5a8Dil3v .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-us5a8Dil3v .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-us5a8Dil3v .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-us5a8Dil3v .navbar-nav .nav-item .nav-link:hover,
.cid-us5a8Dil3v .navbar-nav .nav-item .nav-link:focus,
.cid-us5a8Dil3v .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-us5a8Dil3v .dropdown-menu,
.cid-us5a8Dil3v .navbar.opened {
  background: #16181c !important;
}
.cid-us5a8Dil3v .nav-item:focus,
.cid-us5a8Dil3v .nav-link:focus {
  outline: none;
}
.cid-us5a8Dil3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us5a8Dil3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us5a8Dil3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us5a8Dil3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us5a8Dil3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us5a8Dil3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us5a8Dil3v .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #16181c;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-us5a8Dil3v .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-us5a8Dil3v .navbar.opened {
  transition: all 0.3s;
}
.cid-us5a8Dil3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us5a8Dil3v .navbar .navbar-logo img {
  width: auto;
}
.cid-us5a8Dil3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us5a8Dil3v .navbar.collapsed {
  justify-content: center;
}
.cid-us5a8Dil3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us5a8Dil3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us5a8Dil3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-us5a8Dil3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us5a8Dil3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us5a8Dil3v .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-us5a8Dil3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us5a8Dil3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us5a8Dil3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us5a8Dil3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us5a8Dil3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us5a8Dil3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us5a8Dil3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us5a8Dil3v .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-us5a8Dil3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us5a8Dil3v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us5a8Dil3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us5a8Dil3v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us5a8Dil3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us5a8Dil3v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us5a8Dil3v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us5a8Dil3v .navbar.navbar-short {
  min-height: 90px;
}
.cid-us5a8Dil3v .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-us5a8Dil3v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-us5a8Dil3v .navbar {
    min-height: 80px;
  }
}
.cid-us5a8Dil3v .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-us5a8Dil3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us5a8Dil3v .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-us5a8Dil3v .navbar-brand {
    min-height: 69px;
  }
}
.cid-us5a8Dil3v .dropdown-item.active,
.cid-us5a8Dil3v .dropdown-item:active {
  background-color: transparent;
}
.cid-us5a8Dil3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us5a8Dil3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us5a8Dil3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us5a8Dil3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16181c;
}
.cid-us5a8Dil3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us5a8Dil3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us5a8Dil3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us5a8Dil3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-us5a8Dil3v button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2b3851, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-us5a8Dil3v button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-us5a8Dil3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us5a8Dil3v nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5a8Dil3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us5a8Dil3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us5a8Dil3v nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us5a8Dil3v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us5a8Dil3v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us5a8Dil3v .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-us5a8Dil3v .navbar {
    height: 70px;
  }
  .cid-us5a8Dil3v .navbar.opened {
    height: auto;
  }
  .cid-us5a8Dil3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us5a8Dil3v .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #16181c;
}
@media (max-width: 575px) {
  .cid-us5a8Dil3v .navbar-short {
    min-height: 70px;
  }
}
.cid-us5a8Dil3v .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-us5a8Dil3v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-us5a8Dil3v .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-us5a8Dil3v .container-fluid {
    padding: 0 3px;
  }
}
.cid-us5a8Dil3v .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-us5a8Dil3v .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-us5a8Dil3v .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-us5a8Dil3v .container-fluid {
    flex-wrap: wrap;
  }
  .cid-us5a8Dil3v button.navbar-toggler {
    display: flex;
  }
  .cid-us5a8Dil3v .navbar-brand {
    width: auto !important;
  }
  .cid-us5a8Dil3v .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-us5a8Dil3v .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-us5a8Dil3v .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-us5a8Dil3v .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-us5a8Dil3v .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-us5a8Dil3v .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-urYdrqZd3m .modal-body .close {
  background: #1b1b1b;
}
.cid-urYdrqZd3m .modal-body .close span {
  font-style: normal;
}
.cid-urYdrqZd3m .carousel-inner > .active,
.cid-urYdrqZd3m .carousel-inner > .next,
.cid-urYdrqZd3m .carousel-inner > .prev {
  display: table;
}
.cid-urYdrqZd3m .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-urYdrqZd3m .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-urYdrqZd3m .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-urYdrqZd3m .carousel-control,
.cid-urYdrqZd3m .carousel-indicators li {
  background-color: #a97a16 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-urYdrqZd3m .carousel-control:hover,
.cid-urYdrqZd3m .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-urYdrqZd3m .carousel-control .active,
.cid-urYdrqZd3m .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-urYdrqZd3m .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-urYdrqZd3m .carousel-control .icon-next,
.cid-urYdrqZd3m .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-urYdrqZd3m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-urYdrqZd3m .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-urYdrqZd3m .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-urYdrqZd3m .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-urYdrqZd3m .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-urYdrqZd3m .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urYdrqZd3m .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-urYdrqZd3m .boxed-slider > div {
  position: relative;
}
.cid-urYdrqZd3m .container img {
  width: 100%;
}
.cid-urYdrqZd3m .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-urYdrqZd3m .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-urYdrqZd3m .mbr-table-cell {
  padding: 0;
}
.cid-urYdrqZd3m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-urYdrqZd3m .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-urYdrqZd3m .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-urYdrqZd3m .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-urYdrqZd3m .carousel-item .container {
    width: 100%;
  }
}
.cid-urYdrqZd3m .carousel-item-next.carousel-item-left,
.cid-urYdrqZd3m .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-urYdrqZd3m .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-urYdrqZd3m .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urYdrqZd3m .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urYdrqZd3m .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-urYdrqZd3m .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-urYdrqZd3m .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-urYdrqZd3m .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-urYdrqZd3m .mbr-slider .carousel-indicators li.active,
.cid-urYdrqZd3m .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-urYdrqZd3m .mbr-slider .carousel-indicators li::after,
.cid-urYdrqZd3m .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-urYdrqZd3m .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-urYdrqZd3m .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-urYdrqZd3m .mbr-slider > .container img {
  width: 100%;
}
.cid-urYdrqZd3m .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-urYdrqZd3m .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-urYdrqZd3m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-urYdrqZd3m .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-urYdrqZd3m .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-urYdrqZd3m .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-urYdrqZd3m .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-urYdrqZd3m .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-urYdrqZd3m .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-urYdrqZd3m .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-urYdrqZd3m .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-urYdrqZd3m .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-urYdrqZd3m .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-v0jZvvHzqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-v0jZvvHzqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jZvvHzqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0jZvvHzqg .row {
  flex-direction: row-reverse;
}
.cid-v0jZvvHzqg .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v0jZvvHzqg .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-v0jZvvHzqg .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v0jZvvHzqg .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v0jZvvHzqg .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-v0jZvvHzqg .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0jZvvHzqg .text-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cid-v0jZvvHzqg .text-wrapper {
    padding: 10px;
  }
}
.cid-v0jZvvHzqg .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-v0jZvvHzqg .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-v0jZvvHzqg .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-v0jZvvHzqg .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v0jZvvHzqg .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-v0jZvvHzqg .mbr-text {
    padding-right: 0;
  }
}
.cid-v0jZvvHzqg .mbr-section-btn {
  margin-top: 10px;
}
.cid-v0jZvvHzqg .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-v0jZvvHzqg .list-container {
    margin-bottom: 20px;
  }
}
.cid-v0jZvvHzqg .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-v0jZvvHzqg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-v0jZvvHzqg .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-v0jZvvHzqg .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-v0jZvvHzqg .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v0jZvvHzqg .col-img {
    order: 1;
  }
}
.cid-v0jZvvHzqg .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-v0jZvvHzqg .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-v0jZvvHzqg .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #c4cfde;
  border-radius: 6px;
}
.cid-v0jZvvHzqg .mbr-text,
.cid-v0jZvvHzqg .mbr-section-btn {
  color: #ffffff;
}
.cid-v0jTeKbODE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0jTeKbODE .mbr-section-head {
  width: 100%;
}
.cid-v0jTeKbODE .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-thXOcQyshN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #16181c;
}
.cid-thXOcQyshN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXOcQyshN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXOcQyshN .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thXOcQyshN .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thXOcQyshN .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-thXOcQyshN .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-thXOcQyshN .card-row {
  align-items: stretch;
}
.cid-thXOcQyshN .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-thXOcQyshN .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.99);
}
.cid-thXOcQyshN .card-box {
  height: 100%;
}
.cid-thXOcQyshN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-thXOcQyshN .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ffffff;
}
.cid-thXOcQyshN .card-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-thXOcQyshN .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v0jTa5zkgd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0jTa5zkgd .mbr-section-head {
  width: 100%;
}
.cid-v0jTa5zkgd .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-thXLfwRkmP {
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thXLfwRkmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXLfwRkmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXLfwRkmP .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thXLfwRkmP .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-thXLfwRkmP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-thXLfwRkmP .container {
    max-width: 540px;
  }
}
.cid-thXLfwRkmP .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thXLfwRkmP .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thXLfwRkmP .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXLfwRkmP .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXLfwRkmP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thXLfwRkmP .mbr-section-title {
  color: #ffffff;
}
.cid-thXLfwRkmP .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-thXLfwRkmP .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-thXLfwRkmP .card-row {
  align-items: stretch;
}
.cid-thXLfwRkmP .card {
  margin-top: 30px;
}
.cid-thXLfwRkmP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #000000);
}
.cid-thXLfwRkmP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXLfwRkmP .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thXLfwRkmP .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thXLfwRkmP .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thXLfwRkmP .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #a97a16, #a97a16);
  opacity: 0;
  transition: .5s all;
}
.cid-thXLfwRkmP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thXLfwRkmP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thXLfwRkmP .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffffff;
}
.cid-thXLfwRkmP .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thXLfwRkmP .card-text {
  color: #ffffff;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thXLfwRkmP .card-title,
.cid-thXLfwRkmP .iconfont-wrapper {
  color: #ffffff;
}
.cid-thXOFoR04R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1f;
  overflow: hidden;
}
.cid-thXOFoR04R .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thXOFoR04R .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thXOFoR04R .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thXOFoR04R .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXOFoR04R .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXOFoR04R .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thXOFoR04R .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .mbr-section-title {
    text-align: center;
  }
}
.cid-thXOFoR04R .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXOFoR04R .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .cards-container-2 {
    margin-top: 50px;
  }
}
.cid-thXOFoR04R .cards-head {
  width: 100%;
}
.cid-thXOFoR04R .cards-title {
  color: #FF014E;
}
.cid-thXOFoR04R .cards-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-thXOFoR04R .cards-list {
  width: 100%;
  margin-top: 50px;
  padding-left: 31px;
  border-left: 5px solid #ffffff;
}
.cid-thXOFoR04R .card {
  overflow: visible;
}
.cid-thXOFoR04R .card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .card:not(:first-child) {
    margin-top: 30px;
  }
}
.cid-thXOFoR04R .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  padding: 45px 40px;
  border-radius: 6px;
  background: linear-gradient(145deg, #212428, #212428);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-thXOFoR04R .card-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXOFoR04R .card-wrapper {
    padding: 20px;
  }
}
.cid-thXOFoR04R .card-wrapper:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #ffffff;
  z-index: 0;
}
.cid-thXOFoR04R .card-wrapper:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 100%;
  left: -43.5px;
  top: 55px;
  transform: translateY(-7px);
  background: #191b1f;
  transition: .4s all;
}
.cid-thXOFoR04R .card-wrapper:hover:after {
  background: #a97a16;
}
.cid-thXOFoR04R .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXOFoR04R .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thXOFoR04R .card-wrapper:hover .card-subtitle {
  color: #ffffff !important;
}
.cid-thXOFoR04R .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #a97a16, #a97a16);
  opacity: 0;
  transition: .5s all;
}
.cid-thXOFoR04R .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-thXOFoR04R .card-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cid-thXOFoR04R .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thXOFoR04R .card-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .cid-thXOFoR04R .card-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thXOFoR04R .card-title {
  color: #ffffff;
  margin-bottom: 7px;
  transition: .5s all;
}
.cid-thXOFoR04R .card-subtitle {
  color: #878e99;
  transition: .5s all;
  margin-bottom: 0;
}
.cid-thXOFoR04R .card-text-label {
  padding: 7px 15px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #212428, #212428);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-thXOFoR04R .card-text-label {
    margin-left: 0;
  }
}
.cid-thXOFoR04R .card-label {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXOFoR04R .card-text {
  color: #ffffff;
  margin-bottom: 0;
  transition: .5s all;
}
.cid-urZvYqoq8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urZvYqoq8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZvYqoq8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZvYqoq8j .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-urZvYqoq8j .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urZvYqoq8j .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urZvYqoq8j .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-urZvYqoq8j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urZvYqoq8j .mbr-section-title {
  color: #000000;
}
.cid-urZvYqoq8j .mbr-desc {
  color: #ffffff;
}
.cid-urZvYqoq8j .mbr-text {
  color: #000000;
}
.cid-urZvYqoq8j .mbr-text,
.cid-urZvYqoq8j .text-wrapper {
  color: #000000;
}
.cid-urZvYqoq8j .mbr-section-title,
.cid-urZvYqoq8j .mbr-section-btn {
  color: #000000;
}
.cid-v0jCarCfrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v0jCarCfrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jCarCfrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0jCarCfrE .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v0jCarCfrE .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v0jCarCfrE .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-v0jCarCfrE .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v0jCarCfrE .mbr-section-title {
    text-align: center;
  }
}
.cid-v0jCarCfrE .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v0jCarCfrE .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v0jCarCfrE .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-v0jCarCfrE .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #a97a16, #a97a16);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-v0jCarCfrE .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v0jCarCfrE .item-wrapper {
    padding: 20px;
  }
}
.cid-v0jCarCfrE .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-v0jCarCfrE .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-v0jCarCfrE .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-v0jCarCfrE .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-v0jCarCfrE .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-v0jCarCfrE .item-right {
    flex-basis: 100%;
  }
}
.cid-v0jCarCfrE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-v0jCarCfrE .item-img {
    max-width: 250px;
  }
}
.cid-v0jCarCfrE .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v0jCarCfrE .item-img:hover img {
  transform: scale(1.05);
}
.cid-v0jCarCfrE .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-v0jCarCfrE .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-v0jCarCfrE .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-v0jCarCfrE .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-v0jCarCfrE .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v0jCarCfrE .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v0jCarCfrE .card-title {
    margin-bottom: 10px;
  }
}
.cid-v0jCarCfrE .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-v0jCarCfrE .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v0jCarCfrE .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-thXQPe83Ff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXQPe83Ff .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thXQPe83Ff .mbr-section-title {
  color: #ffffff;
}
.cid-thXQPe83Ff .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXQPe83Ff .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thXQPe83Ff .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-thXQPe83Ff .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-thXQPe83Ff .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-thXQPe83Ff .carousel {
    max-width: 100%;
  }
}
.cid-thXQPe83Ff .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-thXQPe83Ff .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .item-wrapper {
    padding: 0 10px;
  }
}
.cid-thXQPe83Ff .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-thXQPe83Ff .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-thXQPe83Ff .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-thXQPe83Ff .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thXQPe83Ff .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-thXQPe83Ff .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-thXQPe83Ff .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-thXQPe83Ff .info-card-subtitle {
  color: #ffffff;
}
.cid-thXQPe83Ff .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-thXQPe83Ff .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-thXQPe83Ff .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXQPe83Ff .card-description-wrapper {
    padding: 20px;
  }
}
.cid-thXQPe83Ff .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-thXQPe83Ff .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-thXQPe83Ff .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-thXQPe83Ff .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thXQPe83Ff .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-thXQPe83Ff .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXQPe83Ff .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-thXQPe83Ff .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-thXQPe83Ff .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-thXQPe83Ff .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-thXQPe83Ff .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffffff;
}
.cid-thXQPe83Ff .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXQPe83Ff .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .absolute-icon-wrapper {
    display: none;
  }
}
.cid-thXQPe83Ff .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-thXQPe83Ff .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-thXQPe83Ff .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-thXQPe83Ff .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-thXQPe83Ff .carousel-control {
    display: none;
  }
}
.cid-thXQPe83Ff .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #a97a16 !important;
  opacity: 1;
}
.cid-thXQPe83Ff .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thXQPe83Ff .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thXQPe83Ff .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thXQPe83Ff .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-thXQPe83Ff .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-thXQPe83Ff .carousel-indicators li.active,
.cid-thXQPe83Ff .carousel-indicators li:hover {
  opacity: 1;
  background: #a97a16 !important;
}
.cid-thXQPe83Ff .carousel-indicators li::after,
.cid-thXQPe83Ff .carousel-indicators li::before {
  content: none;
}
.cid-thXQPe83Ff .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-thXQPe83Ff .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0jT5bYVrL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0jT5bYVrL .mbr-section-head {
  width: 100%;
}
.cid-v0jT5bYVrL .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-urZZpzgt6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-urZZpzgt6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZZpzgt6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZZpzgt6k .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-urZZpzgt6k .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-urZZpzgt6k .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-urZZpzgt6k .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-urZZpzgt6k .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-urZZpzgt6k .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-urZZpzgt6k .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-urZZpzgt6k H5 {
  text-align: center;
  color: #ffffff;
}
.cid-urYFvukDFd .google-map {
  height: 25rem;
  position: relative;
}
.cid-urYFvukDFd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urYFvukDFd .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-urYFvukDFd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urYFvukDFd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3L2Gg6FQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3L2Gg6FQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3L2Gg6FQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3L2Gg6FQg .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3L2Gg6FQg .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3L2Gg6FQg .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3L2Gg6FQg .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3L2Gg6FQg .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3L2Gg6FQg .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3L2Gg6FQg .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3L2Gg6FQg .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3L1p1ztYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3L1p1ztYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3L1p1ztYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3L1p1ztYx .row {
  justify-content: space-between;
}
.cid-v3L1p1ztYx .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v3L1p1ztYx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3L1p1ztYx .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v3L1p1ztYx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3L1p1ztYx .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v3L1p1ztYx .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3L1p1ztYx .mbr-label {
  color: #000000;
}
.cid-v3L1p1ztYx .mbr-section-title {
  color: #000000;
}
.cid-v3L1p1ztYx .mbr-desc {
  color: #000000;
}
.cid-v3L1p1ztYx .mbr-text {
  color: #8a8a8a;
}
.cid-v3L1p1ztYx .mbr-text,
.cid-v3L1p1ztYx .mbr-section-btn {
  color: #000000;
}
.cid-uw65oaafDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-uw65oaafDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw65oaafDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw65oaafDN .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-uw65oaafDN .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uw65oaafDN .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uw65oaafDN .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uw65oaafDN .card-title {
    margin-bottom: 20px;
  }
}
.cid-uw65oaafDN .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uw65oaafDN .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uw65oaafDN .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-us00hNBEfv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-us00hNBEfv .mbr-section-head {
  width: 100%;
}
.cid-us00hNBEfv .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v0jHSzcA5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v0jHSzcA5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0jHSzcA5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0jHSzcA5q .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #212428 -10%, #212428 30%, #212428 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v0jHSzcA5q .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v0jHSzcA5q .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v0jHSzcA5q .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v0jHSzcA5q .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v0jHSzcA5q .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #212428;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v0jHSzcA5q .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #a97a16 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a97a16 !important;
  box-shadow: none;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v0jHSzcA5q .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0jHSzcA5q .mbr-section-btn {
  text-align: right;
}
.cid-v0jHSzcA5q .mbr-title {
  color: #ffffff;
}
.cid-v0jHSzcA5q .mbr-text {
  color: #ffffff;
}
.cid-v0jHSzcA5q label {
  color: #ffffff;
}
.cid-v0jHSzcA5q H5 {
  color: #ffffff;
}
.cid-v0jSZavwHj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v0jSZavwHj .mbr-section-head {
  width: 100%;
}
.cid-v0jSZavwHj .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-us6UTfpXYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-us6UTfpXYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-us6UTfpXYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us6UTfpXYg .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-us6UTfpXYg .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-us6UTfpXYg .container {
    max-width: 540px;
  }
}
.cid-us6UTfpXYg .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-us6UTfpXYg .logo-container img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.cid-us6UTfpXYg .mbr-section-title {
  color: #ffffff;
}
.cid-us6UTfpXYg .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-us6UTfpXYg .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-us6UTfpXYg .mbr-section-btn {
  margin-top: 25px;
}
.cid-us6UTfpXYg .mbr-text,
.cid-us6UTfpXYg .mbr-section-btn {
  color: #ffffff;
}
.cid-thXRClqJeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-thXRClqJeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRClqJeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRClqJeG .card-row {
  align-items: stretch;
}
.cid-thXRClqJeG .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
.cid-thXRClqJeG .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-thXRClqJeG .image-wrapper {
  margin-right: 30px;
}
.cid-thXRClqJeG .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .image-wrapper {
    margin-right: 0;
  }
}
.cid-thXRClqJeG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-container {
    padding-top: 25px;
  }
}
.cid-thXRClqJeG .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-list {
    justify-content: center !important;
  }
}
.cid-thXRClqJeG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-thXRClqJeG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thXRClqJeG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-thXRClqJeG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXRClqJeG .soc-item:hover:before {
  opacity: 1;
}
.cid-thXRClqJeG .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-thXRClqJeG .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-thXRClqJeG .contact-item {
  padding: 10px 0 20px;
}
.cid-thXRClqJeG .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-thXRClqJeG .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXL483li8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-thXL483li8 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXL483li8 .copyright-container {
  padding: 40px 0;
}
.cid-thXL483li8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3LwgBfYFb {
  z-index: 1000;
  width: 100%;
}
.cid-v3LwgBfYFb nav.navbar {
  position: fixed;
}
.cid-v3LwgBfYFb .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-v3LwgBfYFb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3LwgBfYFb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3LwgBfYFb .dropdown-item:hover,
.cid-v3LwgBfYFb .dropdown-item:focus {
  background: #a97a16 !important;
  color: white !important;
}
.cid-v3LwgBfYFb .dropdown-item:hover span {
  color: white;
}
.cid-v3LwgBfYFb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3LwgBfYFb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3LwgBfYFb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3LwgBfYFb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3LwgBfYFb .nav-link {
  position: relative;
}
.cid-v3LwgBfYFb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3LwgBfYFb .container {
    flex-wrap: nowrap;
  }
}
.cid-v3LwgBfYFb .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3LwgBfYFb .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-v3LwgBfYFb .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-v3LwgBfYFb .navbar-nav .nav-item .nav-link:hover,
.cid-v3LwgBfYFb .navbar-nav .nav-item .nav-link:focus,
.cid-v3LwgBfYFb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v3LwgBfYFb .dropdown-menu,
.cid-v3LwgBfYFb .navbar.opened {
  background: #16181c !important;
}
.cid-v3LwgBfYFb .nav-item:focus,
.cid-v3LwgBfYFb .nav-link:focus {
  outline: none;
}
.cid-v3LwgBfYFb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LwgBfYFb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LwgBfYFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LwgBfYFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LwgBfYFb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LwgBfYFb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LwgBfYFb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #16181c;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v3LwgBfYFb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v3LwgBfYFb .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LwgBfYFb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3LwgBfYFb .navbar .navbar-logo img {
  width: auto;
}
.cid-v3LwgBfYFb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LwgBfYFb .navbar.collapsed {
  justify-content: center;
}
.cid-v3LwgBfYFb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LwgBfYFb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3LwgBfYFb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v3LwgBfYFb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LwgBfYFb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LwgBfYFb .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-v3LwgBfYFb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LwgBfYFb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3LwgBfYFb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3LwgBfYFb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LwgBfYFb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LwgBfYFb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LwgBfYFb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3LwgBfYFb .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-v3LwgBfYFb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LwgBfYFb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3LwgBfYFb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3LwgBfYFb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3LwgBfYFb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LwgBfYFb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3LwgBfYFb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3LwgBfYFb .navbar.navbar-short {
  min-height: 90px;
}
.cid-v3LwgBfYFb .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-v3LwgBfYFb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v3LwgBfYFb .navbar {
    min-height: 80px;
  }
}
.cid-v3LwgBfYFb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v3LwgBfYFb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3LwgBfYFb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v3LwgBfYFb .navbar-brand {
    min-height: 69px;
  }
}
.cid-v3LwgBfYFb .dropdown-item.active,
.cid-v3LwgBfYFb .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LwgBfYFb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3LwgBfYFb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LwgBfYFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LwgBfYFb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16181c;
}
.cid-v3LwgBfYFb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LwgBfYFb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LwgBfYFb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3LwgBfYFb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LwgBfYFb button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2b3851, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v3LwgBfYFb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LwgBfYFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LwgBfYFb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LwgBfYFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LwgBfYFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LwgBfYFb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LwgBfYFb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3LwgBfYFb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LwgBfYFb .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-v3LwgBfYFb .navbar {
    height: 70px;
  }
  .cid-v3LwgBfYFb .navbar.opened {
    height: auto;
  }
  .cid-v3LwgBfYFb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LwgBfYFb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #16181c;
}
@media (max-width: 575px) {
  .cid-v3LwgBfYFb .navbar-short {
    min-height: 70px;
  }
}
.cid-v3LwgBfYFb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v3LwgBfYFb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3LwgBfYFb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgBfYFb .container-fluid {
    padding: 0 3px;
  }
}
.cid-v3LwgBfYFb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v3LwgBfYFb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v3LwgBfYFb .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v3LwgBfYFb .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v3LwgBfYFb button.navbar-toggler {
    display: flex;
  }
  .cid-v3LwgBfYFb .navbar-brand {
    width: auto !important;
  }
  .cid-v3LwgBfYFb .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-v3LwgBfYFb .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-v3LwgBfYFb .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-v3LwgBfYFb .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-v3LwgBfYFb .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v3LwgBfYFb .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-v3Lxs79fKP {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/3-1-1920x800.jpg");
}
.cid-v3Lxs79fKP .column-wrapper {
  padding-left: 1.5rem;
}
.cid-v3Lxs79fKP .row {
  flex-direction: row-reverse;
}
.cid-v3Lxs79fKP .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-v3Lxs79fKP .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-v3Lxs79fKP .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-v3Lxs79fKP .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-v3Lxs79fKP .mbr-text,
.cid-v3Lxs79fKP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3Lxs79fKP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3Ly6Tp0yH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v3Ly6Tp0yH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Ly6Tp0yH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Ly6Tp0yH .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v3Ly6Tp0yH .mbr-section-title {
  color: #FF014E;
}
.cid-v3Ly6Tp0yH .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v3Ly6Tp0yH .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v3Ly6Tp0yH .card-row {
  align-items: stretch;
}
.cid-v3Ly6Tp0yH .card {
  margin-top: 40px;
}
.cid-v3Ly6Tp0yH .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-v3Ly6Tp0yH .card-wrapper {
    padding: 35px;
  }
}
.cid-v3Ly6Tp0yH .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v3Ly6Tp0yH .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-v3Ly6Tp0yH .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-v3Ly6Tp0yH .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-v3Ly6Tp0yH .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v3Ly6Tp0yH .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-v3Ly6Tp0yH .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-v3Ly6Tp0yH .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3Ly6Tp0yH .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3Ly6Tp0yH .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v3Ly6Tp0yH .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-v3Ly6Tp0yH .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-v3Ly6Tp0yH .card-text,
.cid-v3Ly6Tp0yH .mbr-section-btn {
  color: #ffffff;
}
.cid-v3Lz8VZIgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3Lz8VZIgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Lz8VZIgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Lz8VZIgF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3Lz8VZIgF .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3Lz8VZIgF .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3Lz8VZIgF .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3Lz8VZIgF .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3Lz8VZIgF .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3Lz8VZIgF .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3Lz8VZIgF .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LwgL9XGo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LwgL9XGo .mbr-section-head {
  width: 100%;
}
.cid-v3LwgL9XGo .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v4ltFyCUOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v4ltFyCUOj .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v4ltFyCUOj .mbr-section-title {
  color: #ffffff;
}
.cid-v4ltFyCUOj .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v4ltFyCUOj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v4ltFyCUOj .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-v4ltFyCUOj .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-v4ltFyCUOj .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-v4ltFyCUOj .carousel {
    max-width: 100%;
  }
}
.cid-v4ltFyCUOj .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-v4ltFyCUOj .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .item-wrapper {
    padding: 0 10px;
  }
}
.cid-v4ltFyCUOj .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-v4ltFyCUOj .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-v4ltFyCUOj .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v4ltFyCUOj .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v4ltFyCUOj .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-v4ltFyCUOj .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-v4ltFyCUOj .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v4ltFyCUOj .info-card-subtitle {
  color: #ffffff;
}
.cid-v4ltFyCUOj .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-v4ltFyCUOj .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-v4ltFyCUOj .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-v4ltFyCUOj .card-description-wrapper {
    padding: 20px;
  }
}
.cid-v4ltFyCUOj .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-v4ltFyCUOj .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-v4ltFyCUOj .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-v4ltFyCUOj .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v4ltFyCUOj .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-v4ltFyCUOj .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4ltFyCUOj .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-v4ltFyCUOj .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-v4ltFyCUOj .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4ltFyCUOj .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-v4ltFyCUOj .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffffff;
}
.cid-v4ltFyCUOj .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4ltFyCUOj .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .absolute-icon-wrapper {
    display: none;
  }
}
.cid-v4ltFyCUOj .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-v4ltFyCUOj .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-v4ltFyCUOj .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-v4ltFyCUOj .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-v4ltFyCUOj .carousel-control {
    display: none;
  }
}
.cid-v4ltFyCUOj .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #a97a16 !important;
  opacity: 1;
}
.cid-v4ltFyCUOj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4ltFyCUOj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4ltFyCUOj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4ltFyCUOj .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-v4ltFyCUOj .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-v4ltFyCUOj .carousel-indicators li.active,
.cid-v4ltFyCUOj .carousel-indicators li:hover {
  opacity: 1;
  background: #a97a16 !important;
}
.cid-v4ltFyCUOj .carousel-indicators li::after,
.cid-v4ltFyCUOj .carousel-indicators li::before {
  content: none;
}
.cid-v4ltFyCUOj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v4ltFyCUOj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3LwgLHfgQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LwgLHfgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgLHfgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgLHfgQ .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LwgLHfgQ .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgLHfgQ .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LwgLHfgQ .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-v3LwgLHfgQ .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-v3LwgLHfgQ .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-v3LwgLHfgQ .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v3LwgLHfgQ H5 {
  text-align: center;
  color: #ffffff;
}
.cid-v3LwgMtXt1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-v3LwgMtXt1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3LwgMtXt1 .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-v3LwgMtXt1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LwgMtXt1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LwgNku6I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LwgNku6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgNku6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgNku6I .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LwgNku6I .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgNku6I .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LwgNku6I .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LwgNku6I .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LwgNku6I .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LwgNku6I .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LwgNku6I .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LwgO0ADx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3LwgO0ADx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgO0ADx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgO0ADx .row {
  justify-content: space-between;
}
.cid-v3LwgO0ADx .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v3LwgO0ADx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3LwgO0ADx .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v3LwgO0ADx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LwgO0ADx .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v3LwgO0ADx .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3LwgO0ADx .mbr-label {
  color: #000000;
}
.cid-v3LwgO0ADx .mbr-section-title {
  color: #000000;
}
.cid-v3LwgO0ADx .mbr-desc {
  color: #000000;
}
.cid-v3LwgO0ADx .mbr-text {
  color: #8a8a8a;
}
.cid-v3LwgO0ADx .mbr-text,
.cid-v3LwgO0ADx .mbr-section-btn {
  color: #000000;
}
.cid-v3LwgOHYXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3LwgOHYXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgOHYXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgOHYXO .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LwgOHYXO .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgOHYXO .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LwgOHYXO .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LwgOHYXO .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LwgOHYXO .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LwgOHYXO .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LwgOHYXO .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LwgPqWJb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LwgPqWJb .mbr-section-head {
  width: 100%;
}
.cid-v3LwgPqWJb .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LwgQ0rUY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v3LwgQ0rUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgQ0rUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgQ0rUY .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #212428 -10%, #212428 30%, #212428 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3LwgQ0rUY .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v3LwgQ0rUY .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3LwgQ0rUY .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v3LwgQ0rUY .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v3LwgQ0rUY .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #212428;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v3LwgQ0rUY .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #a97a16 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a97a16 !important;
  box-shadow: none;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v3LwgQ0rUY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3LwgQ0rUY .mbr-section-btn {
  text-align: right;
}
.cid-v3LwgQ0rUY .mbr-title {
  color: #ffffff;
}
.cid-v3LwgQ0rUY .mbr-text {
  color: #ffffff;
}
.cid-v3LwgQ0rUY label {
  color: #ffffff;
}
.cid-v3LwgQ0rUY H5 {
  color: #ffffff;
}
.cid-v3LwgQMAn1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LwgQMAn1 .mbr-section-head {
  width: 100%;
}
.cid-v3LwgQMAn1 .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LwgRqqYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v3LwgRqqYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgRqqYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgRqqYo .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-v3LwgRqqYo .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-v3LwgRqqYo .container {
    max-width: 540px;
  }
}
.cid-v3LwgRqqYo .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-v3LwgRqqYo .logo-container img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.cid-v3LwgRqqYo .mbr-section-title {
  color: #ffffff;
}
.cid-v3LwgRqqYo .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-v3LwgRqqYo .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-v3LwgRqqYo .mbr-section-btn {
  margin-top: 25px;
}
.cid-v3LwgRqqYo .mbr-text,
.cid-v3LwgRqqYo .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LwgS9eAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LwgS9eAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LwgS9eAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LwgS9eAK .card-row {
  align-items: stretch;
}
.cid-v3LwgS9eAK .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
.cid-v3LwgS9eAK .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v3LwgS9eAK .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3LwgS9eAK .image-wrapper {
  margin-right: 30px;
}
.cid-v3LwgS9eAK .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .image-wrapper {
    margin-right: 0;
  }
}
.cid-v3LwgS9eAK .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3LwgS9eAK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3LwgS9eAK .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .social-container {
    padding-top: 25px;
  }
}
.cid-v3LwgS9eAK .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .social-title {
    text-align: center !important;
  }
}
.cid-v3LwgS9eAK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-v3LwgS9eAK .social-list {
    justify-content: center !important;
  }
}
.cid-v3LwgS9eAK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-v3LwgS9eAK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v3LwgS9eAK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v3LwgS9eAK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v3LwgS9eAK .soc-item:hover:before {
  opacity: 1;
}
.cid-v3LwgS9eAK .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3LwgS9eAK .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgS9eAK .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-v3LwgS9eAK .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-v3LwgS9eAK .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3LwgS9eAK .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v3LwgS9eAK .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgS9eAK .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LwgS9eAK .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-v3LwgS9eAK .contact-item {
  padding: 10px 0 20px;
}
.cid-v3LwgS9eAK .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-v3LwgS9eAK .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3LwgTaBiN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LwgTaBiN .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-v3LwgTaBiN .copyright-container {
  padding: 40px 0;
}
.cid-v3LwgTaBiN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3LC9Z0s6K {
  z-index: 1000;
  width: 100%;
}
.cid-v3LC9Z0s6K nav.navbar {
  position: fixed;
}
.cid-v3LC9Z0s6K .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-v3LC9Z0s6K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3LC9Z0s6K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3LC9Z0s6K .dropdown-item:hover,
.cid-v3LC9Z0s6K .dropdown-item:focus {
  background: #a97a16 !important;
  color: white !important;
}
.cid-v3LC9Z0s6K .dropdown-item:hover span {
  color: white;
}
.cid-v3LC9Z0s6K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3LC9Z0s6K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3LC9Z0s6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3LC9Z0s6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3LC9Z0s6K .nav-link {
  position: relative;
}
.cid-v3LC9Z0s6K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3LC9Z0s6K .container {
    flex-wrap: nowrap;
  }
}
.cid-v3LC9Z0s6K .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3LC9Z0s6K .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-v3LC9Z0s6K .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-v3LC9Z0s6K .navbar-nav .nav-item .nav-link:hover,
.cid-v3LC9Z0s6K .navbar-nav .nav-item .nav-link:focus,
.cid-v3LC9Z0s6K .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v3LC9Z0s6K .dropdown-menu,
.cid-v3LC9Z0s6K .navbar.opened {
  background: #16181c !important;
}
.cid-v3LC9Z0s6K .nav-item:focus,
.cid-v3LC9Z0s6K .nav-link:focus {
  outline: none;
}
.cid-v3LC9Z0s6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LC9Z0s6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LC9Z0s6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LC9Z0s6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LC9Z0s6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LC9Z0s6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LC9Z0s6K .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #16181c;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v3LC9Z0s6K .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v3LC9Z0s6K .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LC9Z0s6K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3LC9Z0s6K .navbar .navbar-logo img {
  width: auto;
}
.cid-v3LC9Z0s6K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LC9Z0s6K .navbar.collapsed {
  justify-content: center;
}
.cid-v3LC9Z0s6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LC9Z0s6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3LC9Z0s6K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v3LC9Z0s6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LC9Z0s6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LC9Z0s6K .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-v3LC9Z0s6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LC9Z0s6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3LC9Z0s6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3LC9Z0s6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LC9Z0s6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LC9Z0s6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LC9Z0s6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3LC9Z0s6K .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-v3LC9Z0s6K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LC9Z0s6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3LC9Z0s6K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3LC9Z0s6K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3LC9Z0s6K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LC9Z0s6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3LC9Z0s6K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3LC9Z0s6K .navbar.navbar-short {
  min-height: 90px;
}
.cid-v3LC9Z0s6K .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-v3LC9Z0s6K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v3LC9Z0s6K .navbar {
    min-height: 80px;
  }
}
.cid-v3LC9Z0s6K .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v3LC9Z0s6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3LC9Z0s6K .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v3LC9Z0s6K .navbar-brand {
    min-height: 69px;
  }
}
.cid-v3LC9Z0s6K .dropdown-item.active,
.cid-v3LC9Z0s6K .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LC9Z0s6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3LC9Z0s6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LC9Z0s6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LC9Z0s6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16181c;
}
.cid-v3LC9Z0s6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LC9Z0s6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LC9Z0s6K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3LC9Z0s6K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LC9Z0s6K button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2b3851, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v3LC9Z0s6K button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LC9Z0s6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LC9Z0s6K nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LC9Z0s6K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LC9Z0s6K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LC9Z0s6K nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LC9Z0s6K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3LC9Z0s6K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LC9Z0s6K .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-v3LC9Z0s6K .navbar {
    height: 70px;
  }
  .cid-v3LC9Z0s6K .navbar.opened {
    height: auto;
  }
  .cid-v3LC9Z0s6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LC9Z0s6K .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #16181c;
}
@media (max-width: 575px) {
  .cid-v3LC9Z0s6K .navbar-short {
    min-height: 70px;
  }
}
.cid-v3LC9Z0s6K .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v3LC9Z0s6K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3LC9Z0s6K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LC9Z0s6K .container-fluid {
    padding: 0 3px;
  }
}
.cid-v3LC9Z0s6K .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v3LC9Z0s6K .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v3LC9Z0s6K .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v3LC9Z0s6K .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v3LC9Z0s6K button.navbar-toggler {
    display: flex;
  }
  .cid-v3LC9Z0s6K .navbar-brand {
    width: auto !important;
  }
  .cid-v3LC9Z0s6K .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-v3LC9Z0s6K .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-v3LC9Z0s6K .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-v3LC9Z0s6K .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-v3LC9Z0s6K .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v3LC9Z0s6K .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-v3LC9ZI3NA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-2-1920x800.jpg");
}
.cid-v3LC9ZI3NA .column-wrapper {
  padding-left: 1.5rem;
}
.cid-v3LC9ZI3NA .row {
  flex-direction: row-reverse;
}
.cid-v3LC9ZI3NA .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-v3LC9ZI3NA .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-v3LC9ZI3NA .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-v3LC9ZI3NA .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-v3LC9ZI3NA .mbr-text,
.cid-v3LC9ZI3NA .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3LC9ZI3NA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3LCa0jpof {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v3LCa0jpof .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa0jpof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa0jpof .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v3LCa0jpof .mbr-section-title {
  color: #FF014E;
}
.cid-v3LCa0jpof .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v3LCa0jpof .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v3LCa0jpof .card-row {
  align-items: stretch;
}
.cid-v3LCa0jpof .card {
  margin-top: 40px;
}
.cid-v3LCa0jpof .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-v3LCa0jpof .card-wrapper {
    padding: 35px;
  }
}
.cid-v3LCa0jpof .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v3LCa0jpof .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-v3LCa0jpof .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-v3LCa0jpof .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-v3LCa0jpof .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v3LCa0jpof .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-v3LCa0jpof .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-v3LCa0jpof .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3LCa0jpof .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3LCa0jpof .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v3LCa0jpof .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-v3LCa0jpof .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-v3LCa0jpof .card-text,
.cid-v3LCa0jpof .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LCa17vPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3LCa17vPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa17vPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa17vPj .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LCa17vPj .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa17vPj .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LCa17vPj .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LCa17vPj .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LCa17vPj .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LCa17vPj .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LCa17vPj .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LCa1D4z3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LCa1D4z3 .mbr-section-head {
  width: 100%;
}
.cid-v3LCa1D4z3 .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v4luvd5HnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v4luvd5HnC .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v4luvd5HnC .mbr-section-title {
  color: #ffffff;
}
.cid-v4luvd5HnC .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v4luvd5HnC .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v4luvd5HnC .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-v4luvd5HnC .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-v4luvd5HnC .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-v4luvd5HnC .carousel {
    max-width: 100%;
  }
}
.cid-v4luvd5HnC .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-v4luvd5HnC .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .item-wrapper {
    padding: 0 10px;
  }
}
.cid-v4luvd5HnC .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-v4luvd5HnC .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-v4luvd5HnC .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v4luvd5HnC .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v4luvd5HnC .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-v4luvd5HnC .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-v4luvd5HnC .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v4luvd5HnC .info-card-subtitle {
  color: #ffffff;
}
.cid-v4luvd5HnC .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-v4luvd5HnC .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-v4luvd5HnC .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-v4luvd5HnC .card-description-wrapper {
    padding: 20px;
  }
}
.cid-v4luvd5HnC .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-v4luvd5HnC .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-v4luvd5HnC .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-v4luvd5HnC .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v4luvd5HnC .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-v4luvd5HnC .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4luvd5HnC .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-v4luvd5HnC .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-v4luvd5HnC .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4luvd5HnC .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-v4luvd5HnC .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffffff;
}
.cid-v4luvd5HnC .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4luvd5HnC .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .absolute-icon-wrapper {
    display: none;
  }
}
.cid-v4luvd5HnC .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-v4luvd5HnC .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-v4luvd5HnC .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-v4luvd5HnC .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-v4luvd5HnC .carousel-control {
    display: none;
  }
}
.cid-v4luvd5HnC .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #a97a16 !important;
  opacity: 1;
}
.cid-v4luvd5HnC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4luvd5HnC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4luvd5HnC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4luvd5HnC .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-v4luvd5HnC .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-v4luvd5HnC .carousel-indicators li.active,
.cid-v4luvd5HnC .carousel-indicators li:hover {
  opacity: 1;
  background: #a97a16 !important;
}
.cid-v4luvd5HnC .carousel-indicators li::after,
.cid-v4luvd5HnC .carousel-indicators li::before {
  content: none;
}
.cid-v4luvd5HnC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v4luvd5HnC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3LCa24ONG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LCa24ONG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa24ONG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa24ONG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LCa24ONG .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa24ONG .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LCa24ONG .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-v3LCa24ONG .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-v3LCa24ONG .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-v3LCa24ONG .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v3LCa24ONG H5 {
  text-align: center;
  color: #ffffff;
}
.cid-v3LCa2B0jq .google-map {
  height: 25rem;
  position: relative;
}
.cid-v3LCa2B0jq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3LCa2B0jq .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-v3LCa2B0jq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LCa2B0jq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LCa3inhr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LCa3inhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa3inhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa3inhr .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LCa3inhr .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa3inhr .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LCa3inhr .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LCa3inhr .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LCa3inhr .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LCa3inhr .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LCa3inhr .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LCa3Ogi4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3LCa3Ogi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa3Ogi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa3Ogi4 .row {
  justify-content: space-between;
}
.cid-v3LCa3Ogi4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v3LCa3Ogi4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3LCa3Ogi4 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v3LCa3Ogi4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LCa3Ogi4 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v3LCa3Ogi4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3LCa3Ogi4 .mbr-label {
  color: #000000;
}
.cid-v3LCa3Ogi4 .mbr-section-title {
  color: #000000;
}
.cid-v3LCa3Ogi4 .mbr-desc {
  color: #000000;
}
.cid-v3LCa3Ogi4 .mbr-text {
  color: #8a8a8a;
}
.cid-v3LCa3Ogi4 .mbr-text,
.cid-v3LCa3Ogi4 .mbr-section-btn {
  color: #000000;
}
.cid-v3LCa4nbgm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3LCa4nbgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa4nbgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa4nbgm .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LCa4nbgm .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa4nbgm .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LCa4nbgm .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LCa4nbgm .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LCa4nbgm .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LCa4nbgm .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LCa4nbgm .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LCa4V2Zv {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LCa4V2Zv .mbr-section-head {
  width: 100%;
}
.cid-v3LCa4V2Zv .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LCa5qyer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v3LCa5qyer .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa5qyer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa5qyer .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #212428 -10%, #212428 30%, #212428 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3LCa5qyer .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v3LCa5qyer .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3LCa5qyer .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v3LCa5qyer .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v3LCa5qyer .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #212428;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v3LCa5qyer .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #a97a16 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a97a16 !important;
  box-shadow: none;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v3LCa5qyer .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3LCa5qyer .mbr-section-btn {
  text-align: right;
}
.cid-v3LCa5qyer .mbr-title {
  color: #ffffff;
}
.cid-v3LCa5qyer .mbr-text {
  color: #ffffff;
}
.cid-v3LCa5qyer label {
  color: #ffffff;
}
.cid-v3LCa5qyer H5 {
  color: #ffffff;
}
.cid-v3LCa61pBm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LCa61pBm .mbr-section-head {
  width: 100%;
}
.cid-v3LCa61pBm .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LCa6txQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v3LCa6txQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa6txQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa6txQ4 .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-v3LCa6txQ4 .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-v3LCa6txQ4 .container {
    max-width: 540px;
  }
}
.cid-v3LCa6txQ4 .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-v3LCa6txQ4 .logo-container img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.cid-v3LCa6txQ4 .mbr-section-title {
  color: #ffffff;
}
.cid-v3LCa6txQ4 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-v3LCa6txQ4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-v3LCa6txQ4 .mbr-section-btn {
  margin-top: 25px;
}
.cid-v3LCa6txQ4 .mbr-text,
.cid-v3LCa6txQ4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LCa74lWb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LCa74lWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LCa74lWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LCa74lWb .card-row {
  align-items: stretch;
}
.cid-v3LCa74lWb .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
.cid-v3LCa74lWb .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v3LCa74lWb .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3LCa74lWb .image-wrapper {
  margin-right: 30px;
}
.cid-v3LCa74lWb .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .image-wrapper {
    margin-right: 0;
  }
}
.cid-v3LCa74lWb .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3LCa74lWb .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3LCa74lWb .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .social-container {
    padding-top: 25px;
  }
}
.cid-v3LCa74lWb .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .social-title {
    text-align: center !important;
  }
}
.cid-v3LCa74lWb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-v3LCa74lWb .social-list {
    justify-content: center !important;
  }
}
.cid-v3LCa74lWb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-v3LCa74lWb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v3LCa74lWb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v3LCa74lWb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v3LCa74lWb .soc-item:hover:before {
  opacity: 1;
}
.cid-v3LCa74lWb .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3LCa74lWb .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa74lWb .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-v3LCa74lWb .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-v3LCa74lWb .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3LCa74lWb .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v3LCa74lWb .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa74lWb .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LCa74lWb .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-v3LCa74lWb .contact-item {
  padding: 10px 0 20px;
}
.cid-v3LCa74lWb .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-v3LCa74lWb .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3LCa7ZSAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LCa7ZSAq .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-v3LCa7ZSAq .copyright-container {
  padding: 40px 0;
}
.cid-v3LCa7ZSAq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3LGzgZjDw {
  z-index: 1000;
  width: 100%;
}
.cid-v3LGzgZjDw nav.navbar {
  position: fixed;
}
.cid-v3LGzgZjDw .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-v3LGzgZjDw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3LGzgZjDw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3LGzgZjDw .dropdown-item:hover,
.cid-v3LGzgZjDw .dropdown-item:focus {
  background: #a97a16 !important;
  color: white !important;
}
.cid-v3LGzgZjDw .dropdown-item:hover span {
  color: white;
}
.cid-v3LGzgZjDw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3LGzgZjDw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3LGzgZjDw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3LGzgZjDw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3LGzgZjDw .nav-link {
  position: relative;
}
.cid-v3LGzgZjDw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3LGzgZjDw .container {
    flex-wrap: nowrap;
  }
}
.cid-v3LGzgZjDw .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3LGzgZjDw .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-v3LGzgZjDw .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-v3LGzgZjDw .navbar-nav .nav-item .nav-link:hover,
.cid-v3LGzgZjDw .navbar-nav .nav-item .nav-link:focus,
.cid-v3LGzgZjDw .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v3LGzgZjDw .dropdown-menu,
.cid-v3LGzgZjDw .navbar.opened {
  background: #16181c !important;
}
.cid-v3LGzgZjDw .nav-item:focus,
.cid-v3LGzgZjDw .nav-link:focus {
  outline: none;
}
.cid-v3LGzgZjDw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LGzgZjDw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LGzgZjDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LGzgZjDw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LGzgZjDw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LGzgZjDw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LGzgZjDw .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #16181c;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v3LGzgZjDw .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v3LGzgZjDw .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LGzgZjDw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3LGzgZjDw .navbar .navbar-logo img {
  width: auto;
}
.cid-v3LGzgZjDw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LGzgZjDw .navbar.collapsed {
  justify-content: center;
}
.cid-v3LGzgZjDw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LGzgZjDw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3LGzgZjDw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v3LGzgZjDw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LGzgZjDw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LGzgZjDw .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-v3LGzgZjDw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LGzgZjDw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3LGzgZjDw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3LGzgZjDw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LGzgZjDw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LGzgZjDw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LGzgZjDw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3LGzgZjDw .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-v3LGzgZjDw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LGzgZjDw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3LGzgZjDw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3LGzgZjDw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3LGzgZjDw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LGzgZjDw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3LGzgZjDw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3LGzgZjDw .navbar.navbar-short {
  min-height: 90px;
}
.cid-v3LGzgZjDw .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-v3LGzgZjDw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v3LGzgZjDw .navbar {
    min-height: 80px;
  }
}
.cid-v3LGzgZjDw .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v3LGzgZjDw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3LGzgZjDw .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v3LGzgZjDw .navbar-brand {
    min-height: 69px;
  }
}
.cid-v3LGzgZjDw .dropdown-item.active,
.cid-v3LGzgZjDw .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LGzgZjDw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3LGzgZjDw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LGzgZjDw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LGzgZjDw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16181c;
}
.cid-v3LGzgZjDw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LGzgZjDw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LGzgZjDw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3LGzgZjDw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LGzgZjDw button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2b3851, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v3LGzgZjDw button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LGzgZjDw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LGzgZjDw nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LGzgZjDw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LGzgZjDw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LGzgZjDw nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LGzgZjDw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3LGzgZjDw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LGzgZjDw .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-v3LGzgZjDw .navbar {
    height: 70px;
  }
  .cid-v3LGzgZjDw .navbar.opened {
    height: auto;
  }
  .cid-v3LGzgZjDw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LGzgZjDw .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #16181c;
}
@media (max-width: 575px) {
  .cid-v3LGzgZjDw .navbar-short {
    min-height: 70px;
  }
}
.cid-v3LGzgZjDw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v3LGzgZjDw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3LGzgZjDw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzgZjDw .container-fluid {
    padding: 0 3px;
  }
}
.cid-v3LGzgZjDw .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v3LGzgZjDw .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v3LGzgZjDw .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v3LGzgZjDw .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v3LGzgZjDw button.navbar-toggler {
    display: flex;
  }
  .cid-v3LGzgZjDw .navbar-brand {
    width: auto !important;
  }
  .cid-v3LGzgZjDw .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-v3LGzgZjDw .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-v3LGzgZjDw .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-v3LGzgZjDw .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-v3LGzgZjDw .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v3LGzgZjDw .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-v3LGzi7F8q {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/3-2-1920x800.jpg");
}
.cid-v3LGzi7F8q .column-wrapper {
  padding-left: 1.5rem;
}
.cid-v3LGzi7F8q .row {
  flex-direction: row-reverse;
}
.cid-v3LGzi7F8q .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-v3LGzi7F8q .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-v3LGzi7F8q .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-v3LGzi7F8q .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-v3LGzi7F8q .mbr-text,
.cid-v3LGzi7F8q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3LGzi7F8q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4luNkwIkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v4luNkwIkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4luNkwIkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4luNkwIkZ .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-v4luNkwIkZ .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-v4luNkwIkZ .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-v4luNkwIkZ .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-v4luNkwIkZ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-v4luNkwIkZ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v4luNkwIkZ .mbr-section-head {
  width: 100%;
}
.cid-v4luNkwIkZ .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v4luNkwIkZ .mbr-section-title {
    text-align: center;
  }
}
.cid-v4luNkwIkZ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v4luNkwIkZ .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v4luNkwIkZ .card-row {
  align-items: stretch;
}
.cid-v4luNkwIkZ .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v4luNkwIkZ .item {
    margin-top: 30px;
  }
}
.cid-v4luNkwIkZ .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-v4luNkwIkZ .item-wrapper {
    padding: 20px;
  }
}
.cid-v4luNkwIkZ .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v4luNkwIkZ .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-v4luNkwIkZ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-v4luNkwIkZ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v4luNkwIkZ .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v4luNkwIkZ .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-v4luNkwIkZ .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-v4luNkwIkZ .card-title {
    margin-bottom: 10px;
  }
}
.cid-v4luNkwIkZ .card-text {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4luNkwIkZ .card-text a {
  transition: .4s all;
}
.cid-v4luNkwIkZ .card-text a:hover {
  color: #a97a16 !important;
}
.cid-v3LGzjYctG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LGzjYctG .mbr-section-head {
  width: 100%;
}
.cid-v3LGzjYctG .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v4ly7JoCGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v4ly7JoCGq .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v4ly7JoCGq .mbr-section-title {
  color: #ffffff;
}
.cid-v4ly7JoCGq .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v4ly7JoCGq .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v4ly7JoCGq .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-v4ly7JoCGq .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-v4ly7JoCGq .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-v4ly7JoCGq .carousel {
    max-width: 100%;
  }
}
.cid-v4ly7JoCGq .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-v4ly7JoCGq .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .item-wrapper {
    padding: 0 10px;
  }
}
.cid-v4ly7JoCGq .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-v4ly7JoCGq .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-v4ly7JoCGq .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v4ly7JoCGq .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v4ly7JoCGq .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-v4ly7JoCGq .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-v4ly7JoCGq .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v4ly7JoCGq .info-card-subtitle {
  color: #ffffff;
}
.cid-v4ly7JoCGq .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-v4ly7JoCGq .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-v4ly7JoCGq .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-v4ly7JoCGq .card-description-wrapper {
    padding: 20px;
  }
}
.cid-v4ly7JoCGq .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-v4ly7JoCGq .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-v4ly7JoCGq .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-v4ly7JoCGq .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v4ly7JoCGq .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-v4ly7JoCGq .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4ly7JoCGq .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-v4ly7JoCGq .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-v4ly7JoCGq .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4ly7JoCGq .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-v4ly7JoCGq .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffffff;
}
.cid-v4ly7JoCGq .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4ly7JoCGq .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .absolute-icon-wrapper {
    display: none;
  }
}
.cid-v4ly7JoCGq .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-v4ly7JoCGq .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-v4ly7JoCGq .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-v4ly7JoCGq .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-v4ly7JoCGq .carousel-control {
    display: none;
  }
}
.cid-v4ly7JoCGq .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #a97a16 !important;
  opacity: 1;
}
.cid-v4ly7JoCGq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4ly7JoCGq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4ly7JoCGq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4ly7JoCGq .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-v4ly7JoCGq .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-v4ly7JoCGq .carousel-indicators li.active,
.cid-v4ly7JoCGq .carousel-indicators li:hover {
  opacity: 1;
  background: #a97a16 !important;
}
.cid-v4ly7JoCGq .carousel-indicators li::after,
.cid-v4ly7JoCGq .carousel-indicators li::before {
  content: none;
}
.cid-v4ly7JoCGq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v4ly7JoCGq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3LGzkDaL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LGzkDaL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzkDaL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzkDaL1 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LGzkDaL1 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzkDaL1 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LGzkDaL1 .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-v3LGzkDaL1 .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-v3LGzkDaL1 .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-v3LGzkDaL1 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v3LGzkDaL1 H5 {
  text-align: center;
  color: #ffffff;
}
.cid-v3LGzl9kxC .google-map {
  height: 25rem;
  position: relative;
}
.cid-v3LGzl9kxC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3LGzl9kxC .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-v3LGzl9kxC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LGzl9kxC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LGzlMCWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LGzlMCWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzlMCWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzlMCWf .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LGzlMCWf .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzlMCWf .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LGzlMCWf .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LGzlMCWf .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LGzlMCWf .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LGzlMCWf .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LGzlMCWf .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LGzmj2VT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3LGzmj2VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzmj2VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzmj2VT .row {
  justify-content: space-between;
}
.cid-v3LGzmj2VT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v3LGzmj2VT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3LGzmj2VT .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v3LGzmj2VT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LGzmj2VT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v3LGzmj2VT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3LGzmj2VT .mbr-label {
  color: #000000;
}
.cid-v3LGzmj2VT .mbr-section-title {
  color: #000000;
}
.cid-v3LGzmj2VT .mbr-desc {
  color: #000000;
}
.cid-v3LGzmj2VT .mbr-text {
  color: #8a8a8a;
}
.cid-v3LGzmj2VT .mbr-text,
.cid-v3LGzmj2VT .mbr-section-btn {
  color: #000000;
}
.cid-v3LGzmX5K9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3LGzmX5K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzmX5K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzmX5K9 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LGzmX5K9 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzmX5K9 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LGzmX5K9 .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LGzmX5K9 .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LGzmX5K9 .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LGzmX5K9 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LGzmX5K9 .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LGznuUZx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LGznuUZx .mbr-section-head {
  width: 100%;
}
.cid-v3LGznuUZx .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LGznWjzY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v3LGznWjzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGznWjzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGznWjzY .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #212428 -10%, #212428 30%, #212428 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3LGznWjzY .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v3LGznWjzY .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3LGznWjzY .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v3LGznWjzY .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v3LGznWjzY .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #212428;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v3LGznWjzY .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #a97a16 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a97a16 !important;
  box-shadow: none;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v3LGznWjzY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3LGznWjzY .mbr-section-btn {
  text-align: right;
}
.cid-v3LGznWjzY .mbr-title {
  color: #ffffff;
}
.cid-v3LGznWjzY .mbr-text {
  color: #ffffff;
}
.cid-v3LGznWjzY label {
  color: #ffffff;
}
.cid-v3LGznWjzY H5 {
  color: #ffffff;
}
.cid-v3LGzoyUDC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LGzoyUDC .mbr-section-head {
  width: 100%;
}
.cid-v3LGzoyUDC .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LGzp1HIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v3LGzp1HIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzp1HIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzp1HIl .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-v3LGzp1HIl .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-v3LGzp1HIl .container {
    max-width: 540px;
  }
}
.cid-v3LGzp1HIl .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-v3LGzp1HIl .logo-container img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.cid-v3LGzp1HIl .mbr-section-title {
  color: #ffffff;
}
.cid-v3LGzp1HIl .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-v3LGzp1HIl .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-v3LGzp1HIl .mbr-section-btn {
  margin-top: 25px;
}
.cid-v3LGzp1HIl .mbr-text,
.cid-v3LGzp1HIl .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LGzpExHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LGzpExHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LGzpExHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LGzpExHv .card-row {
  align-items: stretch;
}
.cid-v3LGzpExHv .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
.cid-v3LGzpExHv .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v3LGzpExHv .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3LGzpExHv .image-wrapper {
  margin-right: 30px;
}
.cid-v3LGzpExHv .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .image-wrapper {
    margin-right: 0;
  }
}
.cid-v3LGzpExHv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3LGzpExHv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3LGzpExHv .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .social-container {
    padding-top: 25px;
  }
}
.cid-v3LGzpExHv .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .social-title {
    text-align: center !important;
  }
}
.cid-v3LGzpExHv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-v3LGzpExHv .social-list {
    justify-content: center !important;
  }
}
.cid-v3LGzpExHv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-v3LGzpExHv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v3LGzpExHv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v3LGzpExHv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v3LGzpExHv .soc-item:hover:before {
  opacity: 1;
}
.cid-v3LGzpExHv .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3LGzpExHv .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzpExHv .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-v3LGzpExHv .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-v3LGzpExHv .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3LGzpExHv .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v3LGzpExHv .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzpExHv .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LGzpExHv .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-v3LGzpExHv .contact-item {
  padding: 10px 0 20px;
}
.cid-v3LGzpExHv .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-v3LGzpExHv .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3LGzqvC4T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LGzqvC4T .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-v3LGzqvC4T .copyright-container {
  padding: 40px 0;
}
.cid-v3LGzqvC4T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v3LJdceqgA {
  z-index: 1000;
  width: 100%;
}
.cid-v3LJdceqgA nav.navbar {
  position: fixed;
}
.cid-v3LJdceqgA .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-v3LJdceqgA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3LJdceqgA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3LJdceqgA .dropdown-item:hover,
.cid-v3LJdceqgA .dropdown-item:focus {
  background: #a97a16 !important;
  color: white !important;
}
.cid-v3LJdceqgA .dropdown-item:hover span {
  color: white;
}
.cid-v3LJdceqgA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3LJdceqgA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3LJdceqgA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3LJdceqgA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3LJdceqgA .nav-link {
  position: relative;
}
.cid-v3LJdceqgA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3LJdceqgA .container {
    flex-wrap: nowrap;
  }
}
.cid-v3LJdceqgA .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3LJdceqgA .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-v3LJdceqgA .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-v3LJdceqgA .navbar-nav .nav-item .nav-link:hover,
.cid-v3LJdceqgA .navbar-nav .nav-item .nav-link:focus,
.cid-v3LJdceqgA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-v3LJdceqgA .dropdown-menu,
.cid-v3LJdceqgA .navbar.opened {
  background: #16181c !important;
}
.cid-v3LJdceqgA .nav-item:focus,
.cid-v3LJdceqgA .nav-link:focus {
  outline: none;
}
.cid-v3LJdceqgA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3LJdceqgA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3LJdceqgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3LJdceqgA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3LJdceqgA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3LJdceqgA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3LJdceqgA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #16181c;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-v3LJdceqgA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v3LJdceqgA .navbar.opened {
  transition: all 0.3s;
}
.cid-v3LJdceqgA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3LJdceqgA .navbar .navbar-logo img {
  width: auto;
}
.cid-v3LJdceqgA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3LJdceqgA .navbar.collapsed {
  justify-content: center;
}
.cid-v3LJdceqgA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3LJdceqgA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3LJdceqgA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v3LJdceqgA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3LJdceqgA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3LJdceqgA .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-v3LJdceqgA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3LJdceqgA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3LJdceqgA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3LJdceqgA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3LJdceqgA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3LJdceqgA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3LJdceqgA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3LJdceqgA .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-v3LJdceqgA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3LJdceqgA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3LJdceqgA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3LJdceqgA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3LJdceqgA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3LJdceqgA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3LJdceqgA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3LJdceqgA .navbar.navbar-short {
  min-height: 90px;
}
.cid-v3LJdceqgA .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-v3LJdceqgA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-v3LJdceqgA .navbar {
    min-height: 80px;
  }
}
.cid-v3LJdceqgA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-v3LJdceqgA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3LJdceqgA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v3LJdceqgA .navbar-brand {
    min-height: 69px;
  }
}
.cid-v3LJdceqgA .dropdown-item.active,
.cid-v3LJdceqgA .dropdown-item:active {
  background-color: transparent;
}
.cid-v3LJdceqgA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3LJdceqgA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3LJdceqgA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3LJdceqgA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #16181c;
}
.cid-v3LJdceqgA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3LJdceqgA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3LJdceqgA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3LJdceqgA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3LJdceqgA button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #2b3851, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #000000;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v3LJdceqgA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v3LJdceqgA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3LJdceqgA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LJdceqgA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3LJdceqgA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3LJdceqgA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3LJdceqgA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3LJdceqgA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3LJdceqgA .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-v3LJdceqgA .navbar {
    height: 70px;
  }
  .cid-v3LJdceqgA .navbar.opened {
    height: auto;
  }
  .cid-v3LJdceqgA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3LJdceqgA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #16181c;
}
@media (max-width: 575px) {
  .cid-v3LJdceqgA .navbar-short {
    min-height: 70px;
  }
}
.cid-v3LJdceqgA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-v3LJdceqgA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v3LJdceqgA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdceqgA .container-fluid {
    padding: 0 3px;
  }
}
.cid-v3LJdceqgA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v3LJdceqgA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-v3LJdceqgA .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-v3LJdceqgA .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v3LJdceqgA button.navbar-toggler {
    display: flex;
  }
  .cid-v3LJdceqgA .navbar-brand {
    width: auto !important;
  }
  .cid-v3LJdceqgA .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-v3LJdceqgA .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-v3LJdceqgA .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-v3LJdceqgA .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-v3LJdceqgA .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v3LJdceqgA .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-v3LJdcR2zE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/2-1920x800.jpg");
}
.cid-v3LJdcR2zE .column-wrapper {
  padding-left: 1.5rem;
}
.cid-v3LJdcR2zE .row {
  flex-direction: row-reverse;
}
.cid-v3LJdcR2zE .column-wrapper {
  padding-left: 16px;
  padding-right: 1.5rem;
}
.cid-v3LJdcR2zE .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-v3LJdcR2zE .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-v3LJdcR2zE .mbr-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-v3LJdcR2zE .mbr-text,
.cid-v3LJdcR2zE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3LJdcR2zE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v3LJdduPbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-v3LJdduPbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdduPbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdduPbP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v3LJdduPbP .mbr-section-title {
  color: #FF014E;
}
.cid-v3LJdduPbP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v3LJdduPbP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v3LJdduPbP .card-row {
  align-items: stretch;
}
.cid-v3LJdduPbP .card {
  margin-top: 40px;
}
.cid-v3LJdduPbP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-v3LJdduPbP .card-wrapper {
    padding: 35px;
  }
}
.cid-v3LJdduPbP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v3LJdduPbP .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-v3LJdduPbP .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-v3LJdduPbP .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-v3LJdduPbP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v3LJdduPbP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-v3LJdduPbP .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-v3LJdduPbP .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3LJdduPbP .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #a97a16;
}
.cid-v3LJdduPbP .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-v3LJdduPbP .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-v3LJdduPbP .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-v3LJdduPbP .card-text,
.cid-v3LJdduPbP .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LJdedNi8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LJdedNi8 .mbr-section-head {
  width: 100%;
}
.cid-v3LJdedNi8 .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v4lymYLDdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v4lymYLDdD .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-v4lymYLDdD .mbr-section-title {
  color: #ffffff;
}
.cid-v4lymYLDdD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v4lymYLDdD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v4lymYLDdD .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-v4lymYLDdD .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-v4lymYLDdD .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-v4lymYLDdD .carousel {
    max-width: 100%;
  }
}
.cid-v4lymYLDdD .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-v4lymYLDdD .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .item-wrapper {
    padding: 0 10px;
  }
}
.cid-v4lymYLDdD .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 1199px) {
  .cid-v4lymYLDdD .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-v4lymYLDdD .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v4lymYLDdD .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v4lymYLDdD .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-v4lymYLDdD .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-v4lymYLDdD .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v4lymYLDdD .info-card-subtitle {
  color: #ffffff;
}
.cid-v4lymYLDdD .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-v4lymYLDdD .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-v4lymYLDdD .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-v4lymYLDdD .card-description-wrapper {
    padding: 20px;
  }
}
.cid-v4lymYLDdD .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-v4lymYLDdD .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-v4lymYLDdD .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-v4lymYLDdD .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-v4lymYLDdD .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-v4lymYLDdD .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4lymYLDdD .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-v4lymYLDdD .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-v4lymYLDdD .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v4lymYLDdD .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-v4lymYLDdD .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffffff;
}
.cid-v4lymYLDdD .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v4lymYLDdD .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .absolute-icon-wrapper {
    display: none;
  }
}
.cid-v4lymYLDdD .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-v4lymYLDdD .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #000000;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-v4lymYLDdD .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-v4lymYLDdD .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-v4lymYLDdD .carousel-control {
    display: none;
  }
}
.cid-v4lymYLDdD .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #a97a16 !important;
  opacity: 1;
}
.cid-v4lymYLDdD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4lymYLDdD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4lymYLDdD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4lymYLDdD .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-v4lymYLDdD .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #212428) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-v4lymYLDdD .carousel-indicators li.active,
.cid-v4lymYLDdD .carousel-indicators li:hover {
  opacity: 1;
  background: #a97a16 !important;
}
.cid-v4lymYLDdD .carousel-indicators li::after,
.cid-v4lymYLDdD .carousel-indicators li::before {
  content: none;
}
.cid-v4lymYLDdD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-v4lymYLDdD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v3LJdeBrHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LJdeBrHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdeBrHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdeBrHV .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LJdeBrHV .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdeBrHV .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LJdeBrHV .card-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-v3LJdeBrHV .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-v3LJdeBrHV .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.cid-v3LJdeBrHV .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-v3LJdeBrHV H5 {
  text-align: center;
  color: #ffffff;
}
.cid-v3LJdf7qMP .google-map {
  height: 25rem;
  position: relative;
}
.cid-v3LJdf7qMP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v3LJdf7qMP .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-v3LJdf7qMP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3LJdf7qMP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3LJdgxYSf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LJdgxYSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdgxYSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdgxYSf .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LJdgxYSf .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdgxYSf .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LJdgxYSf .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LJdgxYSf .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LJdgxYSf .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LJdgxYSf .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LJdgxYSf .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LJdh4aeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v3LJdh4aeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdh4aeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdh4aeW .row {
  justify-content: space-between;
}
.cid-v3LJdh4aeW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v3LJdh4aeW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v3LJdh4aeW .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v3LJdh4aeW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LJdh4aeW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v3LJdh4aeW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v3LJdh4aeW .mbr-label {
  color: #000000;
}
.cid-v3LJdh4aeW .mbr-section-title {
  color: #000000;
}
.cid-v3LJdh4aeW .mbr-desc {
  color: #000000;
}
.cid-v3LJdh4aeW .mbr-text {
  color: #8a8a8a;
}
.cid-v3LJdh4aeW .mbr-text,
.cid-v3LJdh4aeW .mbr-section-btn {
  color: #000000;
}
.cid-v3LJdhCI8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cid-v3LJdhCI8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdhCI8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdhCI8x .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #212428, #000000);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #212428;
}
@media (max-width: 767px) {
  .cid-v3LJdhCI8x .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdhCI8x .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v3LJdhCI8x .card-title {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v3LJdhCI8x .card-title {
    margin-bottom: 20px;
  }
}
.cid-v3LJdhCI8x .card-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v3LJdhCI8x .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v3LJdhCI8x .card-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-v3LJdiaqY1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LJdiaqY1 .mbr-section-head {
  width: 100%;
}
.cid-v3LJdiaqY1 .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LJdiGPWR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v3LJdiGPWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdiGPWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdiGPWR .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #212428 -10%, #212428 30%, #212428 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v3LJdiGPWR .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v3LJdiGPWR .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v3LJdiGPWR .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v3LJdiGPWR .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v3LJdiGPWR .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #212428;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v3LJdiGPWR .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #a97a16 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #a97a16 !important;
  box-shadow: none;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v3LJdiGPWR .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3LJdiGPWR .mbr-section-btn {
  text-align: right;
}
.cid-v3LJdiGPWR .mbr-title {
  color: #ffffff;
}
.cid-v3LJdiGPWR .mbr-text {
  color: #ffffff;
}
.cid-v3LJdiGPWR label {
  color: #ffffff;
}
.cid-v3LJdiGPWR H5 {
  color: #ffffff;
}
.cid-v3LJdjhhKN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v3LJdjhhKN .mbr-section-head {
  width: 100%;
}
.cid-v3LJdjhhKN .border-item {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-v3LJdjJOBU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fundo-matheus-1920x800.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-v3LJdjJOBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdjJOBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdjJOBU .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-v3LJdjJOBU .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-v3LJdjJOBU .container {
    max-width: 540px;
  }
}
.cid-v3LJdjJOBU .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-v3LJdjJOBU .logo-container img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.cid-v3LJdjJOBU .mbr-section-title {
  color: #ffffff;
}
.cid-v3LJdjJOBU .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
.cid-v3LJdjJOBU .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-v3LJdjJOBU .mbr-section-btn {
  margin-top: 25px;
}
.cid-v3LJdjJOBU .mbr-text,
.cid-v3LJdjJOBU .mbr-section-btn {
  color: #ffffff;
}
.cid-v3LJdkiod3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LJdkiod3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3LJdkiod3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3LJdkiod3 .card-row {
  align-items: stretch;
}
.cid-v3LJdkiod3 .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #212428);
  box-shadow: 10px 10px 19px #878e99, -10px -10px 19px #23272b;
}
.cid-v3LJdkiod3 .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v3LJdkiod3 .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v3LJdkiod3 .image-wrapper {
  margin-right: 30px;
}
.cid-v3LJdkiod3 .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .image-wrapper {
    margin-right: 0;
  }
}
.cid-v3LJdkiod3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v3LJdkiod3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v3LJdkiod3 .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .social-container {
    padding-top: 25px;
  }
}
.cid-v3LJdkiod3 .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .social-title {
    text-align: center !important;
  }
}
.cid-v3LJdkiod3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-v3LJdkiod3 .social-list {
    justify-content: center !important;
  }
}
.cid-v3LJdkiod3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #ffffff;
  transition: 0.4s all;
}
.cid-v3LJdkiod3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v3LJdkiod3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-v3LJdkiod3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v3LJdkiod3 .soc-item:hover:before {
  opacity: 1;
}
.cid-v3LJdkiod3 .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v3LJdkiod3 .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdkiod3 .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-v3LJdkiod3 .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-v3LJdkiod3 .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v3LJdkiod3 .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v3LJdkiod3 .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdkiod3 .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-v3LJdkiod3 .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-v3LJdkiod3 .contact-item {
  padding: 10px 0 20px;
}
.cid-v3LJdkiod3 .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-v3LJdkiod3 .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-v3LJdlcp9S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3LJdlcp9S .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-v3LJdlcp9S .copyright-container {
  padding: 40px 0;
}
.cid-v3LJdlcp9S .mbr-text {
  color: #ffffff;
  text-align: center;
}
