body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tKQiSXP3WI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-64-1920x1280.webp");
}
.cid-tKQiSXP3WI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tKQiSXP3WI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKQiSXP3WI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKQjdqOmJS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKQjdqOmJS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tKQjdqOmJS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKQjdqOmJS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKQjdqOmJS .mbr-text,
.cid-tKQjdqOmJS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tKQjdqOmJS h3:before,
  .cid-tKQjdqOmJS h3:after {
    display: none;
  }
}
.cid-tKQjdqOmJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKQjdqOmJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWVNjwj6zO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWVNjwj6zO img,
.cid-tWVNjwj6zO .item-img {
  width: 100%;
}
.cid-tWVNjwj6zO .item:focus,
.cid-tWVNjwj6zO span:focus {
  outline: none;
}
.cid-tWVNjwj6zO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWVNjwj6zO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWVNjwj6zO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tWVNjwj6zO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWVNjwj6zO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tWVNjwj6zO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tWVNjwj6zO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWVNjwj6zO .mbr-section-title {
  color: #232323;
}
.cid-tWVNjwj6zO .mbr-text,
.cid-tWVNjwj6zO .mbr-section-btn {
  text-align: left;
}
.cid-tWVNjwj6zO .item-title {
  text-align: left;
}
.cid-tWVNjwj6zO .item-subtitle {
  text-align: left;
}
.cid-tWVNkqlLhI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWVNkqlLhI img,
.cid-tWVNkqlLhI .item-img {
  width: 100%;
}
.cid-tWVNkqlLhI .item:focus,
.cid-tWVNkqlLhI span:focus {
  outline: none;
}
.cid-tWVNkqlLhI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWVNkqlLhI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWVNkqlLhI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tWVNkqlLhI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWVNkqlLhI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tWVNkqlLhI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tWVNkqlLhI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWVNkqlLhI .mbr-section-title {
  color: #232323;
}
.cid-tWVNkqlLhI .mbr-text,
.cid-tWVNkqlLhI .mbr-section-btn {
  text-align: left;
}
.cid-tWVNkqlLhI .item-title {
  text-align: left;
}
.cid-tWVNkqlLhI .item-subtitle {
  text-align: left;
}
.cid-tWVNl7R2nD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWVNl7R2nD img,
.cid-tWVNl7R2nD .item-img {
  width: 100%;
}
.cid-tWVNl7R2nD .item:focus,
.cid-tWVNl7R2nD span:focus {
  outline: none;
}
.cid-tWVNl7R2nD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWVNl7R2nD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWVNl7R2nD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tWVNl7R2nD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWVNl7R2nD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tWVNl7R2nD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tWVNl7R2nD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWVNl7R2nD .mbr-section-title {
  color: #232323;
}
.cid-tWVNl7R2nD .mbr-text,
.cid-tWVNl7R2nD .mbr-section-btn {
  text-align: left;
}
.cid-tWVNl7R2nD .item-title {
  text-align: left;
}
.cid-tWVNl7R2nD .item-subtitle {
  text-align: left;
}
.cid-tX7WFR4Sjq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-tX7WFR4Sjq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tX7WFR4Sjq h5 {
  padding-bottom: 2rem;
}
.cid-tX7WFR4Sjq textarea {
  min-height: 150px;
}
.cid-tX7WFR4Sjq .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tX7WFR4Sjq h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tX7WFR4Sjq h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX7WFR4Sjq h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX7WFR4Sjq .form-control,
.cid-tX7WFR4Sjq .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tX7WFR4Sjq .form-control input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .form-control textarea::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tX7WFR4Sjq .form-control input:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input input:-moz-placeholder,
.cid-tX7WFR4Sjq .form-control textarea:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tX7WFR4Sjq .form-control:hover,
.cid-tX7WFR4Sjq .field-input:hover,
.cid-tX7WFR4Sjq .form-control:focus,
.cid-tX7WFR4Sjq .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tX7WFR4Sjq .form-control:hover input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input:hover input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .form-control:focus input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input:focus input::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .form-control:hover textarea::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input:hover textarea::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .form-control:focus textarea::-webkit-input-placeholder,
.cid-tX7WFR4Sjq .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tX7WFR4Sjq .form-control:hover input:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input:hover input:-moz-placeholder,
.cid-tX7WFR4Sjq .form-control:focus input:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input:focus input:-moz-placeholder,
.cid-tX7WFR4Sjq .form-control:hover textarea:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input:hover textarea:-moz-placeholder,
.cid-tX7WFR4Sjq .form-control:focus textarea:-moz-placeholder,
.cid-tX7WFR4Sjq .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tX7WFR4Sjq .jq-number__spin:hover,
.cid-tX7WFR4Sjq .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tX7WFR4Sjq .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tX7WFR4Sjq .jq-selectbox li,
.cid-tX7WFR4Sjq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tX7WFR4Sjq .jq-selectbox li:hover,
.cid-tX7WFR4Sjq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tX7WFR4Sjq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tX7WFR4Sjq .jq-number__spin.minus:hover:after,
.cid-tX7WFR4Sjq .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tX7WFR4Sjq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tX7WFR4Sjq .jq-number__spin.minus:after,
.cid-tX7WFR4Sjq .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tX7WFR4Sjq input::-webkit-clear-button {
  display: none;
}
.cid-tX7WFR4Sjq input::-webkit-inner-spin-button {
  display: none;
}
.cid-tX7WFR4Sjq input::-webkit-outer-spin-button {
  display: none;
}
.cid-tX7WFR4Sjq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tX7WFR4Sjq H5 {
  text-align: center;
  color: #000000;
}
.cid-tX7WFR4Sjq P {
  text-align: center;
  color: #767676;
}
.cid-tX7WFR4Sjq H3 {
  color: #000000;
}
.cid-uaelt3YFlO {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaelt3YFlO .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaelt3YFlO h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaelt3YFlO h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelt3YFlO h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelt3YFlO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaelt3YFlO .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaelt3YFlO .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaelt3YFlO .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaelt3YFlO .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaelt3YFlO .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaelt3YFlO .mbr-section-title,
.cid-uaelt3YFlO .social-list {
  color: #000000;
}
.cid-uPVb02DhzN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVb02DhzN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVb02DhzN .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVb02DhzN .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVb02DhzN .media-content {
  padding-left: 2rem;
}
.cid-uPVb02DhzN textarea {
  min-height: 150px;
}
.cid-uPVb02DhzN .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVb02DhzN .form-control,
.cid-uPVb02DhzN .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVb02DhzN .form-control input::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input input::-webkit-input-placeholder,
.cid-uPVb02DhzN .form-control textarea::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVb02DhzN .form-control input:-moz-placeholder,
.cid-uPVb02DhzN .field-input input:-moz-placeholder,
.cid-uPVb02DhzN .form-control textarea:-moz-placeholder,
.cid-uPVb02DhzN .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVb02DhzN .form-control:hover,
.cid-uPVb02DhzN .field-input:hover,
.cid-uPVb02DhzN .form-control:focus,
.cid-uPVb02DhzN .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb02DhzN .form-control:hover input::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input:hover input::-webkit-input-placeholder,
.cid-uPVb02DhzN .form-control:focus input::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input:focus input::-webkit-input-placeholder,
.cid-uPVb02DhzN .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVb02DhzN .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVb02DhzN .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVb02DhzN .form-control:hover input:-moz-placeholder,
.cid-uPVb02DhzN .field-input:hover input:-moz-placeholder,
.cid-uPVb02DhzN .form-control:focus input:-moz-placeholder,
.cid-uPVb02DhzN .field-input:focus input:-moz-placeholder,
.cid-uPVb02DhzN .form-control:hover textarea:-moz-placeholder,
.cid-uPVb02DhzN .field-input:hover textarea:-moz-placeholder,
.cid-uPVb02DhzN .form-control:focus textarea:-moz-placeholder,
.cid-uPVb02DhzN .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVb02DhzN .jq-number__spin:hover,
.cid-uPVb02DhzN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb02DhzN .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVb02DhzN .jq-selectbox li,
.cid-uPVb02DhzN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb02DhzN .jq-selectbox li:hover,
.cid-uPVb02DhzN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb02DhzN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVb02DhzN .jq-number__spin.minus:hover:after,
.cid-uPVb02DhzN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb02DhzN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVb02DhzN .jq-number__spin.minus:after,
.cid-uPVb02DhzN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb02DhzN input::-webkit-clear-button {
  display: none;
}
.cid-uPVb02DhzN input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVb02DhzN input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVb02DhzN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVb02DhzN .mbr-text,
.cid-uPVb02DhzN .mbr-section-btn {
  color: #767676;
}
.cid-uPVb02DhzN .text2,
.cid-uPVb02DhzN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVb02DhzN .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tKSTZa7EgD {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1-1920x1024.webp");
}
.cid-tKSTZa7EgD h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tKSTZa7EgD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKSTZa7EgD .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tKSTZa7EgD h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tKSTZa7EgD h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tKSTZa7EgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKSTZa7EgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDtdtd8Ag {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubDtdtd8Ag h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ubDtdtd8Ag h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDtdtd8Ag h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDtdtd8Ag .mbr-text,
.cid-ubDtdtd8Ag .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ubDtdtd8Ag h3:before,
  .cid-ubDtdtd8Ag h3:after {
    display: none;
  }
}
.cid-ubDtdtd8Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDtdtd8Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDt9zz3xQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ubDt9zz3xQ {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ubDt9zz3xQ .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubDt9zz3xQ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-ubDt9zz3xQ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-ubDt9zz3xQ .icon-wrap span {
  padding-left: 8px;
}
.cid-ubDt9zz3xQ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ubDt9zz3xQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ubDt9zz3xQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubDt9zz3xQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubDt9zz3xQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubDt9zz3xQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ubDt9zz3xQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ubDt9zz3xQ {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-ubDt9zz3xQ .box {
    height: 250px;
  }
}
.cid-ubDt9zz3xQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDt9zz3xQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDvNqAZZG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ubDvNqAZZG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ubDvNqAZZG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDvNqAZZG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDvNqAZZG .mbr-text,
.cid-ubDvNqAZZG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ubDvNqAZZG h3:before,
  .cid-ubDvNqAZZG h3:after {
    display: none;
  }
}
.cid-ubDvNqAZZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDvNqAZZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDvXez5Oe {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-ubDvXez5Oe .mbr-text {
  color: #767676;
}
.cid-ubDvXez5Oe .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDvXez5Oe .link {
  margin: 0;
}
.cid-ubDvXez5Oe .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDvXez5Oe .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDvXez5Oe .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDvXez5Oe .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDvXez5Oe .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDvXez5Oe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDvXez5Oe .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDvXez5Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDvXez5Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDB9uYd1h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-ubDB9uYd1h .mbr-text {
    text-align: center;
  }
}
.cid-ubDB9uYd1h .container-fluid {
  padding: 0;
}
.cid-ubDB9uYd1h .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDB9uYd1h img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDB9uYd1h .mbr-figure {
  height: 100%;
}
.cid-ubDB9uYd1h .col-lg-6 {
  padding: 0;
}
.cid-ubDB9uYd1h .row {
  margin: 0;
}
.cid-ubDB9uYd1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDB9uYd1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDB9uYd1h .mbr-text,
.cid-ubDB9uYd1h .mbr-section-btn {
  color: #ffffff;
}
.cid-ubDB9uYd1h H1 {
  color: #ffffff;
}
.cid-ubDB9uYd1h H3 {
  color: #ffffff;
}
.cid-ubDBaDLO6n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDBaDLO6n .mbr-text {
    text-align: center;
  }
}
.cid-ubDBaDLO6n .container-fluid {
  padding: 0;
}
.cid-ubDBaDLO6n .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDBaDLO6n img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDBaDLO6n .mbr-figure {
  height: 100%;
}
.cid-ubDBaDLO6n .col-lg-6 {
  padding: 0;
}
.cid-ubDBaDLO6n .row {
  margin: 0;
}
.cid-ubDBaDLO6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDBaDLO6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDBeuuYhy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c4bc3b;
}
@media (max-width: 767px) {
  .cid-ubDBeuuYhy .mbr-text {
    text-align: center;
  }
}
.cid-ubDBeuuYhy .container-fluid {
  padding: 0;
}
.cid-ubDBeuuYhy .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDBeuuYhy img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDBeuuYhy .mbr-figure {
  height: 100%;
}
.cid-ubDBeuuYhy .col-lg-6 {
  padding: 0;
}
.cid-ubDBeuuYhy .row {
  margin: 0;
}
.cid-ubDBeuuYhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDBeuuYhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDBeuuYhy .mbr-text,
.cid-ubDBeuuYhy .mbr-section-btn {
  color: #ffffff;
}
.cid-ubDBeuuYhy H1 {
  color: #ffffff;
}
.cid-ubDBeuuYhy H3 {
  color: #ffffff;
}
.cid-tKSTQ0I15k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKSTQ0I15k h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tKSTQ0I15k h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKSTQ0I15k h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKSTQ0I15k .mbr-text,
.cid-tKSTQ0I15k .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tKSTQ0I15k h3:before,
  .cid-tKSTQ0I15k h3:after {
    display: none;
  }
}
.cid-tKSTQ0I15k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKSTQ0I15k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLanprIxMI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLanprIxMI .mbr-text {
  color: #767676;
}
.cid-tLanprIxMI .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-tLanprIxMI .link {
  margin: 0;
}
.cid-tLanprIxMI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tLanprIxMI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-tLanprIxMI .card {
    display: flex;
    flex-direction: row;
  }
  .cid-tLanprIxMI .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLanprIxMI .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tLanprIxMI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLanprIxMI .card {
    margin-bottom: 2rem;
  }
}
.cid-tLanprIxMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLanprIxMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLatc98aLr {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-tLatc98aLr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLatc98aLr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLatc98aLr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLatc98aLr .mbr-text,
.cid-tLatc98aLr .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tLatc98aLr h3:before,
  .cid-tLatc98aLr h3:after {
    display: none;
  }
}
.cid-tLatc98aLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLatc98aLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZBsL8skH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-uPZBsL8skH .row {
  justify-content: flex-end;
}
.cid-uPZBsL8skH h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPZBsL8skH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPZBsL8skH .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uPZBsL8skH h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uPZBsL8skH h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uPZBsL8skH .mbr-text,
.cid-uPZBsL8skH .mbr-section-btn {
  color: #efefef;
}
.cid-uPZBsL8skH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZBsL8skH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaelQrSwa8 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaelQrSwa8 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaelQrSwa8 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaelQrSwa8 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelQrSwa8 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelQrSwa8 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaelQrSwa8 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaelQrSwa8 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaelQrSwa8 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaelQrSwa8 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaelQrSwa8 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaelQrSwa8 .mbr-section-title,
.cid-uaelQrSwa8 .social-list {
  color: #000000;
}
.cid-uPVb4aDSuy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVb4aDSuy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVb4aDSuy .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVb4aDSuy .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVb4aDSuy .media-content {
  padding-left: 2rem;
}
.cid-uPVb4aDSuy textarea {
  min-height: 150px;
}
.cid-uPVb4aDSuy .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVb4aDSuy .form-control,
.cid-uPVb4aDSuy .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVb4aDSuy .form-control input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .form-control textarea::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVb4aDSuy .form-control input:-moz-placeholder,
.cid-uPVb4aDSuy .field-input input:-moz-placeholder,
.cid-uPVb4aDSuy .form-control textarea:-moz-placeholder,
.cid-uPVb4aDSuy .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVb4aDSuy .form-control:hover,
.cid-uPVb4aDSuy .field-input:hover,
.cid-uPVb4aDSuy .form-control:focus,
.cid-uPVb4aDSuy .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb4aDSuy .form-control:hover input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input:hover input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .form-control:focus input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input:focus input::-webkit-input-placeholder,
.cid-uPVb4aDSuy .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVb4aDSuy .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVb4aDSuy .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVb4aDSuy .form-control:hover input:-moz-placeholder,
.cid-uPVb4aDSuy .field-input:hover input:-moz-placeholder,
.cid-uPVb4aDSuy .form-control:focus input:-moz-placeholder,
.cid-uPVb4aDSuy .field-input:focus input:-moz-placeholder,
.cid-uPVb4aDSuy .form-control:hover textarea:-moz-placeholder,
.cid-uPVb4aDSuy .field-input:hover textarea:-moz-placeholder,
.cid-uPVb4aDSuy .form-control:focus textarea:-moz-placeholder,
.cid-uPVb4aDSuy .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVb4aDSuy .jq-number__spin:hover,
.cid-uPVb4aDSuy .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb4aDSuy .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVb4aDSuy .jq-selectbox li,
.cid-uPVb4aDSuy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb4aDSuy .jq-selectbox li:hover,
.cid-uPVb4aDSuy .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb4aDSuy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVb4aDSuy .jq-number__spin.minus:hover:after,
.cid-uPVb4aDSuy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb4aDSuy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVb4aDSuy .jq-number__spin.minus:after,
.cid-uPVb4aDSuy .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb4aDSuy input::-webkit-clear-button {
  display: none;
}
.cid-uPVb4aDSuy input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVb4aDSuy input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVb4aDSuy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVb4aDSuy .mbr-text,
.cid-uPVb4aDSuy .mbr-section-btn {
  color: #767676;
}
.cid-uPVb4aDSuy .text2,
.cid-uPVb4aDSuy .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVb4aDSuy .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uKJ4IsjsMN {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-20-1920x1280.webp");
}
.cid-uKJ4IsjsMN h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uKJ4IsjsMN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uKJ4IsjsMN .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uKJ4IsjsMN h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uKJ4IsjsMN h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uKJ4IsjsMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJ4IsjsMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJ6S96oHW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uKJ6S96oHW .mbr-text {
  color: #767676;
}
.cid-uKJ6S96oHW .card-subtitle {
  margin: 0;
}
.cid-uKJ6S96oHW .link {
  margin: 0;
}
.cid-uKJ6S96oHW .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uKJ6S96oHW .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uKJ6S96oHW .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uKJ6S96oHW .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uKJ6S96oHW .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uKJ6S96oHW .date {
  margin: 0;
}
.cid-uKJ6S96oHW img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uKJ6S96oHW .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uKJ6S96oHW .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uKJ6S96oHW .card-img:hover:before {
  opacity: 0.4;
}
.cid-uKJ6S96oHW .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uKJ6S96oHW .icon-box {
    flex-direction: column;
  }
  .cid-uKJ6S96oHW .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uKJ6S96oHW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJ6S96oHW .card {
    margin-bottom: 3rem;
  }
}
.cid-uKJ6S96oHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJ6S96oHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJ6SQzZcs {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uKJ6SQzZcs .mbr-text {
  color: #767676;
}
.cid-uKJ6SQzZcs .card-subtitle {
  margin: 0;
}
.cid-uKJ6SQzZcs .link {
  margin: 0;
}
.cid-uKJ6SQzZcs .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uKJ6SQzZcs .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uKJ6SQzZcs .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightgray;
}
.cid-uKJ6SQzZcs .item {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-uKJ6SQzZcs .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uKJ6SQzZcs .date {
  margin: 0;
}
.cid-uKJ6SQzZcs img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uKJ6SQzZcs .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uKJ6SQzZcs .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uKJ6SQzZcs .card-img:hover:before {
  opacity: 0.4;
}
.cid-uKJ6SQzZcs .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uKJ6SQzZcs .icon-box {
    flex-direction: column;
  }
  .cid-uKJ6SQzZcs .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-uKJ6SQzZcs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKJ6SQzZcs .card {
    margin-bottom: 3rem;
  }
}
.cid-uKJ6SQzZcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJ6SQzZcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL9jn7u0uT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL9jn7u0uT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tL9jn7u0uT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tL9jn7u0uT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tL9jn7u0uT .mbr-text,
.cid-tL9jn7u0uT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tL9jn7u0uT h3:before,
  .cid-tL9jn7u0uT h3:after {
    display: none;
  }
}
.cid-tL9jn7u0uT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL9jn7u0uT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL9k5gFxBr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tL9k5gFxBr .mbr-text {
  color: #767676;
}
.cid-tL9k5gFxBr .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-tL9k5gFxBr .link {
  margin: 0;
}
.cid-tL9k5gFxBr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tL9k5gFxBr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-tL9k5gFxBr .card {
    display: flex;
    flex-direction: row;
  }
  .cid-tL9k5gFxBr .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL9k5gFxBr .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tL9k5gFxBr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tL9k5gFxBr .card {
    margin-bottom: 2rem;
  }
}
.cid-tL9k5gFxBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL9k5gFxBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLa9d3sdG8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tLa9d3sdG8 .mbr-text {
  color: #767676;
}
.cid-tLa9d3sdG8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-tLa9d3sdG8 .link {
  margin: 0;
}
.cid-tLa9d3sdG8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tLa9d3sdG8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-tLa9d3sdG8 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-tLa9d3sdG8 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLa9d3sdG8 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-tLa9d3sdG8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tLa9d3sdG8 .card {
    margin-bottom: 2rem;
  }
}
.cid-tLa9d3sdG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLa9d3sdG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUKrpzuWk {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/livro-1.gif");
}
.cid-uPUKrpzuWk h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPUKrpzuWk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPUKrpzuWk .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uPUKrpzuWk h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uPUKrpzuWk h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uPUKrpzuWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUKrpzuWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLaaVHZnUD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLaaVHZnUD h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLaaVHZnUD h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLaaVHZnUD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLaaVHZnUD .mbr-text,
.cid-tLaaVHZnUD .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tLaaVHZnUD h3:before,
  .cid-tLaaVHZnUD h3:after {
    display: none;
  }
}
.cid-tLaaVHZnUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLaaVHZnUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaelVm9SFR {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaelVm9SFR .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaelVm9SFR h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaelVm9SFR h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelVm9SFR h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelVm9SFR .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaelVm9SFR .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaelVm9SFR .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaelVm9SFR .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaelVm9SFR .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaelVm9SFR .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaelVm9SFR .mbr-section-title,
.cid-uaelVm9SFR .social-list {
  color: #000000;
}
.cid-uPVb77G4gc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVb77G4gc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVb77G4gc .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVb77G4gc .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVb77G4gc .media-content {
  padding-left: 2rem;
}
.cid-uPVb77G4gc textarea {
  min-height: 150px;
}
.cid-uPVb77G4gc .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVb77G4gc .form-control,
.cid-uPVb77G4gc .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVb77G4gc .form-control input::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input input::-webkit-input-placeholder,
.cid-uPVb77G4gc .form-control textarea::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVb77G4gc .form-control input:-moz-placeholder,
.cid-uPVb77G4gc .field-input input:-moz-placeholder,
.cid-uPVb77G4gc .form-control textarea:-moz-placeholder,
.cid-uPVb77G4gc .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVb77G4gc .form-control:hover,
.cid-uPVb77G4gc .field-input:hover,
.cid-uPVb77G4gc .form-control:focus,
.cid-uPVb77G4gc .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb77G4gc .form-control:hover input::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input:hover input::-webkit-input-placeholder,
.cid-uPVb77G4gc .form-control:focus input::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input:focus input::-webkit-input-placeholder,
.cid-uPVb77G4gc .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVb77G4gc .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVb77G4gc .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVb77G4gc .form-control:hover input:-moz-placeholder,
.cid-uPVb77G4gc .field-input:hover input:-moz-placeholder,
.cid-uPVb77G4gc .form-control:focus input:-moz-placeholder,
.cid-uPVb77G4gc .field-input:focus input:-moz-placeholder,
.cid-uPVb77G4gc .form-control:hover textarea:-moz-placeholder,
.cid-uPVb77G4gc .field-input:hover textarea:-moz-placeholder,
.cid-uPVb77G4gc .form-control:focus textarea:-moz-placeholder,
.cid-uPVb77G4gc .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVb77G4gc .jq-number__spin:hover,
.cid-uPVb77G4gc .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVb77G4gc .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVb77G4gc .jq-selectbox li,
.cid-uPVb77G4gc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb77G4gc .jq-selectbox li:hover,
.cid-uPVb77G4gc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVb77G4gc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVb77G4gc .jq-number__spin.minus:hover:after,
.cid-uPVb77G4gc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb77G4gc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVb77G4gc .jq-number__spin.minus:after,
.cid-uPVb77G4gc .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVb77G4gc input::-webkit-clear-button {
  display: none;
}
.cid-uPVb77G4gc input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVb77G4gc input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVb77G4gc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVb77G4gc .mbr-text,
.cid-uPVb77G4gc .mbr-section-btn {
  color: #767676;
}
.cid-uPVb77G4gc .text2,
.cid-uPVb77G4gc .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVb77G4gc .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uvqmlMCWSL {
  background-image: url("../../../assets/images/mbr-4-1044x696.webp");
}
.cid-uvqmlMCWSL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvqmlMCWSL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvqmlMCWSL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGvYitdRS {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJGvYitdRS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGvYitdRS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGvYitdRS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGvYitdRS .mbr-text,
.cid-uJGvYitdRS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJGvYitdRS h3:before,
  .cid-uJGvYitdRS h3:after {
    display: none;
  }
}
.cid-uJGvYitdRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGvYitdRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZxCW8Voi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPZxCW8Voi .mbr-text {
  color: #767676;
}
.cid-uPZxCW8Voi .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPZxCW8Voi .link {
  margin: 0;
}
.cid-uPZxCW8Voi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPZxCW8Voi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPZxCW8Voi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZxCW8Voi .card {
    margin-bottom: 3rem;
  }
}
.cid-uPZxCW8Voi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZxCW8Voi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZxTtul2B {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPZxTtul2B .mbr-text {
  color: #767676;
}
.cid-uPZxTtul2B .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPZxTtul2B .link {
  margin: 0;
}
.cid-uPZxTtul2B .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPZxTtul2B .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPZxTtul2B .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPZxTtul2B .card {
    margin-bottom: 3rem;
  }
}
.cid-uPZxTtul2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZxTtul2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWtWG3ts {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mockup-livro-2000x1333.webp");
}
.cid-uKIWtWG3ts h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uKIWtWG3ts h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uKIWtWG3ts .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uKIWtWG3ts h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uKIWtWG3ts h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJGzb11zcK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJGzb11zcK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGzb11zcK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGzb11zcK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGzb11zcK .mbr-text,
.cid-uJGzb11zcK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJGzb11zcK h3:before,
  .cid-uJGzb11zcK h3:after {
    display: none;
  }
}
.cid-uJGzb11zcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzb11zcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzc1QOgd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGzc1QOgd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uJGzc1QOgd .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGzc1QOgd .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJGzc1QOgd .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJGzc1QOgd .icon-wrap span {
  padding-left: 8px;
}
.cid-uJGzc1QOgd .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJGzc1QOgd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJGzc1QOgd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGzc1QOgd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGzc1QOgd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGzc1QOgd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJGzc1QOgd a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJGzc1QOgd {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-uJGzc1QOgd .box {
    height: 250px;
  }
}
.cid-uJGzc1QOgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzc1QOgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzcKgF4f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJGzcKgF4f h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGzcKgF4f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGzcKgF4f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGzcKgF4f .mbr-text,
.cid-uJGzcKgF4f .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJGzcKgF4f h3:before,
  .cid-uJGzcKgF4f h3:after {
    display: none;
  }
}
.cid-uJGzcKgF4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzcKgF4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGzdkqDLk {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGzdkqDLk {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.cid-uJGzdkqDLk .box {
  background-image: url("../../../assets/images/mbr-54-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJGzdkqDLk .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJGzdkqDLk .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJGzdkqDLk .icon-wrap span {
  padding-left: 8px;
}
.cid-uJGzdkqDLk .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJGzdkqDLk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJGzdkqDLk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJGzdkqDLk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJGzdkqDLk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJGzdkqDLk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJGzdkqDLk a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJGzdkqDLk {
    padding-top: 21px;
    padding-bottom: 49px;
  }
  .cid-uJGzdkqDLk .box {
    height: 250px;
  }
}
.cid-uJGzdkqDLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGzdkqDLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGLhyMW2e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-uJGLhyMW2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGLhyMW2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGLhyMW2e .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uJGLhyMW2e .card {
    margin-bottom: 2rem!important;
  }
  .cid-uJGLhyMW2e .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJGLhyMW2e .link-wrap {
    align-items: center;
  }
}
.cid-uJGLhyMW2e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJGiva1YEz {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-57-1920x1280.webp");
}
.cid-uJGiva1YEz h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGiva1YEz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGiva1YEz .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJGiva1YEz h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJGiva1YEz h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJGiva1YEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGiva1YEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGj5n6LsS {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uJGj5n6LsS .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJGj5n6LsS .user {
  padding: 0 !important;
}
.cid-uJGj5n6LsS .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-uJGj5n6LsS .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uJGj5n6LsS .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-uJGj5n6LsS .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJGj5n6LsS .carousel-item.active,
.cid-uJGj5n6LsS .carousel-item-next,
.cid-uJGj5n6LsS .carousel-item-prev {
  display: flex;
}
.cid-uJGj5n6LsS .user_name {
  margin: 0;
  color: #767676;
}
.cid-uJGj5n6LsS .carousel-controls a {
  font-size: 2rem;
}
.cid-uJGj5n6LsS .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-uJGj5n6LsS .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJGj5n6LsS ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJGj5n6LsS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uJGj5n6LsS .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJGj5n6LsS .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uJGj5n6LsS .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-uJGj5n6LsS .user_status {
  color: #767676;
}
.cid-uJGj5n6LsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGj5n6LsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGixl5qDv {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-856x560.webp");
}
.cid-uJGixl5qDv h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGixl5qDv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGixl5qDv .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJGixl5qDv h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJGixl5qDv h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJGixl5qDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGixl5qDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGj7zZSWD {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uJGj7zZSWD .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJGj7zZSWD .user {
  padding: 0 !important;
}
.cid-uJGj7zZSWD .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-uJGj7zZSWD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uJGj7zZSWD .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  border: 7px solid #ffffff;
  z-index: 0;
  pointer-events: none;
}
.cid-uJGj7zZSWD .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJGj7zZSWD .carousel-item.active,
.cid-uJGj7zZSWD .carousel-item-next,
.cid-uJGj7zZSWD .carousel-item-prev {
  display: flex;
}
.cid-uJGj7zZSWD .user_name {
  margin: 0;
  color: #767676;
}
.cid-uJGj7zZSWD .carousel-controls a {
  font-size: 2rem;
}
.cid-uJGj7zZSWD .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #767676;
  background: transparent;
  opacity: 0.5;
}
.cid-uJGj7zZSWD .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJGj7zZSWD ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJGj7zZSWD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #767676;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-uJGj7zZSWD .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJGj7zZSWD .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-uJGj7zZSWD .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #767676;
  z-index: -1;
}
.cid-uJGj7zZSWD .user_status {
  color: #767676;
}
.cid-uJGj7zZSWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGj7zZSWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGiyXvo9e {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-25-1920x1280.webp");
}
.cid-uJGiyXvo9e h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGiyXvo9e h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGiyXvo9e .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uJGiyXvo9e h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJGiyXvo9e h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJHo5z03k7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJHo5z03k7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJHo5z03k7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJHo5z03k7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJHo5z03k7 .mbr-text,
.cid-uJHo5z03k7 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJHo5z03k7 h3:before,
  .cid-uJHo5z03k7 h3:after {
    display: none;
  }
}
.cid-uJHo5z03k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHo5z03k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGiAcO9lj {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-15.webp");
}
.cid-uJGiAcO9lj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGiAcO9lj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGiAcO9lj .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJGiAcO9lj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJGiAcO9lj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJGiAcO9lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGiAcO9lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6miiVuaz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ua6miiVuaz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ua6miiVuaz .modal-body .close {
  background: #1b1b1b;
}
.cid-ua6miiVuaz .modal-body .close span {
  font-style: normal;
}
.cid-ua6miiVuaz .content-slider-wrap {
  width: 100%;
}
.cid-ua6miiVuaz .carousel-inner > .active,
.cid-ua6miiVuaz .carousel-inner > .next,
.cid-ua6miiVuaz .carousel-inner > .prev {
  display: flex;
}
.cid-ua6miiVuaz .carousel-control .icon-next,
.cid-ua6miiVuaz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ua6miiVuaz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ua6miiVuaz .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-ua6miiVuaz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ua6miiVuaz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ua6miiVuaz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ua6miiVuaz .boxed-slider > div {
  position: relative;
}
.cid-ua6miiVuaz .container img {
  width: 100%;
}
.cid-ua6miiVuaz .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-ua6miiVuaz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ua6miiVuaz .mbr-table-cell {
  padding: 0;
}
.cid-ua6miiVuaz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ua6miiVuaz .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-ua6miiVuaz .mbr-overlay {
  z-index: 1;
}
.cid-ua6miiVuaz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ua6miiVuaz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-ua6miiVuaz .carousel-item.active.right,
.cid-ua6miiVuaz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ua6miiVuaz .carousel-item.active.left,
.cid-ua6miiVuaz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ua6miiVuaz .carousel-item.active,
.cid-ua6miiVuaz .carousel-item.next.left,
.cid-ua6miiVuaz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-ua6miiVuaz .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-ua6miiVuaz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ua6miiVuaz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ua6miiVuaz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ua6miiVuaz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ua6miiVuaz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ua6miiVuaz .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ua6miiVuaz .mbr-slider .carousel-indicators li.active,
.cid-ua6miiVuaz .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ua6miiVuaz .mbr-slider .carousel-indicators li::after,
.cid-ua6miiVuaz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ua6miiVuaz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ua6miiVuaz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ua6miiVuaz .mbr-slider > .container img {
  width: 100%;
}
.cid-ua6miiVuaz .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-ua6miiVuaz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ua6miiVuaz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ua6miiVuaz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ua6miiVuaz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ua6miiVuaz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ua6miiVuaz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ua6miiVuaz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ua6miiVuaz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ua6miiVuaz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ua6miiVuaz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ua6miiVuaz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ua6miiVuaz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ua6miiVuaz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ua6miiVuaz .carousel-inner {
  height: 100%;
}
.cid-ua6miiVuaz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ua6miiVuaz .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-ua6miiVuaz .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ua6miiVuaz .carousel-item .container-slide {
  text-align: center;
}
.cid-uJGFFSA5h7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-7889-copia-1832x1221.webp");
}
.cid-uJGFFSA5h7 .row {
  justify-content: flex-end;
}
.cid-uJGFFSA5h7 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGFFSA5h7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGFFSA5h7 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJGFFSA5h7 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJGFFSA5h7 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJGFFSA5h7 .mbr-text,
.cid-uJGFFSA5h7 .mbr-section-btn {
  color: #efefef;
}
.cid-uJGFFSA5h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGFFSA5h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekx4Gz8K {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaekx4Gz8K .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaekx4Gz8K h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaekx4Gz8K h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekx4Gz8K h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekx4Gz8K .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaekx4Gz8K .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaekx4Gz8K .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaekx4Gz8K .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaekx4Gz8K .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaekx4Gz8K .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaekx4Gz8K .mbr-section-title,
.cid-uaekx4Gz8K .social-list {
  color: #000000;
}
.cid-ua6ml3TxnC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ua6ml3TxnC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ua6ml3TxnC .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-ua6ml3TxnC .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-ua6ml3TxnC .media-content {
  padding-left: 2rem;
}
.cid-ua6ml3TxnC textarea {
  min-height: 150px;
}
.cid-ua6ml3TxnC .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-ua6ml3TxnC .form-control,
.cid-ua6ml3TxnC .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-ua6ml3TxnC .form-control input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .form-control textarea::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-ua6ml3TxnC .form-control input:-moz-placeholder,
.cid-ua6ml3TxnC .field-input input:-moz-placeholder,
.cid-ua6ml3TxnC .form-control textarea:-moz-placeholder,
.cid-ua6ml3TxnC .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-ua6ml3TxnC .form-control:hover,
.cid-ua6ml3TxnC .field-input:hover,
.cid-ua6ml3TxnC .form-control:focus,
.cid-ua6ml3TxnC .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ua6ml3TxnC .form-control:hover input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input:hover input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .form-control:focus input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input:focus input::-webkit-input-placeholder,
.cid-ua6ml3TxnC .form-control:hover textarea::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input:hover textarea::-webkit-input-placeholder,
.cid-ua6ml3TxnC .form-control:focus textarea::-webkit-input-placeholder,
.cid-ua6ml3TxnC .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ua6ml3TxnC .form-control:hover input:-moz-placeholder,
.cid-ua6ml3TxnC .field-input:hover input:-moz-placeholder,
.cid-ua6ml3TxnC .form-control:focus input:-moz-placeholder,
.cid-ua6ml3TxnC .field-input:focus input:-moz-placeholder,
.cid-ua6ml3TxnC .form-control:hover textarea:-moz-placeholder,
.cid-ua6ml3TxnC .field-input:hover textarea:-moz-placeholder,
.cid-ua6ml3TxnC .form-control:focus textarea:-moz-placeholder,
.cid-ua6ml3TxnC .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-ua6ml3TxnC .jq-number__spin:hover,
.cid-ua6ml3TxnC .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ua6ml3TxnC .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ua6ml3TxnC .jq-selectbox li,
.cid-ua6ml3TxnC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua6ml3TxnC .jq-selectbox li:hover,
.cid-ua6ml3TxnC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ua6ml3TxnC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ua6ml3TxnC .jq-number__spin.minus:hover:after,
.cid-ua6ml3TxnC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua6ml3TxnC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ua6ml3TxnC .jq-number__spin.minus:after,
.cid-ua6ml3TxnC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ua6ml3TxnC input::-webkit-clear-button {
  display: none;
}
.cid-ua6ml3TxnC input::-webkit-inner-spin-button {
  display: none;
}
.cid-ua6ml3TxnC input::-webkit-outer-spin-button {
  display: none;
}
.cid-ua6ml3TxnC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ua6ml3TxnC .mbr-text,
.cid-ua6ml3TxnC .mbr-section-btn {
  color: #767676;
}
.cid-ua6ml3TxnC .text2,
.cid-ua6ml3TxnC .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ua6ml3TxnC .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tL4b5ryGdB {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-56-1920x1280.webp");
}
.cid-tL4b5ryGdB h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tL4b5ryGdB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tL4b5ryGdB .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-tL4b5ryGdB h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tL4b5ryGdB h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-tL4b5ryGdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL4b5ryGdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDuShI9JM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubDuShI9JM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ubDuShI9JM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDuShI9JM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubDuShI9JM .mbr-text,
.cid-ubDuShI9JM .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ubDuShI9JM h3:before,
  .cid-ubDuShI9JM h3:after {
    display: none;
  }
}
.cid-ubDuShI9JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDuShI9JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDuTdY86m {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ubDuTdY86m {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-ubDuTdY86m .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubDuTdY86m .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-ubDuTdY86m .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-ubDuTdY86m .icon-wrap span {
  padding-left: 8px;
}
.cid-ubDuTdY86m .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ubDuTdY86m .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ubDuTdY86m .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubDuTdY86m .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubDuTdY86m .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubDuTdY86m a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ubDuTdY86m a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ubDuTdY86m {
    padding-top: 21px;
    padding-bottom: 42px;
  }
  .cid-ubDuTdY86m .box {
    height: 250px;
  }
}
.cid-ubDuTdY86m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDuTdY86m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZelVWXb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDZelVWXb .mbr-text {
    text-align: center;
  }
}
.cid-ubDZelVWXb .container-fluid {
  padding: 0;
}
.cid-ubDZelVWXb .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDZelVWXb img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDZelVWXb .mbr-figure {
  height: 100%;
}
.cid-ubDZelVWXb .col-lg-6 {
  padding: 0;
}
.cid-ubDZelVWXb .row {
  margin: 0;
}
.cid-ubDZelVWXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDZelVWXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZelVWXb .mbr-text,
.cid-ubDZelVWXb .mbr-section-btn {
  color: #000000;
}
.cid-ubDZelVWXb H1 {
  color: #000000;
}
.cid-ubDZelVWXb H3 {
  color: #000000;
}
.cid-ubDZeZlb02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDZeZlb02 .mbr-text {
    text-align: center;
  }
}
.cid-ubDZeZlb02 .container-fluid {
  padding: 0;
}
.cid-ubDZeZlb02 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDZeZlb02 img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDZeZlb02 .mbr-figure {
  height: 100%;
}
.cid-ubDZeZlb02 .col-lg-6 {
  padding: 0;
}
.cid-ubDZeZlb02 .row {
  margin: 0;
}
.cid-ubDZeZlb02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDZeZlb02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZfxrspH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDZfxrspH .mbr-text {
    text-align: center;
  }
}
.cid-ubDZfxrspH .container-fluid {
  padding: 0;
}
.cid-ubDZfxrspH .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDZfxrspH img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDZfxrspH .mbr-figure {
  height: 100%;
}
.cid-ubDZfxrspH .col-lg-6 {
  padding: 0;
}
.cid-ubDZfxrspH .row {
  margin: 0;
}
.cid-ubDZfxrspH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDZfxrspH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZfxrspH .mbr-text,
.cid-ubDZfxrspH .mbr-section-btn {
  color: #000000;
}
.cid-ubDZfxrspH H1 {
  color: #000000;
}
.cid-ubDZfxrspH H3 {
  color: #000000;
}
.cid-ubDZgqbozg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDZgqbozg .mbr-text {
    text-align: center;
  }
}
.cid-ubDZgqbozg .container-fluid {
  padding: 0;
}
.cid-ubDZgqbozg .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDZgqbozg img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDZgqbozg .mbr-figure {
  height: 100%;
}
.cid-ubDZgqbozg .col-lg-6 {
  padding: 0;
}
.cid-ubDZgqbozg .row {
  margin: 0;
}
.cid-ubDZgqbozg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDZgqbozg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZhbsVVo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubDZhbsVVo .mbr-text {
    text-align: center;
  }
}
.cid-ubDZhbsVVo .container-fluid {
  padding: 0;
}
.cid-ubDZhbsVVo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubDZhbsVVo img {
  height: 100%;
  object-fit: cover;
}
.cid-ubDZhbsVVo .mbr-figure {
  height: 100%;
}
.cid-ubDZhbsVVo .col-lg-6 {
  padding: 0;
}
.cid-ubDZhbsVVo .row {
  margin: 0;
}
.cid-ubDZhbsVVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDZhbsVVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDZhbsVVo .mbr-text,
.cid-ubDZhbsVVo .mbr-section-btn {
  color: #000000;
}
.cid-ubDZhbsVVo H1 {
  color: #000000;
}
.cid-ubDZhbsVVo H3 {
  color: #000000;
}
.cid-ubE1oaBZr3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubE1oaBZr3 .mbr-text {
    text-align: center;
  }
}
.cid-ubE1oaBZr3 .container-fluid {
  padding: 0;
}
.cid-ubE1oaBZr3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ubE1oaBZr3 img {
  height: 100%;
  object-fit: cover;
}
.cid-ubE1oaBZr3 .mbr-figure {
  height: 100%;
}
.cid-ubE1oaBZr3 .col-lg-6 {
  padding: 0;
}
.cid-ubE1oaBZr3 .row {
  margin: 0;
}
.cid-ubE1oaBZr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubE1oaBZr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8rqm0wqL {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ua8rqm0wqL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua8rqm0wqL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua8rqm0wqL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua8rqm0wqL .mbr-text,
.cid-ua8rqm0wqL .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ua8rqm0wqL h3:before,
  .cid-ua8rqm0wqL h3:after {
    display: none;
  }
}
.cid-ua8rqm0wqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8rqm0wqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDUUCPvNP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ubDUUCPvNP .mbr-text {
  color: #767676;
}
.cid-ubDUUCPvNP .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDUUCPvNP .link {
  margin: 0;
}
.cid-ubDUUCPvNP .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDUUCPvNP .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDUUCPvNP .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDUUCPvNP .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDUUCPvNP .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDUUCPvNP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDUUCPvNP .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDUUCPvNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDUUCPvNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDUVKQP5V {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ubDUVKQP5V .mbr-text {
  color: #767676;
}
.cid-ubDUVKQP5V .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDUVKQP5V .link {
  margin: 0;
}
.cid-ubDUVKQP5V .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDUVKQP5V .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDUVKQP5V .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDUVKQP5V .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDUVKQP5V .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDUVKQP5V .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDUVKQP5V .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDUVKQP5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDUVKQP5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDUWicWhv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ubDUWicWhv .mbr-text {
  color: #767676;
}
.cid-ubDUWicWhv .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDUWicWhv .link {
  margin: 0;
}
.cid-ubDUWicWhv .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDUWicWhv .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDUWicWhv .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDUWicWhv .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDUWicWhv .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDUWicWhv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDUWicWhv .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDUWicWhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDUWicWhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDUWSwXnx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ubDUWSwXnx .mbr-text {
  color: #767676;
}
.cid-ubDUWSwXnx .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDUWSwXnx .link {
  margin: 0;
}
.cid-ubDUWSwXnx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDUWSwXnx .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDUWSwXnx .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDUWSwXnx .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDUWSwXnx .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDUWSwXnx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDUWSwXnx .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDUWSwXnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDUWSwXnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubDUXAhi7a {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-ubDUXAhi7a .mbr-text {
  color: #767676;
}
.cid-ubDUXAhi7a .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ubDUXAhi7a .link {
  margin: 0;
}
.cid-ubDUXAhi7a .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ubDUXAhi7a .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ubDUXAhi7a .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ubDUXAhi7a .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubDUXAhi7a .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ubDUXAhi7a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubDUXAhi7a .card {
    margin-bottom: 2rem;
  }
}
.cid-ubDUXAhi7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubDUXAhi7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLd1UjIFt4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLd1UjIFt4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLd1UjIFt4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLd1UjIFt4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLd1UjIFt4 .mbr-text,
.cid-tLd1UjIFt4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tLd1UjIFt4 h3:before,
  .cid-tLd1UjIFt4 h3:after {
    display: none;
  }
}
.cid-tLd1UjIFt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLd1UjIFt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8tUrXyCb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-51-1920x1280.webp");
}
.cid-ua8tUrXyCb .row {
  justify-content: flex-end;
}
.cid-ua8tUrXyCb h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua8tUrXyCb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua8tUrXyCb .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ua8tUrXyCb h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ua8tUrXyCb h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ua8tUrXyCb .mbr-text,
.cid-ua8tUrXyCb .mbr-section-btn {
  color: #efefef;
}
.cid-ua8tUrXyCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8tUrXyCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSYrp1yrt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uaSYrp1yrt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSYrp1yrt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSYrp1yrt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSYrp1yrt .mbr-text,
.cid-uaSYrp1yrt .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaSYrp1yrt h3:before,
  .cid-uaSYrp1yrt h3:after {
    display: none;
  }
}
.cid-uaSYrp1yrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSYrp1yrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSYwxbvLl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uaSYwxbvLl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uaSYwxbvLl p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uaSYwxbvLl .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-uaSYwxbvLl .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uaSYwxbvLl .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-uaSZeGa0aJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-uaSZeGa0aJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uaSZeGa0aJ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uaSZeGa0aJ .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-uaSZeGa0aJ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uaSZeGa0aJ .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-uaem0J97eS {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaem0J97eS .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaem0J97eS h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaem0J97eS h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaem0J97eS h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaem0J97eS .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaem0J97eS .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaem0J97eS .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaem0J97eS .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaem0J97eS .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaem0J97eS .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaem0J97eS .mbr-section-title,
.cid-uaem0J97eS .social-list {
  color: #000000;
}
.cid-uPVbaUTD2i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVbaUTD2i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVbaUTD2i .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVbaUTD2i .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVbaUTD2i .media-content {
  padding-left: 2rem;
}
.cid-uPVbaUTD2i textarea {
  min-height: 150px;
}
.cid-uPVbaUTD2i .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVbaUTD2i .form-control,
.cid-uPVbaUTD2i .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVbaUTD2i .form-control input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .form-control textarea::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVbaUTD2i .form-control input:-moz-placeholder,
.cid-uPVbaUTD2i .field-input input:-moz-placeholder,
.cid-uPVbaUTD2i .form-control textarea:-moz-placeholder,
.cid-uPVbaUTD2i .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVbaUTD2i .form-control:hover,
.cid-uPVbaUTD2i .field-input:hover,
.cid-uPVbaUTD2i .form-control:focus,
.cid-uPVbaUTD2i .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVbaUTD2i .form-control:hover input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input:hover input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .form-control:focus input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input:focus input::-webkit-input-placeholder,
.cid-uPVbaUTD2i .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVbaUTD2i .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVbaUTD2i .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVbaUTD2i .form-control:hover input:-moz-placeholder,
.cid-uPVbaUTD2i .field-input:hover input:-moz-placeholder,
.cid-uPVbaUTD2i .form-control:focus input:-moz-placeholder,
.cid-uPVbaUTD2i .field-input:focus input:-moz-placeholder,
.cid-uPVbaUTD2i .form-control:hover textarea:-moz-placeholder,
.cid-uPVbaUTD2i .field-input:hover textarea:-moz-placeholder,
.cid-uPVbaUTD2i .form-control:focus textarea:-moz-placeholder,
.cid-uPVbaUTD2i .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVbaUTD2i .jq-number__spin:hover,
.cid-uPVbaUTD2i .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVbaUTD2i .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVbaUTD2i .jq-selectbox li,
.cid-uPVbaUTD2i .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVbaUTD2i .jq-selectbox li:hover,
.cid-uPVbaUTD2i .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVbaUTD2i .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVbaUTD2i .jq-number__spin.minus:hover:after,
.cid-uPVbaUTD2i .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVbaUTD2i .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVbaUTD2i .jq-number__spin.minus:after,
.cid-uPVbaUTD2i .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVbaUTD2i input::-webkit-clear-button {
  display: none;
}
.cid-uPVbaUTD2i input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVbaUTD2i input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVbaUTD2i input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVbaUTD2i .mbr-text,
.cid-uPVbaUTD2i .mbr-section-btn {
  color: #767676;
}
.cid-uPVbaUTD2i .text2,
.cid-uPVbaUTD2i .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVbaUTD2i .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-tX6n834MAV {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-856x620.webp");
}
.cid-tX6n834MAV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tX6n834MAV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX6n834MAV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX6ndWXdKm {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tX6ndWXdKm .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tX6ndWXdKm .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-tX6ndWXdKm .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tX6ndWXdKm .time-line-date-content {
  margin-right: 2rem;
}
.cid-tX6ndWXdKm .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-tX6ndWXdKm .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tX6ndWXdKm .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tX6ndWXdKm .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tX6ndWXdKm .mbr-timeline-date,
.cid-tX6ndWXdKm .timeline-text-content {
  transition: all .4s;
}
.cid-tX6ndWXdKm .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tX6ndWXdKm .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-tX6ndWXdKm .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-tX6ndWXdKm .reverse .time-line-date-content p {
  float: left;
}
.cid-tX6ndWXdKm .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-tX6ndWXdKm .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-tX6ndWXdKm .iconBackground {
    left: 0 !important;
  }
  .cid-tX6ndWXdKm .separline:before {
    left: 0!important;
  }
  .cid-tX6ndWXdKm .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tX6ndWXdKm .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tX6ndWXdKm .time-line-date-content p {
    float: left !important;
  }
  .cid-tX6ndWXdKm .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-tX6ndWXdKm .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tX6ndWXdKm .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tX6nfT7avH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tX6nfT7avH .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tX6nfT7avH .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-tX6nfT7avH .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tX6nfT7avH .time-line-date-content {
  margin-right: 2rem;
}
.cid-tX6nfT7avH .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-tX6nfT7avH .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tX6nfT7avH .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tX6nfT7avH .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-tX6nfT7avH .mbr-timeline-date,
.cid-tX6nfT7avH .timeline-text-content {
  transition: all .4s;
}
.cid-tX6nfT7avH .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tX6nfT7avH .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-tX6nfT7avH .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-tX6nfT7avH .reverse .time-line-date-content p {
  float: left;
}
.cid-tX6nfT7avH .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-tX6nfT7avH .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-tX6nfT7avH .iconBackground {
    left: 0 !important;
  }
  .cid-tX6nfT7avH .separline:before {
    left: 0!important;
  }
  .cid-tX6nfT7avH .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tX6nfT7avH .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tX6nfT7avH .time-line-date-content p {
    float: left !important;
  }
  .cid-tX6nfT7avH .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-tX6nfT7avH .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tX6nfT7avH .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tX7WlmS64Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-tX7WlmS64Z .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tX7WlmS64Z h5 {
  padding-bottom: 2rem;
}
.cid-tX7WlmS64Z textarea {
  min-height: 150px;
}
.cid-tX7WlmS64Z .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tX7WlmS64Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tX7WlmS64Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX7WlmS64Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tX7WlmS64Z .form-control,
.cid-tX7WlmS64Z .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tX7WlmS64Z .form-control input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .form-control textarea::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-tX7WlmS64Z .form-control input:-moz-placeholder,
.cid-tX7WlmS64Z .field-input input:-moz-placeholder,
.cid-tX7WlmS64Z .form-control textarea:-moz-placeholder,
.cid-tX7WlmS64Z .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-tX7WlmS64Z .form-control:hover,
.cid-tX7WlmS64Z .field-input:hover,
.cid-tX7WlmS64Z .form-control:focus,
.cid-tX7WlmS64Z .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tX7WlmS64Z .form-control:hover input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input:hover input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .form-control:focus input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input:focus input::-webkit-input-placeholder,
.cid-tX7WlmS64Z .form-control:hover textarea::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input:hover textarea::-webkit-input-placeholder,
.cid-tX7WlmS64Z .form-control:focus textarea::-webkit-input-placeholder,
.cid-tX7WlmS64Z .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tX7WlmS64Z .form-control:hover input:-moz-placeholder,
.cid-tX7WlmS64Z .field-input:hover input:-moz-placeholder,
.cid-tX7WlmS64Z .form-control:focus input:-moz-placeholder,
.cid-tX7WlmS64Z .field-input:focus input:-moz-placeholder,
.cid-tX7WlmS64Z .form-control:hover textarea:-moz-placeholder,
.cid-tX7WlmS64Z .field-input:hover textarea:-moz-placeholder,
.cid-tX7WlmS64Z .form-control:focus textarea:-moz-placeholder,
.cid-tX7WlmS64Z .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-tX7WlmS64Z .jq-number__spin:hover,
.cid-tX7WlmS64Z .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tX7WlmS64Z .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tX7WlmS64Z .jq-selectbox li,
.cid-tX7WlmS64Z .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tX7WlmS64Z .jq-selectbox li:hover,
.cid-tX7WlmS64Z .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tX7WlmS64Z .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tX7WlmS64Z .jq-number__spin.minus:hover:after,
.cid-tX7WlmS64Z .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tX7WlmS64Z .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tX7WlmS64Z .jq-number__spin.minus:after,
.cid-tX7WlmS64Z .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tX7WlmS64Z input::-webkit-clear-button {
  display: none;
}
.cid-tX7WlmS64Z input::-webkit-inner-spin-button {
  display: none;
}
.cid-tX7WlmS64Z input::-webkit-outer-spin-button {
  display: none;
}
.cid-tX7WlmS64Z input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tX7WlmS64Z H5 {
  text-align: center;
  color: #000000;
}
.cid-tX7WlmS64Z P {
  text-align: center;
  color: #767676;
}
.cid-tX7WlmS64Z H3 {
  color: #000000;
}
.cid-uaelnwk1mH {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaelnwk1mH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaelnwk1mH h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaelnwk1mH h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelnwk1mH h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaelnwk1mH .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaelnwk1mH .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaelnwk1mH .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaelnwk1mH .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaelnwk1mH .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaelnwk1mH .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaelnwk1mH .mbr-section-title,
.cid-uaelnwk1mH .social-list {
  color: #000000;
}
.cid-uPVaVXbRqn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaVXbRqn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaVXbRqn .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaVXbRqn .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaVXbRqn .media-content {
  padding-left: 2rem;
}
.cid-uPVaVXbRqn textarea {
  min-height: 150px;
}
.cid-uPVaVXbRqn .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaVXbRqn .form-control,
.cid-uPVaVXbRqn .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaVXbRqn .form-control input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .form-control textarea::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaVXbRqn .form-control input:-moz-placeholder,
.cid-uPVaVXbRqn .field-input input:-moz-placeholder,
.cid-uPVaVXbRqn .form-control textarea:-moz-placeholder,
.cid-uPVaVXbRqn .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaVXbRqn .form-control:hover,
.cid-uPVaVXbRqn .field-input:hover,
.cid-uPVaVXbRqn .form-control:focus,
.cid-uPVaVXbRqn .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaVXbRqn .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaVXbRqn .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaVXbRqn .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaVXbRqn .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaVXbRqn .form-control:hover input:-moz-placeholder,
.cid-uPVaVXbRqn .field-input:hover input:-moz-placeholder,
.cid-uPVaVXbRqn .form-control:focus input:-moz-placeholder,
.cid-uPVaVXbRqn .field-input:focus input:-moz-placeholder,
.cid-uPVaVXbRqn .form-control:hover textarea:-moz-placeholder,
.cid-uPVaVXbRqn .field-input:hover textarea:-moz-placeholder,
.cid-uPVaVXbRqn .form-control:focus textarea:-moz-placeholder,
.cid-uPVaVXbRqn .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaVXbRqn .jq-number__spin:hover,
.cid-uPVaVXbRqn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaVXbRqn .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaVXbRqn .jq-selectbox li,
.cid-uPVaVXbRqn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaVXbRqn .jq-selectbox li:hover,
.cid-uPVaVXbRqn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaVXbRqn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaVXbRqn .jq-number__spin.minus:hover:after,
.cid-uPVaVXbRqn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaVXbRqn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaVXbRqn .jq-number__spin.minus:after,
.cid-uPVaVXbRqn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaVXbRqn input::-webkit-clear-button {
  display: none;
}
.cid-uPVaVXbRqn input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaVXbRqn input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaVXbRqn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaVXbRqn .mbr-text,
.cid-uPVaVXbRqn .mbr-section-btn {
  color: #767676;
}
.cid-uPVaVXbRqn .text2,
.cid-uPVaVXbRqn .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaVXbRqn .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ua6jn0cqYC {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/acelera-futuro-home-1920x1281.webp");
}
.cid-ua6jn0cqYC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua6jn0cqYC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn0cqYC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn1G32q {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ua6jn1G32q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua6jn1G32q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn1G32q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn1G32q .mbr-text,
.cid-ua6jn1G32q .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ua6jn1G32q h3:before,
  .cid-ua6jn1G32q h3:after {
    display: none;
  }
}
.cid-ua6jn1G32q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6jn1G32q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvrkVQvQW1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.webp");
}
.cid-uvrkVQvQW1 .row {
  justify-content: flex-end;
}
.cid-uvrkVQvQW1 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvrkVQvQW1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvrkVQvQW1 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uvrkVQvQW1 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uvrkVQvQW1 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uvrkVQvQW1 .mbr-text,
.cid-uvrkVQvQW1 .mbr-section-btn {
  color: #efefef;
}
.cid-uvrkVQvQW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrkVQvQW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGi3gc32t {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJGi3gc32t h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGi3gc32t h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGi3gc32t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGi3gc32t .mbr-text,
.cid-uJGi3gc32t .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJGi3gc32t h3:before,
  .cid-uJGi3gc32t h3:after {
    display: none;
  }
}
.cid-uJGi3gc32t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGi3gc32t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGi5ATzqv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJGi5ATzqv .mbr-text {
    text-align: center;
  }
}
.cid-uJGi5ATzqv .container-fluid {
  padding: 0;
}
.cid-uJGi5ATzqv .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uJGi5ATzqv img {
  height: 100%;
  object-fit: cover;
}
.cid-uJGi5ATzqv .mbr-figure {
  height: 100%;
}
.cid-uJGi5ATzqv .col-lg-6 {
  padding: 0;
}
.cid-uJGi5ATzqv .row {
  margin: 0;
}
.cid-uJGi5ATzqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGi5ATzqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGi6isFQJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJGi6isFQJ .mbr-text {
    text-align: center;
  }
}
.cid-uJGi6isFQJ .container-fluid {
  padding: 0;
}
.cid-uJGi6isFQJ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uJGi6isFQJ img {
  height: 100%;
  object-fit: cover;
}
.cid-uJGi6isFQJ .mbr-figure {
  height: 100%;
}
.cid-uJGi6isFQJ .col-lg-6 {
  padding: 0;
}
.cid-uJGi6isFQJ .row {
  margin: 0;
}
.cid-uJGi6isFQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGi6isFQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGi6isFQJ .mbr-text,
.cid-uJGi6isFQJ .mbr-section-btn {
  color: #000000;
}
.cid-uJGi6isFQJ H1 {
  color: #000000;
}
.cid-uJGi6isFQJ H3 {
  color: #000000;
}
.cid-uJGi72ihsj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJGi72ihsj .mbr-text {
    text-align: center;
  }
}
.cid-uJGi72ihsj .container-fluid {
  padding: 0;
}
.cid-uJGi72ihsj .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uJGi72ihsj img {
  height: 100%;
  object-fit: cover;
}
.cid-uJGi72ihsj .mbr-figure {
  height: 100%;
}
.cid-uJGi72ihsj .col-lg-6 {
  padding: 0;
}
.cid-uJGi72ihsj .row {
  margin: 0;
}
.cid-uJGi72ihsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGi72ihsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGi80rrIf {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uJGi80rrIf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJGi80rrIf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGi80rrIf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJGi80rrIf .mbr-text,
.cid-uJGi80rrIf .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uJGi80rrIf h3:before,
  .cid-uJGi80rrIf h3:after {
    display: none;
  }
}
.cid-uJGi80rrIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGi80rrIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJH1WFtSYT {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-uJH1WFtSYT .accordion .card {
  overflow: visible;
}
.cid-uJH1WFtSYT .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uJH1WFtSYT .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uJH1WFtSYT .panel-text {
  padding: 0rem;
}
.cid-uJH1WFtSYT .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uJH1WFtSYT .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uJH1WFtSYT .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uJH1WFtSYT .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uJH1WFtSYT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uJH1WFtSYT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJH1WFtSYT .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uJH1WFtSYT .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uJH1WFtSYT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uJH1WFtSYT .card .panel-body {
  color: #767676;
}
.cid-uJH1WFtSYT .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uJH1WFtSYT H4 {
  color: #000000;
}
.cid-uJH1WFtSYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJH1WFtSYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6jn3Zxfa {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-ua6jn3Zxfa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua6jn3Zxfa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn3Zxfa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn3Zxfa .mbr-text,
.cid-ua6jn3Zxfa .mbr-section-btn {
  color: #767676;
}
.cid-ua6jn4cTOi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ua6jn4cTOi img {
  width: 65%;
  pointer-events: all;
}
.cid-ua6jn4cTOi .row {
  justify-content: center;
}
.cid-ua6jn4cTOi .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-ua6jn4cTOi .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-ua6jn4cTOi .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-ua6jn4cTOi .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ua6jn4cTOi .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-ua6jn4cTOi .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-ua6jn4cTOi .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-ua6jn4cTOi .item {
    height: 300px;
  }
}
.cid-ua6jn53B9p {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ua6jn53B9p h3 {
  text-align: center;
}
.cid-ua6jn53B9p h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-ua6jn53B9p h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn53B9p h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua6jn53B9p .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-ua6jn53B9p .mbr-section-subtitle {
  color: #767676;
}
.cid-ua6jn53B9p .pie_progress__number {
  text-align: center !important;
}
.cid-ua6jn53B9p .card-title {
  margin-bottom: 0;
}
.cid-ua6jn53B9p .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-ua6jn53B9p .svg-gradient {
  position: absolute;
}
.cid-ua6jn53B9p ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-ua6jn53B9p path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua6jn53B9p .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-uvkmZZsSZt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-7889-copia-1832x1221.webp");
}
.cid-uvkmZZsSZt .row {
  justify-content: flex-end;
}
.cid-uvkmZZsSZt h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvkmZZsSZt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvkmZZsSZt .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uvkmZZsSZt h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uvkmZZsSZt h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uvkmZZsSZt .mbr-text,
.cid-uvkmZZsSZt .mbr-section-btn {
  color: #efefef;
}
.cid-uvkmZZsSZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkmZZsSZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uael6tqJGe {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uael6tqJGe .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uael6tqJGe h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uael6tqJGe h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uael6tqJGe h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uael6tqJGe .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uael6tqJGe .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uael6tqJGe .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uael6tqJGe .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uael6tqJGe .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uael6tqJGe .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uael6tqJGe .mbr-section-title,
.cid-uael6tqJGe .social-list {
  color: #000000;
}
.cid-uPVaRKv27T {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaRKv27T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaRKv27T .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaRKv27T .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaRKv27T .media-content {
  padding-left: 2rem;
}
.cid-uPVaRKv27T textarea {
  min-height: 150px;
}
.cid-uPVaRKv27T .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaRKv27T .form-control,
.cid-uPVaRKv27T .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaRKv27T .form-control input::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input input::-webkit-input-placeholder,
.cid-uPVaRKv27T .form-control textarea::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaRKv27T .form-control input:-moz-placeholder,
.cid-uPVaRKv27T .field-input input:-moz-placeholder,
.cid-uPVaRKv27T .form-control textarea:-moz-placeholder,
.cid-uPVaRKv27T .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaRKv27T .form-control:hover,
.cid-uPVaRKv27T .field-input:hover,
.cid-uPVaRKv27T .form-control:focus,
.cid-uPVaRKv27T .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaRKv27T .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaRKv27T .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaRKv27T .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaRKv27T .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaRKv27T .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaRKv27T .form-control:hover input:-moz-placeholder,
.cid-uPVaRKv27T .field-input:hover input:-moz-placeholder,
.cid-uPVaRKv27T .form-control:focus input:-moz-placeholder,
.cid-uPVaRKv27T .field-input:focus input:-moz-placeholder,
.cid-uPVaRKv27T .form-control:hover textarea:-moz-placeholder,
.cid-uPVaRKv27T .field-input:hover textarea:-moz-placeholder,
.cid-uPVaRKv27T .form-control:focus textarea:-moz-placeholder,
.cid-uPVaRKv27T .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaRKv27T .jq-number__spin:hover,
.cid-uPVaRKv27T .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaRKv27T .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaRKv27T .jq-selectbox li,
.cid-uPVaRKv27T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaRKv27T .jq-selectbox li:hover,
.cid-uPVaRKv27T .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaRKv27T .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaRKv27T .jq-number__spin.minus:hover:after,
.cid-uPVaRKv27T .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaRKv27T .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaRKv27T .jq-number__spin.minus:after,
.cid-uPVaRKv27T .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaRKv27T input::-webkit-clear-button {
  display: none;
}
.cid-uPVaRKv27T input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaRKv27T input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaRKv27T input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaRKv27T .mbr-text,
.cid-uPVaRKv27T .mbr-section-btn {
  color: #767676;
}
.cid-uPVaRKv27T .text2,
.cid-uPVaRKv27T .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaRKv27T .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ua8kAqQBPz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-ua8kAqQBPz h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ua8kAqQBPz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ua8kAqQBPz .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-ua8kAqQBPz h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ua8kAqQBPz h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uadbIrId1r {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/imagem-livro.001.001-1920x1080.webp");
}
.cid-uadbIrId1r h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uadbIrId1r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadbIrId1r .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uadbIrId1r h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uadbIrId1r h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uadbIrId1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadbIrId1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqtSCX8a6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvqtSCX8a6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvqtSCX8a6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvqtSCX8a6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvqtSCX8a6 .mbr-text,
.cid-uvqtSCX8a6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uvqtSCX8a6 h3:before,
  .cid-uvqtSCX8a6 h3:after {
    display: none;
  }
}
.cid-uvqtSCX8a6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqtSCX8a6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqtT7Ihfu {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-uvqtT7Ihfu .accordion .card {
  overflow: visible;
}
.cid-uvqtT7Ihfu .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uvqtT7Ihfu .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uvqtT7Ihfu .panel-text {
  padding: 0rem;
}
.cid-uvqtT7Ihfu .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uvqtT7Ihfu .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uvqtT7Ihfu .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uvqtT7Ihfu .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uvqtT7Ihfu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uvqtT7Ihfu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uvqtT7Ihfu .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uvqtT7Ihfu .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uvqtT7Ihfu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uvqtT7Ihfu .card .panel-body {
  color: #767676;
}
.cid-uvqtT7Ihfu .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uvqtT7Ihfu H4 {
  color: #000000;
}
.cid-uvqtT7Ihfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqtT7Ihfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5giwRYvr {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/gravidez-squashed.png-1920x1280.png");
}
.cid-uQ5giwRYvr h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uQ5giwRYvr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uQ5giwRYvr .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uQ5giwRYvr h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uQ5giwRYvr h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uQ5giwRYvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5giwRYvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5h8KVD55 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5h8KVD55 .mbr-text {
  color: #767676;
}
.cid-uQ5h8KVD55 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5h8KVD55 .link {
  margin: 0;
}
.cid-uQ5h8KVD55 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5h8KVD55 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5h8KVD55 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5h8KVD55 .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5h8KVD55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5h8KVD55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKloDl0xk5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-uKloDl0xk5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uKloDl0xk5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uKloDl0xk5 .container {
    max-width: 1600px;
  }
}
.cid-uKloDl0xk5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uKloDl0xk5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uKloDl0xk5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uKloDl0xk5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uKloDl0xk5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uKloDl0xk5 .team-item .item-image img {
  width: 100%;
}
.cid-uKloDl0xk5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uKloDl0xk5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uKloDl0xk5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uKloDl0xk5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uKloDl0xk5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKloDl0xk5 .item-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKloDl0xk5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uKloDl0xk5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uKloDl0xk5 .item-social {
    opacity: 1;
  }
}
.cid-uKloDl0xk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKloDl0xk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKloDl0xk5 .item-name {
  color: #ffffff;
}
.cid-uKloDl0xk5 H2 {
  color: #ffffff;
}
.cid-uKloDU7BMi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-uKloDU7BMi .mbr-section-subtitle {
  color: #767676;
}
.cid-uKloDU7BMi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uKloDU7BMi .container {
    max-width: 1600px;
  }
}
.cid-uKloDU7BMi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uKloDU7BMi .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uKloDU7BMi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uKloDU7BMi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uKloDU7BMi .team-item:hover .item-social {
  opacity: 1;
}
.cid-uKloDU7BMi .team-item .item-image img {
  width: 100%;
}
.cid-uKloDU7BMi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uKloDU7BMi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uKloDU7BMi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uKloDU7BMi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uKloDU7BMi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uKloDU7BMi .item-text {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKloDU7BMi .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uKloDU7BMi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uKloDU7BMi .item-social {
    opacity: 1;
  }
}
.cid-uKloDU7BMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKloDU7BMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKloDU7BMi .item-name {
  color: #ffffff;
}
.cid-uPTx9pEWzQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPTx9pEWzQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPTx9pEWzQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPTx9pEWzQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPTx9pEWzQ .mbr-text,
.cid-uPTx9pEWzQ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uPTx9pEWzQ h3:before,
  .cid-uPTx9pEWzQ h3:after {
    display: none;
  }
}
.cid-uPTx9pEWzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTx9pEWzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTfOOPWgk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPTfOOPWgk .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTfOOPWgk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTfOOPWgk .container {
    max-width: 1600px;
  }
}
.cid-uPTfOOPWgk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTfOOPWgk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTfOOPWgk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTfOOPWgk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uPTfOOPWgk .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTfOOPWgk .team-item .item-image img {
  width: 100%;
}
.cid-uPTfOOPWgk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTfOOPWgk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTfOOPWgk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTfOOPWgk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTfOOPWgk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTfOOPWgk .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPTfOOPWgk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTfOOPWgk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTfOOPWgk .item-social {
    opacity: 1;
  }
}
.cid-uPTfOOPWgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTfOOPWgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTfPmJXmk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPTfPmJXmk .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTfPmJXmk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTfPmJXmk .container {
    max-width: 1600px;
  }
}
.cid-uPTfPmJXmk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTfPmJXmk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTfPmJXmk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTfPmJXmk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uPTfPmJXmk .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTfPmJXmk .team-item .item-image img {
  width: 100%;
}
.cid-uPTfPmJXmk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTfPmJXmk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTfPmJXmk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTfPmJXmk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTfPmJXmk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTfPmJXmk .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPTfPmJXmk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTfPmJXmk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTfPmJXmk .item-social {
    opacity: 1;
  }
}
.cid-uPTfPmJXmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTfPmJXmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5hpuAnhy {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/livro-1.gif");
}
.cid-uQ5hpuAnhy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uQ5hpuAnhy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uQ5hpuAnhy .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uQ5hpuAnhy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uQ5hpuAnhy h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uQ5hpuAnhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5hpuAnhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l2jFNQI {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l2jFNQI .mbr-text {
  color: #767676;
}
.cid-uQ5l2jFNQI .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l2jFNQI .link {
  margin: 0;
}
.cid-uQ5l2jFNQI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l2jFNQI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l2jFNQI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l2jFNQI .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l2jFNQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l2jFNQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l2Xx4cE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l2Xx4cE .mbr-text {
  color: #767676;
}
.cid-uQ5l2Xx4cE .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l2Xx4cE .link {
  margin: 0;
}
.cid-uQ5l2Xx4cE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l2Xx4cE .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l2Xx4cE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l2Xx4cE .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l2Xx4cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l2Xx4cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l3JnIlr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l3JnIlr .mbr-text {
  color: #767676;
}
.cid-uQ5l3JnIlr .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l3JnIlr .link {
  margin: 0;
}
.cid-uQ5l3JnIlr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l3JnIlr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l3JnIlr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l3JnIlr .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l3JnIlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l3JnIlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l4husG4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l4husG4 .mbr-text {
  color: #767676;
}
.cid-uQ5l4husG4 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l4husG4 .link {
  margin: 0;
}
.cid-uQ5l4husG4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l4husG4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l4husG4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l4husG4 .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l4husG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l4husG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l1ixlhV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l1ixlhV .mbr-text {
  color: #767676;
}
.cid-uQ5l1ixlhV .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l1ixlhV .link {
  margin: 0;
}
.cid-uQ5l1ixlhV .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l1ixlhV .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l1ixlhV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l1ixlhV .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l1ixlhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l1ixlhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l5DGzt4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQ5l5DGzt4 .mbr-text {
  color: #767676;
}
.cid-uQ5l5DGzt4 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uQ5l5DGzt4 .link {
  margin: 0;
}
.cid-uQ5l5DGzt4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uQ5l5DGzt4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uQ5l5DGzt4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQ5l5DGzt4 .card {
    margin-bottom: 3rem;
  }
}
.cid-uQ5l5DGzt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l5DGzt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5l6ckboC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-uQ5l6ckboC .row {
  justify-content: flex-end;
}
.cid-uQ5l6ckboC h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uQ5l6ckboC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uQ5l6ckboC .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uQ5l6ckboC h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uQ5l6ckboC h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uQ5l6ckboC .mbr-text,
.cid-uQ5l6ckboC .mbr-section-btn {
  color: #efefef;
}
.cid-uQ5l6ckboC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5l6ckboC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5hvZAu7Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ5hvZAu7Z .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uQ5hvZAu7Z h5 {
  padding-bottom: 2rem;
}
.cid-uQ5hvZAu7Z textarea {
  min-height: 150px;
}
.cid-uQ5hvZAu7Z .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uQ5hvZAu7Z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uQ5hvZAu7Z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uQ5hvZAu7Z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uQ5hvZAu7Z .form-control,
.cid-uQ5hvZAu7Z .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uQ5hvZAu7Z .form-control:hover,
.cid-uQ5hvZAu7Z .field-input:hover,
.cid-uQ5hvZAu7Z .form-control:focus,
.cid-uQ5hvZAu7Z .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uQ5hvZAu7Z .form-control:hover input::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .field-input:hover input::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .form-control:focus input::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .field-input:focus input::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .form-control:hover textarea::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .field-input:hover textarea::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .form-control:focus textarea::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uQ5hvZAu7Z .form-control:hover input:-moz-placeholder,
.cid-uQ5hvZAu7Z .field-input:hover input:-moz-placeholder,
.cid-uQ5hvZAu7Z .form-control:focus input:-moz-placeholder,
.cid-uQ5hvZAu7Z .field-input:focus input:-moz-placeholder,
.cid-uQ5hvZAu7Z .form-control:hover textarea:-moz-placeholder,
.cid-uQ5hvZAu7Z .field-input:hover textarea:-moz-placeholder,
.cid-uQ5hvZAu7Z .form-control:focus textarea:-moz-placeholder,
.cid-uQ5hvZAu7Z .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uQ5hvZAu7Z input::-webkit-input-placeholder,
.cid-uQ5hvZAu7Z textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uQ5hvZAu7Z input:-moz-placeholder,
.cid-uQ5hvZAu7Z textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uQ5hvZAu7Z .jq-number__spin:hover,
.cid-uQ5hvZAu7Z .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uQ5hvZAu7Z .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQ5hvZAu7Z .jq-selectbox li,
.cid-uQ5hvZAu7Z .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uQ5hvZAu7Z .jq-selectbox li:hover,
.cid-uQ5hvZAu7Z .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uQ5hvZAu7Z .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uQ5hvZAu7Z .jq-number__spin.minus:hover:after,
.cid-uQ5hvZAu7Z .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uQ5hvZAu7Z .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uQ5hvZAu7Z .jq-number__spin.minus:after,
.cid-uQ5hvZAu7Z .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uQ5hvZAu7Z input::-webkit-clear-button {
  display: none;
}
.cid-uQ5hvZAu7Z input::-webkit-inner-spin-button {
  display: none;
}
.cid-uQ5hvZAu7Z input::-webkit-outer-spin-button {
  display: none;
}
.cid-uQ5hvZAu7Z input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uQ5hvZAu7Z H5 {
  text-align: center;
  color: #000000;
}
.cid-uQ5hvZAu7Z P {
  text-align: center;
  color: #767676;
}
.cid-uQ5hvZAu7Z H3 {
  color: #000000;
}
.cid-uvqUnfM5Sp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.webp");
}
.cid-uvqUnfM5Sp .row {
  justify-content: flex-end;
}
.cid-uvqUnfM5Sp h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvqUnfM5Sp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvqUnfM5Sp .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uvqUnfM5Sp h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uvqUnfM5Sp h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uvqUnfM5Sp .mbr-text,
.cid-uvqUnfM5Sp .mbr-section-btn {
  color: #efefef;
}
.cid-uvqUnfM5Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqUnfM5Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uael0imWZu {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uael0imWZu .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uael0imWZu h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uael0imWZu h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uael0imWZu h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uael0imWZu .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uael0imWZu .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uael0imWZu .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uael0imWZu .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uael0imWZu .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uael0imWZu .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uael0imWZu .mbr-section-title,
.cid-uael0imWZu .social-list {
  color: #000000;
}
.cid-uPVaKUwtQE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaKUwtQE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaKUwtQE .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaKUwtQE .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaKUwtQE .media-content {
  padding-left: 2rem;
}
.cid-uPVaKUwtQE textarea {
  min-height: 150px;
}
.cid-uPVaKUwtQE .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaKUwtQE .form-control,
.cid-uPVaKUwtQE .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaKUwtQE .form-control input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .form-control textarea::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaKUwtQE .form-control input:-moz-placeholder,
.cid-uPVaKUwtQE .field-input input:-moz-placeholder,
.cid-uPVaKUwtQE .form-control textarea:-moz-placeholder,
.cid-uPVaKUwtQE .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaKUwtQE .form-control:hover,
.cid-uPVaKUwtQE .field-input:hover,
.cid-uPVaKUwtQE .form-control:focus,
.cid-uPVaKUwtQE .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaKUwtQE .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaKUwtQE .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaKUwtQE .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaKUwtQE .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaKUwtQE .form-control:hover input:-moz-placeholder,
.cid-uPVaKUwtQE .field-input:hover input:-moz-placeholder,
.cid-uPVaKUwtQE .form-control:focus input:-moz-placeholder,
.cid-uPVaKUwtQE .field-input:focus input:-moz-placeholder,
.cid-uPVaKUwtQE .form-control:hover textarea:-moz-placeholder,
.cid-uPVaKUwtQE .field-input:hover textarea:-moz-placeholder,
.cid-uPVaKUwtQE .form-control:focus textarea:-moz-placeholder,
.cid-uPVaKUwtQE .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaKUwtQE .jq-number__spin:hover,
.cid-uPVaKUwtQE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaKUwtQE .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaKUwtQE .jq-selectbox li,
.cid-uPVaKUwtQE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaKUwtQE .jq-selectbox li:hover,
.cid-uPVaKUwtQE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaKUwtQE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaKUwtQE .jq-number__spin.minus:hover:after,
.cid-uPVaKUwtQE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaKUwtQE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaKUwtQE .jq-number__spin.minus:after,
.cid-uPVaKUwtQE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaKUwtQE input::-webkit-clear-button {
  display: none;
}
.cid-uPVaKUwtQE input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaKUwtQE input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaKUwtQE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaKUwtQE .mbr-text,
.cid-uPVaKUwtQE .mbr-section-btn {
  color: #767676;
}
.cid-uPVaKUwtQE .text2,
.cid-uPVaKUwtQE .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaKUwtQE .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uadOaX1ZOc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1137.webp");
}
.cid-uadOaX1ZOc h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uadOaX1ZOc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadOaX1ZOc .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uadOaX1ZOc h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uadOaX1ZOc h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaeKZ92F89 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uaeKZ92F89 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaeKZ92F89 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeKZ92F89 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeKZ92F89 .mbr-text,
.cid-uaeKZ92F89 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaeKZ92F89 h3:before,
  .cid-uaeKZ92F89 h3:after {
    display: none;
  }
}
.cid-uaeKZ92F89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeKZ92F89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeLfgnVaM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-uaeLfgnVaM .mbr-text {
  color: #767676;
}
.cid-uaeLfgnVaM .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-uaeLfgnVaM .link {
  margin: 0;
}
.cid-uaeLfgnVaM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uaeLfgnVaM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-uaeLfgnVaM .card {
    display: flex;
    flex-direction: row;
  }
  .cid-uaeLfgnVaM .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaeLfgnVaM .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uaeLfgnVaM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaeLfgnVaM .card {
    margin-bottom: 2rem;
  }
}
.cid-uaeLfgnVaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeLfgnVaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeLNVG11S {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uaeLNVG11S h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaeLNVG11S h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeLNVG11S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeLNVG11S .mbr-text,
.cid-uaeLNVG11S .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaeLNVG11S h3:before,
  .cid-uaeLNVG11S h3:after {
    display: none;
  }
}
.cid-uaeLNVG11S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeLNVG11S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeM1fq1Vn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaeM1fq1Vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeM1fq1Vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeM1fq1Vn .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaeM1fq1Vn .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaeM1fq1Vn .img1 {
  background: #879a9f;
}
.cid-uaeM1fq1Vn .img2 {
  background: #6592e6;
}
.cid-uaeM1fq1Vn .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaeM1fq1Vn .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaeM1fq1Vn .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaeM1fq1Vn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaeM1fq1Vn .card-wrapper {
    flex-direction: column;
  }
  .cid-uaeM1fq1Vn .card-box {
    padding: 1rem;
  }
  .cid-uaeM1fq1Vn .card-box,
  .cid-uaeM1fq1Vn .img-wrapper {
    width: 100%;
  }
  .cid-uaeM1fq1Vn .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaeM1fq1Vn .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaeM1fq1Vn .card-subtitle {
  color: #0077ff;
}
.cid-uaeM1fq1Vn .mbr-text,
.cid-uaeM1fq1Vn .link-wrap {
  color: #555555;
}
.cid-uaeM2J7NEg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaeM2J7NEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeM2J7NEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeM2J7NEg .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaeM2J7NEg .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaeM2J7NEg .img1 {
  background: #ffe161;
}
.cid-uaeM2J7NEg .img2 {
  background: #073b4c;
}
.cid-uaeM2J7NEg .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaeM2J7NEg .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaeM2J7NEg .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaeM2J7NEg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaeM2J7NEg .card-wrapper {
    flex-direction: column;
  }
  .cid-uaeM2J7NEg .card-box {
    padding: 1rem;
  }
  .cid-uaeM2J7NEg .card-box,
  .cid-uaeM2J7NEg .img-wrapper {
    width: 100%;
  }
  .cid-uaeM2J7NEg .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaeM2J7NEg .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaeM2J7NEg .card-subtitle {
  color: #0077ff;
}
.cid-uaeM2J7NEg .mbr-text,
.cid-uaeM2J7NEg .link-wrap {
  color: #555555;
}
.cid-uaeMsXKEMG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uaeMsXKEMG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaeMsXKEMG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeMsXKEMG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeMsXKEMG .mbr-text,
.cid-uaeMsXKEMG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaeMsXKEMG h3:before,
  .cid-uaeMsXKEMG h3:after {
    display: none;
  }
}
.cid-uaeMsXKEMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeMsXKEMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekUbM56n {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaekUbM56n .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaekUbM56n h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaekUbM56n h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekUbM56n h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekUbM56n .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaekUbM56n .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaekUbM56n .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaekUbM56n .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaekUbM56n .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaekUbM56n .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaekUbM56n .mbr-section-title,
.cid-uaekUbM56n .social-list {
  color: #000000;
}
.cid-uPVaGqXx8k {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaGqXx8k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaGqXx8k .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaGqXx8k .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaGqXx8k .media-content {
  padding-left: 2rem;
}
.cid-uPVaGqXx8k textarea {
  min-height: 150px;
}
.cid-uPVaGqXx8k .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaGqXx8k .form-control,
.cid-uPVaGqXx8k .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaGqXx8k .form-control input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .form-control textarea::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaGqXx8k .form-control input:-moz-placeholder,
.cid-uPVaGqXx8k .field-input input:-moz-placeholder,
.cid-uPVaGqXx8k .form-control textarea:-moz-placeholder,
.cid-uPVaGqXx8k .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaGqXx8k .form-control:hover,
.cid-uPVaGqXx8k .field-input:hover,
.cid-uPVaGqXx8k .form-control:focus,
.cid-uPVaGqXx8k .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaGqXx8k .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaGqXx8k .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaGqXx8k .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaGqXx8k .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaGqXx8k .form-control:hover input:-moz-placeholder,
.cid-uPVaGqXx8k .field-input:hover input:-moz-placeholder,
.cid-uPVaGqXx8k .form-control:focus input:-moz-placeholder,
.cid-uPVaGqXx8k .field-input:focus input:-moz-placeholder,
.cid-uPVaGqXx8k .form-control:hover textarea:-moz-placeholder,
.cid-uPVaGqXx8k .field-input:hover textarea:-moz-placeholder,
.cid-uPVaGqXx8k .form-control:focus textarea:-moz-placeholder,
.cid-uPVaGqXx8k .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaGqXx8k .jq-number__spin:hover,
.cid-uPVaGqXx8k .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaGqXx8k .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaGqXx8k .jq-selectbox li,
.cid-uPVaGqXx8k .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaGqXx8k .jq-selectbox li:hover,
.cid-uPVaGqXx8k .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaGqXx8k .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaGqXx8k .jq-number__spin.minus:hover:after,
.cid-uPVaGqXx8k .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaGqXx8k .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaGqXx8k .jq-number__spin.minus:after,
.cid-uPVaGqXx8k .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaGqXx8k input::-webkit-clear-button {
  display: none;
}
.cid-uPVaGqXx8k input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaGqXx8k input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaGqXx8k input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaGqXx8k .mbr-text,
.cid-uPVaGqXx8k .mbr-section-btn {
  color: #767676;
}
.cid-uPVaGqXx8k .text2,
.cid-uPVaGqXx8k .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaGqXx8k .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaenIc5JdW {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-15.webp");
}
.cid-uaenIc5JdW h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaenIc5JdW h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenIc5JdW .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaenIc5JdW h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaenIc5JdW h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaenIc5JdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaenIc5JdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaenCSXOaT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaenCSXOaT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaenCSXOaT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenCSXOaT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenCSXOaT .mbr-text,
.cid-uaenCSXOaT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaenCSXOaT h3:before,
  .cid-uaenCSXOaT h3:after {
    display: none;
  }
}
.cid-uaenCSXOaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaenCSXOaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaenzCx5Je {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-60-1920x1280.webp");
}
.cid-uaenzCx5Je h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uaenzCx5Je h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenzCx5Je h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uaenzCx5Je h3:before,
  .cid-uaenzCx5Je h3:after {
    display: none;
  }
}
.cid-uaenzCx5Je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaenzCx5Je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaenE9wQIF {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uaenE9wQIF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaenE9wQIF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenE9wQIF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaenE9wQIF .mbr-text,
.cid-uaenE9wQIF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaenE9wQIF h3:before,
  .cid-uaenE9wQIF h3:after {
    display: none;
  }
}
.cid-uaenE9wQIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaenE9wQIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeoxiNn0G {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-25-1920x1280.webp");
}
.cid-uaeoxiNn0G h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uaeoxiNn0G h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeoxiNn0G h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uaeoxiNn0G h3:before,
  .cid-uaeoxiNn0G h3:after {
    display: none;
  }
}
.cid-uaeoxiNn0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeoxiNn0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekPAJd3Q {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaekPAJd3Q .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaekPAJd3Q h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaekPAJd3Q h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekPAJd3Q h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekPAJd3Q .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaekPAJd3Q .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaekPAJd3Q .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaekPAJd3Q .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaekPAJd3Q .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaekPAJd3Q .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaekPAJd3Q .mbr-section-title,
.cid-uaekPAJd3Q .social-list {
  color: #000000;
}
.cid-uPVaD4ad7A {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaD4ad7A .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaD4ad7A .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaD4ad7A .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaD4ad7A .media-content {
  padding-left: 2rem;
}
.cid-uPVaD4ad7A textarea {
  min-height: 150px;
}
.cid-uPVaD4ad7A .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaD4ad7A .form-control,
.cid-uPVaD4ad7A .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaD4ad7A .form-control input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .form-control textarea::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaD4ad7A .form-control input:-moz-placeholder,
.cid-uPVaD4ad7A .field-input input:-moz-placeholder,
.cid-uPVaD4ad7A .form-control textarea:-moz-placeholder,
.cid-uPVaD4ad7A .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaD4ad7A .form-control:hover,
.cid-uPVaD4ad7A .field-input:hover,
.cid-uPVaD4ad7A .form-control:focus,
.cid-uPVaD4ad7A .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaD4ad7A .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaD4ad7A .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaD4ad7A .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaD4ad7A .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaD4ad7A .form-control:hover input:-moz-placeholder,
.cid-uPVaD4ad7A .field-input:hover input:-moz-placeholder,
.cid-uPVaD4ad7A .form-control:focus input:-moz-placeholder,
.cid-uPVaD4ad7A .field-input:focus input:-moz-placeholder,
.cid-uPVaD4ad7A .form-control:hover textarea:-moz-placeholder,
.cid-uPVaD4ad7A .field-input:hover textarea:-moz-placeholder,
.cid-uPVaD4ad7A .form-control:focus textarea:-moz-placeholder,
.cid-uPVaD4ad7A .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaD4ad7A .jq-number__spin:hover,
.cid-uPVaD4ad7A .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaD4ad7A .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaD4ad7A .jq-selectbox li,
.cid-uPVaD4ad7A .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaD4ad7A .jq-selectbox li:hover,
.cid-uPVaD4ad7A .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaD4ad7A .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaD4ad7A .jq-number__spin.minus:hover:after,
.cid-uPVaD4ad7A .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaD4ad7A .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaD4ad7A .jq-number__spin.minus:after,
.cid-uPVaD4ad7A .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaD4ad7A input::-webkit-clear-button {
  display: none;
}
.cid-uPVaD4ad7A input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaD4ad7A input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaD4ad7A input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaD4ad7A .mbr-text,
.cid-uPVaD4ad7A .mbr-section-btn {
  color: #767676;
}
.cid-uPVaD4ad7A .text2,
.cid-uPVaD4ad7A .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaD4ad7A .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uadM1yEjdt {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-59-1920x1280.webp");
}
.cid-uadM1yEjdt h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uadM1yEjdt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadM1yEjdt .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uadM1yEjdt h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uadM1yEjdt h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaeOFfeBOd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaeOFfeBOd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaeOFfeBOd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeOFfeBOd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeOFfeBOd .mbr-text,
.cid-uaeOFfeBOd .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaeOFfeBOd h3:before,
  .cid-uaeOFfeBOd h3:after {
    display: none;
  }
}
.cid-uaeOFfeBOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeOFfeBOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePfNYvNg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaePfNYvNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaePfNYvNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePfNYvNg .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaePfNYvNg .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaePfNYvNg .img1 {
  background: #879a9f;
}
.cid-uaePfNYvNg .img2 {
  background: #6592e6;
}
.cid-uaePfNYvNg .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaePfNYvNg .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaePfNYvNg .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaePfNYvNg .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaePfNYvNg .card-wrapper {
    flex-direction: column;
  }
  .cid-uaePfNYvNg .card-box {
    padding: 1rem;
  }
  .cid-uaePfNYvNg .card-box,
  .cid-uaePfNYvNg .img-wrapper {
    width: 100%;
  }
  .cid-uaePfNYvNg .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaePfNYvNg .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaePfNYvNg .card-subtitle {
  color: #0077ff;
}
.cid-uaePfNYvNg .mbr-text,
.cid-uaePfNYvNg .link-wrap {
  color: #555555;
}
.cid-uaePgupDbK {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uaePgupDbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaePgupDbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePgupDbK .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaePgupDbK .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaePgupDbK .img1 {
  background: #ffe161;
}
.cid-uaePgupDbK .img2 {
  background: #073b4c;
}
.cid-uaePgupDbK .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaePgupDbK .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaePgupDbK .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaePgupDbK .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaePgupDbK .card-wrapper {
    flex-direction: column;
  }
  .cid-uaePgupDbK .card-box {
    padding: 1rem;
  }
  .cid-uaePgupDbK .card-box,
  .cid-uaePgupDbK .img-wrapper {
    width: 100%;
  }
  .cid-uaePgupDbK .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaePgupDbK .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaePgupDbK .card-subtitle {
  color: #0077ff;
}
.cid-uaePgupDbK .mbr-text,
.cid-uaePgupDbK .link-wrap {
  color: #555555;
}
.cid-uaePDRezPK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uaePDRezPK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaePDRezPK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaePDRezPK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaePDRezPK .mbr-text,
.cid-uaePDRezPK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaePDRezPK h3:before,
  .cid-uaePDRezPK h3:after {
    display: none;
  }
}
.cid-uaePDRezPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaePDRezPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePFcsOAS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #cccccc;
}
.cid-uaePFcsOAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaePFcsOAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePFcsOAS .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaePFcsOAS .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaePFcsOAS .img1 {
  background: #879a9f;
}
.cid-uaePFcsOAS .img2 {
  background: #6592e6;
}
.cid-uaePFcsOAS .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaePFcsOAS .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaePFcsOAS .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaePFcsOAS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaePFcsOAS .card-wrapper {
    flex-direction: column;
  }
  .cid-uaePFcsOAS .card-box {
    padding: 1rem;
  }
  .cid-uaePFcsOAS .card-box,
  .cid-uaePFcsOAS .img-wrapper {
    width: 100%;
  }
  .cid-uaePFcsOAS .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaePFcsOAS .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaePFcsOAS .card-subtitle {
  color: #0077ff;
}
.cid-uaePFcsOAS .mbr-text,
.cid-uaePFcsOAS .link-wrap {
  color: #555555;
}
.cid-uaePFTn6c5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uaePFTn6c5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaePFTn6c5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaePFTn6c5 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-uaePFTn6c5 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uaePFTn6c5 .img1 {
  background: #ffe161;
}
.cid-uaePFTn6c5 .img2 {
  background: #073b4c;
}
.cid-uaePFTn6c5 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uaePFTn6c5 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uaePFTn6c5 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uaePFTn6c5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaePFTn6c5 .card-wrapper {
    flex-direction: column;
  }
  .cid-uaePFTn6c5 .card-box {
    padding: 1rem;
  }
  .cid-uaePFTn6c5 .card-box,
  .cid-uaePFTn6c5 .img-wrapper {
    width: 100%;
  }
  .cid-uaePFTn6c5 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-uaePFTn6c5 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-uaePFTn6c5 .card-subtitle {
  color: #0077ff;
}
.cid-uaePFTn6c5 .mbr-text,
.cid-uaePFTn6c5 .link-wrap {
  color: #555555;
}
.cid-uaSScDiM6m {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaSScDiM6m h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSScDiM6m h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSScDiM6m h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSScDiM6m .mbr-text,
.cid-uaSScDiM6m .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaSScDiM6m h3:before,
  .cid-uaSScDiM6m h3:after {
    display: none;
  }
}
.cid-uaSScDiM6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSScDiM6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSSlusYfF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaSSlusYfF .mbr-text {
  color: #767676;
}
.cid-uaSSlusYfF .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-uaSSlusYfF .link {
  margin: 0;
}
.cid-uaSSlusYfF .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uaSSlusYfF .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-uaSSlusYfF .card {
    display: flex;
    flex-direction: row;
  }
  .cid-uaSSlusYfF .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSSlusYfF .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uaSSlusYfF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaSSlusYfF .card {
    margin-bottom: 2rem;
  }
}
.cid-uaSSlusYfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSSlusYfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSSCagnWK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaSSCagnWK .mbr-text {
  color: #767676;
}
.cid-uaSSCagnWK .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-uaSSCagnWK .link {
  margin: 0;
}
.cid-uaSSCagnWK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uaSSCagnWK .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-uaSSCagnWK .card {
    display: flex;
    flex-direction: row;
  }
  .cid-uaSSCagnWK .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSSCagnWK .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-uaSSCagnWK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaSSCagnWK .card {
    margin-bottom: 2rem;
  }
}
.cid-uaSSCagnWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSSCagnWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaeQf9kghh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uaeQf9kghh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaeQf9kghh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeQf9kghh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaeQf9kghh .mbr-text,
.cid-uaeQf9kghh .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaeQf9kghh h3:before,
  .cid-uaeQf9kghh h3:after {
    display: none;
  }
}
.cid-uaeQf9kghh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaeQf9kghh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekKRFl7K {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaekKRFl7K .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaekKRFl7K h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaekKRFl7K h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekKRFl7K h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekKRFl7K .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaekKRFl7K .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaekKRFl7K .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaekKRFl7K .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaekKRFl7K .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaekKRFl7K .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaekKRFl7K .mbr-section-title,
.cid-uaekKRFl7K .social-list {
  color: #000000;
}
.cid-uPVaA6jv05 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaA6jv05 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaA6jv05 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaA6jv05 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaA6jv05 .media-content {
  padding-left: 2rem;
}
.cid-uPVaA6jv05 textarea {
  min-height: 150px;
}
.cid-uPVaA6jv05 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaA6jv05 .form-control,
.cid-uPVaA6jv05 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaA6jv05 .form-control input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .form-control textarea::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaA6jv05 .form-control input:-moz-placeholder,
.cid-uPVaA6jv05 .field-input input:-moz-placeholder,
.cid-uPVaA6jv05 .form-control textarea:-moz-placeholder,
.cid-uPVaA6jv05 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaA6jv05 .form-control:hover,
.cid-uPVaA6jv05 .field-input:hover,
.cid-uPVaA6jv05 .form-control:focus,
.cid-uPVaA6jv05 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaA6jv05 .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaA6jv05 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaA6jv05 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaA6jv05 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaA6jv05 .form-control:hover input:-moz-placeholder,
.cid-uPVaA6jv05 .field-input:hover input:-moz-placeholder,
.cid-uPVaA6jv05 .form-control:focus input:-moz-placeholder,
.cid-uPVaA6jv05 .field-input:focus input:-moz-placeholder,
.cid-uPVaA6jv05 .form-control:hover textarea:-moz-placeholder,
.cid-uPVaA6jv05 .field-input:hover textarea:-moz-placeholder,
.cid-uPVaA6jv05 .form-control:focus textarea:-moz-placeholder,
.cid-uPVaA6jv05 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaA6jv05 .jq-number__spin:hover,
.cid-uPVaA6jv05 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaA6jv05 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaA6jv05 .jq-selectbox li,
.cid-uPVaA6jv05 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaA6jv05 .jq-selectbox li:hover,
.cid-uPVaA6jv05 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaA6jv05 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaA6jv05 .jq-number__spin.minus:hover:after,
.cid-uPVaA6jv05 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaA6jv05 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaA6jv05 .jq-number__spin.minus:after,
.cid-uPVaA6jv05 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaA6jv05 input::-webkit-clear-button {
  display: none;
}
.cid-uPVaA6jv05 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaA6jv05 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaA6jv05 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaA6jv05 .mbr-text,
.cid-uPVaA6jv05 .mbr-section-btn {
  color: #767676;
}
.cid-uPVaA6jv05 .text2,
.cid-uPVaA6jv05 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaA6jv05 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uadOQoYidM {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/vivenda-2000x1335.webp");
}
.cid-uadOQoYidM h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uadOQoYidM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadOQoYidM .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uadOQoYidM h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uadOQoYidM h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uadWxG3Wt4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uadWxG3Wt4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uadWxG3Wt4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadWxG3Wt4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadWxG3Wt4 .mbr-text,
.cid-uadWxG3Wt4 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uadWxG3Wt4 h3:before,
  .cid-uadWxG3Wt4 h3:after {
    display: none;
  }
}
.cid-uadWxG3Wt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadWxG3Wt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uadRVvKESp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uadRVvKESp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-uadRVvKESp .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uadRVvKESp .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uadRVvKESp .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uadRVvKESp .icon-wrap span {
  padding-left: 8px;
}
.cid-uadRVvKESp .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uadRVvKESp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uadRVvKESp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uadRVvKESp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uadRVvKESp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uadRVvKESp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uadRVvKESp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uadRVvKESp {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-uadRVvKESp .box {
    height: 250px;
  }
}
.cid-uadRVvKESp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uadRVvKESp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uadORLo7DW {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uadORLo7DW .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uadORLo7DW h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uadORLo7DW h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadORLo7DW h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uadORLo7DW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uadORLo7DW .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uadORLo7DW .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uadORLo7DW .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uadORLo7DW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uadORLo7DW .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uadORLo7DW .mbr-section-title,
.cid-uadORLo7DW .social-list {
  color: #000000;
}
.cid-uaTb1i90oN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaTb1i90oN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaTb1i90oN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaTb1i90oN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaTb1i90oN .mbr-text,
.cid-uaTb1i90oN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uaTb1i90oN h3:before,
  .cid-uaTb1i90oN h3:after {
    display: none;
  }
}
.cid-uaTb1i90oN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTb1i90oN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaTb2dJgwm {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/lacos-de-afeto.001-1920x1080.webp");
}
.cid-uaTb2dJgwm h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaTb2dJgwm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaTb2dJgwm .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaTb2dJgwm h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaTb2dJgwm h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaTb2dJgwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaTb2dJgwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uadOSvD7Ot {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uadOSvD7Ot .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uadOSvD7Ot .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uadOSvD7Ot .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uadOSvD7Ot .media-content {
  padding-left: 2rem;
}
.cid-uadOSvD7Ot textarea {
  min-height: 150px;
}
.cid-uadOSvD7Ot .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uadOSvD7Ot .form-control,
.cid-uadOSvD7Ot .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uadOSvD7Ot .form-control input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .form-control textarea::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uadOSvD7Ot .form-control input:-moz-placeholder,
.cid-uadOSvD7Ot .field-input input:-moz-placeholder,
.cid-uadOSvD7Ot .form-control textarea:-moz-placeholder,
.cid-uadOSvD7Ot .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uadOSvD7Ot .form-control:hover,
.cid-uadOSvD7Ot .field-input:hover,
.cid-uadOSvD7Ot .form-control:focus,
.cid-uadOSvD7Ot .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uadOSvD7Ot .form-control:hover input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input:hover input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .form-control:focus input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input:focus input::-webkit-input-placeholder,
.cid-uadOSvD7Ot .form-control:hover textarea::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input:hover textarea::-webkit-input-placeholder,
.cid-uadOSvD7Ot .form-control:focus textarea::-webkit-input-placeholder,
.cid-uadOSvD7Ot .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uadOSvD7Ot .form-control:hover input:-moz-placeholder,
.cid-uadOSvD7Ot .field-input:hover input:-moz-placeholder,
.cid-uadOSvD7Ot .form-control:focus input:-moz-placeholder,
.cid-uadOSvD7Ot .field-input:focus input:-moz-placeholder,
.cid-uadOSvD7Ot .form-control:hover textarea:-moz-placeholder,
.cid-uadOSvD7Ot .field-input:hover textarea:-moz-placeholder,
.cid-uadOSvD7Ot .form-control:focus textarea:-moz-placeholder,
.cid-uadOSvD7Ot .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uadOSvD7Ot .jq-number__spin:hover,
.cid-uadOSvD7Ot .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uadOSvD7Ot .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uadOSvD7Ot .jq-selectbox li,
.cid-uadOSvD7Ot .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uadOSvD7Ot .jq-selectbox li:hover,
.cid-uadOSvD7Ot .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uadOSvD7Ot .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uadOSvD7Ot .jq-number__spin.minus:hover:after,
.cid-uadOSvD7Ot .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uadOSvD7Ot .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uadOSvD7Ot .jq-number__spin.minus:after,
.cid-uadOSvD7Ot .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uadOSvD7Ot input::-webkit-clear-button {
  display: none;
}
.cid-uadOSvD7Ot input::-webkit-inner-spin-button {
  display: none;
}
.cid-uadOSvD7Ot input::-webkit-outer-spin-button {
  display: none;
}
.cid-uadOSvD7Ot input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uadOSvD7Ot .mbr-text,
.cid-uadOSvD7Ot .mbr-section-btn {
  color: #767676;
}
.cid-uadOSvD7Ot .text2,
.cid-uadOSvD7Ot .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uadOSvD7Ot .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uae0IkGY6i {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-63-1920x1280.webp");
}
.cid-uae0IkGY6i h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uae0IkGY6i h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae0IkGY6i .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uae0IkGY6i h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uae0IkGY6i h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uae5bkNP33 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uae5bkNP33 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uae5bkNP33 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae5bkNP33 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae5bkNP33 .mbr-text,
.cid-uae5bkNP33 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uae5bkNP33 h3:before,
  .cid-uae5bkNP33 h3:after {
    display: none;
  }
}
.cid-uae5bkNP33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae5bkNP33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae5fJFiJ8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uae5fJFiJ8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uae5fJFiJ8 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-uae5fJFiJ8 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uae5fJFiJ8 .time-line-date-content {
  margin-right: 2rem;
}
.cid-uae5fJFiJ8 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-uae5fJFiJ8 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-uae5fJFiJ8 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-uae5fJFiJ8 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-uae5fJFiJ8 .mbr-timeline-date,
.cid-uae5fJFiJ8 .timeline-text-content {
  transition: all .4s;
}
.cid-uae5fJFiJ8 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uae5fJFiJ8 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-uae5fJFiJ8 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-uae5fJFiJ8 .reverse .time-line-date-content p {
  float: left;
}
.cid-uae5fJFiJ8 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-uae5fJFiJ8 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-uae5fJFiJ8 .iconBackground {
    left: 0 !important;
  }
  .cid-uae5fJFiJ8 .separline:before {
    left: 0!important;
  }
  .cid-uae5fJFiJ8 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uae5fJFiJ8 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uae5fJFiJ8 .time-line-date-content p {
    float: left !important;
  }
  .cid-uae5fJFiJ8 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-uae5fJFiJ8 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uae5fJFiJ8 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uae0MD8lOP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uae0MD8lOP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uae0MD8lOP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae0MD8lOP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae0MD8lOP .mbr-text,
.cid-uae0MD8lOP .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uae0MD8lOP h3:before,
  .cid-uae0MD8lOP h3:after {
    display: none;
  }
}
.cid-uae0MD8lOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae0MD8lOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uae0NgNjHI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-7889-copia-1832x1221.webp");
}
.cid-uae0NgNjHI .row {
  justify-content: flex-end;
}
.cid-uae0NgNjHI h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uae0NgNjHI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uae0NgNjHI .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uae0NgNjHI h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uae0NgNjHI h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uae0NgNjHI .mbr-text,
.cid-uae0NgNjHI .mbr-section-btn {
  color: #efefef;
}
.cid-uae0NgNjHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uae0NgNjHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaekCg3uJD {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaekCg3uJD .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaekCg3uJD h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaekCg3uJD h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekCg3uJD h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaekCg3uJD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaekCg3uJD .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaekCg3uJD .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaekCg3uJD .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaekCg3uJD .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaekCg3uJD .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaekCg3uJD .mbr-section-title,
.cid-uaekCg3uJD .social-list {
  color: #000000;
}
.cid-uPVav9RVTm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVav9RVTm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVav9RVTm .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVav9RVTm .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVav9RVTm .media-content {
  padding-left: 2rem;
}
.cid-uPVav9RVTm textarea {
  min-height: 150px;
}
.cid-uPVav9RVTm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVav9RVTm .form-control,
.cid-uPVav9RVTm .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVav9RVTm .form-control input::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input input::-webkit-input-placeholder,
.cid-uPVav9RVTm .form-control textarea::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVav9RVTm .form-control input:-moz-placeholder,
.cid-uPVav9RVTm .field-input input:-moz-placeholder,
.cid-uPVav9RVTm .form-control textarea:-moz-placeholder,
.cid-uPVav9RVTm .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVav9RVTm .form-control:hover,
.cid-uPVav9RVTm .field-input:hover,
.cid-uPVav9RVTm .form-control:focus,
.cid-uPVav9RVTm .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVav9RVTm .form-control:hover input::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input:hover input::-webkit-input-placeholder,
.cid-uPVav9RVTm .form-control:focus input::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input:focus input::-webkit-input-placeholder,
.cid-uPVav9RVTm .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVav9RVTm .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVav9RVTm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVav9RVTm .form-control:hover input:-moz-placeholder,
.cid-uPVav9RVTm .field-input:hover input:-moz-placeholder,
.cid-uPVav9RVTm .form-control:focus input:-moz-placeholder,
.cid-uPVav9RVTm .field-input:focus input:-moz-placeholder,
.cid-uPVav9RVTm .form-control:hover textarea:-moz-placeholder,
.cid-uPVav9RVTm .field-input:hover textarea:-moz-placeholder,
.cid-uPVav9RVTm .form-control:focus textarea:-moz-placeholder,
.cid-uPVav9RVTm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVav9RVTm .jq-number__spin:hover,
.cid-uPVav9RVTm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVav9RVTm .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVav9RVTm .jq-selectbox li,
.cid-uPVav9RVTm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVav9RVTm .jq-selectbox li:hover,
.cid-uPVav9RVTm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVav9RVTm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVav9RVTm .jq-number__spin.minus:hover:after,
.cid-uPVav9RVTm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVav9RVTm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVav9RVTm .jq-number__spin.minus:after,
.cid-uPVav9RVTm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVav9RVTm input::-webkit-clear-button {
  display: none;
}
.cid-uPVav9RVTm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVav9RVTm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVav9RVTm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVav9RVTm .mbr-text,
.cid-uPVav9RVTm .mbr-section-btn {
  color: #767676;
}
.cid-uPVav9RVTm .text2,
.cid-uPVav9RVTm .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVav9RVTm .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSib2pnib {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1253.webp");
}
.cid-uaSib2pnib .row {
  justify-content: flex-end;
}
.cid-uaSib2pnib h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSib2pnib h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSib2pnib .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSib2pnib h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSib2pnib h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSib2pnib .mbr-text,
.cid-uaSib2pnib .mbr-section-btn {
  color: #efefef;
}
.cid-uaSib2pnib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSib2pnib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaShTKHJ2b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaShTKHJ2b .mbr-text {
    text-align: center;
  }
}
.cid-uaShTKHJ2b .mbr-text,
.cid-uaShTKHJ2b .mbr-section-btn {
  color: #767676;
}
.cid-uaShTKHJ2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaShTKHJ2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaShN1gnBf {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaShN1gnBf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaShN1gnBf h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaShN1gnBf h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaShN1gnBf h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaShN1gnBf .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaShN1gnBf .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaShN1gnBf .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaShN1gnBf .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaShN1gnBf .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaShN1gnBf .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaShN1gnBf .mbr-section-title,
.cid-uaShN1gnBf .social-list {
  color: #000000;
}
.cid-uPVarfAb0d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVarfAb0d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVarfAb0d .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVarfAb0d .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVarfAb0d .media-content {
  padding-left: 2rem;
}
.cid-uPVarfAb0d textarea {
  min-height: 150px;
}
.cid-uPVarfAb0d .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVarfAb0d .form-control,
.cid-uPVarfAb0d .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVarfAb0d .form-control input::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input input::-webkit-input-placeholder,
.cid-uPVarfAb0d .form-control textarea::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVarfAb0d .form-control input:-moz-placeholder,
.cid-uPVarfAb0d .field-input input:-moz-placeholder,
.cid-uPVarfAb0d .form-control textarea:-moz-placeholder,
.cid-uPVarfAb0d .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVarfAb0d .form-control:hover,
.cid-uPVarfAb0d .field-input:hover,
.cid-uPVarfAb0d .form-control:focus,
.cid-uPVarfAb0d .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVarfAb0d .form-control:hover input::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input:hover input::-webkit-input-placeholder,
.cid-uPVarfAb0d .form-control:focus input::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input:focus input::-webkit-input-placeholder,
.cid-uPVarfAb0d .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVarfAb0d .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVarfAb0d .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVarfAb0d .form-control:hover input:-moz-placeholder,
.cid-uPVarfAb0d .field-input:hover input:-moz-placeholder,
.cid-uPVarfAb0d .form-control:focus input:-moz-placeholder,
.cid-uPVarfAb0d .field-input:focus input:-moz-placeholder,
.cid-uPVarfAb0d .form-control:hover textarea:-moz-placeholder,
.cid-uPVarfAb0d .field-input:hover textarea:-moz-placeholder,
.cid-uPVarfAb0d .form-control:focus textarea:-moz-placeholder,
.cid-uPVarfAb0d .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVarfAb0d .jq-number__spin:hover,
.cid-uPVarfAb0d .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVarfAb0d .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVarfAb0d .jq-selectbox li,
.cid-uPVarfAb0d .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVarfAb0d .jq-selectbox li:hover,
.cid-uPVarfAb0d .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVarfAb0d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVarfAb0d .jq-number__spin.minus:hover:after,
.cid-uPVarfAb0d .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVarfAb0d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVarfAb0d .jq-number__spin.minus:after,
.cid-uPVarfAb0d .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVarfAb0d input::-webkit-clear-button {
  display: none;
}
.cid-uPVarfAb0d input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVarfAb0d input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVarfAb0d input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVarfAb0d .mbr-text,
.cid-uPVarfAb0d .mbr-section-btn {
  color: #767676;
}
.cid-uPVarfAb0d .text2,
.cid-uPVarfAb0d .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVarfAb0d .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSji3mNyp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1218.webp");
}
.cid-uaSji3mNyp .row {
  justify-content: flex-end;
}
.cid-uaSji3mNyp h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSji3mNyp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSji3mNyp .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSji3mNyp h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSji3mNyp h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSji3mNyp .mbr-text,
.cid-uaSji3mNyp .mbr-section-btn {
  color: #efefef;
}
.cid-uaSji3mNyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSji3mNyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSjiWtowi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSjiWtowi .mbr-text {
    text-align: center;
  }
}
.cid-uaSjiWtowi .mbr-text,
.cid-uaSjiWtowi .mbr-section-btn {
  color: #767676;
}
.cid-uaSjiWtowi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSjiWtowi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSjkXyu93 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSjkXyu93 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSjkXyu93 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSjkXyu93 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSjkXyu93 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSjkXyu93 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSjkXyu93 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSjkXyu93 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSjkXyu93 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSjkXyu93 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSjkXyu93 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSjkXyu93 .mbr-section-title,
.cid-uaSjkXyu93 .social-list {
  color: #000000;
}
.cid-uPVanNuiu1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVanNuiu1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVanNuiu1 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVanNuiu1 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVanNuiu1 .media-content {
  padding-left: 2rem;
}
.cid-uPVanNuiu1 textarea {
  min-height: 150px;
}
.cid-uPVanNuiu1 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVanNuiu1 .form-control,
.cid-uPVanNuiu1 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVanNuiu1 .form-control input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .form-control textarea::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVanNuiu1 .form-control input:-moz-placeholder,
.cid-uPVanNuiu1 .field-input input:-moz-placeholder,
.cid-uPVanNuiu1 .form-control textarea:-moz-placeholder,
.cid-uPVanNuiu1 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVanNuiu1 .form-control:hover,
.cid-uPVanNuiu1 .field-input:hover,
.cid-uPVanNuiu1 .form-control:focus,
.cid-uPVanNuiu1 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVanNuiu1 .form-control:hover input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input:hover input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .form-control:focus input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input:focus input::-webkit-input-placeholder,
.cid-uPVanNuiu1 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVanNuiu1 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVanNuiu1 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVanNuiu1 .form-control:hover input:-moz-placeholder,
.cid-uPVanNuiu1 .field-input:hover input:-moz-placeholder,
.cid-uPVanNuiu1 .form-control:focus input:-moz-placeholder,
.cid-uPVanNuiu1 .field-input:focus input:-moz-placeholder,
.cid-uPVanNuiu1 .form-control:hover textarea:-moz-placeholder,
.cid-uPVanNuiu1 .field-input:hover textarea:-moz-placeholder,
.cid-uPVanNuiu1 .form-control:focus textarea:-moz-placeholder,
.cid-uPVanNuiu1 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVanNuiu1 .jq-number__spin:hover,
.cid-uPVanNuiu1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVanNuiu1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVanNuiu1 .jq-selectbox li,
.cid-uPVanNuiu1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVanNuiu1 .jq-selectbox li:hover,
.cid-uPVanNuiu1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVanNuiu1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVanNuiu1 .jq-number__spin.minus:hover:after,
.cid-uPVanNuiu1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVanNuiu1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVanNuiu1 .jq-number__spin.minus:after,
.cid-uPVanNuiu1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVanNuiu1 input::-webkit-clear-button {
  display: none;
}
.cid-uPVanNuiu1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVanNuiu1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVanNuiu1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVanNuiu1 .mbr-text,
.cid-uPVanNuiu1 .mbr-section-btn {
  color: #767676;
}
.cid-uPVanNuiu1 .text2,
.cid-uPVanNuiu1 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVanNuiu1 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSjWl8zs1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
}
.cid-uaSjWl8zs1 .row {
  justify-content: flex-end;
}
.cid-uaSjWl8zs1 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSjWl8zs1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSjWl8zs1 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSjWl8zs1 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSjWl8zs1 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSjWl8zs1 .mbr-text,
.cid-uaSjWl8zs1 .mbr-section-btn {
  color: #efefef;
}
.cid-uaSjWl8zs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSjWl8zs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSjWTmdpL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSjWTmdpL .mbr-text {
    text-align: center;
  }
}
.cid-uaSjWTmdpL .mbr-text,
.cid-uaSjWTmdpL .mbr-section-btn {
  color: #767676;
}
.cid-uaSjWTmdpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSjWTmdpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSjYkDXJi {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSjYkDXJi .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSjYkDXJi h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSjYkDXJi h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSjYkDXJi h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSjYkDXJi .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSjYkDXJi .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSjYkDXJi .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSjYkDXJi .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSjYkDXJi .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSjYkDXJi .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSjYkDXJi .mbr-section-title,
.cid-uaSjYkDXJi .social-list {
  color: #000000;
}
.cid-uPVajSQar5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVajSQar5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVajSQar5 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVajSQar5 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVajSQar5 .media-content {
  padding-left: 2rem;
}
.cid-uPVajSQar5 textarea {
  min-height: 150px;
}
.cid-uPVajSQar5 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVajSQar5 .form-control,
.cid-uPVajSQar5 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVajSQar5 .form-control input::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input input::-webkit-input-placeholder,
.cid-uPVajSQar5 .form-control textarea::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVajSQar5 .form-control input:-moz-placeholder,
.cid-uPVajSQar5 .field-input input:-moz-placeholder,
.cid-uPVajSQar5 .form-control textarea:-moz-placeholder,
.cid-uPVajSQar5 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVajSQar5 .form-control:hover,
.cid-uPVajSQar5 .field-input:hover,
.cid-uPVajSQar5 .form-control:focus,
.cid-uPVajSQar5 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVajSQar5 .form-control:hover input::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input:hover input::-webkit-input-placeholder,
.cid-uPVajSQar5 .form-control:focus input::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input:focus input::-webkit-input-placeholder,
.cid-uPVajSQar5 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVajSQar5 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVajSQar5 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVajSQar5 .form-control:hover input:-moz-placeholder,
.cid-uPVajSQar5 .field-input:hover input:-moz-placeholder,
.cid-uPVajSQar5 .form-control:focus input:-moz-placeholder,
.cid-uPVajSQar5 .field-input:focus input:-moz-placeholder,
.cid-uPVajSQar5 .form-control:hover textarea:-moz-placeholder,
.cid-uPVajSQar5 .field-input:hover textarea:-moz-placeholder,
.cid-uPVajSQar5 .form-control:focus textarea:-moz-placeholder,
.cid-uPVajSQar5 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVajSQar5 .jq-number__spin:hover,
.cid-uPVajSQar5 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVajSQar5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVajSQar5 .jq-selectbox li,
.cid-uPVajSQar5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVajSQar5 .jq-selectbox li:hover,
.cid-uPVajSQar5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVajSQar5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVajSQar5 .jq-number__spin.minus:hover:after,
.cid-uPVajSQar5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVajSQar5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVajSQar5 .jq-number__spin.minus:after,
.cid-uPVajSQar5 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVajSQar5 input::-webkit-clear-button {
  display: none;
}
.cid-uPVajSQar5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVajSQar5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVajSQar5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVajSQar5 .mbr-text,
.cid-uPVajSQar5 .mbr-section-btn {
  color: #767676;
}
.cid-uPVajSQar5 .text2,
.cid-uPVajSQar5 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVajSQar5 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSkCmT1K5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-719x476.webp");
}
.cid-uaSkCmT1K5 .row {
  justify-content: flex-end;
}
.cid-uaSkCmT1K5 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSkCmT1K5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSkCmT1K5 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSkCmT1K5 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSkCmT1K5 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSkCmT1K5 .mbr-text,
.cid-uaSkCmT1K5 .mbr-section-btn {
  color: #efefef;
}
.cid-uaSkCmT1K5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSkCmT1K5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSkDfcwQV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSkDfcwQV .mbr-text {
    text-align: center;
  }
}
.cid-uaSkDfcwQV .mbr-text,
.cid-uaSkDfcwQV .mbr-section-btn {
  color: #767676;
}
.cid-uaSkDfcwQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSkDfcwQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSkF7ppze {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSkF7ppze .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSkF7ppze h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSkF7ppze h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSkF7ppze h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSkF7ppze .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSkF7ppze .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSkF7ppze .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSkF7ppze .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSkF7ppze .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSkF7ppze .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSkF7ppze .mbr-section-title,
.cid-uaSkF7ppze .social-list {
  color: #000000;
}
.cid-uPVagELeCS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVagELeCS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVagELeCS .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVagELeCS .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVagELeCS .media-content {
  padding-left: 2rem;
}
.cid-uPVagELeCS textarea {
  min-height: 150px;
}
.cid-uPVagELeCS .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVagELeCS .form-control,
.cid-uPVagELeCS .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVagELeCS .form-control input::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input input::-webkit-input-placeholder,
.cid-uPVagELeCS .form-control textarea::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVagELeCS .form-control input:-moz-placeholder,
.cid-uPVagELeCS .field-input input:-moz-placeholder,
.cid-uPVagELeCS .form-control textarea:-moz-placeholder,
.cid-uPVagELeCS .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVagELeCS .form-control:hover,
.cid-uPVagELeCS .field-input:hover,
.cid-uPVagELeCS .form-control:focus,
.cid-uPVagELeCS .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVagELeCS .form-control:hover input::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input:hover input::-webkit-input-placeholder,
.cid-uPVagELeCS .form-control:focus input::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input:focus input::-webkit-input-placeholder,
.cid-uPVagELeCS .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVagELeCS .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVagELeCS .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVagELeCS .form-control:hover input:-moz-placeholder,
.cid-uPVagELeCS .field-input:hover input:-moz-placeholder,
.cid-uPVagELeCS .form-control:focus input:-moz-placeholder,
.cid-uPVagELeCS .field-input:focus input:-moz-placeholder,
.cid-uPVagELeCS .form-control:hover textarea:-moz-placeholder,
.cid-uPVagELeCS .field-input:hover textarea:-moz-placeholder,
.cid-uPVagELeCS .form-control:focus textarea:-moz-placeholder,
.cid-uPVagELeCS .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVagELeCS .jq-number__spin:hover,
.cid-uPVagELeCS .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVagELeCS .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVagELeCS .jq-selectbox li,
.cid-uPVagELeCS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVagELeCS .jq-selectbox li:hover,
.cid-uPVagELeCS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVagELeCS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVagELeCS .jq-number__spin.minus:hover:after,
.cid-uPVagELeCS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVagELeCS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVagELeCS .jq-number__spin.minus:after,
.cid-uPVagELeCS .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVagELeCS input::-webkit-clear-button {
  display: none;
}
.cid-uPVagELeCS input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVagELeCS input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVagELeCS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVagELeCS .mbr-text,
.cid-uPVagELeCS .mbr-section-btn {
  color: #767676;
}
.cid-uPVagELeCS .text2,
.cid-uPVagELeCS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVagELeCS .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSlgDjuTn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-10-1080x720.webp");
}
.cid-uaSlgDjuTn .row {
  justify-content: flex-end;
}
.cid-uaSlgDjuTn h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSlgDjuTn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSlgDjuTn .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSlgDjuTn h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSlgDjuTn h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSlgDjuTn .mbr-text,
.cid-uaSlgDjuTn .mbr-section-btn {
  color: #efefef;
}
.cid-uaSlgDjuTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSlgDjuTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSlhdi9sx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSlhdi9sx .mbr-text {
    text-align: center;
  }
}
.cid-uaSlhdi9sx .mbr-text,
.cid-uaSlhdi9sx .mbr-section-btn {
  color: #767676;
}
.cid-uaSlhdi9sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSlhdi9sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSlkOyC8q {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSlkOyC8q .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSlkOyC8q h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSlkOyC8q h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSlkOyC8q h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSlkOyC8q .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSlkOyC8q .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSlkOyC8q .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSlkOyC8q .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSlkOyC8q .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSlkOyC8q .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSlkOyC8q .mbr-section-title,
.cid-uaSlkOyC8q .social-list {
  color: #000000;
}
.cid-uPVad0zcZV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVad0zcZV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVad0zcZV .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVad0zcZV .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVad0zcZV .media-content {
  padding-left: 2rem;
}
.cid-uPVad0zcZV textarea {
  min-height: 150px;
}
.cid-uPVad0zcZV .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVad0zcZV .form-control,
.cid-uPVad0zcZV .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVad0zcZV .form-control input::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input input::-webkit-input-placeholder,
.cid-uPVad0zcZV .form-control textarea::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVad0zcZV .form-control input:-moz-placeholder,
.cid-uPVad0zcZV .field-input input:-moz-placeholder,
.cid-uPVad0zcZV .form-control textarea:-moz-placeholder,
.cid-uPVad0zcZV .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVad0zcZV .form-control:hover,
.cid-uPVad0zcZV .field-input:hover,
.cid-uPVad0zcZV .form-control:focus,
.cid-uPVad0zcZV .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVad0zcZV .form-control:hover input::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input:hover input::-webkit-input-placeholder,
.cid-uPVad0zcZV .form-control:focus input::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input:focus input::-webkit-input-placeholder,
.cid-uPVad0zcZV .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVad0zcZV .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVad0zcZV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVad0zcZV .form-control:hover input:-moz-placeholder,
.cid-uPVad0zcZV .field-input:hover input:-moz-placeholder,
.cid-uPVad0zcZV .form-control:focus input:-moz-placeholder,
.cid-uPVad0zcZV .field-input:focus input:-moz-placeholder,
.cid-uPVad0zcZV .form-control:hover textarea:-moz-placeholder,
.cid-uPVad0zcZV .field-input:hover textarea:-moz-placeholder,
.cid-uPVad0zcZV .form-control:focus textarea:-moz-placeholder,
.cid-uPVad0zcZV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVad0zcZV .jq-number__spin:hover,
.cid-uPVad0zcZV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVad0zcZV .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVad0zcZV .jq-selectbox li,
.cid-uPVad0zcZV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVad0zcZV .jq-selectbox li:hover,
.cid-uPVad0zcZV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVad0zcZV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVad0zcZV .jq-number__spin.minus:hover:after,
.cid-uPVad0zcZV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVad0zcZV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVad0zcZV .jq-number__spin.minus:after,
.cid-uPVad0zcZV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVad0zcZV input::-webkit-clear-button {
  display: none;
}
.cid-uPVad0zcZV input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVad0zcZV input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVad0zcZV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVad0zcZV .mbr-text,
.cid-uPVad0zcZV .mbr-section-btn {
  color: #767676;
}
.cid-uPVad0zcZV .text2,
.cid-uPVad0zcZV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVad0zcZV .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSlZYL4bU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-4-1080x720.webp");
}
.cid-uaSlZYL4bU .row {
  justify-content: flex-end;
}
.cid-uaSlZYL4bU h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSlZYL4bU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSlZYL4bU .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSlZYL4bU h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSlZYL4bU h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSlZYL4bU .mbr-text,
.cid-uaSlZYL4bU .mbr-section-btn {
  color: #efefef;
}
.cid-uaSlZYL4bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSlZYL4bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSm0rOxpu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSm0rOxpu .mbr-text {
    text-align: center;
  }
}
.cid-uaSm0rOxpu .mbr-text,
.cid-uaSm0rOxpu .mbr-section-btn {
  color: #767676;
}
.cid-uaSm0rOxpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSm0rOxpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSm4jnl5x {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSm4jnl5x .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSm4jnl5x h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSm4jnl5x h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSm4jnl5x h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSm4jnl5x .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSm4jnl5x .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSm4jnl5x .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSm4jnl5x .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSm4jnl5x .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSm4jnl5x .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSm4jnl5x .mbr-section-title,
.cid-uaSm4jnl5x .social-list {
  color: #000000;
}
.cid-uPVa9QwayC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVa9QwayC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVa9QwayC .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVa9QwayC .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVa9QwayC .media-content {
  padding-left: 2rem;
}
.cid-uPVa9QwayC textarea {
  min-height: 150px;
}
.cid-uPVa9QwayC .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVa9QwayC .form-control,
.cid-uPVa9QwayC .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVa9QwayC .form-control input::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input input::-webkit-input-placeholder,
.cid-uPVa9QwayC .form-control textarea::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVa9QwayC .form-control input:-moz-placeholder,
.cid-uPVa9QwayC .field-input input:-moz-placeholder,
.cid-uPVa9QwayC .form-control textarea:-moz-placeholder,
.cid-uPVa9QwayC .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVa9QwayC .form-control:hover,
.cid-uPVa9QwayC .field-input:hover,
.cid-uPVa9QwayC .form-control:focus,
.cid-uPVa9QwayC .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa9QwayC .form-control:hover input::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input:hover input::-webkit-input-placeholder,
.cid-uPVa9QwayC .form-control:focus input::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input:focus input::-webkit-input-placeholder,
.cid-uPVa9QwayC .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVa9QwayC .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVa9QwayC .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVa9QwayC .form-control:hover input:-moz-placeholder,
.cid-uPVa9QwayC .field-input:hover input:-moz-placeholder,
.cid-uPVa9QwayC .form-control:focus input:-moz-placeholder,
.cid-uPVa9QwayC .field-input:focus input:-moz-placeholder,
.cid-uPVa9QwayC .form-control:hover textarea:-moz-placeholder,
.cid-uPVa9QwayC .field-input:hover textarea:-moz-placeholder,
.cid-uPVa9QwayC .form-control:focus textarea:-moz-placeholder,
.cid-uPVa9QwayC .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVa9QwayC .jq-number__spin:hover,
.cid-uPVa9QwayC .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa9QwayC .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVa9QwayC .jq-selectbox li,
.cid-uPVa9QwayC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa9QwayC .jq-selectbox li:hover,
.cid-uPVa9QwayC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa9QwayC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVa9QwayC .jq-number__spin.minus:hover:after,
.cid-uPVa9QwayC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa9QwayC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVa9QwayC .jq-number__spin.minus:after,
.cid-uPVa9QwayC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa9QwayC input::-webkit-clear-button {
  display: none;
}
.cid-uPVa9QwayC input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVa9QwayC input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVa9QwayC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVa9QwayC .mbr-text,
.cid-uPVa9QwayC .mbr-section-btn {
  color: #767676;
}
.cid-uPVa9QwayC .text2,
.cid-uPVa9QwayC .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVa9QwayC .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSmROmD5H {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/motion4.webp");
}
.cid-uaSmROmD5H .row {
  justify-content: flex-end;
}
.cid-uaSmROmD5H h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSmROmD5H h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSmROmD5H .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSmROmD5H h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSmROmD5H h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSmROmD5H .mbr-text,
.cid-uaSmROmD5H .mbr-section-btn {
  color: #efefef;
}
.cid-uaSmROmD5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSmROmD5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSmSodOq1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSmSodOq1 .mbr-text {
    text-align: center;
  }
}
.cid-uaSmSodOq1 .mbr-text,
.cid-uaSmSodOq1 .mbr-section-btn {
  color: #767676;
}
.cid-uaSmSodOq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSmSodOq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSmTHFZNj {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSmTHFZNj .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSmTHFZNj h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSmTHFZNj h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSmTHFZNj h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSmTHFZNj .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSmTHFZNj .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSmTHFZNj .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSmTHFZNj .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSmTHFZNj .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSmTHFZNj .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSmTHFZNj .mbr-section-title,
.cid-uaSmTHFZNj .social-list {
  color: #000000;
}
.cid-uPVa6azFXH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVa6azFXH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVa6azFXH .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVa6azFXH .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVa6azFXH .media-content {
  padding-left: 2rem;
}
.cid-uPVa6azFXH textarea {
  min-height: 150px;
}
.cid-uPVa6azFXH .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVa6azFXH .form-control,
.cid-uPVa6azFXH .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVa6azFXH .form-control input::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input input::-webkit-input-placeholder,
.cid-uPVa6azFXH .form-control textarea::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVa6azFXH .form-control input:-moz-placeholder,
.cid-uPVa6azFXH .field-input input:-moz-placeholder,
.cid-uPVa6azFXH .form-control textarea:-moz-placeholder,
.cid-uPVa6azFXH .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVa6azFXH .form-control:hover,
.cid-uPVa6azFXH .field-input:hover,
.cid-uPVa6azFXH .form-control:focus,
.cid-uPVa6azFXH .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa6azFXH .form-control:hover input::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input:hover input::-webkit-input-placeholder,
.cid-uPVa6azFXH .form-control:focus input::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input:focus input::-webkit-input-placeholder,
.cid-uPVa6azFXH .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVa6azFXH .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVa6azFXH .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVa6azFXH .form-control:hover input:-moz-placeholder,
.cid-uPVa6azFXH .field-input:hover input:-moz-placeholder,
.cid-uPVa6azFXH .form-control:focus input:-moz-placeholder,
.cid-uPVa6azFXH .field-input:focus input:-moz-placeholder,
.cid-uPVa6azFXH .form-control:hover textarea:-moz-placeholder,
.cid-uPVa6azFXH .field-input:hover textarea:-moz-placeholder,
.cid-uPVa6azFXH .form-control:focus textarea:-moz-placeholder,
.cid-uPVa6azFXH .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVa6azFXH .jq-number__spin:hover,
.cid-uPVa6azFXH .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa6azFXH .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVa6azFXH .jq-selectbox li,
.cid-uPVa6azFXH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa6azFXH .jq-selectbox li:hover,
.cid-uPVa6azFXH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa6azFXH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVa6azFXH .jq-number__spin.minus:hover:after,
.cid-uPVa6azFXH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa6azFXH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVa6azFXH .jq-number__spin.minus:after,
.cid-uPVa6azFXH .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa6azFXH input::-webkit-clear-button {
  display: none;
}
.cid-uPVa6azFXH input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVa6azFXH input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVa6azFXH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVa6azFXH .mbr-text,
.cid-uPVa6azFXH .mbr-section-btn {
  color: #767676;
}
.cid-uPVa6azFXH .text2,
.cid-uPVa6azFXH .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVa6azFXH .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSnzurOBk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1044x644.webp");
}
.cid-uaSnzurOBk .row {
  justify-content: flex-end;
}
.cid-uaSnzurOBk h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSnzurOBk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSnzurOBk .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSnzurOBk h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSnzurOBk h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSnzurOBk .mbr-text,
.cid-uaSnzurOBk .mbr-section-btn {
  color: #efefef;
}
.cid-uaSnzurOBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSnzurOBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSnA0sCVO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSnA0sCVO .mbr-text {
    text-align: center;
  }
}
.cid-uaSnA0sCVO .mbr-text,
.cid-uaSnA0sCVO .mbr-section-btn {
  color: #767676;
}
.cid-uaSnA0sCVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSnA0sCVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSnBd0MsR {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSnBd0MsR .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSnBd0MsR h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSnBd0MsR h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSnBd0MsR h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSnBd0MsR .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSnBd0MsR .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSnBd0MsR .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSnBd0MsR .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSnBd0MsR .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSnBd0MsR .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSnBd0MsR .mbr-section-title,
.cid-uaSnBd0MsR .social-list {
  color: #000000;
}
.cid-uPVa2T7ocO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVa2T7ocO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVa2T7ocO .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVa2T7ocO .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVa2T7ocO .media-content {
  padding-left: 2rem;
}
.cid-uPVa2T7ocO textarea {
  min-height: 150px;
}
.cid-uPVa2T7ocO .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVa2T7ocO .form-control,
.cid-uPVa2T7ocO .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVa2T7ocO .form-control input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .form-control textarea::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVa2T7ocO .form-control input:-moz-placeholder,
.cid-uPVa2T7ocO .field-input input:-moz-placeholder,
.cid-uPVa2T7ocO .form-control textarea:-moz-placeholder,
.cid-uPVa2T7ocO .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVa2T7ocO .form-control:hover,
.cid-uPVa2T7ocO .field-input:hover,
.cid-uPVa2T7ocO .form-control:focus,
.cid-uPVa2T7ocO .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa2T7ocO .form-control:hover input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input:hover input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .form-control:focus input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input:focus input::-webkit-input-placeholder,
.cid-uPVa2T7ocO .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVa2T7ocO .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVa2T7ocO .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVa2T7ocO .form-control:hover input:-moz-placeholder,
.cid-uPVa2T7ocO .field-input:hover input:-moz-placeholder,
.cid-uPVa2T7ocO .form-control:focus input:-moz-placeholder,
.cid-uPVa2T7ocO .field-input:focus input:-moz-placeholder,
.cid-uPVa2T7ocO .form-control:hover textarea:-moz-placeholder,
.cid-uPVa2T7ocO .field-input:hover textarea:-moz-placeholder,
.cid-uPVa2T7ocO .form-control:focus textarea:-moz-placeholder,
.cid-uPVa2T7ocO .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVa2T7ocO .jq-number__spin:hover,
.cid-uPVa2T7ocO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVa2T7ocO .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVa2T7ocO .jq-selectbox li,
.cid-uPVa2T7ocO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa2T7ocO .jq-selectbox li:hover,
.cid-uPVa2T7ocO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVa2T7ocO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVa2T7ocO .jq-number__spin.minus:hover:after,
.cid-uPVa2T7ocO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa2T7ocO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVa2T7ocO .jq-number__spin.minus:after,
.cid-uPVa2T7ocO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVa2T7ocO input::-webkit-clear-button {
  display: none;
}
.cid-uPVa2T7ocO input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVa2T7ocO input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVa2T7ocO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVa2T7ocO .mbr-text,
.cid-uPVa2T7ocO .mbr-section-btn {
  color: #767676;
}
.cid-uPVa2T7ocO .text2,
.cid-uPVa2T7ocO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVa2T7ocO .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uaSokqv6yu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-64-1920x1280.webp");
}
.cid-uaSokqv6yu .row {
  justify-content: flex-end;
}
.cid-uaSokqv6yu h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaSokqv6yu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSokqv6yu .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uaSokqv6yu h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uaSokqv6yu h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uaSokqv6yu .mbr-text,
.cid-uaSokqv6yu .mbr-section-btn {
  color: #efefef;
}
.cid-uaSokqv6yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSokqv6yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSolfdGBi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uaSolfdGBi .mbr-text {
    text-align: center;
  }
}
.cid-uaSolfdGBi .mbr-text,
.cid-uaSolfdGBi .mbr-section-btn {
  color: #767676;
}
.cid-uaSolfdGBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaSolfdGBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaSomFUZhJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uaSomFUZhJ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uaSomFUZhJ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uaSomFUZhJ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSomFUZhJ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaSomFUZhJ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uaSomFUZhJ .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uaSomFUZhJ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uaSomFUZhJ .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uaSomFUZhJ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uaSomFUZhJ .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uaSomFUZhJ .mbr-section-title,
.cid-uaSomFUZhJ .social-list {
  color: #000000;
}
.cid-uPV9YTBvk7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPV9YTBvk7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPV9YTBvk7 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPV9YTBvk7 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPV9YTBvk7 .media-content {
  padding-left: 2rem;
}
.cid-uPV9YTBvk7 textarea {
  min-height: 150px;
}
.cid-uPV9YTBvk7 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPV9YTBvk7 .form-control,
.cid-uPV9YTBvk7 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPV9YTBvk7 .form-control input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .form-control textarea::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPV9YTBvk7 .form-control input:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input input:-moz-placeholder,
.cid-uPV9YTBvk7 .form-control textarea:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPV9YTBvk7 .form-control:hover,
.cid-uPV9YTBvk7 .field-input:hover,
.cid-uPV9YTBvk7 .form-control:focus,
.cid-uPV9YTBvk7 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9YTBvk7 .form-control:hover input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input:hover input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .form-control:focus input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input:focus input::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPV9YTBvk7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPV9YTBvk7 .form-control:hover input:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input:hover input:-moz-placeholder,
.cid-uPV9YTBvk7 .form-control:focus input:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input:focus input:-moz-placeholder,
.cid-uPV9YTBvk7 .form-control:hover textarea:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input:hover textarea:-moz-placeholder,
.cid-uPV9YTBvk7 .form-control:focus textarea:-moz-placeholder,
.cid-uPV9YTBvk7 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPV9YTBvk7 .jq-number__spin:hover,
.cid-uPV9YTBvk7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9YTBvk7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPV9YTBvk7 .jq-selectbox li,
.cid-uPV9YTBvk7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9YTBvk7 .jq-selectbox li:hover,
.cid-uPV9YTBvk7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9YTBvk7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPV9YTBvk7 .jq-number__spin.minus:hover:after,
.cid-uPV9YTBvk7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9YTBvk7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPV9YTBvk7 .jq-number__spin.minus:after,
.cid-uPV9YTBvk7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9YTBvk7 input::-webkit-clear-button {
  display: none;
}
.cid-uPV9YTBvk7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPV9YTBvk7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPV9YTBvk7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPV9YTBvk7 .mbr-text,
.cid-uPV9YTBvk7 .mbr-section-btn {
  color: #767676;
}
.cid-uPV9YTBvk7 .text2,
.cid-uPV9YTBvk7 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPV9YTBvk7 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ub3XtBru5T {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/volume-1-2000x1333.webp");
}
.cid-ub3XtBru5T .row {
  justify-content: flex-end;
}
.cid-ub3XtBru5T h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub3XtBru5T h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub3XtBru5T .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ub3XtBru5T h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ub3XtBru5T h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ub3XtBru5T .mbr-text,
.cid-ub3XtBru5T .mbr-section-btn {
  color: #efefef;
}
.cid-ub3XtBru5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XtBru5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XzbpV6C {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub3XzbpV6C h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub3XzbpV6C h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub3XzbpV6C h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub3XzbpV6C .mbr-text,
.cid-ub3XzbpV6C .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ub3XzbpV6C h3:before,
  .cid-ub3XzbpV6C h3:after {
    display: none;
  }
}
.cid-ub3XzbpV6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XzbpV6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XvGZbBk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub3XvGZbBk .mbr-text {
  color: #767676;
}
.cid-ub3XvGZbBk .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub3XvGZbBk .link {
  margin: 0;
}
.cid-ub3XvGZbBk .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub3XvGZbBk .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub3XvGZbBk .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub3XvGZbBk .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3XvGZbBk .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub3XvGZbBk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub3XvGZbBk .card {
    margin-bottom: 2rem;
  }
}
.cid-ub3XvGZbBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XvGZbBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XwkMlpE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub3XwkMlpE .mbr-text {
  color: #767676;
}
.cid-ub3XwkMlpE .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub3XwkMlpE .link {
  margin: 0;
}
.cid-ub3XwkMlpE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub3XwkMlpE .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub3XwkMlpE .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub3XwkMlpE .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3XwkMlpE .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub3XwkMlpE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub3XwkMlpE .card {
    margin-bottom: 2rem;
  }
}
.cid-ub3XwkMlpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XwkMlpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3Xx0s6EL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub3Xx0s6EL .mbr-text {
  color: #767676;
}
.cid-ub3Xx0s6EL .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub3Xx0s6EL .link {
  margin: 0;
}
.cid-ub3Xx0s6EL .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub3Xx0s6EL .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub3Xx0s6EL .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub3Xx0s6EL .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3Xx0s6EL .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub3Xx0s6EL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub3Xx0s6EL .card {
    margin-bottom: 2rem;
  }
}
.cid-ub3Xx0s6EL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3Xx0s6EL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XxzAlRq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub3XxzAlRq .mbr-text {
  color: #767676;
}
.cid-ub3XxzAlRq .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub3XxzAlRq .link {
  margin: 0;
}
.cid-ub3XxzAlRq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub3XxzAlRq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub3XxzAlRq .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub3XxzAlRq .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3XxzAlRq .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub3XxzAlRq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub3XxzAlRq .card {
    margin-bottom: 2rem;
  }
}
.cid-ub3XxzAlRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XxzAlRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XyiYdGc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ub3XyiYdGc .mbr-text {
  color: #767676;
}
.cid-ub3XyiYdGc .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub3XyiYdGc .link {
  margin: 0;
}
.cid-ub3XyiYdGc .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub3XyiYdGc .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub3XyiYdGc .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub3XyiYdGc .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub3XyiYdGc .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub3XyiYdGc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub3XyiYdGc .card {
    margin-bottom: 2rem;
  }
}
.cid-ub3XyiYdGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XyiYdGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub3XnF53BO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-ub3XnF53BO .progress {
  width: 100%;
}
.cid-ub3XnF53BO .container {
  max-width: 1400px;
}
.cid-ub3XnF53BO .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ub3XnF53BO .progress_value {
  color: #ffffff !important;
  position: relative;
  word-break: keep-all;
}
.cid-ub3XnF53BO .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-ub3XnF53BO .img-wrap img {
  object-fit: cover;
}
.cid-ub3XnF53BO progress {
  height: 3px;
}
.cid-ub3XnF53BO .progressbar-number {
  display: inline-block;
}
.cid-ub3XnF53BO .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ub3XnF53BO .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub3XnF53BO .section-content-title {
  font-weight: 500;
}
.cid-ub3XnF53BO .progress1 .progressbar-number:before,
.cid-ub3XnF53BO .progress2 .progressbar-number:before,
.cid-ub3XnF53BO .progress3 .progressbar-number:before,
.cid-ub3XnF53BO .progress4 .progressbar-number:before,
.cid-ub3XnF53BO .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ub3XnF53BO progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub3XnF53BO progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-ub3XnF53BO progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-ub3XnF53BO progress::-ms-fill {
  background: #ffffff;
}
.cid-ub3XnF53BO .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ub3XnF53BO .progress2 .progressbar-number:before {
  content: '90';
}
.cid-ub3XnF53BO .progress3 .progressbar-number:before {
  content: '80';
}
.cid-ub3XnF53BO .progress4 .progressbar-number:before {
  content: '70';
}
.cid-ub3XnF53BO .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-ub3XnF53BO .progress_elements,
  .cid-ub3XnF53BO .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ub3XnF53BO .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-ub3XnF53BO .progressbar-title p,
.cid-ub3XnF53BO .progress_value {
  color: #ffffff;
}
.cid-ub3XnF53BO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub3XnF53BO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ub41XRtQLk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/volume-2-2000x1333.webp");
}
.cid-ub41XRtQLk .row {
  justify-content: flex-end;
}
.cid-ub41XRtQLk h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub41XRtQLk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub41XRtQLk .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ub41XRtQLk h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ub41XRtQLk h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ub41XRtQLk .mbr-text,
.cid-ub41XRtQLk .mbr-section-btn {
  color: #efefef;
}
.cid-ub41XRtQLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub41XRtQLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4202wxPd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub4202wxPd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub4202wxPd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub4202wxPd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub4202wxPd .mbr-text,
.cid-ub4202wxPd .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ub4202wxPd h3:before,
  .cid-ub4202wxPd h3:after {
    display: none;
  }
}
.cid-ub4202wxPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4202wxPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub420z4jld {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub420z4jld .mbr-text {
  color: #767676;
}
.cid-ub420z4jld .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub420z4jld .link {
  margin: 0;
}
.cid-ub420z4jld .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub420z4jld .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub420z4jld .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub420z4jld .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub420z4jld .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub420z4jld .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub420z4jld .card {
    margin-bottom: 2rem;
  }
}
.cid-ub420z4jld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub420z4jld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4213IFh2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub4213IFh2 .mbr-text {
  color: #767676;
}
.cid-ub4213IFh2 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub4213IFh2 .link {
  margin: 0;
}
.cid-ub4213IFh2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub4213IFh2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub4213IFh2 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub4213IFh2 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4213IFh2 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub4213IFh2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub4213IFh2 .card {
    margin-bottom: 2rem;
  }
}
.cid-ub4213IFh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4213IFh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub421EGIK0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub421EGIK0 .mbr-text {
  color: #767676;
}
.cid-ub421EGIK0 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub421EGIK0 .link {
  margin: 0;
}
.cid-ub421EGIK0 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub421EGIK0 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub421EGIK0 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub421EGIK0 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub421EGIK0 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub421EGIK0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub421EGIK0 .card {
    margin-bottom: 2rem;
  }
}
.cid-ub421EGIK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub421EGIK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4229LSAI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub4229LSAI .mbr-text {
  color: #767676;
}
.cid-ub4229LSAI .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub4229LSAI .link {
  margin: 0;
}
.cid-ub4229LSAI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub4229LSAI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub4229LSAI .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub4229LSAI .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4229LSAI .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub4229LSAI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub4229LSAI .card {
    margin-bottom: 2rem;
  }
}
.cid-ub4229LSAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4229LSAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub422AjpH1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ub422AjpH1 .mbr-text {
  color: #767676;
}
.cid-ub422AjpH1 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub422AjpH1 .link {
  margin: 0;
}
.cid-ub422AjpH1 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub422AjpH1 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub422AjpH1 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub422AjpH1 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub422AjpH1 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub422AjpH1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub422AjpH1 .card {
    margin-bottom: 2rem;
  }
}
.cid-ub422AjpH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub422AjpH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4234kEUM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-ub4234kEUM .progress {
  width: 100%;
}
.cid-ub4234kEUM .container {
  max-width: 1400px;
}
.cid-ub4234kEUM .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ub4234kEUM .progress_value {
  color: #ffffff !important;
  position: relative;
  word-break: keep-all;
}
.cid-ub4234kEUM .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-ub4234kEUM .img-wrap img {
  object-fit: cover;
}
.cid-ub4234kEUM progress {
  height: 3px;
}
.cid-ub4234kEUM .progressbar-number {
  display: inline-block;
}
.cid-ub4234kEUM .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ub4234kEUM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub4234kEUM .section-content-title {
  font-weight: 500;
}
.cid-ub4234kEUM .progress1 .progressbar-number:before,
.cid-ub4234kEUM .progress2 .progressbar-number:before,
.cid-ub4234kEUM .progress3 .progressbar-number:before,
.cid-ub4234kEUM .progress4 .progressbar-number:before,
.cid-ub4234kEUM .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ub4234kEUM progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub4234kEUM progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-ub4234kEUM progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-ub4234kEUM progress::-ms-fill {
  background: #ffffff;
}
.cid-ub4234kEUM .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ub4234kEUM .progress2 .progressbar-number:before {
  content: '90';
}
.cid-ub4234kEUM .progress3 .progressbar-number:before {
  content: '80';
}
.cid-ub4234kEUM .progress4 .progressbar-number:before {
  content: '70';
}
.cid-ub4234kEUM .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-ub4234kEUM .progress_elements,
  .cid-ub4234kEUM .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ub4234kEUM .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-ub4234kEUM .progressbar-title p,
.cid-ub4234kEUM .progress_value {
  color: #ffffff;
}
.cid-ub4234kEUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4234kEUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ub433p1s1p {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/volume-3-2000x1333.webp");
}
.cid-ub433p1s1p .row {
  justify-content: flex-end;
}
.cid-ub433p1s1p h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub433p1s1p h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub433p1s1p .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ub433p1s1p h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ub433p1s1p h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ub433p1s1p .mbr-text,
.cid-ub433p1s1p .mbr-section-btn {
  color: #efefef;
}
.cid-ub433p1s1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub433p1s1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub434o91Dp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub434o91Dp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub434o91Dp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub434o91Dp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub434o91Dp .mbr-text,
.cid-ub434o91Dp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ub434o91Dp h3:before,
  .cid-ub434o91Dp h3:after {
    display: none;
  }
}
.cid-ub434o91Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub434o91Dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4351oU5r {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub4351oU5r .mbr-text {
  color: #767676;
}
.cid-ub4351oU5r .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub4351oU5r .link {
  margin: 0;
}
.cid-ub4351oU5r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub4351oU5r .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub4351oU5r .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub4351oU5r .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4351oU5r .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub4351oU5r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub4351oU5r .card {
    margin-bottom: 2rem;
  }
}
.cid-ub4351oU5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4351oU5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub435DXn04 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub435DXn04 .mbr-text {
  color: #767676;
}
.cid-ub435DXn04 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub435DXn04 .link {
  margin: 0;
}
.cid-ub435DXn04 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub435DXn04 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub435DXn04 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub435DXn04 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub435DXn04 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub435DXn04 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub435DXn04 .card {
    margin-bottom: 2rem;
  }
}
.cid-ub435DXn04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub435DXn04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub436aoe2F {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub436aoe2F .mbr-text {
  color: #767676;
}
.cid-ub436aoe2F .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub436aoe2F .link {
  margin: 0;
}
.cid-ub436aoe2F .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub436aoe2F .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub436aoe2F .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub436aoe2F .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub436aoe2F .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub436aoe2F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub436aoe2F .card {
    margin-bottom: 2rem;
  }
}
.cid-ub436aoe2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub436aoe2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub436Jh1pp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub436Jh1pp .mbr-text {
  color: #767676;
}
.cid-ub436Jh1pp .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub436Jh1pp .link {
  margin: 0;
}
.cid-ub436Jh1pp .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub436Jh1pp .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub436Jh1pp .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub436Jh1pp .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub436Jh1pp .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub436Jh1pp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub436Jh1pp .card {
    margin-bottom: 2rem;
  }
}
.cid-ub436Jh1pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub436Jh1pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub437eeAw4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ub437eeAw4 .mbr-text {
  color: #767676;
}
.cid-ub437eeAw4 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub437eeAw4 .link {
  margin: 0;
}
.cid-ub437eeAw4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub437eeAw4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub437eeAw4 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub437eeAw4 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub437eeAw4 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub437eeAw4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub437eeAw4 .card {
    margin-bottom: 2rem;
  }
}
.cid-ub437eeAw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub437eeAw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub437Krb9U {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-ub437Krb9U .progress {
  width: 100%;
}
.cid-ub437Krb9U .container {
  max-width: 1400px;
}
.cid-ub437Krb9U .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ub437Krb9U .progress_value {
  color: #ffffff !important;
  position: relative;
  word-break: keep-all;
}
.cid-ub437Krb9U .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-ub437Krb9U .img-wrap img {
  object-fit: cover;
}
.cid-ub437Krb9U progress {
  height: 3px;
}
.cid-ub437Krb9U .progressbar-number {
  display: inline-block;
}
.cid-ub437Krb9U .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ub437Krb9U .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub437Krb9U .section-content-title {
  font-weight: 500;
}
.cid-ub437Krb9U .progress1 .progressbar-number:before,
.cid-ub437Krb9U .progress2 .progressbar-number:before,
.cid-ub437Krb9U .progress3 .progressbar-number:before,
.cid-ub437Krb9U .progress4 .progressbar-number:before,
.cid-ub437Krb9U .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ub437Krb9U progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub437Krb9U progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-ub437Krb9U progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-ub437Krb9U progress::-ms-fill {
  background: #ffffff;
}
.cid-ub437Krb9U .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ub437Krb9U .progress2 .progressbar-number:before {
  content: '90';
}
.cid-ub437Krb9U .progress3 .progressbar-number:before {
  content: '80';
}
.cid-ub437Krb9U .progress4 .progressbar-number:before {
  content: '70';
}
.cid-ub437Krb9U .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-ub437Krb9U .progress_elements,
  .cid-ub437Krb9U .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ub437Krb9U .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-ub437Krb9U .progressbar-title p,
.cid-ub437Krb9U .progress_value {
  color: #ffffff;
}
.cid-ub437Krb9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub437Krb9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ub444UPhXf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/volume-4-2000x1333.webp");
}
.cid-ub444UPhXf .row {
  justify-content: flex-end;
}
.cid-ub444UPhXf h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub444UPhXf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub444UPhXf .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ub444UPhXf h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ub444UPhXf h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ub444UPhXf .mbr-text,
.cid-ub444UPhXf .mbr-section-btn {
  color: #efefef;
}
.cid-ub444UPhXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub444UPhXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub445E6VTN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ub445E6VTN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ub445E6VTN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub445E6VTN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ub445E6VTN .mbr-text,
.cid-ub445E6VTN .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ub445E6VTN h3:before,
  .cid-ub445E6VTN h3:after {
    display: none;
  }
}
.cid-ub445E6VTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub445E6VTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub446cuInx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub446cuInx .mbr-text {
  color: #767676;
}
.cid-ub446cuInx .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub446cuInx .link {
  margin: 0;
}
.cid-ub446cuInx .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub446cuInx .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub446cuInx .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub446cuInx .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub446cuInx .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub446cuInx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub446cuInx .card {
    margin-bottom: 2rem;
  }
}
.cid-ub446cuInx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub446cuInx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub446F453v {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub446F453v .mbr-text {
  color: #767676;
}
.cid-ub446F453v .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub446F453v .link {
  margin: 0;
}
.cid-ub446F453v .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub446F453v .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub446F453v .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub446F453v .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub446F453v .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub446F453v .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub446F453v .card {
    margin-bottom: 2rem;
  }
}
.cid-ub446F453v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub446F453v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub447bkbyc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub447bkbyc .mbr-text {
  color: #767676;
}
.cid-ub447bkbyc .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub447bkbyc .link {
  margin: 0;
}
.cid-ub447bkbyc .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub447bkbyc .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub447bkbyc .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub447bkbyc .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub447bkbyc .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub447bkbyc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub447bkbyc .card {
    margin-bottom: 2rem;
  }
}
.cid-ub447bkbyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub447bkbyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub447GIOpJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ub447GIOpJ .mbr-text {
  color: #767676;
}
.cid-ub447GIOpJ .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub447GIOpJ .link {
  margin: 0;
}
.cid-ub447GIOpJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub447GIOpJ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub447GIOpJ .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub447GIOpJ .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub447GIOpJ .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub447GIOpJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub447GIOpJ .card {
    margin-bottom: 2rem;
  }
}
.cid-ub447GIOpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub447GIOpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4487ozzC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-ub4487ozzC .mbr-text {
  color: #767676;
}
.cid-ub4487ozzC .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ub4487ozzC .link {
  margin: 0;
}
.cid-ub4487ozzC .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ub4487ozzC .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ub4487ozzC .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ub4487ozzC .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4487ozzC .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ub4487ozzC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ub4487ozzC .card {
    margin-bottom: 2rem;
  }
}
.cid-ub4487ozzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4487ozzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub44WING2Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-ub44WING2Q .progress {
  width: 100%;
}
.cid-ub44WING2Q .container {
  max-width: 1400px;
}
.cid-ub44WING2Q .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-ub44WING2Q .progress_value {
  color: #ffffff !important;
  position: relative;
  word-break: keep-all;
}
.cid-ub44WING2Q .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-ub44WING2Q .img-wrap img {
  object-fit: cover;
}
.cid-ub44WING2Q progress {
  height: 3px;
}
.cid-ub44WING2Q .progressbar-number {
  display: inline-block;
}
.cid-ub44WING2Q .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-ub44WING2Q .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub44WING2Q .section-content-title {
  font-weight: 500;
}
.cid-ub44WING2Q .progress1 .progressbar-number:before,
.cid-ub44WING2Q .progress2 .progressbar-number:before,
.cid-ub44WING2Q .progress3 .progressbar-number:before,
.cid-ub44WING2Q .progress4 .progressbar-number:before,
.cid-ub44WING2Q .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-ub44WING2Q progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-ub44WING2Q progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-ub44WING2Q progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-ub44WING2Q progress::-ms-fill {
  background: #ffffff;
}
.cid-ub44WING2Q .progress1 .progressbar-number:before {
  content: '100';
}
.cid-ub44WING2Q .progress2 .progressbar-number:before {
  content: '90';
}
.cid-ub44WING2Q .progress3 .progressbar-number:before {
  content: '80';
}
.cid-ub44WING2Q .progress4 .progressbar-number:before {
  content: '70';
}
.cid-ub44WING2Q .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-ub44WING2Q .progress_elements,
  .cid-ub44WING2Q .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ub44WING2Q .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-ub44WING2Q .progressbar-title p,
.cid-ub44WING2Q .progress_value {
  color: #ffffff;
}
.cid-ub44WING2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub44WING2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uvlNKWNREP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uvlNKWNREP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uvlNKWNREP a {
  font-style: normal;
}
.cid-uvlNKWNREP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uvlNKWNREP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uvlNKWNREP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uvlNKWNREP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uvlNKWNREP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uvlNKWNREP .nav-item:focus,
.cid-uvlNKWNREP .nav-link:focus {
  outline: none;
}
.cid-uvlNKWNREP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uvlNKWNREP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uvlNKWNREP .menu-logo {
  margin-right: auto;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uvlNKWNREP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uvlNKWNREP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uvlNKWNREP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uvlNKWNREP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvlNKWNREP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uvlNKWNREP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uvlNKWNREP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uvlNKWNREP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvlNKWNREP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uvlNKWNREP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvlNKWNREP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uvlNKWNREP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uvlNKWNREP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uvlNKWNREP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uvlNKWNREP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uvlNKWNREP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uvlNKWNREP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uvlNKWNREP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uvlNKWNREP button.navbar-toggler:focus {
  outline: none;
}
.cid-uvlNKWNREP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvlNKWNREP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvlNKWNREP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvlNKWNREP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvlNKWNREP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvlNKWNREP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvlNKWNREP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvlNKWNREP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvlNKWNREP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvlNKWNREP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvlNKWNREP .collapsed .btn {
  display: -webkit-flex;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uvlNKWNREP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uvlNKWNREP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uvlNKWNREP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uvlNKWNREP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uvlNKWNREP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uvlNKWNREP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uvlNKWNREP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uvlNKWNREP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uvlNKWNREP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uvlNKWNREP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvlNKWNREP img {
    height: 3.8rem !important;
  }
  .cid-uvlNKWNREP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uvlNKWNREP .menu-wrap {
    flex-direction: column;
  }
  .cid-uvlNKWNREP .btn {
    display: -webkit-flex;
  }
  .cid-uvlNKWNREP button.navbar-toggler {
    display: block;
  }
  .cid-uvlNKWNREP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uvlNKWNREP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uvlNKWNREP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing,
  .cid-uvlNKWNREP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing .navbar-nav,
  .cid-uvlNKWNREP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uvlNKWNREP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uvlNKWNREP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uvlNKWNREP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uvlNKWNREP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uvlNKWNREP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uvlNKWNREP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uvlNKWNREP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uvlNKWNREP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uvlNKWNREP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uvlNKWNREP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvlNKWNREP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uvlNKWNREP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uvlNKWNREP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uvlNKWNREP .nav-link:hover,
.cid-uvlNKWNREP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uvqsqhxybB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-856x560.webp");
}
.cid-uvqsqhxybB h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvqsqhxybB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvqsqhxybB .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uvqsqhxybB h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uvqsqhxybB h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uvlNKYziFv {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvlNKYziFv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvlNKYziFv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNKYziFv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNKYziFv .mbr-text,
.cid-uvlNKYziFv .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uvlNKYziFv h3:before,
  .cid-uvlNKYziFv h3:after {
    display: none;
  }
}
.cid-uvlNKYziFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNKYziFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNKYQCww {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNKYQCww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNKYQCww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNKYQCww .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNKYQCww .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNKYQCww .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNKYQCww .link-wrap {
    align-items: center;
  }
}
.cid-uvlNKYQCww .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNKZ9CCV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNKZ9CCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNKZ9CCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNKZ9CCV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNKZ9CCV .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNKZ9CCV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNKZ9CCV .link-wrap {
    align-items: center;
  }
}
.cid-uvlNKZ9CCV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNKZtAeJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNKZtAeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNKZtAeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNKZtAeJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNKZtAeJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNKZtAeJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNKZtAeJ .link-wrap {
    align-items: center;
  }
}
.cid-uvlNKZtAeJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNKZJTcd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNKZJTcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNKZJTcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNKZJTcd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNKZJTcd .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNKZJTcd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNKZJTcd .link-wrap {
    align-items: center;
  }
}
.cid-uvlNKZJTcd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNL03LbD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNL03LbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL03LbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL03LbD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNL03LbD .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNL03LbD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNL03LbD .link-wrap {
    align-items: center;
  }
}
.cid-uvlNL03LbD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNL0KmNF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNL0KmNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL0KmNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL0KmNF .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNL0KmNF .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNL0KmNF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNL0KmNF .link-wrap {
    align-items: center;
  }
}
.cid-uvlNL0KmNF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNL11Anl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNL11Anl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL11Anl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL11Anl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNL11Anl .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNL11Anl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNL11Anl .link-wrap {
    align-items: center;
  }
}
.cid-uvlNL11Anl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNL1tkJZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvlNL1tkJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL1tkJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL1tkJZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvlNL1tkJZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvlNL1tkJZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvlNL1tkJZ .link-wrap {
    align-items: center;
  }
}
.cid-uvlNL1tkJZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvlNL39pnA {
  background: linear-gradient(45deg, #55b4d4, #073b4c);
}
.cid-uvlNL2vIkp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uvlNL2vIkp h3 {
  text-align: center;
}
.cid-uvlNL2vIkp h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 4px;
}
.cid-uvlNL2vIkp h2:before {
  position: absolute;
  content: "";
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNL2vIkp h2:after {
  position: absolute;
  content: "";
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNL2vIkp .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvlNL2vIkp .mbr-section-subtitle {
  color: #767676;
}
.cid-uvlNL2vIkp .pie_progress__number {
  text-align: center !important;
}
.cid-uvlNL2vIkp .card-title {
  margin-bottom: 0;
}
.cid-uvlNL2vIkp .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uvlNL2vIkp .svg-gradient {
  position: absolute;
}
.cid-uvlNL2vIkp ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uvlNL2vIkp path {
  stroke: #ed6031;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvlNL2vIkp .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uvlNL2vIkp h2:before,
  .cid-uvlNL2vIkp h2:after {
    display: none;
  }
}
.cid-uvlNL2vIkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL2vIkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL2SQFD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvlNL2SQFD img {
  width: 65%;
  pointer-events: all;
}
.cid-uvlNL2SQFD .row {
  justify-content: center;
}
.cid-uvlNL2SQFD .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-uvlNL2SQFD .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-uvlNL2SQFD .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-uvlNL2SQFD .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uvlNL2SQFD .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-uvlNL2SQFD .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-uvlNL2SQFD .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-uvlNL2SQFD .item {
    height: 300px;
  }
}
.cid-uvlNL2SQFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlNL2SQFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlNL1Yk3e {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uvlNL1Yk3e .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uvlNL1Yk3e h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uvlNL1Yk3e h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNL1Yk3e h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvlNL1Yk3e .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uvlNL1Yk3e .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uvlNL1Yk3e .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uvlNL1Yk3e .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uvlNL1Yk3e .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uvlNL1Yk3e .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uvlNL1Yk3e .mbr-section-title,
.cid-uvlNL1Yk3e .social-list {
  color: #000000;
}
.cid-uPV9RjSNRA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPV9RjSNRA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPV9RjSNRA .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPV9RjSNRA .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPV9RjSNRA .media-content {
  padding-left: 2rem;
}
.cid-uPV9RjSNRA textarea {
  min-height: 150px;
}
.cid-uPV9RjSNRA .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPV9RjSNRA .form-control,
.cid-uPV9RjSNRA .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPV9RjSNRA .form-control input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .form-control textarea::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPV9RjSNRA .form-control input:-moz-placeholder,
.cid-uPV9RjSNRA .field-input input:-moz-placeholder,
.cid-uPV9RjSNRA .form-control textarea:-moz-placeholder,
.cid-uPV9RjSNRA .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPV9RjSNRA .form-control:hover,
.cid-uPV9RjSNRA .field-input:hover,
.cid-uPV9RjSNRA .form-control:focus,
.cid-uPV9RjSNRA .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9RjSNRA .form-control:hover input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input:hover input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .form-control:focus input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input:focus input::-webkit-input-placeholder,
.cid-uPV9RjSNRA .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPV9RjSNRA .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPV9RjSNRA .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPV9RjSNRA .form-control:hover input:-moz-placeholder,
.cid-uPV9RjSNRA .field-input:hover input:-moz-placeholder,
.cid-uPV9RjSNRA .form-control:focus input:-moz-placeholder,
.cid-uPV9RjSNRA .field-input:focus input:-moz-placeholder,
.cid-uPV9RjSNRA .form-control:hover textarea:-moz-placeholder,
.cid-uPV9RjSNRA .field-input:hover textarea:-moz-placeholder,
.cid-uPV9RjSNRA .form-control:focus textarea:-moz-placeholder,
.cid-uPV9RjSNRA .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPV9RjSNRA .jq-number__spin:hover,
.cid-uPV9RjSNRA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9RjSNRA .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPV9RjSNRA .jq-selectbox li,
.cid-uPV9RjSNRA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9RjSNRA .jq-selectbox li:hover,
.cid-uPV9RjSNRA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9RjSNRA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPV9RjSNRA .jq-number__spin.minus:hover:after,
.cid-uPV9RjSNRA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9RjSNRA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPV9RjSNRA .jq-number__spin.minus:after,
.cid-uPV9RjSNRA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9RjSNRA input::-webkit-clear-button {
  display: none;
}
.cid-uPV9RjSNRA input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPV9RjSNRA input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPV9RjSNRA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPV9RjSNRA .mbr-text,
.cid-uPV9RjSNRA .mbr-section-btn {
  color: #767676;
}
.cid-uPV9RjSNRA .text2,
.cid-uPV9RjSNRA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPV9RjSNRA .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uvlNL3OINl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uvlNL3OINl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvlNL3OINl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvlNL3OINl .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvlNL3OINl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvlNL3OINl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvlNL3OINl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uvlNL3OINl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uvlNL3OINl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uvlNL3OINl .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uvlNL3OINl .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uvlNL3OINl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvlNL3OINl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvlNL3OINl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uvlNL3OINl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ux9fp7G8hK .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ux9fp7G8hK .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ux9fp7G8hK a {
  font-style: normal;
}
.cid-ux9fp7G8hK .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ux9fp7G8hK .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ux9fp7G8hK .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ux9fp7G8hK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ux9fp7G8hK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ux9fp7G8hK .nav-item:focus,
.cid-ux9fp7G8hK .nav-link:focus {
  outline: none;
}
.cid-ux9fp7G8hK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ux9fp7G8hK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ux9fp7G8hK .menu-logo {
  margin-right: auto;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ux9fp7G8hK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ux9fp7G8hK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ux9fp7G8hK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ux9fp7G8hK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux9fp7G8hK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ux9fp7G8hK .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ux9fp7G8hK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ux9fp7G8hK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux9fp7G8hK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ux9fp7G8hK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux9fp7G8hK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ux9fp7G8hK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ux9fp7G8hK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ux9fp7G8hK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ux9fp7G8hK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ux9fp7G8hK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ux9fp7G8hK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ux9fp7G8hK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ux9fp7G8hK button.navbar-toggler:focus {
  outline: none;
}
.cid-ux9fp7G8hK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ux9fp7G8hK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ux9fp7G8hK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ux9fp7G8hK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ux9fp7G8hK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ux9fp7G8hK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ux9fp7G8hK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ux9fp7G8hK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ux9fp7G8hK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ux9fp7G8hK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ux9fp7G8hK .collapsed .btn {
  display: -webkit-flex;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ux9fp7G8hK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ux9fp7G8hK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ux9fp7G8hK .collapsed button.navbar-toggler {
  display: block;
}
.cid-ux9fp7G8hK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ux9fp7G8hK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ux9fp7G8hK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ux9fp7G8hK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ux9fp7G8hK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ux9fp7G8hK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ux9fp7G8hK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ux9fp7G8hK img {
    height: 3.8rem !important;
  }
  .cid-ux9fp7G8hK .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ux9fp7G8hK .menu-wrap {
    flex-direction: column;
  }
  .cid-ux9fp7G8hK .btn {
    display: -webkit-flex;
  }
  .cid-ux9fp7G8hK button.navbar-toggler {
    display: block;
  }
  .cid-ux9fp7G8hK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ux9fp7G8hK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ux9fp7G8hK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing,
  .cid-ux9fp7G8hK .navbar-collapse.show {
    display: block !important;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing .navbar-nav,
  .cid-ux9fp7G8hK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ux9fp7G8hK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ux9fp7G8hK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing .navbar-buttons,
  .cid-ux9fp7G8hK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ux9fp7G8hK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ux9fp7G8hK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ux9fp7G8hK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ux9fp7G8hK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ux9fp7G8hK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ux9fp7G8hK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ux9fp7G8hK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ux9fp7G8hK .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ux9fp7G8hK .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ux9fp7G8hK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ux9fp7G8hK .nav-link:hover,
.cid-ux9fp7G8hK .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ux9fp80SIj {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mockup-livro-2000x1333.webp");
}
.cid-ux9fp80SIj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp80SIj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp80SIj .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-ux9fp80SIj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ux9fp80SIj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ux9h0Pf8po {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ux9h0Pf8po h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9h0Pf8po h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9h0Pf8po h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9h0Pf8po .mbr-text,
.cid-ux9h0Pf8po .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ux9h0Pf8po h3:before,
  .cid-ux9h0Pf8po h3:after {
    display: none;
  }
}
.cid-ux9h0Pf8po .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9h0Pf8po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9h0Pf8po H1 {
  color: #000000;
}
.cid-ux9h0Pf8po H3 {
  color: #000000;
}
.cid-ux9fp8boaZ {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/imagem-livro.001.001-1920x1080.webp");
}
.cid-ux9fp8boaZ h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp8boaZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8boaZ .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ux9fp8boaZ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ux9fp8boaZ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ux9fp8boaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp8boaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp8nvjO {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ux9fp8nvjO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp8nvjO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8nvjO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8nvjO .mbr-text,
.cid-ux9fp8nvjO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ux9fp8nvjO h3:before,
  .cid-ux9fp8nvjO h3:after {
    display: none;
  }
}
.cid-ux9fp8nvjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp8nvjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp8CXP9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1-1620x1080.webp");
}
.cid-ux9fp8CXP9 .row {
  justify-content: flex-end;
}
.cid-ux9fp8CXP9 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp8CXP9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8CXP9 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ux9fp8CXP9 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ux9fp8CXP9 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ux9fp8CXP9 .mbr-text,
.cid-ux9fp8CXP9 .mbr-section-btn {
  color: #efefef;
}
.cid-ux9fp8CXP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp8CXP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp8OIB6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ux9fp8OIB6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp8OIB6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8OIB6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp8OIB6 .mbr-text,
.cid-ux9fp8OIB6 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ux9fp8OIB6 h3:before,
  .cid-ux9fp8OIB6 h3:after {
    display: none;
  }
}
.cid-ux9fp8OIB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp8OIB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp90THP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ux9fp90THP {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-ux9fp90THP .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ux9fp90THP .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-ux9fp90THP .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-ux9fp90THP .icon-wrap span {
  padding-left: 8px;
}
.cid-ux9fp90THP .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ux9fp90THP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ux9fp90THP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ux9fp90THP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux9fp90THP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ux9fp90THP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ux9fp90THP a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ux9fp90THP {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-ux9fp90THP .box {
    height: 250px;
  }
}
.cid-ux9fp90THP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp90THP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp9rsWU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ux9fp9rsWU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fp9rsWU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp9rsWU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fp9rsWU .mbr-text,
.cid-ux9fp9rsWU .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ux9fp9rsWU h3:before,
  .cid-ux9fp9rsWU h3:after {
    display: none;
  }
}
.cid-ux9fp9rsWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp9rsWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp9EulQ {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ux9fp9EulQ {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.cid-ux9fp9EulQ .box {
  background-image: url("../../../assets/images/mbr-54-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ux9fp9EulQ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-ux9fp9EulQ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-ux9fp9EulQ .icon-wrap span {
  padding-left: 8px;
}
.cid-ux9fp9EulQ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ux9fp9EulQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ux9fp9EulQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ux9fp9EulQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ux9fp9EulQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ux9fp9EulQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ux9fp9EulQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ux9fp9EulQ {
    padding-top: 21px;
    padding-bottom: 49px;
  }
  .cid-ux9fp9EulQ .box {
    height: 250px;
  }
}
.cid-ux9fp9EulQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fp9EulQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fp9WH6y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-ux9fp9WH6y .mbr-text {
    text-align: center;
  }
}
.cid-ux9fp9WH6y .container-fluid {
  padding: 0;
}
.cid-ux9fp9WH6y .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ux9fp9WH6y img {
  height: 100%;
  object-fit: cover;
}
.cid-ux9fp9WH6y .mbr-figure {
  height: 100%;
}
.cid-ux9fp9WH6y .col-lg-7 {
  padding: 0;
}
.cid-ux9fp9WH6y .row {
  margin: 0;
}
.cid-ux9fpa8nCR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ux9fpa8nCR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9fpa8nCR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fpa8nCR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9fpa8nCR .mbr-text,
.cid-ux9fpa8nCR .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-ux9fpa8nCR h3:before,
  .cid-ux9fpa8nCR h3:after {
    display: none;
  }
}
.cid-ux9fpa8nCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fpa8nCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9fpaoHcy {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-ux9fpaoHcy .accordion .card {
  overflow: visible;
}
.cid-ux9fpaoHcy .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-ux9fpaoHcy .mbri-arrow-down:before {
  content: '\e909';
}
.cid-ux9fpaoHcy .panel-text {
  padding: 0rem;
}
.cid-ux9fpaoHcy .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-ux9fpaoHcy .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-ux9fpaoHcy .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-ux9fpaoHcy .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-ux9fpaoHcy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-ux9fpaoHcy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ux9fpaoHcy .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-ux9fpaoHcy .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-ux9fpaoHcy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ux9fpaoHcy .card .panel-body {
  color: #767676;
}
.cid-ux9fpaoHcy .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-ux9fpaoHcy H4 {
  color: #000000;
}
.cid-ux9fpaoHcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9fpaoHcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9hYzTFaG {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ux9hYzTFaG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9hYzTFaG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9hYzTFaG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9hYzTFaG .mbr-text,
.cid-ux9hYzTFaG .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ux9hYzTFaG h3:before,
  .cid-ux9hYzTFaG h3:after {
    display: none;
  }
}
.cid-ux9hYzTFaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9hYzTFaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9hYzTFaG H1 {
  color: #000000;
}
.cid-ux9hYzTFaG H3 {
  color: #000000;
}
.cid-ux9hUtqNTU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ux9hUtqNTU .mbr-text {
  color: #767676;
}
.cid-ux9hUtqNTU .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ux9hUtqNTU .link {
  margin: 0;
}
.cid-ux9hUtqNTU .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ux9hUtqNTU .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ux9hUtqNTU .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ux9hUtqNTU .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux9hUtqNTU .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ux9hUtqNTU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ux9hUtqNTU .card {
    margin-bottom: 2rem;
  }
}
.cid-ux9hUtqNTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9hUtqNTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9hUYqK5f {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ux9hUYqK5f .mbr-text {
  color: #767676;
}
.cid-ux9hUYqK5f .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ux9hUYqK5f .link {
  margin: 0;
}
.cid-ux9hUYqK5f .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ux9hUYqK5f .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ux9hUYqK5f .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ux9hUYqK5f .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux9hUYqK5f .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ux9hUYqK5f .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ux9hUYqK5f .card {
    margin-bottom: 2rem;
  }
}
.cid-ux9hUYqK5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9hUYqK5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9hVv8G06 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ux9hVv8G06 .mbr-text {
  color: #767676;
}
.cid-ux9hVv8G06 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ux9hVv8G06 .link {
  margin: 0;
}
.cid-ux9hVv8G06 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ux9hVv8G06 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ux9hVv8G06 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ux9hVv8G06 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux9hVv8G06 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ux9hVv8G06 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ux9hVv8G06 .card {
    margin-bottom: 2rem;
  }
}
.cid-ux9hVv8G06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9hVv8G06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9hW0VFb8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-ux9hW0VFb8 .mbr-text {
  color: #767676;
}
.cid-ux9hW0VFb8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 3.5rem !important;
}
.cid-ux9hW0VFb8 .link {
  margin: 0;
}
.cid-ux9hW0VFb8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ux9hW0VFb8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
@media (min-width: 767px) {
  .cid-ux9hW0VFb8 .card {
    display: flex;
    flex-direction: row;
  }
  .cid-ux9hW0VFb8 .mbr-iconfont {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ux9hW0VFb8 .link a:after {
    right: 0;
    margin: auto;
  }
}
.cid-ux9hW0VFb8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ux9hW0VFb8 .card {
    margin-bottom: 2rem;
  }
}
.cid-ux9hW0VFb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9hW0VFb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9gt0hta9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-7889-copia-1832x1221.webp");
}
.cid-ux9gt0hta9 .row {
  justify-content: flex-end;
}
.cid-ux9gt0hta9 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ux9gt0hta9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ux9gt0hta9 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-ux9gt0hta9 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-ux9gt0hta9 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-ux9gt0hta9 .mbr-text,
.cid-ux9gt0hta9 .mbr-section-btn {
  color: #efefef;
}
.cid-ux9gt0hta9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9gt0hta9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVaOXY1NI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPVaOXY1NI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPVaOXY1NI .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPVaOXY1NI .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPVaOXY1NI .media-content {
  padding-left: 2rem;
}
.cid-uPVaOXY1NI textarea {
  min-height: 150px;
}
.cid-uPVaOXY1NI .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPVaOXY1NI .form-control,
.cid-uPVaOXY1NI .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPVaOXY1NI .form-control input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .form-control textarea::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPVaOXY1NI .form-control input:-moz-placeholder,
.cid-uPVaOXY1NI .field-input input:-moz-placeholder,
.cid-uPVaOXY1NI .form-control textarea:-moz-placeholder,
.cid-uPVaOXY1NI .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPVaOXY1NI .form-control:hover,
.cid-uPVaOXY1NI .field-input:hover,
.cid-uPVaOXY1NI .form-control:focus,
.cid-uPVaOXY1NI .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaOXY1NI .form-control:hover input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input:hover input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .form-control:focus input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input:focus input::-webkit-input-placeholder,
.cid-uPVaOXY1NI .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPVaOXY1NI .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPVaOXY1NI .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPVaOXY1NI .form-control:hover input:-moz-placeholder,
.cid-uPVaOXY1NI .field-input:hover input:-moz-placeholder,
.cid-uPVaOXY1NI .form-control:focus input:-moz-placeholder,
.cid-uPVaOXY1NI .field-input:focus input:-moz-placeholder,
.cid-uPVaOXY1NI .form-control:hover textarea:-moz-placeholder,
.cid-uPVaOXY1NI .field-input:hover textarea:-moz-placeholder,
.cid-uPVaOXY1NI .form-control:focus textarea:-moz-placeholder,
.cid-uPVaOXY1NI .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPVaOXY1NI .jq-number__spin:hover,
.cid-uPVaOXY1NI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPVaOXY1NI .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPVaOXY1NI .jq-selectbox li,
.cid-uPVaOXY1NI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaOXY1NI .jq-selectbox li:hover,
.cid-uPVaOXY1NI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPVaOXY1NI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPVaOXY1NI .jq-number__spin.minus:hover:after,
.cid-uPVaOXY1NI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaOXY1NI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPVaOXY1NI .jq-number__spin.minus:after,
.cid-uPVaOXY1NI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPVaOXY1NI input::-webkit-clear-button {
  display: none;
}
.cid-uPVaOXY1NI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPVaOXY1NI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPVaOXY1NI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPVaOXY1NI .mbr-text,
.cid-uPVaOXY1NI .mbr-section-btn {
  color: #767676;
}
.cid-uPVaOXY1NI .text2,
.cid-uPVaOXY1NI .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPVaOXY1NI .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-ux9fpbikKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ux9fpbikKM .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux9fpbikKM .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux9fpbikKM .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ux9fpbikKM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ux9fpbikKM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ux9fpbikKM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ux9fpbikKM .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ux9fpbikKM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ux9fpbikKM .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ux9fpbikKM .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ux9fpbikKM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ux9fpbikKM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ux9fpbikKM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ux9fpbikKM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uJScnFkkB7 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/palestra.png-2000x1333.png");
}
.cid-uJScnFkkB7 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJScnFkkB7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJScnFkkB7 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJScnFkkB7 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJScnFkkB7 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJScnFkkB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJScnFkkB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJScoktOCw {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/imagem-livro.001.001-1920x1080.webp");
}
.cid-uJScoktOCw h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJScoktOCw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJScoktOCw .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJScoktOCw h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJScoktOCw h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJScoktOCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJScoktOCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPV9FieAAV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPV9FieAAV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPV9FieAAV .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPV9FieAAV .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPV9FieAAV .media-content {
  padding-left: 2rem;
}
.cid-uPV9FieAAV textarea {
  min-height: 150px;
}
.cid-uPV9FieAAV .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPV9FieAAV .form-control,
.cid-uPV9FieAAV .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPV9FieAAV .form-control input::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input input::-webkit-input-placeholder,
.cid-uPV9FieAAV .form-control textarea::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPV9FieAAV .form-control input:-moz-placeholder,
.cid-uPV9FieAAV .field-input input:-moz-placeholder,
.cid-uPV9FieAAV .form-control textarea:-moz-placeholder,
.cid-uPV9FieAAV .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPV9FieAAV .form-control:hover,
.cid-uPV9FieAAV .field-input:hover,
.cid-uPV9FieAAV .form-control:focus,
.cid-uPV9FieAAV .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9FieAAV .form-control:hover input::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input:hover input::-webkit-input-placeholder,
.cid-uPV9FieAAV .form-control:focus input::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input:focus input::-webkit-input-placeholder,
.cid-uPV9FieAAV .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPV9FieAAV .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPV9FieAAV .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPV9FieAAV .form-control:hover input:-moz-placeholder,
.cid-uPV9FieAAV .field-input:hover input:-moz-placeholder,
.cid-uPV9FieAAV .form-control:focus input:-moz-placeholder,
.cid-uPV9FieAAV .field-input:focus input:-moz-placeholder,
.cid-uPV9FieAAV .form-control:hover textarea:-moz-placeholder,
.cid-uPV9FieAAV .field-input:hover textarea:-moz-placeholder,
.cid-uPV9FieAAV .form-control:focus textarea:-moz-placeholder,
.cid-uPV9FieAAV .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPV9FieAAV .jq-number__spin:hover,
.cid-uPV9FieAAV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9FieAAV .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPV9FieAAV .jq-selectbox li,
.cid-uPV9FieAAV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9FieAAV .jq-selectbox li:hover,
.cid-uPV9FieAAV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9FieAAV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPV9FieAAV .jq-number__spin.minus:hover:after,
.cid-uPV9FieAAV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9FieAAV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPV9FieAAV .jq-number__spin.minus:after,
.cid-uPV9FieAAV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9FieAAV input::-webkit-clear-button {
  display: none;
}
.cid-uPV9FieAAV input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPV9FieAAV input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPV9FieAAV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPV9FieAAV .mbr-text,
.cid-uPV9FieAAV .mbr-section-btn {
  color: #767676;
}
.cid-uPV9FieAAV .text2,
.cid-uPV9FieAAV .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPV9FieAAV .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uJSabBmV1J {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/livro-1.gif");
}
.cid-uJSabBmV1J h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uJSabBmV1J h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uJSabBmV1J .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uJSabBmV1J h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uJSabBmV1J h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uJSabBmV1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSabBmV1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJSa3KblSC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJSa3KblSC {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-uJSa3KblSC .box {
  background-image: url("../../../assets/images/mbr-53-1920x1280.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJSa3KblSC .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uJSa3KblSC .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uJSa3KblSC .icon-wrap span {
  padding-left: 8px;
}
.cid-uJSa3KblSC .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uJSa3KblSC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uJSa3KblSC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJSa3KblSC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJSa3KblSC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJSa3KblSC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uJSa3KblSC a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uJSa3KblSC {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .cid-uJSa3KblSC .box {
    height: 250px;
  }
}
.cid-uJSa3KblSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSa3KblSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uObWcrhwBf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cccccc;
}
.cid-uObWcrhwBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uObWcrhwBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uObWcrhwBf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uObWcrhwBf .card {
    margin-bottom: 2rem!important;
  }
  .cid-uObWcrhwBf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uObWcrhwBf .link-wrap {
    align-items: center;
  }
}
.cid-uObWcrhwBf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uObWBZr34A {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uObWBZr34A .mbr-section-subtitle {
  color: #767676;
}
.cid-uObWBZr34A .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uObWBZr34A .container {
    max-width: 1600px;
  }
}
.cid-uObWBZr34A .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uObWBZr34A .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uObWBZr34A .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uObWBZr34A .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uObWBZr34A .team-item:hover .item-social {
  opacity: 1;
}
.cid-uObWBZr34A .team-item .item-image img {
  width: 100%;
}
.cid-uObWBZr34A .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uObWBZr34A .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uObWBZr34A .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uObWBZr34A .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uObWBZr34A .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uObWBZr34A .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uObWBZr34A .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uObWBZr34A .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uObWBZr34A .item-social {
    opacity: 1;
  }
}
.cid-uObWBZr34A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uObWBZr34A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDMPqpXEI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/capa.gif");
}
.cid-uPDMPqpXEI .row {
  justify-content: flex-end;
}
.cid-uPDMPqpXEI h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPDMPqpXEI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPDMPqpXEI .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uPDMPqpXEI h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uPDMPqpXEI h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uPDMPqpXEI .mbr-text,
.cid-uPDMPqpXEI .mbr-section-btn {
  color: #efefef;
}
.cid-uPDMPqpXEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDMPqpXEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOcWgJKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uPDOcWgJKo .mbr-text {
    text-align: center;
  }
}
.cid-uPDOcWgJKo .container-fluid {
  padding: 0;
}
.cid-uPDOcWgJKo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOcWgJKo img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOcWgJKo .mbr-figure {
  height: 100%;
}
.cid-uPDOcWgJKo .col-lg-6 {
  padding: 0;
}
.cid-uPDOcWgJKo .row {
  margin: 0;
}
.cid-uPDOcWgJKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOcWgJKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOdmib02 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPDOdmib02 .mbr-text {
    text-align: center;
  }
}
.cid-uPDOdmib02 .container-fluid {
  padding: 0;
}
.cid-uPDOdmib02 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOdmib02 img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOdmib02 .mbr-figure {
  height: 100%;
}
.cid-uPDOdmib02 .col-lg-6 {
  padding: 0;
}
.cid-uPDOdmib02 .row {
  margin: 0;
}
.cid-uPDOdmib02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOdmib02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOdPxOYT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uPDOdPxOYT .mbr-text {
    text-align: center;
  }
}
.cid-uPDOdPxOYT .container-fluid {
  padding: 0;
}
.cid-uPDOdPxOYT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOdPxOYT img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOdPxOYT .mbr-figure {
  height: 100%;
}
.cid-uPDOdPxOYT .col-lg-6 {
  padding: 0;
}
.cid-uPDOdPxOYT .row {
  margin: 0;
}
.cid-uPDOdPxOYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOdPxOYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOeoQbWK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPDOeoQbWK .mbr-text {
    text-align: center;
  }
}
.cid-uPDOeoQbWK .container-fluid {
  padding: 0;
}
.cid-uPDOeoQbWK .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOeoQbWK img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOeoQbWK .mbr-figure {
  height: 100%;
}
.cid-uPDOeoQbWK .col-lg-6 {
  padding: 0;
}
.cid-uPDOeoQbWK .row {
  margin: 0;
}
.cid-uPDOeoQbWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOeoQbWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOeN2HS9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uPDOeN2HS9 .mbr-text {
    text-align: center;
  }
}
.cid-uPDOeN2HS9 .container-fluid {
  padding: 0;
}
.cid-uPDOeN2HS9 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOeN2HS9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOeN2HS9 .mbr-figure {
  height: 100%;
}
.cid-uPDOeN2HS9 .col-lg-6 {
  padding: 0;
}
.cid-uPDOeN2HS9 .row {
  margin: 0;
}
.cid-uPDOeN2HS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOeN2HS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOfaFC64 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPDOfaFC64 .mbr-text {
    text-align: center;
  }
}
.cid-uPDOfaFC64 .container-fluid {
  padding: 0;
}
.cid-uPDOfaFC64 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOfaFC64 img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOfaFC64 .mbr-figure {
  height: 100%;
}
.cid-uPDOfaFC64 .col-lg-6 {
  padding: 0;
}
.cid-uPDOfaFC64 .row {
  margin: 0;
}
.cid-uPDOfaFC64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOfaFC64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPDOfyjgnB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uPDOfyjgnB .mbr-text {
    text-align: center;
  }
}
.cid-uPDOfyjgnB .container-fluid {
  padding: 0;
}
.cid-uPDOfyjgnB .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uPDOfyjgnB img {
  height: 100%;
  object-fit: cover;
}
.cid-uPDOfyjgnB .mbr-figure {
  height: 100%;
}
.cid-uPDOfyjgnB .col-lg-6 {
  padding: 0;
}
.cid-uPDOfyjgnB .row {
  margin: 0;
}
.cid-uPDOfyjgnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPDOfyjgnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHby8WFHM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uPHby8WFHM .mbr-section-subtitle {
  color: #767676;
}
.cid-uPHby8WFHM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPHby8WFHM .container {
    max-width: 1600px;
  }
}
.cid-uPHby8WFHM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPHby8WFHM .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPHby8WFHM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPHby8WFHM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-uPHby8WFHM .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPHby8WFHM .team-item .item-image img {
  width: 100%;
}
.cid-uPHby8WFHM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPHby8WFHM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPHby8WFHM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPHby8WFHM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPHby8WFHM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPHby8WFHM .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPHby8WFHM .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPHby8WFHM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPHby8WFHM .item-social {
    opacity: 1;
  }
}
.cid-uPHby8WFHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHby8WFHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPO4fLAS9p {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPO4fLAS9p .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPO4fLAS9p .modal-body .close {
  background: #1b1b1b;
}
.cid-uPO4fLAS9p .modal-body .close span {
  font-style: normal;
}
.cid-uPO4fLAS9p .content-slider-wrap {
  width: 100%;
}
.cid-uPO4fLAS9p .carousel-inner > .active,
.cid-uPO4fLAS9p .carousel-inner > .next,
.cid-uPO4fLAS9p .carousel-inner > .prev {
  display: flex;
}
.cid-uPO4fLAS9p .carousel-control .icon-next,
.cid-uPO4fLAS9p .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPO4fLAS9p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPO4fLAS9p .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uPO4fLAS9p .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPO4fLAS9p .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPO4fLAS9p .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPO4fLAS9p .boxed-slider > div {
  position: relative;
}
.cid-uPO4fLAS9p .container img {
  width: 100%;
}
.cid-uPO4fLAS9p .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-uPO4fLAS9p .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4fLAS9p .mbr-table-cell {
  padding: 0;
}
.cid-uPO4fLAS9p .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPO4fLAS9p .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-uPO4fLAS9p .mbr-overlay {
  z-index: 1;
}
.cid-uPO4fLAS9p .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4fLAS9p .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPO4fLAS9p .carousel-item.active.right,
.cid-uPO4fLAS9p .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4fLAS9p .carousel-item.active.left,
.cid-uPO4fLAS9p .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPO4fLAS9p .carousel-item.active,
.cid-uPO4fLAS9p .carousel-item.next.left,
.cid-uPO4fLAS9p .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPO4fLAS9p .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators li.active,
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators li::after,
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPO4fLAS9p .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPO4fLAS9p .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPO4fLAS9p .mbr-slider > .container img {
  width: 100%;
}
.cid-uPO4fLAS9p .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-uPO4fLAS9p .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPO4fLAS9p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPO4fLAS9p .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPO4fLAS9p .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPO4fLAS9p .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPO4fLAS9p .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPO4fLAS9p .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPO4fLAS9p .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPO4fLAS9p .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPO4fLAS9p .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPO4fLAS9p .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPO4fLAS9p .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPO4fLAS9p .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPO4fLAS9p .carousel-inner {
  height: 100%;
}
.cid-uPO4fLAS9p .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPO4fLAS9p .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPO4fLAS9p .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPO4fLAS9p .carousel-item .container-slide {
  text-align: center;
}
.cid-uPHylCg212 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uPHylCg212 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uPHylCg212 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uPHylCg212 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPHylCg212 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPHylCg212 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uPHylCg212 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uPHylCg212 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uPHylCg212 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uPHylCg212 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uPHylCg212 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uPHylCg212 .mbr-section-title,
.cid-uPHylCg212 .social-list {
  color: #000000;
}
.cid-uPV9J2BgLL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPV9J2BgLL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPV9J2BgLL .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPV9J2BgLL .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPV9J2BgLL .media-content {
  padding-left: 2rem;
}
.cid-uPV9J2BgLL textarea {
  min-height: 150px;
}
.cid-uPV9J2BgLL .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPV9J2BgLL .form-control,
.cid-uPV9J2BgLL .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPV9J2BgLL .form-control input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .form-control textarea::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPV9J2BgLL .form-control input:-moz-placeholder,
.cid-uPV9J2BgLL .field-input input:-moz-placeholder,
.cid-uPV9J2BgLL .form-control textarea:-moz-placeholder,
.cid-uPV9J2BgLL .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPV9J2BgLL .form-control:hover,
.cid-uPV9J2BgLL .field-input:hover,
.cid-uPV9J2BgLL .form-control:focus,
.cid-uPV9J2BgLL .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9J2BgLL .form-control:hover input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input:hover input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .form-control:focus input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input:focus input::-webkit-input-placeholder,
.cid-uPV9J2BgLL .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPV9J2BgLL .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPV9J2BgLL .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPV9J2BgLL .form-control:hover input:-moz-placeholder,
.cid-uPV9J2BgLL .field-input:hover input:-moz-placeholder,
.cid-uPV9J2BgLL .form-control:focus input:-moz-placeholder,
.cid-uPV9J2BgLL .field-input:focus input:-moz-placeholder,
.cid-uPV9J2BgLL .form-control:hover textarea:-moz-placeholder,
.cid-uPV9J2BgLL .field-input:hover textarea:-moz-placeholder,
.cid-uPV9J2BgLL .form-control:focus textarea:-moz-placeholder,
.cid-uPV9J2BgLL .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPV9J2BgLL .jq-number__spin:hover,
.cid-uPV9J2BgLL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9J2BgLL .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPV9J2BgLL .jq-selectbox li,
.cid-uPV9J2BgLL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9J2BgLL .jq-selectbox li:hover,
.cid-uPV9J2BgLL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9J2BgLL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPV9J2BgLL .jq-number__spin.minus:hover:after,
.cid-uPV9J2BgLL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9J2BgLL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPV9J2BgLL .jq-number__spin.minus:after,
.cid-uPV9J2BgLL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9J2BgLL input::-webkit-clear-button {
  display: none;
}
.cid-uPV9J2BgLL input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPV9J2BgLL input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPV9J2BgLL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPV9J2BgLL .mbr-text,
.cid-uPV9J2BgLL .mbr-section-btn {
  color: #767676;
}
.cid-uPV9J2BgLL .text2,
.cid-uPV9J2BgLL .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPV9J2BgLL .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ua6n0bRhfX .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ua6n0bRhfX .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ua6n0bRhfX a {
  font-style: normal;
}
.cid-ua6n0bRhfX .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ua6n0bRhfX .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ua6n0bRhfX .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ua6n0bRhfX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ua6n0bRhfX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ua6n0bRhfX .nav-item:focus,
.cid-ua6n0bRhfX .nav-link:focus {
  outline: none;
}
.cid-ua6n0bRhfX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ua6n0bRhfX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ua6n0bRhfX .menu-logo {
  margin-right: auto;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua6n0bRhfX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua6n0bRhfX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ua6n0bRhfX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ua6n0bRhfX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ua6n0bRhfX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ua6n0bRhfX button.navbar-toggler:focus {
  outline: none;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ua6n0bRhfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ua6n0bRhfX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ua6n0bRhfX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .btn {
  display: -webkit-flex;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ua6n0bRhfX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ua6n0bRhfX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ua6n0bRhfX .collapsed button.navbar-toggler {
  display: block;
}
.cid-ua6n0bRhfX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ua6n0bRhfX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-ua6n0bRhfX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ua6n0bRhfX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ua6n0bRhfX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX img {
    height: 3.8rem !important;
  }
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ua6n0bRhfX .menu-wrap {
    flex-direction: column;
  }
  .cid-ua6n0bRhfX .btn {
    display: -webkit-flex;
  }
  .cid-ua6n0bRhfX button.navbar-toggler {
    display: block;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ua6n0bRhfX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ua6n0bRhfX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing,
  .cid-ua6n0bRhfX .navbar-collapse.show {
    display: block !important;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ua6n0bRhfX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ua6n0bRhfX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-ua6n0bRhfX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ua6n0bRhfX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ua6n0bRhfX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ua6n0bRhfX .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ua6n0bRhfX .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ua6n0bRhfX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ua6n0bRhfX .nav-link:hover,
.cid-ua6n0bRhfX .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uPPMVYk4Fa {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/livro-1.gif");
}
.cid-uPPMVYk4Fa h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPPMVYk4Fa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPPMVYk4Fa .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uPPMVYk4Fa h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uPPMVYk4Fa h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uPPMVYk4Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPMVYk4Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPVF8yGxs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uPPVF8yGxs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPPVF8yGxs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPPVF8yGxs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPPVF8yGxs .mbr-text,
.cid-uPPVF8yGxs .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uPPVF8yGxs h3:before,
  .cid-uPPVF8yGxs h3:after {
    display: none;
  }
}
.cid-uPPVF8yGxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPVF8yGxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQMRFRv6 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQMRFRv6 .mbr-text {
  color: #767676;
}
.cid-uPPQMRFRv6 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQMRFRv6 .link {
  margin: 0;
}
.cid-uPPQMRFRv6 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQMRFRv6 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQMRFRv6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQMRFRv6 .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQMRFRv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQMRFRv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQTy4M6D {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQTy4M6D .mbr-text {
  color: #767676;
}
.cid-uPPQTy4M6D .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQTy4M6D .link {
  margin: 0;
}
.cid-uPPQTy4M6D .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQTy4M6D .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQTy4M6D .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQTy4M6D .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQTy4M6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQTy4M6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQUnVlu2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQUnVlu2 .mbr-text {
  color: #767676;
}
.cid-uPPQUnVlu2 .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQUnVlu2 .link {
  margin: 0;
}
.cid-uPPQUnVlu2 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQUnVlu2 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQUnVlu2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQUnVlu2 .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQUnVlu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQUnVlu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQVXvAoi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQVXvAoi .mbr-text {
  color: #767676;
}
.cid-uPPQVXvAoi .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQVXvAoi .link {
  margin: 0;
}
.cid-uPPQVXvAoi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQVXvAoi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQVXvAoi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQVXvAoi .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQVXvAoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQVXvAoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQWz8Kgi {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQWz8Kgi .mbr-text {
  color: #767676;
}
.cid-uPPQWz8Kgi .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQWz8Kgi .link {
  margin: 0;
}
.cid-uPPQWz8Kgi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQWz8Kgi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQWz8Kgi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQWz8Kgi .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQWz8Kgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQWz8Kgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPQZMzKTr {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPQZMzKTr .mbr-text {
  color: #767676;
}
.cid-uPPQZMzKTr .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem !important;
}
.cid-uPPQZMzKTr .link {
  margin: 0;
}
.cid-uPPQZMzKTr .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uPPQZMzKTr .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uPPQZMzKTr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPPQZMzKTr .card {
    margin-bottom: 3rem;
  }
}
.cid-uPPQZMzKTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPPQZMzKTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPUIcZADic {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-uPUIcZADic .row {
  justify-content: flex-end;
}
.cid-uPUIcZADic h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPUIcZADic h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPUIcZADic .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uPUIcZADic h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uPUIcZADic h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uPUIcZADic .mbr-text,
.cid-uPUIcZADic .mbr-section-btn {
  color: #efefef;
}
.cid-uPUIcZADic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPUIcZADic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPPNaJagFe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPPNaJagFe .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPPNaJagFe .modal-body .close {
  background: #1b1b1b;
}
.cid-uPPNaJagFe .modal-body .close span {
  font-style: normal;
}
.cid-uPPNaJagFe .content-slider-wrap {
  width: 100%;
}
.cid-uPPNaJagFe .carousel-inner > .active,
.cid-uPPNaJagFe .carousel-inner > .next,
.cid-uPPNaJagFe .carousel-inner > .prev {
  display: flex;
}
.cid-uPPNaJagFe .carousel-control .icon-next,
.cid-uPPNaJagFe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPPNaJagFe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uPPNaJagFe .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-uPPNaJagFe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPPNaJagFe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uPPNaJagFe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPPNaJagFe .boxed-slider > div {
  position: relative;
}
.cid-uPPNaJagFe .container img {
  width: 100%;
}
.cid-uPPNaJagFe .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-uPPNaJagFe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPPNaJagFe .mbr-table-cell {
  padding: 0;
}
.cid-uPPNaJagFe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPPNaJagFe .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-uPPNaJagFe .mbr-overlay {
  z-index: 1;
}
.cid-uPPNaJagFe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPPNaJagFe .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uPPNaJagFe .carousel-item.active.right,
.cid-uPPNaJagFe .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPPNaJagFe .carousel-item.active.left,
.cid-uPPNaJagFe .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uPPNaJagFe .carousel-item.active,
.cid-uPPNaJagFe .carousel-item.next.left,
.cid-uPPNaJagFe .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uPPNaJagFe .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uPPNaJagFe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPPNaJagFe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPPNaJagFe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPPNaJagFe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPPNaJagFe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPPNaJagFe .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPPNaJagFe .mbr-slider .carousel-indicators li.active,
.cid-uPPNaJagFe .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPPNaJagFe .mbr-slider .carousel-indicators li::after,
.cid-uPPNaJagFe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPPNaJagFe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPPNaJagFe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPPNaJagFe .mbr-slider > .container img {
  width: 100%;
}
.cid-uPPNaJagFe .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-uPPNaJagFe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPPNaJagFe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPPNaJagFe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPPNaJagFe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPPNaJagFe .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uPPNaJagFe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPPNaJagFe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPPNaJagFe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPPNaJagFe .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPPNaJagFe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPPNaJagFe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPPNaJagFe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPPNaJagFe .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPPNaJagFe .carousel-inner {
  height: 100%;
}
.cid-uPPNaJagFe .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPPNaJagFe .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPPNaJagFe .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPPNaJagFe .carousel-item .container-slide {
  text-align: center;
}
.cid-uPPN933zYs {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-uPPN933zYs .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uPPN933zYs h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uPPN933zYs h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPPN933zYs h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPPN933zYs .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uPPN933zYs .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uPPN933zYs .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uPPN933zYs .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-uPPN933zYs .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uPPN933zYs .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uPPN933zYs .mbr-section-title,
.cid-uPPN933zYs .social-list {
  color: #000000;
}
.cid-uPV9zLt8Y2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uPV9zLt8Y2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPV9zLt8Y2 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uPV9zLt8Y2 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uPV9zLt8Y2 .media-content {
  padding-left: 2rem;
}
.cid-uPV9zLt8Y2 textarea {
  min-height: 150px;
}
.cid-uPV9zLt8Y2 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uPV9zLt8Y2 .form-control,
.cid-uPV9zLt8Y2 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uPV9zLt8Y2 .form-control input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .form-control textarea::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uPV9zLt8Y2 .form-control input:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input input:-moz-placeholder,
.cid-uPV9zLt8Y2 .form-control textarea:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uPV9zLt8Y2 .form-control:hover,
.cid-uPV9zLt8Y2 .field-input:hover,
.cid-uPV9zLt8Y2 .form-control:focus,
.cid-uPV9zLt8Y2 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9zLt8Y2 .form-control:hover input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input:hover input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .form-control:focus input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input:focus input::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .form-control:hover textarea::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input:hover textarea::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .form-control:focus textarea::-webkit-input-placeholder,
.cid-uPV9zLt8Y2 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uPV9zLt8Y2 .form-control:hover input:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input:hover input:-moz-placeholder,
.cid-uPV9zLt8Y2 .form-control:focus input:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input:focus input:-moz-placeholder,
.cid-uPV9zLt8Y2 .form-control:hover textarea:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input:hover textarea:-moz-placeholder,
.cid-uPV9zLt8Y2 .form-control:focus textarea:-moz-placeholder,
.cid-uPV9zLt8Y2 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uPV9zLt8Y2 .jq-number__spin:hover,
.cid-uPV9zLt8Y2 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uPV9zLt8Y2 .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPV9zLt8Y2 .jq-selectbox li,
.cid-uPV9zLt8Y2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9zLt8Y2 .jq-selectbox li:hover,
.cid-uPV9zLt8Y2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uPV9zLt8Y2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPV9zLt8Y2 .jq-number__spin.minus:hover:after,
.cid-uPV9zLt8Y2 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9zLt8Y2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPV9zLt8Y2 .jq-number__spin.minus:after,
.cid-uPV9zLt8Y2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uPV9zLt8Y2 input::-webkit-clear-button {
  display: none;
}
.cid-uPV9zLt8Y2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPV9zLt8Y2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPV9zLt8Y2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPV9zLt8Y2 .mbr-text,
.cid-uPV9zLt8Y2 .mbr-section-btn {
  color: #767676;
}
.cid-uPV9zLt8Y2 .text2,
.cid-uPV9zLt8Y2 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uPV9zLt8Y2 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uaemqNuS12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uaemqNuS12 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaemqNuS12 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uaemqNuS12 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaemqNuS12 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaemqNuS12 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uaemqNuS12 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaemqNuS12 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uaemqNuS12 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uaemqNuS12 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaemqNuS12 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaemqNuS12 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaemqNuS12 .media-container-row .row-copirayt p {
  width: 100%;
}
