body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e9071a !important;
}
.bg-success {
  background-color: #111111 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e9071a !important;
  border-color: #e9071a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #9f0512 !important;
  border-color: #9f0512 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f0512 !important;
  border-color: #9f0512 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e9071a !important;
  border-color: #e9071a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #9f0512 !important;
  border-color: #9f0512 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f0512 !important;
  border-color: #9f0512 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #e9eff1 !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #86040f;
  color: #86040f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #e9071a;
  border-color: #e9071a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e9071a !important;
  border-color: #e9071a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #86040f;
  color: #86040f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #e9071a;
  border-color: #e9071a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e9071a !important;
  border-color: #e9071a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #e9eff1;
  border-color: #ffffff;
}
.text-primary {
  color: #e9071a !important;
}
.text-secondary {
  color: #e9071a !important;
}
.text-success {
  color: #111111 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #86040f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #86040f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e9071a;
  border-color: #e9071a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e9071a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdbfc4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c3c3c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e9071a;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #e9071a !important;
  border-color: #e9071a !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e9071a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e9071a;
  border-bottom-color: #e9071a;
}
.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: #e9071a !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: #e9071a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e9071a' %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-uI9Vc8wjPt {
  z-index: 1000;
  width: 100%;
}
.cid-uI9Vc8wjPt nav.navbar {
  position: fixed;
}
.cid-uI9Vc8wjPt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9Vc8wjPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9Vc8wjPt .dropdown-item:hover,
.cid-uI9Vc8wjPt .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uI9Vc8wjPt .dropdown-item:hover span {
  color: white;
}
.cid-uI9Vc8wjPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9Vc8wjPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9Vc8wjPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9Vc8wjPt .nav-link {
  position: relative;
}
.cid-uI9Vc8wjPt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9Vc8wjPt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .dropdown-menu,
.cid-uI9Vc8wjPt .navbar.opened {
  background: #333333 !important;
}
.cid-uI9Vc8wjPt .nav-item:focus,
.cid-uI9Vc8wjPt .nav-link:focus {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9Vc8wjPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9Vc8wjPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uI9Vc8wjPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9Vc8wjPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9Vc8wjPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9Vc8wjPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar.collapsed {
  justify-content: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9Vc8wjPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI9Vc8wjPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uI9Vc8wjPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9Vc8wjPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9Vc8wjPt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI9Vc8wjPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9Vc8wjPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uI9Vc8wjPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown-item.active,
.cid-uI9Vc8wjPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9Vc8wjPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9Vc8wjPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9Vc8wjPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9Vc8wjPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9Vc8wjPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9Vc8wjPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI9Vc8wjPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9Vc8wjPt .navbar {
    height: 70px;
  }
  .cid-uI9Vc8wjPt .navbar.opened {
    height: auto;
  }
  .cid-uI9Vc8wjPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uI9Vc8wjPt .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uK8DRGsoeq {
  padding-top: 360px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sc-doras-tur.webp");
}
.cid-uK8DRGsoeq p,
.cid-uK8DRGsoeq a,
.cid-uK8DRGsoeq button,
.cid-uK8DRGsoeq span {
  line-height: 150% !important;
}
.cid-uK8DRGsoeq h1,
.cid-uK8DRGsoeq h2,
.cid-uK8DRGsoeq h3,
.cid-uK8DRGsoeq h4,
.cid-uK8DRGsoeq h5,
.cid-uK8DRGsoeq h6 {
  line-height: 130% !important;
}
.cid-uK8DRGsoeq .mbr-section-title DIV {
  text-align: center;
}
.cid-uK8DRGsoeq .mbr-text,
.cid-uK8DRGsoeq .mbr-section-btn {
  text-align: center;
}
.cid-uK8DRGsoeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8DRGsoeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8DRGsoeq .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uI9QcHnhb4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9eff1;
}
.cid-uI9QcHnhb4 p,
.cid-uI9QcHnhb4 a,
.cid-uI9QcHnhb4 button,
.cid-uI9QcHnhb4 span,
.cid-uI9QcHnhb4 li {
  line-height: 150% !important;
}
.cid-uI9QcHnhb4 h1,
.cid-uI9QcHnhb4 h2,
.cid-uI9QcHnhb4 h3,
.cid-uI9QcHnhb4 h4,
.cid-uI9QcHnhb4 h5,
.cid-uI9QcHnhb4 h6 {
  line-height: 130% !important;
}
.cid-uI9QcHnhb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9QcHnhb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .container {
    padding: 0 16px;
  }
}
.cid-uI9QcHnhb4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uI9QcHnhb4 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uI9QcHnhb4 .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uI9QcHnhb4 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uI9QcHnhb4 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uI9QcHnhb4 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uI9QcHnhb4 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uI9QcHnhb4 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uI9QcHnhb4 .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .image-wrapper {
    padding: 0;
  }
}
.cid-uI9QcHnhb4 .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uI9QcHnhb4 .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uI9QcHnhb4 .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uI9QcHnhb4 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uI9QcHnhb4 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uI9QcHnhb4 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uI9QcHnhb4 .mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
.cid-uI9QcHnhb4 .mbr-section-subtitle {
  color: #656565;
}
.cid-uI9QcHnhb4 .mbr-text {
  color: #656565;
}
.cid-uI9QcHnhb4 .mbr-list-title {
  color: #656565;
}
.cid-uI9QcHnhb4 .list {
  color: #656565;
}
.cid-uI9Pkh836Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ec3d4a;
}
.cid-uI9Pkh836Y .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-uI9Pkh836Y .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-uI9Pkh836Y .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uI9Pkh836Y .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #274abb;
}
.cid-uI9Pkh836Y .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-uI9Pkh836Y .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-uI9Pkh836Y .big {
  margin-top: -25%;
}
.cid-uI9Pkh836Y .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uI9Pkh836Y .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uI9Pkh836Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uI9Pkh836Y .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Pkh836Y .small {
    margin-top: -25%;
  }
}
.cid-uI9Pkh836Y .mbr-section-sub-title {
  text-align: center;
  color: #ececec;
}
.cid-uI9Pkh836Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9Pkh836Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQigPdtDk {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #e9eff1;
}
.cid-uLQigPdtDk .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uLQigPdtDk .card-img {
  position: relative;
}
.cid-uLQigPdtDk .card-img:hover .card-title {
  background: linear-gradient(to top, #ec3d4a, transparent);
}
.cid-uLQigPdtDk .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-uLQigPdtDk .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-uLQigPdtDk .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-uLQigPdtDk .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-uLQigPdtDk .text-box {
  padding: 20px;
}
.cid-uLQigPdtDk .text-box p {
  margin: 0;
}
.cid-uLQigPdtDk .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-uLQigPdtDk .ico-box p {
  margin: 0;
}
.cid-uLQigPdtDk .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-uLQigPdtDk .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLQigPdtDk .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-uLQigPdtDk .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-uLQigPdtDk .mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLQigPdtDk .card-box {
    bottom: 0px;
  }
  .cid-uLQigPdtDk .p-box {
    padding: 0px;
  }
  .cid-uLQigPdtDk .card-title {
    padding: 10px 15px;
  }
}
.cid-uLQigPdtDk .card-text {
  color: #656565;
  text-align: center;
}
.cid-uLQigPdtDk .phone {
  color: #656565;
}
.cid-uLQigPdtDk .card-title2 {
  color: #333333;
}
.cid-uLQigPdtDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQigPdtDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9TpS0D8C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9eff1;
}
.cid-uI9TpS0D8C p,
.cid-uI9TpS0D8C a,
.cid-uI9TpS0D8C button,
.cid-uI9TpS0D8C span,
.cid-uI9TpS0D8C li {
  line-height: 150% !important;
}
.cid-uI9TpS0D8C h1,
.cid-uI9TpS0D8C h2,
.cid-uI9TpS0D8C h3,
.cid-uI9TpS0D8C h4,
.cid-uI9TpS0D8C h5,
.cid-uI9TpS0D8C h6 {
  line-height: 130% !important;
}
.cid-uI9TpS0D8C .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uI9TpS0D8C .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uI9TpS0D8C .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
.cid-uI9TpS0D8C .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #333333;
  position: relative;
}
.cid-uI9TpS0D8C .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uI9TpS0D8C .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #333333;
  transform: rotate(45deg);
}
.cid-uI9TpS0D8C .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uI9TpS0D8C .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uI9TpS0D8C .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uI9TpS0D8C .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uI9TpS0D8C .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #e9071a;
}
.cid-uI9TpS0D8C .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uI9TpS0D8C .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #e9071a;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uI9TpS0D8C .title__block {
    margin-bottom: 40px;
  }
  .cid-uI9TpS0D8C .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uI9TpS0D8C .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uI9TpS0D8C .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uI9TpS0D8C .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uI9TpS0D8C .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uI9TpS0D8C .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uI9TpS0D8C .iconBackground {
    left: 0 !important;
  }
  .cid-uI9TpS0D8C .separline:before {
    left: 0 !important;
  }
}
.cid-uI9TpS0D8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9TpS0D8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9TpS0D8C .mbr-section-title {
  color: #e9071a;
}
.cid-uI9TpS0D8C .mbr-section-subtitle {
  color: #333333;
}
.cid-uI9TpS0D8C .mbr-timeline-text {
  color: #ffffff;
}
.cid-uLQ9e5wvMt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ec3d4a;
}
.cid-uLQ9e5wvMt p,
.cid-uLQ9e5wvMt a,
.cid-uLQ9e5wvMt button,
.cid-uLQ9e5wvMt span,
.cid-uLQ9e5wvMt li {
  line-height: 150% !important;
}
.cid-uLQ9e5wvMt h1,
.cid-uLQ9e5wvMt h2,
.cid-uLQ9e5wvMt h3,
.cid-uLQ9e5wvMt h4,
.cid-uLQ9e5wvMt h5,
.cid-uLQ9e5wvMt h6 {
  line-height: 130% !important;
}
.cid-uLQ9e5wvMt h4 {
  display: flex;
  color: #000000;
}
.cid-uLQ9e5wvMt .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uLQ9e5wvMt .wrap {
  display: flex;
}
.cid-uLQ9e5wvMt .icon {
  background: #333333;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uLQ9e5wvMt img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uLQ9e5wvMt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLQ9e5wvMt p {
  margin: 0;
}
.cid-uLQ9e5wvMt .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uLQ9e5wvMt .mbr-section-subtitle {
  font-weight: 500;
  color: #ececec;
  text-align: center;
}
.cid-uLQ9e5wvMt .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLQ9e5wvMt .panel-group {
  width: 100%;
}
.cid-uLQ9e5wvMt .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uLQ9e5wvMt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLQ9e5wvMt .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ececec;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLQ9e5wvMt .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uLQ9e5wvMt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLQ9e5wvMt .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uLQ9e5wvMt .card .panel-body {
  background: #ececec;
}
.cid-uLQ9e5wvMt .sign {
  color: #000000;
}
.cid-uLQ9e5wvMt .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLQ9e5wvMt .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uLQ9e5wvMt .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uLQ9e5wvMt .header-text,
.cid-uLQ9e5wvMt .sign {
  color: #ececec;
}
.cid-uLQ9e5wvMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQ9e5wvMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLQcF9gFJd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uLQcF9gFJd .title {
  border-bottom: 1px solid #ececec;
}
.cid-uLQcF9gFJd .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uLQcF9gFJd .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uLQcF9gFJd .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-uLQcF9gFJd .display-4 {
  line-height: 1.1;
}
.cid-uLQcF9gFJd .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uLQcF9gFJd .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLQcF9gFJd .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLQcF9gFJd p {
  line-height: 1.6;
}
.cid-uLQcF9gFJd .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uLQcF9gFJd .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uLQcF9gFJd .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-uLQcF9gFJd .price-box {
  position: absolute;
  background: #ec3d4a;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uLQcF9gFJd img {
  transition: all 0.3s;
}
.cid-uLQcF9gFJd h5 {
  margin: 0;
}
.cid-uLQcF9gFJd .card-box {
  padding: 1.5rem;
}
.cid-uLQcF9gFJd .mbr-section-title {
  margin: 0 auto;
  color: #ec3d4a;
  text-align: center;
}
.cid-uLQcF9gFJd .card-box > p,
.cid-uLQcF9gFJd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLQcF9gFJd .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uLQcF9gFJd .price {
  color: #ffffff;
  text-align: left;
}
.cid-uLQcF9gFJd .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uLQcF9gFJd .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLQcF9gFJd .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uLQcF9gFJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQcF9gFJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7JJM5nGi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM7JJM5nGi .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM7JJM5nGi .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM7JJM5nGi .mbr-text {
  color: #444;
}
.cid-uM7JJM5nGi h5 {
  margin-bottom: 0;
}
.cid-uM7JJM5nGi .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM7JJM5nGi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM7JJM5nGi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM7JJM5nGi .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM7JJM5nGi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM7JJM5nGi .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM7JJM5nGi .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM7JJM5nGi .social-list a:hover {
  opacity: .4;
}
.cid-uM7JJM5nGi .media-container-row > div {
  padding: 0px;
}
.cid-uM7JJM5nGi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM7JJM5nGi .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM7JJM5nGi .group-title SPAN {
  color: #ffffff;
}
.cid-uM7JJM5nGi .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM7JJM5nGi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM7JJM5nGi .social-list,
  .cid-uM7JJM5nGi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM7JJM5nGi h3 {
    margin-bottom: 10px;
  }
  .cid-uM7JJM5nGi .navbar-brand {
    text-align: center;
  }
}
.cid-uM7JJM5nGi .links SPAN {
  color: #9e9e9e;
}
.cid-uM7JJM5nGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7JJM5nGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9Vc8wjPt {
  z-index: 1000;
  width: 100%;
}
.cid-uI9Vc8wjPt nav.navbar {
  position: fixed;
}
.cid-uI9Vc8wjPt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9Vc8wjPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9Vc8wjPt .dropdown-item:hover,
.cid-uI9Vc8wjPt .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uI9Vc8wjPt .dropdown-item:hover span {
  color: white;
}
.cid-uI9Vc8wjPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9Vc8wjPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9Vc8wjPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9Vc8wjPt .nav-link {
  position: relative;
}
.cid-uI9Vc8wjPt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9Vc8wjPt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .dropdown-menu,
.cid-uI9Vc8wjPt .navbar.opened {
  background: #333333 !important;
}
.cid-uI9Vc8wjPt .nav-item:focus,
.cid-uI9Vc8wjPt .nav-link:focus {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9Vc8wjPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9Vc8wjPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uI9Vc8wjPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9Vc8wjPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9Vc8wjPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9Vc8wjPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar.collapsed {
  justify-content: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9Vc8wjPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI9Vc8wjPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uI9Vc8wjPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9Vc8wjPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9Vc8wjPt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI9Vc8wjPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9Vc8wjPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uI9Vc8wjPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown-item.active,
.cid-uI9Vc8wjPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9Vc8wjPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9Vc8wjPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9Vc8wjPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9Vc8wjPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9Vc8wjPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9Vc8wjPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI9Vc8wjPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9Vc8wjPt .navbar {
    height: 70px;
  }
  .cid-uI9Vc8wjPt .navbar.opened {
    height: auto;
  }
  .cid-uI9Vc8wjPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uI9Vc8wjPt .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9UD5Kpv1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/hero-index.webp");
}
.cid-uI9UD5Kpv1 p,
.cid-uI9UD5Kpv1 a,
.cid-uI9UD5Kpv1 button,
.cid-uI9UD5Kpv1 span {
  line-height: 150% !important;
}
.cid-uI9UD5Kpv1 h1,
.cid-uI9UD5Kpv1 h2,
.cid-uI9UD5Kpv1 h3,
.cid-uI9UD5Kpv1 h4,
.cid-uI9UD5Kpv1 h5,
.cid-uI9UD5Kpv1 h6 {
  line-height: 130% !important;
}
.cid-uI9UD5Kpv1 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uI9UD5Kpv1 .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-uI9UD5Kpv1 .relative {
  position: relative;
}
.cid-uI9UD5Kpv1 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uI9UD5Kpv1 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uI9UD5Kpv1 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uI9UD5Kpv1 .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-uI9UD5Kpv1 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-uI9UD5Kpv1 .jq-selectbox li.selected {
  background-color: #000000;
}
.cid-uI9UD5Kpv1 .jq-selectbox li:hover {
  background-color: #000000;
}
.cid-uI9UD5Kpv1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000000;
}
.cid-uI9UD5Kpv1 .mbr-iconfont-btn {
  margin: 0;
}
.cid-uI9UD5Kpv1 .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-uI9UD5Kpv1 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uI9UD5Kpv1 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uI9UD5Kpv1 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uI9UD5Kpv1 .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uI9UD5Kpv1 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uI9UD5Kpv1 .form-group {
    margin-bottom: 2rem;
  }
  .cid-uI9UD5Kpv1 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uI9UD5Kpv1 .input-group-btn {
    margin: auto;
  }
}
.cid-uI9UD5Kpv1 .mbr-section-title {
  text-align: center;
}
.cid-uI9UD5Kpv1 .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-uI9UD5Kpv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9UD5Kpv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRT0HX5RM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uLRT0HX5RM .title {
  border-bottom: 1px solid #ec3d4a;
}
.cid-uLRT0HX5RM .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uLRT0HX5RM .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uLRT0HX5RM .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-uLRT0HX5RM .display-4 {
  line-height: 1.1;
}
.cid-uLRT0HX5RM .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uLRT0HX5RM .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLRT0HX5RM .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLRT0HX5RM p {
  line-height: 1.6;
}
.cid-uLRT0HX5RM .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uLRT0HX5RM .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uLRT0HX5RM .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-uLRT0HX5RM .price-box {
  position: absolute;
  background: #ec3d4a;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uLRT0HX5RM img {
  transition: all 0.3s;
}
.cid-uLRT0HX5RM h5 {
  margin: 0;
}
.cid-uLRT0HX5RM .card-box {
  padding: 1.5rem;
}
.cid-uLRT0HX5RM .mbr-section-title {
  margin: 0 auto;
  color: #ec3d4a;
  text-align: center;
}
.cid-uLRT0HX5RM .card-box > p,
.cid-uLRT0HX5RM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLRT0HX5RM .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLRT0HX5RM .price {
  color: #ffffff;
  text-align: left;
}
.cid-uLRT0HX5RM .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uLRT0HX5RM .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLRT0HX5RM .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uLRT0HX5RM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRT0HX5RM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRT0HX5RM .sub-title-section-description {
  background-color: #e9071a40;
  max-width: max-content;
  border-radius: 16px;
}
.cid-uLRTbwMAQd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uLRTbwMAQd .title {
  border-bottom: 1px solid #ececec;
}
.cid-uLRTbwMAQd .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uLRTbwMAQd .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uLRTbwMAQd .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-uLRTbwMAQd .display-4 {
  line-height: 1.1;
}
.cid-uLRTbwMAQd .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uLRTbwMAQd .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLRTbwMAQd .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLRTbwMAQd p {
  line-height: 1.6;
}
.cid-uLRTbwMAQd .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uLRTbwMAQd .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uLRTbwMAQd .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-uLRTbwMAQd .price-box {
  position: absolute;
  background: #ec3d4a;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uLRTbwMAQd img {
  transition: all 0.3s;
}
.cid-uLRTbwMAQd h5 {
  margin: 0;
}
.cid-uLRTbwMAQd .card-box {
  padding: 1.5rem;
}
.cid-uLRTbwMAQd .mbr-section-title {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.cid-uLRTbwMAQd .card-box > p,
.cid-uLRTbwMAQd .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLRTbwMAQd .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uLRTbwMAQd .price {
  color: #ffffff;
  text-align: left;
}
.cid-uLRTbwMAQd .rev {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uLRTbwMAQd .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uLRTbwMAQd .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uLRTbwMAQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRTbwMAQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9UDoVQXM {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ec3d4a;
}
.cid-uI9UDoVQXM p,
.cid-uI9UDoVQXM a,
.cid-uI9UDoVQXM button,
.cid-uI9UDoVQXM span {
  line-height: 150% !important;
}
.cid-uI9UDoVQXM h1,
.cid-uI9UDoVQXM h2,
.cid-uI9UDoVQXM h3,
.cid-uI9UDoVQXM h4,
.cid-uI9UDoVQXM h5,
.cid-uI9UDoVQXM h6 {
  line-height: 130% !important;
}
.cid-uI9UDoVQXM .title_block {
  margin-bottom: 80px;
}
.cid-uI9UDoVQXM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uI9UDoVQXM .mbr-section-title {
  color: #ffffff;
}
.cid-uI9UDoVQXM .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #e9eff1;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-uI9UDoVQXM .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(233, 7, 26, 0.15);
  border-radius: 50%;
}
.cid-uI9UDoVQXM .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(233, 7, 26, 0.15);
  border-radius: 50%;
}
.cid-uI9UDoVQXM .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-uI9UDoVQXM .user {
  display: flex;
  align-items: center;
}
.cid-uI9UDoVQXM .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-uI9UDoVQXM .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-uI9UDoVQXM .user_name {
  margin-bottom: 2px;
  display: block;
  color: #ec3d4a;
}
.cid-uI9UDoVQXM .desk {
  margin-bottom: 0;
}
.cid-uI9UDoVQXM .iconfont-wrapper {
  min-width: 115px;
}
.cid-uI9UDoVQXM .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-uI9UDoVQXM .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-uI9UDoVQXM .carousel-item > div {
  width: 100%;
}
.cid-uI9UDoVQXM .carousel-item.active,
.cid-uI9UDoVQXM .carousel-item-next,
.cid-uI9UDoVQXM .carousel-item-prev {
  display: flex;
}
.cid-uI9UDoVQXM .carousel-controls a {
  width: 9%;
}
.cid-uI9UDoVQXM .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uI9UDoVQXM .carousel-controls a:hover span {
  background-color: #e9071a;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uI9UDoVQXM .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-uI9UDoVQXM .title_block {
    margin-bottom: 40px;
  }
  .cid-uI9UDoVQXM .card_header {
    flex-direction: column;
  }
  .cid-uI9UDoVQXM .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-uI9UDoVQXM .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uI9UDoVQXM .carousel-controls {
    display: none;
  }
  .cid-uI9UDoVQXM .carousel-item {
    padding: 0;
  }
  .cid-uI9UDoVQXM .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-uI9UDoVQXM .card_header {
    margin-bottom: 15px;
  }
  .cid-uI9UDoVQXM .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-uI9UDoVQXM .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-uI9UDoVQXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9UDoVQXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9UDfKP68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e9eff1;
}
.cid-uI9UDfKP68 p,
.cid-uI9UDfKP68 a,
.cid-uI9UDfKP68 button,
.cid-uI9UDfKP68 span {
  line-height: 150% !important;
}
.cid-uI9UDfKP68 h1,
.cid-uI9UDfKP68 h2,
.cid-uI9UDfKP68 h3,
.cid-uI9UDfKP68 h4,
.cid-uI9UDfKP68 h5,
.cid-uI9UDfKP68 h6 {
  line-height: 130% !important;
}
.cid-uI9UDfKP68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9UDfKP68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI9UDfKP68 .container {
    padding: 0 16px;
  }
}
.cid-uI9UDfKP68 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uI9UDfKP68 .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uI9UDfKP68 .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-uI9UDfKP68 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uI9UDfKP68 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uI9UDfKP68 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uI9UDfKP68 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uI9UDfKP68 .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uI9UDfKP68 .title-wrapper .line {
    display: none;
  }
}
.cid-uI9UDfKP68 .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #ec3d4a;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uI9UDfKP68 .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uI9UDfKP68 .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uI9UDfKP68 .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uI9UDfKP68 .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uI9UDfKP68 .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9eff1;
  opacity: .6;
  border-radius: 100%;
}
.cid-uI9UDfKP68 .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #e9eff1;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-uI9UDfKP68 .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uI9UDfKP68 .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI9UDfKP68 .mbr-section-title {
  color: #e9071a;
}
.cid-uI9UDfKP68 .mbr-text {
  color: #656565;
}
.cid-uI9UDfKP68 .mbr-card-title,
.cid-uI9UDfKP68 .icon-wrapper {
  color: #ffffff;
}
.cid-uI9UDfKP68 .mbr-card-text {
  color: #ffffff;
}
.cid-uI9UDeL95c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ec3d4a;
}
.cid-uI9UDeL95c p,
.cid-uI9UDeL95c a,
.cid-uI9UDeL95c button,
.cid-uI9UDeL95c span {
  line-height: 150% !important;
}
.cid-uI9UDeL95c h1,
.cid-uI9UDeL95c h2,
.cid-uI9UDeL95c h3,
.cid-uI9UDeL95c h4,
.cid-uI9UDeL95c h5,
.cid-uI9UDeL95c h6 {
  line-height: 130% !important;
}
.cid-uI9UDeL95c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9UDeL95c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .container {
    padding: 0 16px;
  }
}
.cid-uI9UDeL95c .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uI9UDeL95c .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uI9UDeL95c .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uI9UDeL95c .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uI9UDeL95c .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uI9UDeL95c .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uI9UDeL95c .dragArea.row {
  background-color: #e9eff1;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uI9UDeL95c .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uI9UDeL95c .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uI9UDeL95c .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uI9UDeL95c .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uI9UDeL95c .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uI9UDeL95c .dragArea.row .form-group .form-control:hover,
.cid-uI9UDeL95c .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uI9UDeL95c .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uI9UDeL95c .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #e9071a;
  border-color: #e9071a;
}
.cid-uI9UDeL95c .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uI9UDeL95c .mbr-title {
  color: #ffffff;
}
.cid-uI9UDeL95c .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uI9UDeL95c .mbr-section-subtitle {
  color: #08323C;
}
.cid-uI9UDeL95c .mbr-text {
  color: #ffffff;
}
.cid-uI9UDeL95c .list {
  color: #ffffff;
}
.cid-uI9UDeL95c label {
  color: #08323C;
}
.cid-uI9UDeL95c H3 {
  color: #656565;
}
.cid-uM9o3Tn2SM {
  padding-top: 8rem;
  /* padding-bottom: 8rem; */
  overflow: hidden;
  background-color: #e9eff1;
}
.cid-uM9o3Tn2SM p,
.cid-uM9o3Tn2SM a,
.cid-uM9o3Tn2SM button,
.cid-uM9o3Tn2SM span {
  line-height: 150% !important;
}
.cid-uM9o3Tn2SM h1,
.cid-uM9o3Tn2SM h2,
.cid-uM9o3Tn2SM h3,
.cid-uM9o3Tn2SM h4,
.cid-uM9o3Tn2SM h5,
.cid-uM9o3Tn2SM h6 {
  line-height: 130% !important;
}
.cid-uM9o3Tn2SM .title__block {
  padding-bottom: 40px;
}
.cid-uM9o3Tn2SM .mbr-section-title {
  margin-bottom: 25px;
  color: #ec3d4a;
}
.cid-uM9o3Tn2SM .mbr-section-title b,
.cid-uM9o3Tn2SM .mbr-section-title strong {
  font-weight: 500;
}
.cid-uM9o3Tn2SM .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uM9o3Tn2SM .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uM9o3Tn2SM .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM9o3Tn2SM .mbr-text {
  margin-bottom: 43px;
}
.cid-uM9o3Tn2SM .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-uM9o3Tn2SM .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #ff8a8f;
}
.cid-uM9o3Tn2SM .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uM9o3Tn2SM .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uM9o3Tn2SM .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uM9o3Tn2SM .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uM9o3Tn2SM .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uM9o3Tn2SM .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uM9o3Tn2SM .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uM9o3Tn2SM .row {
    text-align: center;
  }
  .cid-uM9o3Tn2SM .title__block {
    padding-bottom: 0;
  }
  .cid-uM9o3Tn2SM .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uM9o3Tn2SM .figure:before {
    content: none;
  }
  .cid-uM9o3Tn2SM .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uM9o3Tn2SM .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uM9o3Tn2SM .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uM9o3Tn2SM .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uM9o3Tn2SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9o3Tn2SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9UDty9qW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #e9eff1;
}
.cid-uI9UDty9qW p,
.cid-uI9UDty9qW a,
.cid-uI9UDty9qW button,
.cid-uI9UDty9qW span {
  line-height: 150% !important;
}
.cid-uI9UDty9qW h1,
.cid-uI9UDty9qW h2,
.cid-uI9UDty9qW h3,
.cid-uI9UDty9qW h4,
.cid-uI9UDty9qW h5,
.cid-uI9UDty9qW h6 {
  line-height: 130% !important;
}
.cid-uI9UDty9qW .title__block {
  position: relative;
  z-index: 10;
}
.cid-uI9UDty9qW .mbr-section-title {
  margin-bottom: 25px;
  color: #ec3d4a;
}
.cid-uI9UDty9qW .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #656565;
}
.cid-uI9UDty9qW .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uI9UDty9qW .mbr-section-btn {
  padding-right: 150px;
}
.cid-uI9UDty9qW .slider__block .container {
  padding: 0 15px;
}
.cid-uI9UDty9qW .carousel {
  padding-bottom: 100px;
}
.cid-uI9UDty9qW .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uI9UDty9qW .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uI9UDty9qW .carousel-item.active {
  opacity: 1;
}
.cid-uI9UDty9qW .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uI9UDty9qW .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uI9UDty9qW .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uI9UDty9qW .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uI9UDty9qW .carousel-item .cloneditem-1,
.cid-uI9UDty9qW .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uI9UDty9qW .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uI9UDty9qW .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uI9UDty9qW .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uI9UDty9qW .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uI9UDty9qW .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uI9UDty9qW .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uI9UDty9qW .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uI9UDty9qW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uI9UDty9qW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uI9UDty9qW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uI9UDty9qW .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uI9UDty9qW .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uI9UDty9qW .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uI9UDty9qW .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uI9UDty9qW .cloneditem-1,
.cid-uI9UDty9qW .cloneditem-2,
.cid-uI9UDty9qW .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uI9UDty9qW .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uI9UDty9qW .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uI9UDty9qW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides2 .cloneditem-1,
  .cid-uI9UDty9qW .carousel-inner.slides2 .cloneditem-2,
  .cid-uI9UDty9qW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uI9UDty9qW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uI9UDty9qW .carousel-inner.slides3 .cloneditem-1,
  .cid-uI9UDty9qW .carousel-inner.slides3 .cloneditem-2,
  .cid-uI9UDty9qW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uI9UDty9qW .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uI9UDty9qW .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uI9UDty9qW .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uI9UDty9qW .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uI9UDty9qW .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uI9UDty9qW .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uI9UDty9qW .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uI9UDty9qW .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uI9UDty9qW .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uI9UDty9qW .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uI9UDty9qW .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uI9UDty9qW .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uI9UDty9qW .carousel {
    padding-bottom: 50px;
  }
}
.cid-uI9UDty9qW .mbr-text,
.cid-uI9UDty9qW .mbr-section-btn {
  color: #656565;
}
.cid-uLPWth0HmO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uLPWth0HmO .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uLPWth0HmO .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uLPWth0HmO .mbr-text {
  color: #444;
}
.cid-uLPWth0HmO h5 {
  margin-bottom: 0;
}
.cid-uLPWth0HmO .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uLPWth0HmO .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLPWth0HmO .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uLPWth0HmO .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLPWth0HmO .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLPWth0HmO .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uLPWth0HmO .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLPWth0HmO .social-list a:hover {
  opacity: .4;
}
.cid-uLPWth0HmO .media-container-row > div {
  padding: 0px;
}
.cid-uLPWth0HmO .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLPWth0HmO .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLPWth0HmO .group-title SPAN {
  color: #ffffff;
}
.cid-uLPWth0HmO .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uLPWth0HmO .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLPWth0HmO .social-list,
  .cid-uLPWth0HmO .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLPWth0HmO h3 {
    margin-bottom: 10px;
  }
  .cid-uLPWth0HmO .navbar-brand {
    text-align: center;
  }
}
.cid-uLPWth0HmO .links SPAN {
  color: #9e9e9e;
}
.cid-uLPWth0HmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPWth0HmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9Vc8wjPt {
  z-index: 1000;
  width: 100%;
}
.cid-uI9Vc8wjPt nav.navbar {
  position: fixed;
}
.cid-uI9Vc8wjPt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9Vc8wjPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9Vc8wjPt .dropdown-item:hover,
.cid-uI9Vc8wjPt .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uI9Vc8wjPt .dropdown-item:hover span {
  color: white;
}
.cid-uI9Vc8wjPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9Vc8wjPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9Vc8wjPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9Vc8wjPt .nav-link {
  position: relative;
}
.cid-uI9Vc8wjPt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9Vc8wjPt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .dropdown-menu,
.cid-uI9Vc8wjPt .navbar.opened {
  background: #333333 !important;
}
.cid-uI9Vc8wjPt .nav-item:focus,
.cid-uI9Vc8wjPt .nav-link:focus {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9Vc8wjPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9Vc8wjPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uI9Vc8wjPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9Vc8wjPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9Vc8wjPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9Vc8wjPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar.collapsed {
  justify-content: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9Vc8wjPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI9Vc8wjPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uI9Vc8wjPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9Vc8wjPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9Vc8wjPt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI9Vc8wjPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9Vc8wjPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uI9Vc8wjPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown-item.active,
.cid-uI9Vc8wjPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9Vc8wjPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9Vc8wjPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9Vc8wjPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9Vc8wjPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9Vc8wjPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9Vc8wjPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI9Vc8wjPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9Vc8wjPt .navbar {
    height: 70px;
  }
  .cid-uI9Vc8wjPt .navbar.opened {
    height: auto;
  }
  .cid-uI9Vc8wjPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uI9Vc8wjPt .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uL14V8xZ7J {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/gramado-doras-tur-4.webp");
}
.cid-uL14V8xZ7J .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ececec;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uL14V8xZ7J .decor-wrap {
    width: 100%;
  }
}
.cid-uL14V8xZ7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL14V8xZ7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL14V8xZ7J .row {
  position: relative;
  z-index: 1;
}
.cid-uL14V8xZ7J .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uL14V8xZ7J .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uL14V8xZ7J .mbr-section-title {
  color: #212529;
}
.cid-uL14V8xZ7J .mbr-text {
  color: #51565c;
}
.cid-uL14V8xZ7J .mbr-section-title,
.cid-uL14V8xZ7J .mbr-section-btn {
  color: #ec3d4a;
}
.cid-uL11TabkZi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uL11TabkZi .card-img span {
  color: #ff6b71;
  font-size: 5.3rem;
}
.cid-uL11TabkZi .mbr-text {
  color: #656565;
}
.cid-uL11TabkZi p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-uL11TabkZi .card {
    margin-bottom: 2rem;
  }
}
.cid-uL11TabkZi .card-title,
.cid-uL11TabkZi .card-img {
  color: #000000;
}
.cid-uL11TabkZi .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uL11TabkZi .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-uL11TabkZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL11TabkZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5NgJpyMw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0b0b0b;
}
.cid-uL5NgJpyMw .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-uL5NgJpyMw .mbr-text {
  color: #cccccc;
}
.cid-uL5NgJpyMw p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-uL5NgJpyMw .card {
    margin-bottom: 2rem;
  }
}
.cid-uL5NgJpyMw .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uL5NgJpyMw .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uL5NgJpyMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5NgJpyMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL62MwU9ix {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e9eff1;
}
.cid-uL62MwU9ix .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uL62MwU9ix .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uL62MwU9ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL62MwU9ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL605qZadw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e9eff1;
}
.cid-uL605qZadw .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-uL605qZadw .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-uL605qZadw .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-uL605qZadw .history-item {
    margin-top: 100px;
  }
}
.cid-uL605qZadw .history-item-first {
  margin-top: 0;
}
.cid-uL605qZadw .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uL605qZadw .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-uL605qZadw .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-uL605qZadw .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uL605qZadw .image-wrapper {
    max-width: 550px;
  }
}
.cid-uL605qZadw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL605qZadw .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-uL605qZadw .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uL605qZadw .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-uL605qZadw .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uL605qZadw .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-uL605qZadw .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uL605qZadw .text-wrapper {
    max-width: 550px;
  }
}
.cid-uL605qZadw .card-title {
  width: 100%;
  color: #ec3d4a;
}
.cid-uL605qZadw .card-subtitle {
  width: 100%;
  color: #212529;
  margin-top: 16px;
}
.cid-uL605qZadw .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-uL605qZadw .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uL605qZadw .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uL605qZadw .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #0b0b0b;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-uL605qZadw .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-uL605qZadw .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #e9eff1;
  border-radius: 50%;
  border: 1px solid #0b0b0b;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-uL605qZadw .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-uL605qZadw .mbr-text,
.cid-uL605qZadw .mbr-section-btn {
  color: #212529;
}
.cid-uL121hTMDv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/equipe-doras-tur.webp");
}
.cid-uL121hTMDv .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-uL121hTMDv .card-wrapper:hover .ico-wrap {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-uL121hTMDv p {
  line-height: 1.6;
}
.cid-uL121hTMDv .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uL121hTMDv .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-uL121hTMDv .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-uL121hTMDv .card-title {
  color: #ec3d4a;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.cid-uL121hTMDv .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-uL121hTMDv img {
  transition: all 0.3s;
}
.cid-uL121hTMDv .card-box {
  padding: 1rem;
}
.cid-uL121hTMDv .mbr-section-title {
  margin: 0 auto;
  color: #ec3d4a;
  text-align: center;
}
.cid-uL121hTMDv .card-box > p,
.cid-uL121hTMDv .mbr-section-btn {
  color: #ececec;
  text-align: center;
}
.cid-uL121hTMDv .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-uL121hTMDv .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.cid-uL121hTMDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL121hTMDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8d4u6BQu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM8d4u6BQu .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM8d4u6BQu .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM8d4u6BQu .mbr-text {
  color: #444;
}
.cid-uM8d4u6BQu h5 {
  margin-bottom: 0;
}
.cid-uM8d4u6BQu .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM8d4u6BQu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM8d4u6BQu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM8d4u6BQu .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM8d4u6BQu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM8d4u6BQu .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM8d4u6BQu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM8d4u6BQu .social-list a:hover {
  opacity: .4;
}
.cid-uM8d4u6BQu .media-container-row > div {
  padding: 0px;
}
.cid-uM8d4u6BQu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM8d4u6BQu .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM8d4u6BQu .group-title SPAN {
  color: #ffffff;
}
.cid-uM8d4u6BQu .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM8d4u6BQu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM8d4u6BQu .social-list,
  .cid-uM8d4u6BQu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM8d4u6BQu h3 {
    margin-bottom: 10px;
  }
  .cid-uM8d4u6BQu .navbar-brand {
    text-align: center;
  }
}
.cid-uM8d4u6BQu .links SPAN {
  color: #9e9e9e;
}
.cid-uM8d4u6BQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8d4u6BQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ylyPJZF {
  z-index: 1000;
  width: 100%;
}
.cid-uL6ylyPJZF nav.navbar {
  position: fixed;
}
.cid-uL6ylyPJZF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6ylyPJZF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6ylyPJZF .dropdown-item:hover,
.cid-uL6ylyPJZF .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uL6ylyPJZF .dropdown-item:hover span {
  color: white;
}
.cid-uL6ylyPJZF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ylyPJZF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ylyPJZF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ylyPJZF .nav-link {
  position: relative;
}
.cid-uL6ylyPJZF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ylyPJZF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .dropdown-menu,
.cid-uL6ylyPJZF .navbar.opened {
  background: #333333 !important;
}
.cid-uL6ylyPJZF .nav-item:focus,
.cid-uL6ylyPJZF .nav-link:focus {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ylyPJZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ylyPJZF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uL6ylyPJZF .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ylyPJZF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6ylyPJZF .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6ylyPJZF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ylyPJZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL6ylyPJZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uL6ylyPJZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ylyPJZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL6ylyPJZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ylyPJZF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6ylyPJZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ylyPJZF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6ylyPJZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uL6ylyPJZF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown-item.active,
.cid-uL6ylyPJZF .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ylyPJZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6ylyPJZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ylyPJZF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6ylyPJZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6ylyPJZF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ylyPJZF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ylyPJZF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL6ylyPJZF .navbar {
    height: 70px;
  }
  .cid-uL6ylyPJZF .navbar.opened {
    height: auto;
  }
  .cid-uL6ylyPJZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uL6ylyPJZF .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uLaEmZYzmm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pontenewton.webp");
}
.cid-uLaEmZYzmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaEmZYzmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaEmZYzmm .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .container-fluid {
    padding: 0 12px;
  }
}
.cid-uLaEmZYzmm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .container {
    padding: 0 20px;
  }
}
.cid-uLaEmZYzmm .row {
  margin-top: -2px;
}
.cid-uLaEmZYzmm .card {
  padding: 0;
}
.cid-uLaEmZYzmm .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-uLaEmZYzmm .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-uLaEmZYzmm .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-uLaEmZYzmm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLaEmZYzmm .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-uLaEmZYzmm .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uLaEmZYzmm .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uLaEmZYzmm .mbr-section-title {
  color: #ffffff;
}
.cid-uLaEmZYzmm .mbr-text {
  color: #ffffff;
}
.cid-uLaEmZYzmm .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLaEmZYzmm .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLaEmZYzmm .mbr-section-title,
.cid-uLaEmZYzmm .mbr-section-btn {
  color: #ffffff;
}
.cid-uLaEmZYzmm .mbr-text,
.cid-uLaEmZYzmm .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6JuedWbr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pontanegra.webp");
}
.cid-uL6JuedWbr .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uL6JuedWbr .ico span {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uL6JuedWbr .relative {
  position: relative;
}
.cid-uL6JuedWbr .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uL6JuedWbr .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uL6JuedWbr .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uL6JuedWbr .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uL6JuedWbr .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uL6JuedWbr .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uL6JuedWbr .jq-selectbox li.selected {
  background-color: #e9eff1;
}
.cid-uL6JuedWbr .jq-selectbox li:hover {
  background-color: #e9eff1;
}
.cid-uL6JuedWbr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uL6JuedWbr .mbr-iconfont-btn {
  margin: 0;
}
.cid-uL6JuedWbr .jq-selectbox__dropdown {
  top: 45px !important;
}
.cid-uL6JuedWbr input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uL6JuedWbr input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uL6JuedWbr input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uL6JuedWbr .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uL6JuedWbr .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uL6JuedWbr .form-group {
    margin-bottom: 2rem;
  }
  .cid-uL6JuedWbr .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uL6JuedWbr .input-group-btn {
    margin: auto;
  }
  .cid-uL6JuedWbr .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uL6JuedWbr .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uL6JuedWbr .mbr-section-sub-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL6JuedWbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL6JuedWbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLN6OjPk2k {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #e9eff1;
}
.cid-uLN6OjPk2k .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-uLN6OjPk2k .card-img {
  position: relative;
}
.cid-uLN6OjPk2k .card-img:hover .card-title {
  background: linear-gradient(to top, #ec3d4a, transparent);
}
.cid-uLN6OjPk2k .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-uLN6OjPk2k .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-uLN6OjPk2k .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-uLN6OjPk2k .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-uLN6OjPk2k .text-box {
  padding: 20px;
}
.cid-uLN6OjPk2k .text-box p {
  margin: 0;
}
.cid-uLN6OjPk2k .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-uLN6OjPk2k .ico-box p {
  margin: 0;
}
.cid-uLN6OjPk2k .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-uLN6OjPk2k .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uLN6OjPk2k .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-uLN6OjPk2k .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-uLN6OjPk2k .mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLN6OjPk2k .card-box {
    bottom: 0px;
  }
  .cid-uLN6OjPk2k .p-box {
    padding: 0px;
  }
  .cid-uLN6OjPk2k .card-title {
    padding: 10px 15px;
  }
}
.cid-uLN6OjPk2k .card-text {
  color: #656565;
  text-align: center;
}
.cid-uLN6OjPk2k .phone {
  color: #656565;
}
.cid-uLN6OjPk2k .card-title2 {
  color: #333333;
}
.cid-uLN6OjPk2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLN6OjPk2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1ubL53tu {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: visible;
  background-color: #e9eff1;
}
.cid-uN1ubL53tu .mbr-section-subtitle {
  font-weight: 500;
  color: #232323;
}
.cid-uN1ubL53tu .wrap {
  padding-left: 90px;
}
.cid-uN1ubL53tu .mbr-section-title {
  color: #232323;
}
.cid-uN1ubL53tu .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uN1ubL53tu .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uN1ubL53tu .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uN1ubL53tu .link a {
  font-weight: 700;
}
.cid-uN1ubL53tu .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uN1ubL53tu .link:hover span {
  transform: translateX(9px);
}
.cid-uN1ubL53tu .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-uN1ubL53tu .mbr-text {
  margin-bottom: 10px;
}
.cid-uN1ubL53tu .image__block {
  padding-top: 48px;
  position: relative;
}
.cid-uN1ubL53tu .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-uN1ubL53tu .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-uN1ubL53tu .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uN1ubL53tu .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uN1ubL53tu .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-uN1ubL53tu .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-uN1ubL53tu .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uN1ubL53tu .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-uN1ubL53tu .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-uN1ubL53tu .image__block {
    transform: translateX(-30px);
  }
  .cid-uN1ubL53tu .figure:before {
    content: none;
  }
  .cid-uN1ubL53tu .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-uN1ubL53tu .wrap {
    padding-left: 0;
  }
  .cid-uN1ubL53tu .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-uN1ubL53tu .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-uN1ubL53tu .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-uN1ubL53tu .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uN1ubL53tu .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-uN1ubL53tu .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-uN1ubL53tu .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-uN1ubL53tu .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-uN1ubL53tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1ubL53tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1qRLZtzl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e9eff1;
}
.cid-uN1qRLZtzl .carousel-item.active,
.cid-uN1qRLZtzl .carousel-item-next,
.cid-uN1qRLZtzl .carousel-item-prev {
  display: flex;
}
.cid-uN1qRLZtzl .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN1qRLZtzl .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-uN1qRLZtzl .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uN1qRLZtzl .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-uN1qRLZtzl .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uN1qRLZtzl .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uN1qRLZtzl .carousel-controls .carousel-control-next,
.cid-uN1qRLZtzl .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN1qRLZtzl .image-element {
    min-width: 50%;
  }
  .cid-uN1qRLZtzl .media-container-row {
    width: 100%;
  }
}
.cid-uN1qRLZtzl .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-uN1qRLZtzl .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uN1qRLZtzl .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-uN1qRLZtzl .img-wrap {
  position: relative;
}
.cid-uN1qRLZtzl .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-uN1qRLZtzl .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-uN1qRLZtzl .slider__title {
  color: #d3045f;
  margin-bottom: 15px;
}
.cid-uN1qRLZtzl .slider__subtitle {
  margin-bottom: 20px;
}
.cid-uN1qRLZtzl .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uN1qRLZtzl .link a {
  font-weight: 700;
}
.cid-uN1qRLZtzl .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uN1qRLZtzl .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uN1qRLZtzl .media-container-row:before {
    display: none;
  }
  .cid-uN1qRLZtzl .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-uN1qRLZtzl .img-wrap:before {
    display: none;
  }
  .cid-uN1qRLZtzl .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-uN1qRLZtzl .slider__content {
    margin-top: 0;
  }
  .cid-uN1qRLZtzl .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-uN1qRLZtzl .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-uN1qRLZtzl .slider__text {
    font-size: 18px;
    line-height: 23px;
  }
  .cid-uN1qRLZtzl .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uN1qRLZtzl .media-container-row {
    min-height: 440px;
  }
  .cid-uN1qRLZtzl .img-wrap img {
    width: 100%;
  }
  .cid-uN1qRLZtzl .slider__content {
    margin: 0;
  }
}
.cid-uN1qRLZtzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1qRLZtzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1ye67PAj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uN1ye67PAj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uN1ye67PAj .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uN1ye67PAj .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-uN1ye67PAj .display-4 {
  line-height: 1.1;
}
.cid-uN1ye67PAj .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uN1ye67PAj .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uN1ye67PAj .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uN1ye67PAj p {
  line-height: 1.6;
}
.cid-uN1ye67PAj .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uN1ye67PAj .card-title {
  color: #ec3d4a;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uN1ye67PAj .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-uN1ye67PAj .price-box {
  position: absolute;
  background: #ec3d4a;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uN1ye67PAj img {
  transition: all 0.3s;
}
.cid-uN1ye67PAj h5 {
  margin: 0;
}
.cid-uN1ye67PAj .card-box {
  padding: 1.5rem;
}
.cid-uN1ye67PAj .mbr-section-title {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.cid-uN1ye67PAj .card-box > p,
.cid-uN1ye67PAj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uN1ye67PAj .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uN1ye67PAj .price {
  color: #ffffff;
  text-align: left;
}
.cid-uN1ye67PAj .rev {
  color: #656565;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uN1ye67PAj .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uN1ye67PAj .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uN1ye67PAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1ye67PAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1ye67PAj .padrao-img {
  height: 240px;
}
.cid-uLgJN0XRYd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uLgJN0XRYd p,
.cid-uLgJN0XRYd a,
.cid-uLgJN0XRYd button,
.cid-uLgJN0XRYd span,
.cid-uLgJN0XRYd li {
  line-height: 150% !important;
}
.cid-uLgJN0XRYd h1,
.cid-uLgJN0XRYd h2,
.cid-uLgJN0XRYd h3,
.cid-uLgJN0XRYd h4,
.cid-uLgJN0XRYd h5,
.cid-uLgJN0XRYd h6 {
  line-height: 130% !important;
}
.cid-uLgJN0XRYd h4 {
  display: flex;
  color: #000000;
}
.cid-uLgJN0XRYd .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uLgJN0XRYd .wrap {
  display: flex;
}
.cid-uLgJN0XRYd .icon {
  background: #ec3d4a;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uLgJN0XRYd img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uLgJN0XRYd .mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
.cid-uLgJN0XRYd p {
  margin: 0;
}
.cid-uLgJN0XRYd .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uLgJN0XRYd .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.cid-uLgJN0XRYd .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLgJN0XRYd .panel-group {
  width: 100%;
}
.cid-uLgJN0XRYd .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uLgJN0XRYd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLgJN0XRYd .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #e9eff1;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLgJN0XRYd .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uLgJN0XRYd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLgJN0XRYd .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uLgJN0XRYd .card .panel-body {
  background: #ffffff;
}
.cid-uLgJN0XRYd .sign {
  color: #000000;
}
.cid-uLgJN0XRYd .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLgJN0XRYd .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uLgJN0XRYd .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uLgJN0XRYd .header-text,
.cid-uLgJN0XRYd .sign {
  color: #ffffff;
}
.cid-uLgJN0XRYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLgJN0XRYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1asEGncS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececec;
  overflow: hidden;
}
.cid-uN1asEGncS p,
.cid-uN1asEGncS a,
.cid-uN1asEGncS button,
.cid-uN1asEGncS span,
.cid-uN1asEGncS li {
  line-height: 150% !important;
}
.cid-uN1asEGncS h1,
.cid-uN1asEGncS h2,
.cid-uN1asEGncS h3,
.cid-uN1asEGncS h4,
.cid-uN1asEGncS h5,
.cid-uN1asEGncS h6 {
  line-height: 130% !important;
}
.cid-uN1asEGncS .mbr-overlay {
  z-index: 1;
}
.cid-uN1asEGncS .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uN1asEGncS .mbr-section-title {
  color: #ec3d4a;
}
.cid-uN1asEGncS .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uN1asEGncS .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uN1asEGncS .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-uN1asEGncS .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uN1asEGncS .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uN1asEGncS .carousel {
    max-width: 100%;
  }
}
.cid-uN1asEGncS .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uN1asEGncS .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uN1asEGncS .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #9e9e9e, -10px -10px 19px #9e9e9e;
}
@media (max-width: 1199px) {
  .cid-uN1asEGncS .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uN1asEGncS .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uN1asEGncS .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uN1asEGncS .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uN1asEGncS .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uN1asEGncS .info-card-title {
  color: #e9071a;
  margin-bottom: 10px;
}
.cid-uN1asEGncS .info-card-subtitle {
  color: #C4CFDE;
}
.cid-uN1asEGncS .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-uN1asEGncS .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uN1asEGncS .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #16181c;
  left: -43px;
  z-index: 9;
  top: 66px;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .card-description::before {
    display: none;
  }
}
.cid-uN1asEGncS .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #9e9e9e, -10px -10px 19px #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uN1asEGncS .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uN1asEGncS .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #16181c;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uN1asEGncS .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uN1asEGncS .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uN1asEGncS .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uN1asEGncS .card-description-title {
  color: #e9071a;
  margin-bottom: 7px;
}
.cid-uN1asEGncS .card-description-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uN1asEGncS .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #9e9e9e, -10px -10px 19px #9e9e9e;
}
@media (max-width: 767px) {
  .cid-uN1asEGncS .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uN1asEGncS .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uN1asEGncS .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uN1asEGncS .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #e9071a;
}
.cid-uN1asEGncS .card-description-text {
  color: #c2c2c2;
  margin-bottom: 0;
}
.cid-uN1asEGncS .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uN1asEGncS .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-uN1asEGncS .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  box-shadow: 10px 10px 19px #9e9e9e, -10px -10px 19px #9e9e9e;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uN1asEGncS .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uN1asEGncS .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uN1asEGncS .carousel-control {
    display: none;
  }
}
.cid-uN1asEGncS .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #e9071a !important;
  opacity: 1;
}
.cid-uN1asEGncS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uN1asEGncS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uN1asEGncS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uN1asEGncS .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-uN1asEGncS .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-uN1asEGncS .carousel-indicators li.active,
.cid-uN1asEGncS .carousel-indicators li:hover {
  opacity: 1;
  background: #e9071a !important;
}
.cid-uN1asEGncS .carousel-indicators li::after,
.cid-uN1asEGncS .carousel-indicators li::before {
  content: none;
}
.cid-uN1asEGncS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uN1asEGncS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLgU6ZUKYK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ececec;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uLgU6ZUKYK p,
.cid-uLgU6ZUKYK a,
.cid-uLgU6ZUKYK button,
.cid-uLgU6ZUKYK span,
.cid-uLgU6ZUKYK li {
  line-height: 150% !important;
}
.cid-uLgU6ZUKYK h1,
.cid-uLgU6ZUKYK h2,
.cid-uLgU6ZUKYK h3,
.cid-uLgU6ZUKYK h4,
.cid-uLgU6ZUKYK h5,
.cid-uLgU6ZUKYK h6 {
  line-height: 130% !important;
}
.cid-uLgU6ZUKYK .mbr-section-title {
  margin-bottom: 25px;
  color: #ec3d4a;
}
.cid-uLgU6ZUKYK .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uLgU6ZUKYK .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uLgU6ZUKYK .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uLgU6ZUKYK .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uLgU6ZUKYK .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #ec3d4a !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uLgU6ZUKYK .mbr-gallery-filter ul {
  display: block;
}
.cid-uLgU6ZUKYK .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uLgU6ZUKYK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uLgU6ZUKYK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uLgU6ZUKYK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #ff6b71;
  transition: all 0.3s ease;
}
.cid-uLgU6ZUKYK .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uLgU6ZUKYK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLgU6ZUKYK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uLgU6ZUKYK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uLgU6ZUKYK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLgU6ZUKYK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLgU6ZUKYK .mbr-gallery-item > div:hover::before {
  opacity: 0.4 !important;
}
.cid-uLgU6ZUKYK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uLgU6ZUKYK .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uLgU6ZUKYK .mbr-gallery-item > div img,
.cid-uLgU6ZUKYK .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uLgU6ZUKYK .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uLgU6ZUKYK .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uLgU6ZUKYK .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uLgU6ZUKYK .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uLgU6ZUKYK .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uLgU6ZUKYK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uLgU6ZUKYK .mbr-section-title {
    text-align: center;
  }
  .cid-uLgU6ZUKYK .image {
    top: auto;
    height: 420px;
  }
  .cid-uLgU6ZUKYK .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uLgU6ZUKYK .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uLgU6ZUKYK .mbr-gallery-item > div img,
  .cid-uLgU6ZUKYK .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uLgU6ZUKYK .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uLgU6ZUKYK .image {
    height: 290px;
  }
}
.cid-uLgU6ZUKYK .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uN1fC7QQ8j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e9eff1;
}
.cid-uN1fC7QQ8j .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-uN1fC7QQ8j .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-uN1fC7QQ8j .card:hover {
  margin-top: -0.6rem;
}
.cid-uN1fC7QQ8j .card-wrapper {
  position: relative;
}
.cid-uN1fC7QQ8j .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-uN1fC7QQ8j .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-uN1fC7QQ8j .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-uN1fC7QQ8j .big {
  margin-top: -25%;
}
.cid-uN1fC7QQ8j .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-uN1fC7QQ8j .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uN1fC7QQ8j .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-uN1fC7QQ8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1fC7QQ8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7ZJgUF5S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM7ZJgUF5S .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM7ZJgUF5S .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM7ZJgUF5S .mbr-text {
  color: #444;
}
.cid-uM7ZJgUF5S h5 {
  margin-bottom: 0;
}
.cid-uM7ZJgUF5S .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM7ZJgUF5S .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM7ZJgUF5S .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM7ZJgUF5S .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM7ZJgUF5S .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM7ZJgUF5S .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM7ZJgUF5S .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM7ZJgUF5S .social-list a:hover {
  opacity: .4;
}
.cid-uM7ZJgUF5S .media-container-row > div {
  padding: 0px;
}
.cid-uM7ZJgUF5S .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM7ZJgUF5S .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM7ZJgUF5S .group-title SPAN {
  color: #ffffff;
}
.cid-uM7ZJgUF5S .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM7ZJgUF5S .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM7ZJgUF5S .social-list,
  .cid-uM7ZJgUF5S .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM7ZJgUF5S h3 {
    margin-bottom: 10px;
  }
  .cid-uM7ZJgUF5S .navbar-brand {
    text-align: center;
  }
}
.cid-uM7ZJgUF5S .links SPAN {
  color: #9e9e9e;
}
.cid-uM7ZJgUF5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7ZJgUF5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9Vc8wjPt {
  z-index: 1000;
  width: 100%;
}
.cid-uI9Vc8wjPt nav.navbar {
  position: fixed;
}
.cid-uI9Vc8wjPt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9Vc8wjPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9Vc8wjPt .dropdown-item:hover,
.cid-uI9Vc8wjPt .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uI9Vc8wjPt .dropdown-item:hover span {
  color: white;
}
.cid-uI9Vc8wjPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9Vc8wjPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9Vc8wjPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9Vc8wjPt .nav-link {
  position: relative;
}
.cid-uI9Vc8wjPt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9Vc8wjPt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .dropdown-menu,
.cid-uI9Vc8wjPt .navbar.opened {
  background: #333333 !important;
}
.cid-uI9Vc8wjPt .nav-item:focus,
.cid-uI9Vc8wjPt .nav-link:focus {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9Vc8wjPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9Vc8wjPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uI9Vc8wjPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9Vc8wjPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9Vc8wjPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9Vc8wjPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar.collapsed {
  justify-content: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9Vc8wjPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI9Vc8wjPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uI9Vc8wjPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9Vc8wjPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9Vc8wjPt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI9Vc8wjPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9Vc8wjPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uI9Vc8wjPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown-item.active,
.cid-uI9Vc8wjPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9Vc8wjPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9Vc8wjPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9Vc8wjPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9Vc8wjPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9Vc8wjPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9Vc8wjPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI9Vc8wjPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9Vc8wjPt .navbar {
    height: 70px;
  }
  .cid-uI9Vc8wjPt .navbar.opened {
    height: auto;
  }
  .cid-uI9Vc8wjPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uI9Vc8wjPt .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uLgTsI9Rll {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333333;
}
.cid-uLgTsI9Rll .carousel {
  width: 100%;
}
.cid-uLgTsI9Rll .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uLgTsI9Rll .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uLgTsI9Rll .mbr-overlay {
  z-index: 1;
}
.cid-uLgTsI9Rll .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-uLgTsI9Rll .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLgTsI9Rll .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLgTsI9Rll .carousel-control:hover {
  color: #000;
  opacity: 1;
}
.cid-uLgTsI9Rll .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uLgTsI9Rll .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uLgTsI9Rll .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uLgTsI9Rll .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLgTsI9Rll .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-uLgTsI9Rll .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLgTsI9Rll .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLgTsI9Rll .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLgTsI9Rll .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uLgTsI9Rll .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-uLgTsI9Rll .carousel-indicators li.active {
  background-color: #ec3d4a;
}
.cid-uLgTsI9Rll .carousel-indicators li.active,
.cid-uLgTsI9Rll .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLgTsI9Rll .carousel-indicators li::after,
.cid-uLgTsI9Rll .carousel-indicators li::before {
  content: none;
}
.cid-uLgTsI9Rll .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLgTsI9Rll .carousel-indicators {
    display: none !important;
  }
}
.cid-uLgTsI9Rll .btn.btn-primary-outline {
  border: 1px solid #e9071a;
}
.cid-uLgTsI9Rll .btn.btn-primary-outline:hover {
  background-color: #e9071a !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-secondary-outline {
  border: 1px solid #e9071a;
}
.cid-uLgTsI9Rll .btn.btn-secondary-outline:hover {
  background-color: #e9071a !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-success-outline {
  border: 1px solid #111111;
}
.cid-uLgTsI9Rll .btn.btn-success-outline:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-info-outline {
  border: 1px solid #48d678;
}
.cid-uLgTsI9Rll .btn.btn-info-outline:hover {
  background-color: #48d678 !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-warning-outline {
  border: 1px solid #d63d3d;
}
.cid-uLgTsI9Rll .btn.btn-warning-outline:hover {
  background-color: #d63d3d !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-danger-outline {
  border: 1px solid #ececec;
}
.cid-uLgTsI9Rll .btn.btn-danger-outline:hover {
  background-color: #ececec !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-uLgTsI9Rll .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-uLgTsI9Rll .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-uLgTsI9Rll .btn.btn-white-outline:hover {
  background-color: #e9eff1 !important;
  color: #000000 !important;
}
.cid-uLgTsI9Rll .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-uLgTsI9Rll .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-uLgTsI9Rll .carousel-control {
    display: none;
  }
  .cid-uLgTsI9Rll .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uLgTsI9Rll .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-uLhuuZxnY0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e9eff1;
}
.cid-uLhuuZxnY0 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #ec3d4a;
}
.cid-uLhuuZxnY0 .mbr-section-title {
  color: #d3045f;
}
.cid-uLhuuZxnY0 .link {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ec3d4a;
}
.cid-uLhuuZxnY0 .link a {
  font-weight: 700;
}
.cid-uLhuuZxnY0 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uLhuuZxnY0 .link:hover span {
  transform: translateX(9px);
}
.cid-uLhuuZxnY0 .wrap {
  margin-top: 13px;
}
.cid-uLhuuZxnY0 .wrap .card__block {
  position: relative;
  padding-right: 90px;
  margin-bottom: 69px;
}
.cid-uLhuuZxnY0 .wrap .card__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uLhuuZxnY0 .wrap .card__block .card__text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-uLhuuZxnY0 .mbr-section-subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .cid-uLhuuZxnY0 .wrap {
    margin-top: 45px;
  }
  .cid-uLhuuZxnY0 .wrap .card__block {
    min-height: 29px;
    padding-right: 5px;
    margin-bottom: 29px;
  }
  .cid-uLhuuZxnY0 .wrap .card__block:before {
    left: -52px;
  }
  .cid-uLhuuZxnY0 .link {
    margin-top: 12px;
    margin-bottom: 9px;
  }
}
.cid-uLhuuZxnY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhuuZxnY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhuuZxnY0 .mbr-section-title,
.cid-uLhuuZxnY0 .link {
  color: #ec3d4a;
}
.cid-uLhuuZxnY0 .card__title {
  color: #000000;
}
.cid-uLhde0boSp {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #e9eff1;
}
.cid-uLhde0boSp .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffd2d5;
  z-index: 0;
}
.cid-uLhde0boSp .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uLhde0boSp .mbr-section-subtitle {
  color: #ec3d4a;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uLhde0boSp .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-uLhde0boSp .mbr-section-title {
  margin-bottom: 33px;
  color: #ec3d4a;
}
.cid-uLhde0boSp .slider__image {
  margin-left: 11.8%;
}
.cid-uLhde0boSp .img-wrap {
  max-width: 100%;
}
.cid-uLhde0boSp .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uLhde0boSp .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uLhde0boSp .carousel-indicators .active {
  background: #ec3d4a;
  opacity: 1;
  border: none;
}
.cid-uLhde0boSp .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uLhde0boSp .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ec3d4a;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uLhde0boSp .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uLhde0boSp .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ec3d4a;
  background-color: transparent;
}
.cid-uLhde0boSp .carousel-controls a span {
  transition: all 0.3s;
  color: #ec3d4a;
  font-size: 18px;
}
.cid-uLhde0boSp .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uLhde0boSp .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uLhde0boSp .carousel-controls .carousel-control-next,
.cid-uLhde0boSp .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uLhde0boSp .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uLhde0boSp .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLhde0boSp .image-element {
    min-width: 50%;
  }
  .cid-uLhde0boSp .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uLhde0boSp .two__background:before {
    max-width: 90%;
  }
  .cid-uLhde0boSp .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uLhde0boSp .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uLhde0boSp .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uLhde0boSp .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uLhde0boSp .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uLhde0boSp .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uLhde0boSp .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uLhde0boSp .img-wrap {
    width: 100%;
  }
  .cid-uLhde0boSp .carousel-controls {
    display: none;
  }
  .cid-uLhde0boSp .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uLhde0boSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhde0boSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhnXRD6SC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ec3d4a;
}
.cid-uLhnXRD6SC .title__block {
  z-index: 5;
  position: relative;
}
.cid-uLhnXRD6SC .mbr-section-title {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-uLhnXRD6SC .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uLhnXRD6SC .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 85px;
  height: 85px;
  top: -50px;
  right: -30px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uLhnXRD6SC .mbr-section-subtitle {
  margin-bottom: 16px;
  z-index: 5;
  position: relative;
  color: #ec3d4a;
}
.cid-uLhnXRD6SC .mbr-text {
  margin-bottom: 15px;
}
.cid-uLhnXRD6SC .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uLhnXRD6SC .link a {
  font-weight: 700;
}
.cid-uLhnXRD6SC .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uLhnXRD6SC .link:hover span {
  transform: translateX(9px);
}
.cid-uLhnXRD6SC .counters__wrap {
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
.cid-uLhnXRD6SC .counters__wrap:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100vw;
  height: calc(100% + 150px);
  background-color: #ec3d4a;
  z-index: -1;
}
.cid-uLhnXRD6SC .card__block {
  margin-bottom: 62px;
}
.cid-uLhnXRD6SC .count {
  color: #ffffff;
  margin-bottom: 20px;
  white-space: nowrap;
  text-align: center;
}
.cid-uLhnXRD6SC .card__title {
  margin-bottom: 0;
  color: #ececec;
  text-align: center;
}
@media (max-width: 1024px) {
  .cid-uLhnXRD6SC .title__block {
    text-align: center;
    padding-right: 15px;
    margin-bottom: 50px;
  }
  .cid-uLhnXRD6SC .counters__wrap {
    padding-top: 60px;
  }
  .cid-uLhnXRD6SC .counters__wrap:before {
    top: 0;
    height: 100%;
  }
  .cid-uLhnXRD6SC .card__block {
    margin-bottom: 40px;
  }
  .cid-uLhnXRD6SC .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uLhnXRD6SC .figure:before {
    width: 66px;
    height: 66px;
    top: -63px;
    right: 19%;
  }
}
.cid-uLhnXRD6SC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhnXRD6SC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhnXRD6SC .mbr-text,
.cid-uLhnXRD6SC .link {
  color: #ffffff;
}
.cid-uLhEamcKIa {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uLhEamcKIa .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #ec3d4a;
  background-image: #ec3d4a;
}
.cid-uLhEamcKIa .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uLhEamcKIa .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e9071a;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uLhEamcKIa .mbr-section-title {
  color: #e9071a;
}
.cid-uLhEamcKIa .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #232323;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-uLhEamcKIa .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(233, 7, 26, 0.15);
  border-radius: 50%;
}
.cid-uLhEamcKIa .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(233, 7, 26, 0.15);
  border-radius: 50%;
}
.cid-uLhEamcKIa .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-uLhEamcKIa .user {
  display: flex;
  align-items: center;
}
.cid-uLhEamcKIa .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-uLhEamcKIa .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-uLhEamcKIa .user_name {
  margin-bottom: 2px;
  display: block;
  color: #ec3d4a;
}
.cid-uLhEamcKIa .desk {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uLhEamcKIa .iconfont-wrapper {
  min-width: 115px;
}
.cid-uLhEamcKIa .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-uLhEamcKIa .carousel-item {
  justify-content: center;
}
.cid-uLhEamcKIa .carousel-item > div {
  width: 100%;
}
.cid-uLhEamcKIa .carousel-item.active,
.cid-uLhEamcKIa .carousel-item-next,
.cid-uLhEamcKIa .carousel-item-prev {
  display: flex;
}
.cid-uLhEamcKIa .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-uLhEamcKIa .carousel-controls a {
  opacity: 1;
}
.cid-uLhEamcKIa .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uLhEamcKIa .carousel-controls a span:hover {
  background-color: #e9eff1;
  color: #e9071a;
}
.cid-uLhEamcKIa .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-uLhEamcKIa .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-uLhEamcKIa .title_block {
    margin-bottom: 40px;
  }
  .cid-uLhEamcKIa .card_header {
    flex-direction: column;
  }
  .cid-uLhEamcKIa .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-uLhEamcKIa .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uLhEamcKIa .carousel-controls {
    display: none;
  }
  .cid-uLhEamcKIa .title_block {
    text-align: center;
  }
  .cid-uLhEamcKIa .carousel-item {
    padding: 0;
  }
  .cid-uLhEamcKIa .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-uLhEamcKIa .card_header {
    margin-bottom: 15px;
  }
  .cid-uLhEamcKIa .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-uLhEamcKIa .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-uLhEamcKIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhEamcKIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhEamcKIa .mbr-text {
  color: #ffffff;
}
.cid-uM7ZBxd7ol {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uM7ZBxd7ol .mbr-iconfont {
  font-size: 1rem;
  margin-bottom: 6px;
}
.cid-uM7ZBxd7ol .title,
.cid-uM7ZBxd7ol .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-uM7ZBxd7ol .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #232323;
  color: #444444;
}
.cid-uM7ZBxd7ol .ico-line {
  display: flex;
}
.cid-uM7ZBxd7ol .type {
  color: #ececec;
  text-align: left;
}
.cid-uM7ZBxd7ol p {
  padding: 0;
  margin: 0;
}
.cid-uM7ZBxd7ol img {
  border-radius: 100%;
  width: 100%;
}
.cid-uM7ZBxd7ol .text-box {
  padding: 0rem;
}
.cid-uM7ZBxd7ol .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-uM7ZBxd7ol .card-title {
  color: #ec3d4a;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-uM7ZBxd7ol .card-img {
  border-radius: 100%;
  height: 100%;
}
.cid-uM7ZBxd7ol .card-box {
  padding: 0rem;
}
.cid-uM7ZBxd7ol .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
  text-align: center;
}
.cid-uM7ZBxd7ol .status {
  color: #c2c2c2;
  text-align: left;
}
.cid-uM7ZBxd7ol .text {
  line-height: 1.6;
}
.cid-uM7ZBxd7ol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7ZBxd7ol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7ZBxd7ol .text,
.cid-uM7ZBxd7ol .mbr-section-btn {
  color: #ececec;
}
.cid-uLhGu4Fs8z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uLhGu4Fs8z p,
.cid-uLhGu4Fs8z a,
.cid-uLhGu4Fs8z button,
.cid-uLhGu4Fs8z span,
.cid-uLhGu4Fs8z li {
  line-height: 150% !important;
}
.cid-uLhGu4Fs8z h1,
.cid-uLhGu4Fs8z h2,
.cid-uLhGu4Fs8z h3,
.cid-uLhGu4Fs8z h4,
.cid-uLhGu4Fs8z h5,
.cid-uLhGu4Fs8z h6 {
  line-height: 130% !important;
}
.cid-uLhGu4Fs8z .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uLhGu4Fs8z h4 {
  margin: 0;
}
.cid-uLhGu4Fs8z .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem !important;
}
.cid-uLhGu4Fs8z .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ec3d4a;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uLhGu4Fs8z .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uLhGu4Fs8z .plan-body {
  padding-bottom: 2rem;
}
.cid-uLhGu4Fs8z .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLhGu4Fs8z .line1 {
  background: #ec3d4a;
}
.cid-uLhGu4Fs8z .line2 {
  background: #000000;
}
.cid-uLhGu4Fs8z .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLhGu4Fs8z .plan {
  word-break: break-word;
  position: relative;
}
.cid-uLhGu4Fs8z .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uLhGu4Fs8z .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uLhGu4Fs8z .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uLhGu4Fs8z .plan-header,
.cid-uLhGu4Fs8z .plan-body {
  background-color: #fff;
}
.cid-uLhGu4Fs8z .price-figure {
  font-weight: 700;
}
.cid-uLhGu4Fs8z .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-uLhGu4Fs8z .md-pb {
    margin-bottom: 2rem;
  }
  .cid-uLhGu4Fs8z .price-figure {
    font-size: 3rem;
  }
}
.cid-uLhGu4Fs8z .color1 {
  color: #ec3d4a;
}
.cid-uLhGu4Fs8z .color2 {
  color: #ed4266;
}
.cid-uLhGu4Fs8z LI {
  color: #767676;
}
.cid-uLhGu4Fs8z .price-term {
  color: #767676;
}
.cid-uLhGu4Fs8z .mbr-text,
.cid-uLhGu4Fs8z .mbr-section-btn {
  color: #ebeced;
}
.cid-uLhGu4Fs8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhGu4Fs8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhGu4Fs8z H3 {
  color: #e9071a;
}
.cid-uLhGu4Fs8z H2 {
  color: #ffffff;
}
.cid-uLhGu4Fs8z .plan-title {
  color: #000000;
}
.cid-uLhGu4Fs8z UL {
  text-align: center;
  color: #232323;
}
.cid-uLhRNyRc7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ec3d4a;
}
.cid-uLhRNyRc7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhRNyRc7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .container {
    padding: 0 16px;
  }
}
.cid-uLhRNyRc7k .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uLhRNyRc7k .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uLhRNyRc7k .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLhRNyRc7k .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uLhRNyRc7k .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLhRNyRc7k .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uLhRNyRc7k .dragArea.row {
  background-color: #e9eff1;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uLhRNyRc7k .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uLhRNyRc7k .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLhRNyRc7k .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLhRNyRc7k .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uLhRNyRc7k .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uLhRNyRc7k .dragArea.row .form-group .form-control:hover,
.cid-uLhRNyRc7k .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uLhRNyRc7k .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uLhRNyRc7k .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #e9071a;
  border-color: #e9071a;
}
.cid-uLhRNyRc7k .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uLhRNyRc7k .mbr-title {
  color: #ffffff;
}
.cid-uLhRNyRc7k .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uLhRNyRc7k .mbr-section-subtitle {
  color: #08323C;
}
.cid-uLhRNyRc7k .mbr-text {
  color: #ffffff;
}
.cid-uLhRNyRc7k .list {
  color: #ffffff;
}
.cid-uLhRNyRc7k label {
  color: #08323C;
}
.cid-uLhRNyRc7k H3 {
  color: #656565;
}
.cid-uM891mBjGI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM891mBjGI .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM891mBjGI .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM891mBjGI .mbr-text {
  color: #444;
}
.cid-uM891mBjGI h5 {
  margin-bottom: 0;
}
.cid-uM891mBjGI .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM891mBjGI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM891mBjGI .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM891mBjGI .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM891mBjGI .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM891mBjGI .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM891mBjGI .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM891mBjGI .social-list a:hover {
  opacity: .4;
}
.cid-uM891mBjGI .media-container-row > div {
  padding: 0px;
}
.cid-uM891mBjGI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM891mBjGI .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM891mBjGI .group-title SPAN {
  color: #ffffff;
}
.cid-uM891mBjGI .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM891mBjGI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM891mBjGI .social-list,
  .cid-uM891mBjGI .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM891mBjGI h3 {
    margin-bottom: 10px;
  }
  .cid-uM891mBjGI .navbar-brand {
    text-align: center;
  }
}
.cid-uM891mBjGI .links SPAN {
  color: #9e9e9e;
}
.cid-uM891mBjGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM891mBjGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ylyPJZF {
  z-index: 1000;
  width: 100%;
}
.cid-uL6ylyPJZF nav.navbar {
  position: fixed;
}
.cid-uL6ylyPJZF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6ylyPJZF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6ylyPJZF .dropdown-item:hover,
.cid-uL6ylyPJZF .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uL6ylyPJZF .dropdown-item:hover span {
  color: white;
}
.cid-uL6ylyPJZF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ylyPJZF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ylyPJZF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ylyPJZF .nav-link {
  position: relative;
}
.cid-uL6ylyPJZF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ylyPJZF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .dropdown-menu,
.cid-uL6ylyPJZF .navbar.opened {
  background: #333333 !important;
}
.cid-uL6ylyPJZF .nav-item:focus,
.cid-uL6ylyPJZF .nav-link:focus {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ylyPJZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ylyPJZF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uL6ylyPJZF .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ylyPJZF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6ylyPJZF .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6ylyPJZF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ylyPJZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL6ylyPJZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uL6ylyPJZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ylyPJZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL6ylyPJZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ylyPJZF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6ylyPJZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ylyPJZF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6ylyPJZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uL6ylyPJZF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown-item.active,
.cid-uL6ylyPJZF .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ylyPJZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6ylyPJZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ylyPJZF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6ylyPJZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6ylyPJZF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ylyPJZF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ylyPJZF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL6ylyPJZF .navbar {
    height: 70px;
  }
  .cid-uL6ylyPJZF .navbar.opened {
    height: auto;
  }
  .cid-uL6ylyPJZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uL6ylyPJZF .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uLFp0uUdmp {
  background-image: url("../../../assets/images/forte-rei-magos.webp");
  display: flex;
  flex-direction: column;
}
.cid-uLFp0uUdmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFp0uUdmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFp0uUdmp .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uLFp0uUdmp .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-uLFp0uUdmp .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px !important;
  background-image: url("../../../assets/images/forte-rei-magos.png-1280x805.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-uLFp0uUdmp .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-uLFp0uUdmp .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uLFp0uUdmp .col-text {
    padding: 12px !important;
  }
}
.cid-uLFp0uUdmp .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}
.cid-uLFp0uUdmp .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-uLFp0uUdmp .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLFp0uUdmp .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-uLFp0uUdmp .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-uLFp0uUdmp .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uLFp0uUdmp .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-uLFp0uUdmp .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-uLFp0uUdmp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-uLFp0uUdmp .iconfont-wrapper {
    display: none;
  }
}
.cid-uLFp0uUdmp .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-uLFp0uUdmp .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uLFp0uUdmp .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ec3d4a;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLFp0uUdmp .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-uLFp0uUdmp .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-uLFp0uUdmp .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-uLFp0uUdmp .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-uLFp0uUdmp .list a {
  position: relative;
  color: inherit;
}
.cid-uLFp0uUdmp a.text-white:hover {
  color: #e9071a !important;
}
.cid-uM9KYJ82mu {
  background-image: url("../../../assets/images/bariloche-2-doras-tur.webp");
}
.cid-uM9KYJ82mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9KYJ82mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM9KYJ82mu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uM9KYJ82mu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uM9KYJ82mu .container {
    padding: 0 24px;
  }
}
.cid-uM9KYJ82mu .row {
  justify-content: center;
}
.cid-uM9KYJ82mu .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #edeceb;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uM9KYJ82mu .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffb7bb;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ff6b71;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ececec;
  font-size: 18px;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #e9eff1;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #edeceb !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edeceb;
  border-color: #edeceb;
  border-radius: 0;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uM9KYJ82mu .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uM9KYJ82mu .mbr-section-title {
  color: #18212d;
}
.cid-uM9KYJ82mu .mbr-desc {
  color: #18212d;
}
.cid-uM9KYJ82mu .mbr-text {
  color: #18212d;
}
.cid-uM9KYJ82mu .mbr-soc {
  color: #18212d;
}
.cid-uM9KYJ82mu label {
  color: #18212d;
}
.cid-uM9KYJ82mu .mbr-text,
.cid-uM9KYJ82mu .text-wrapper {
  color: #000000;
}
.cid-uLMzTRJ1Mp {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #232323, #000000);
}
.cid-uLMzTRJ1Mp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMzTRJ1Mp .card-link {
  position: relative;
  width: fit-content;
}
.cid-uLMzTRJ1Mp .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uLMzTRJ1Mp h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLMzTRJ1Mp h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLMzTRJ1Mp .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLMzTRJ1Mp .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uLMzTRJ1Mp .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uLMzTRJ1Mp .item-wrapper:hover .card-title,
.cid-uLMzTRJ1Mp .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uLMzTRJ1Mp .item-wrapper:hover span,
.cid-uLMzTRJ1Mp .item-wrapper:hover .card-link,
.cid-uLMzTRJ1Mp .item-wrapper:hover .card-link a {
  color: #e9071a !important;
}
.cid-uLMzTRJ1Mp .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uLMzTRJ1Mp .card-title,
.cid-uLMzTRJ1Mp .card-text,
.cid-uLMzTRJ1Mp .card-link,
.cid-uLMzTRJ1Mp .card-link a {
  transition: all 0.3s;
}
.cid-uLMzTRJ1Mp .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLMzTRJ1Mp .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLMzTRJ1Mp .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLMzTRJ1Mp .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLMzTRJ1Mp .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLMzTRJ1Mp .card-title,
.cid-uLMzTRJ1Mp .iconfont-wrapper {
  color: #000000;
}
.cid-uLMzTRJ1Mp .card-text {
  color: #232323;
}
.cid-uLMzTRJ1Mp .mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
.cid-uLMzTRJ1Mp .card-link,
.cid-uLMzTRJ1Mp .link-icon,
.cid-uLMzTRJ1Mp .link-align {
  color: #232323;
}
.cid-uLMzTRJ1Mp .mbr-section-subtitle {
  text-align: left;
}
.cid-uLMzTRJ1Mp .mbr-section-subtitle,
.cid-uLMzTRJ1Mp .align {
  color: #232323;
}
.cid-uLMIb9sUKz {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-uLMIb9sUKz .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uLMIb9sUKz h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uLMIb9sUKz h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uLMIb9sUKz h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uLMIb9sUKz .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ec3d4a;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uLMIb9sUKz .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uLMIb9sUKz .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uLMIb9sUKz .mbr-iconfont-social:hover:before {
  background: #ec3d4a;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uLMIb9sUKz .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uLMIb9sUKz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uLMIb9sUKz .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uLMIb9sUKz .mbr-section-title,
.cid-uLMIb9sUKz .social-list {
  color: #ec3d4a;
}
@media (max-width: 768px) {
  .cid-uLMIb9sUKz h2:before,
  .cid-uLMIb9sUKz h2:after {
    display: none;
  }
}
.cid-uLMIb9sUKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMIb9sUKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8dFsFbhk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM8dFsFbhk .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM8dFsFbhk .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM8dFsFbhk .mbr-text {
  color: #444;
}
.cid-uM8dFsFbhk h5 {
  margin-bottom: 0;
}
.cid-uM8dFsFbhk .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM8dFsFbhk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM8dFsFbhk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM8dFsFbhk .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM8dFsFbhk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM8dFsFbhk .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM8dFsFbhk .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM8dFsFbhk .social-list a:hover {
  opacity: .4;
}
.cid-uM8dFsFbhk .media-container-row > div {
  padding: 0px;
}
.cid-uM8dFsFbhk .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM8dFsFbhk .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM8dFsFbhk .group-title SPAN {
  color: #ffffff;
}
.cid-uM8dFsFbhk .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM8dFsFbhk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM8dFsFbhk .social-list,
  .cid-uM8dFsFbhk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM8dFsFbhk h3 {
    margin-bottom: 10px;
  }
  .cid-uM8dFsFbhk .navbar-brand {
    text-align: center;
  }
}
.cid-uM8dFsFbhk .links SPAN {
  color: #9e9e9e;
}
.cid-uM8dFsFbhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8dFsFbhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL6ylyPJZF {
  z-index: 1000;
  width: 100%;
}
.cid-uL6ylyPJZF nav.navbar {
  position: fixed;
}
.cid-uL6ylyPJZF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL6ylyPJZF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL6ylyPJZF .dropdown-item:hover,
.cid-uL6ylyPJZF .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uL6ylyPJZF .dropdown-item:hover span {
  color: white;
}
.cid-uL6ylyPJZF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL6ylyPJZF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL6ylyPJZF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL6ylyPJZF .nav-link {
  position: relative;
}
.cid-uL6ylyPJZF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .container {
    flex-wrap: nowrap;
  }
}
.cid-uL6ylyPJZF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uL6ylyPJZF .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uL6ylyPJZF .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uL6ylyPJZF .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uL6ylyPJZF .dropdown-menu,
.cid-uL6ylyPJZF .navbar.opened {
  background: #333333 !important;
}
.cid-uL6ylyPJZF .nav-item:focus,
.cid-uL6ylyPJZF .nav-link:focus {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL6ylyPJZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL6ylyPJZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL6ylyPJZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL6ylyPJZF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uL6ylyPJZF .navbar.opened {
  transition: all 0.3s;
}
.cid-uL6ylyPJZF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL6ylyPJZF .navbar .navbar-logo img {
  width: auto;
}
.cid-uL6ylyPJZF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar.collapsed {
  justify-content: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL6ylyPJZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL6ylyPJZF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL6ylyPJZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL6ylyPJZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL6ylyPJZF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uL6ylyPJZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL6ylyPJZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL6ylyPJZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL6ylyPJZF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL6ylyPJZF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL6ylyPJZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL6ylyPJZF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uL6ylyPJZF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uL6ylyPJZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL6ylyPJZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uL6ylyPJZF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL6ylyPJZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL6ylyPJZF .dropdown-item.active,
.cid-uL6ylyPJZF .dropdown-item:active {
  background-color: transparent;
}
.cid-uL6ylyPJZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL6ylyPJZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uL6ylyPJZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL6ylyPJZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL6ylyPJZF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL6ylyPJZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL6ylyPJZF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL6ylyPJZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL6ylyPJZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL6ylyPJZF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL6ylyPJZF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL6ylyPJZF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL6ylyPJZF .navbar {
    height: 70px;
  }
  .cid-uL6ylyPJZF .navbar.opened {
    height: auto;
  }
  .cid-uL6ylyPJZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uL6ylyPJZF .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uL6ylyPJZF .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uL6ylyPJZF .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uL6ylyPJZF .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uLoTLIhxTu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/equipe-doras-tur.webp");
}
.cid-uLoTLIhxTu .title__block {
  position: relative;
  z-index: 10;
}
.cid-uLoTLIhxTu .mbr-section-title {
  margin-bottom: 25px;
  color: #e9071a;
}
.cid-uLoTLIhxTu .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #ececec;
}
.cid-uLoTLIhxTu .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uLoTLIhxTu .mbr-section-btn {
  padding-right: 150px;
}
.cid-uLoTLIhxTu .slider__block .container {
  padding: 0 15px;
}
.cid-uLoTLIhxTu .carousel {
  padding-bottom: 100px;
}
.cid-uLoTLIhxTu .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uLoTLIhxTu .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-uLoTLIhxTu .carousel-item.active {
  opacity: 1;
}
.cid-uLoTLIhxTu .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uLoTLIhxTu .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uLoTLIhxTu .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uLoTLIhxTu .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uLoTLIhxTu .carousel-item .cloneditem-1,
.cid-uLoTLIhxTu .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-uLoTLIhxTu .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-uLoTLIhxTu .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uLoTLIhxTu .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-uLoTLIhxTu .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uLoTLIhxTu .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uLoTLIhxTu .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uLoTLIhxTu .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-uLoTLIhxTu .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uLoTLIhxTu .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uLoTLIhxTu .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uLoTLIhxTu .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uLoTLIhxTu .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-uLoTLIhxTu .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-uLoTLIhxTu .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uLoTLIhxTu .cloneditem-1,
.cid-uLoTLIhxTu .cloneditem-2,
.cid-uLoTLIhxTu .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uLoTLIhxTu .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uLoTLIhxTu .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uLoTLIhxTu .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides2 .cloneditem-1,
  .cid-uLoTLIhxTu .carousel-inner.slides2 .cloneditem-2,
  .cid-uLoTLIhxTu .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uLoTLIhxTu .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uLoTLIhxTu .carousel-inner.slides3 .cloneditem-1,
  .cid-uLoTLIhxTu .carousel-inner.slides3 .cloneditem-2,
  .cid-uLoTLIhxTu .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uLoTLIhxTu .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uLoTLIhxTu .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uLoTLIhxTu .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uLoTLIhxTu .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uLoTLIhxTu .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uLoTLIhxTu .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uLoTLIhxTu .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-uLoTLIhxTu .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-uLoTLIhxTu .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-uLoTLIhxTu .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uLoTLIhxTu .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uLoTLIhxTu .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uLoTLIhxTu .carousel {
    padding-bottom: 50px;
  }
}
.cid-uLoTLIhxTu .mbr-text,
.cid-uLoTLIhxTu .mbr-section-btn {
  color: #ececec;
}
.cid-uLEaiWfGgA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1353.webp");
}
.cid-uLEaiWfGgA .title__block {
  margin-bottom: 55px;
}
.cid-uLEaiWfGgA .mbr-section-title {
  margin-bottom: 16px;
  color: #ec3d4a;
}
.cid-uLEaiWfGgA .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-uLEaiWfGgA .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uLEaiWfGgA .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-uLEaiWfGgA .card__content {
  display: block;
  width: 100%;
}
.cid-uLEaiWfGgA .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #ec3d4a;
}
.cid-uLEaiWfGgA .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLEaiWfGgA .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uLEaiWfGgA .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uLEaiWfGgA .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uLEaiWfGgA .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uLEaiWfGgA .card__image {
    max-width: 90px;
  }
  .cid-uLEaiWfGgA .card__image img {
    width: 70%;
  }
}
.cid-uLEaiWfGgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEaiWfGgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEaiWfGgA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLsbdym3On {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uLsbdym3On .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-uLsbdym3On .mbr-text {
  color: #cccccc;
}
.cid-uLsbdym3On p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-uLsbdym3On .card {
    margin-bottom: 2rem;
  }
}
.cid-uLsbdym3On .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLsbdym3On .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uLsbdym3On .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLsbdym3On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLE6PR2Ypu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e9eff1;
}
.cid-uLE6PR2Ypu h4 {
  display: flex;
  color: #000000;
}
.cid-uLE6PR2Ypu .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-uLE6PR2Ypu .wrap {
  display: flex;
}
.cid-uLE6PR2Ypu .icon {
  background: #ec3d4a;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white !important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-uLE6PR2Ypu img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uLE6PR2Ypu .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-uLE6PR2Ypu p {
  margin: 0;
}
.cid-uLE6PR2Ypu .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uLE6PR2Ypu .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-uLE6PR2Ypu .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uLE6PR2Ypu .panel-group {
  width: 100%;
}
.cid-uLE6PR2Ypu .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uLE6PR2Ypu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLE6PR2Ypu .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #e9eff1;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uLE6PR2Ypu .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uLE6PR2Ypu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLE6PR2Ypu .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-uLE6PR2Ypu .card .panel-body {
  background: #ffffff;
}
.cid-uLE6PR2Ypu .sign {
  color: #000000;
}
.cid-uLE6PR2Ypu .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLE6PR2Ypu .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uLE6PR2Ypu .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-uLE6PR2Ypu .header-text,
.cid-uLE6PR2Ypu .sign {
  color: #333333;
}
.cid-uLE6PR2Ypu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLE6PR2Ypu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFamuNUpw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #e9eff1;
}
.cid-uLFamuNUpw .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-uLFamuNUpw .mbr-section-title {
  text-align: center;
  color: #ec3d4a;
}
.cid-uLFamuNUpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFamuNUpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFa5Fk9Nq {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #e9eff1;
}
.cid-uLFa5Fk9Nq .carousel-item.active,
.cid-uLFa5Fk9Nq .carousel-item-next,
.cid-uLFa5Fk9Nq .carousel-item-prev {
  display: flex;
}
.cid-uLFa5Fk9Nq .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLFa5Fk9Nq .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-uLFa5Fk9Nq .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uLFa5Fk9Nq .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-uLFa5Fk9Nq .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uLFa5Fk9Nq .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uLFa5Fk9Nq .carousel-controls .carousel-control-next,
.cid-uLFa5Fk9Nq .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLFa5Fk9Nq .image-element {
    min-width: 50%;
  }
  .cid-uLFa5Fk9Nq .media-container-row {
    width: 100%;
  }
}
.cid-uLFa5Fk9Nq .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-uLFa5Fk9Nq .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uLFa5Fk9Nq .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-uLFa5Fk9Nq .img-wrap {
  position: relative;
}
.cid-uLFa5Fk9Nq .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-uLFa5Fk9Nq .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-uLFa5Fk9Nq .slider__title {
  color: #d3045f;
  margin-bottom: 15px;
}
.cid-uLFa5Fk9Nq .slider__subtitle {
  margin-bottom: 20px;
}
.cid-uLFa5Fk9Nq .slider__text {
  margin-bottom: 50px;
}
.cid-uLFa5Fk9Nq .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uLFa5Fk9Nq .link a {
  font-weight: 700;
}
.cid-uLFa5Fk9Nq .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uLFa5Fk9Nq .link:hover span {
  transform: translateX(9px);
}
@media (max-width: 991px) {
  .cid-uLFa5Fk9Nq .media-container-row:before {
    display: none;
  }
  .cid-uLFa5Fk9Nq .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-uLFa5Fk9Nq .img-wrap:before {
    display: none;
  }
  .cid-uLFa5Fk9Nq .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-uLFa5Fk9Nq .slider__content {
    margin-top: 0;
  }
  .cid-uLFa5Fk9Nq .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-uLFa5Fk9Nq .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-uLFa5Fk9Nq .slider__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .cid-uLFa5Fk9Nq .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uLFa5Fk9Nq .media-container-row {
    min-height: 440px;
  }
  .cid-uLFa5Fk9Nq .img-wrap img {
    width: 100%;
  }
  .cid-uLFa5Fk9Nq .slider__content {
    margin: 0;
  }
}
.cid-uLFa5Fk9Nq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFa5Fk9Nq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLsbp0ovaQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ec3d4a;
}
.cid-uLsbp0ovaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLsbp0ovaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .container {
    padding: 0 16px;
  }
}
.cid-uLsbp0ovaQ .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uLsbp0ovaQ .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uLsbp0ovaQ .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLsbp0ovaQ .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uLsbp0ovaQ .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uLsbp0ovaQ .dragArea.row {
  background-color: #e9eff1;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uLsbp0ovaQ .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uLsbp0ovaQ .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-control:hover,
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uLsbp0ovaQ .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #e9071a;
  border-color: #e9071a;
}
.cid-uLsbp0ovaQ .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uLsbp0ovaQ .mbr-title {
  color: #ffffff;
}
.cid-uLsbp0ovaQ .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uLsbp0ovaQ .mbr-section-subtitle {
  color: #08323C;
}
.cid-uLsbp0ovaQ .mbr-text {
  color: #ffffff;
}
.cid-uLsbp0ovaQ .list {
  color: #ffffff;
  text-align: left;
}
.cid-uLsbp0ovaQ label {
  color: #08323C;
}
.cid-uLsbp0ovaQ H3 {
  color: #656565;
}
.cid-uM8g9HtnXf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uM8g9HtnXf .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uM8g9HtnXf .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uM8g9HtnXf .mbr-text {
  color: #444;
}
.cid-uM8g9HtnXf h5 {
  margin-bottom: 0;
}
.cid-uM8g9HtnXf .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uM8g9HtnXf .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uM8g9HtnXf .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uM8g9HtnXf .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uM8g9HtnXf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uM8g9HtnXf .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uM8g9HtnXf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uM8g9HtnXf .social-list a:hover {
  opacity: .4;
}
.cid-uM8g9HtnXf .media-container-row > div {
  padding: 0px;
}
.cid-uM8g9HtnXf .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uM8g9HtnXf .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM8g9HtnXf .group-title SPAN {
  color: #ffffff;
}
.cid-uM8g9HtnXf .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uM8g9HtnXf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uM8g9HtnXf .social-list,
  .cid-uM8g9HtnXf .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uM8g9HtnXf h3 {
    margin-bottom: 10px;
  }
  .cid-uM8g9HtnXf .navbar-brand {
    text-align: center;
  }
}
.cid-uM8g9HtnXf .links SPAN {
  color: #9e9e9e;
}
.cid-uM8g9HtnXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8g9HtnXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9Vc8wjPt {
  z-index: 1000;
  width: 100%;
}
.cid-uI9Vc8wjPt nav.navbar {
  position: fixed;
}
.cid-uI9Vc8wjPt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI9Vc8wjPt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI9Vc8wjPt .dropdown-item:hover,
.cid-uI9Vc8wjPt .dropdown-item:focus {
  background: #e9071a !important;
  color: white !important;
}
.cid-uI9Vc8wjPt .dropdown-item:hover span {
  color: white;
}
.cid-uI9Vc8wjPt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI9Vc8wjPt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI9Vc8wjPt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI9Vc8wjPt .nav-link {
  position: relative;
}
.cid-uI9Vc8wjPt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .container {
    flex-wrap: nowrap;
  }
}
.cid-uI9Vc8wjPt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uI9Vc8wjPt .iconfont-wrapper:hover .mbr-iconfont {
  color: #e9071a;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item {
  margin-right: 3vw;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-item:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uI9Vc8wjPt .navbar-nav .nav-link:hover {
  color: #e9071a !important;
}
.cid-uI9Vc8wjPt .dropdown-menu,
.cid-uI9Vc8wjPt .navbar.opened {
  background: #333333 !important;
}
.cid-uI9Vc8wjPt .nav-item:focus,
.cid-uI9Vc8wjPt .nav-link:focus {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI9Vc8wjPt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI9Vc8wjPt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI9Vc8wjPt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI9Vc8wjPt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #333333 0%, rgba(51, 51, 51, 0.5) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uI9Vc8wjPt .navbar.opened {
  transition: all 0.3s;
}
.cid-uI9Vc8wjPt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI9Vc8wjPt .navbar .navbar-logo img {
  width: auto;
}
.cid-uI9Vc8wjPt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar.collapsed {
  justify-content: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI9Vc8wjPt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI9Vc8wjPt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uI9Vc8wjPt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI9Vc8wjPt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI9Vc8wjPt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uI9Vc8wjPt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI9Vc8wjPt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI9Vc8wjPt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI9Vc8wjPt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI9Vc8wjPt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI9Vc8wjPt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI9Vc8wjPt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI9Vc8wjPt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI9Vc8wjPt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uI9Vc8wjPt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI9Vc8wjPt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI9Vc8wjPt .dropdown-item.active,
.cid-uI9Vc8wjPt .dropdown-item:active {
  background-color: transparent;
}
.cid-uI9Vc8wjPt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI9Vc8wjPt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uI9Vc8wjPt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI9Vc8wjPt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI9Vc8wjPt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI9Vc8wjPt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI9Vc8wjPt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e9eff1;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uI9Vc8wjPt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI9Vc8wjPt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI9Vc8wjPt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI9Vc8wjPt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI9Vc8wjPt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI9Vc8wjPt .navbar {
    height: 70px;
  }
  .cid-uI9Vc8wjPt .navbar.opened {
    height: auto;
  }
  .cid-uI9Vc8wjPt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uI9Vc8wjPt .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uI9Vc8wjPt .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uI9Vc8wjPt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e9071a 50%, #e9071a 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uI9Vc8wjPt .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uN13uASFVO {
  padding-top: 10rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1442.webp");
}
.cid-uN13uASFVO p,
.cid-uN13uASFVO a,
.cid-uN13uASFVO button,
.cid-uN13uASFVO span,
.cid-uN13uASFVO li {
  line-height: 150% !important;
}
.cid-uN13uASFVO h1,
.cid-uN13uASFVO h2,
.cid-uN13uASFVO h3,
.cid-uN13uASFVO h4,
.cid-uN13uASFVO h5,
.cid-uN13uASFVO h6 {
  line-height: 130% !important;
}
.cid-uN13uASFVO .title__block {
  padding-bottom: 40px;
}
.cid-uN13uASFVO .mbr-section-title {
  margin-bottom: 25px;
  color: #ececec;
}
.cid-uN13uASFVO .mbr-section-title b,
.cid-uN13uASFVO .mbr-section-title strong {
  font-weight: 500;
}
.cid-uN13uASFVO .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uN13uASFVO .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uN13uASFVO .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uN13uASFVO .mbr-text {
  margin-bottom: 43px;
}
.cid-uN13uASFVO .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-uN13uASFVO .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-uN13uASFVO .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-uN13uASFVO .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uN13uASFVO .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-uN13uASFVO .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-uN13uASFVO .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uN13uASFVO .row {
    text-align: center;
  }
  .cid-uN13uASFVO .title__block {
    padding-bottom: 0;
  }
  .cid-uN13uASFVO .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-uN13uASFVO .figure:before {
    content: none;
  }
  .cid-uN13uASFVO .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uN13uASFVO .mbr-text {
    margin-bottom: 30px;
  }
  .cid-uN13uASFVO .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-uN13uASFVO .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-uN13uASFVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN13uASFVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN13uASFVO .mbr-text,
.cid-uN13uASFVO .mbr-section-btn {
  color: #ececec;
}
.cid-uN16aqR7nX {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #e9eff1;
}
.card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.card-img {
  position: relative;
}
.card-img:hover .card-title {
  background: linear-gradient(to top, #ec3d4a, transparent);
}
.card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.text-box {
  padding: 20px;
}
.text-box p {
  margin: 0;
}
.ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.ico-box p {
  margin: 0;
}
.ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.mbr-section-title {
  color: #ec3d4a;
  text-align: center;
}
@media (max-width: 991px) {
  .card-box {
    bottom: 0px;
  }
  .p-box {
    padding: 0px;
  }
  .card-title {
    padding: 10px 15px;
  }
}
.card-text {
  color: #656565;
  text-align: center;
}
.phone {
  color: #656565;
}
.card-title2 {
  color: #333333;
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN16XSxocK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #e9eff1;
}
.cid-uN16XSxocK p,
.cid-uN16XSxocK a,
.cid-uN16XSxocK button,
.cid-uN16XSxocK span,
.cid-uN16XSxocK li {
  line-height: 150% !important;
}
.cid-uN16XSxocK h1,
.cid-uN16XSxocK h2,
.cid-uN16XSxocK h3,
.cid-uN16XSxocK h4,
.cid-uN16XSxocK h5,
.cid-uN16XSxocK h6 {
  line-height: 130% !important;
}
.cid-uN16XSxocK .mbr-text {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-right: 70px;
}
.cid-uN16XSxocK .title__block {
  padding-left: 96px;
  margin-bottom: 8px;
}
.cid-uN16XSxocK .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 24px;
}
.cid-uN16XSxocK .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-uN16XSxocK .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -90px;
  right: -400px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uN16XSxocK .slide-content {
  justify-content: center;
  text-align: left;
}
.cid-uN16XSxocK .slide-content .media-container-row {
  flex-grow: 1;
}
.cid-uN16XSxocK .slide-content .slider__item {
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-uN16XSxocK .slide-content .slider__item:hover {
  border: 2px solid #111111;
}
.cid-uN16XSxocK .slide-content .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-uN16XSxocK .slide-content .slider__item .slider__image {
  width: 100%;
}
.cid-uN16XSxocK .slide-content .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uN16XSxocK .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ddebe9;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-uN16XSxocK .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-uN16XSxocK .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #111111;
}
.cid-uN16XSxocK .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-uN16XSxocK .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-uN16XSxocK .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  color: #ec3d4a;
}
.cid-uN16XSxocK .link a {
  font-weight: 700;
}
.cid-uN16XSxocK .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uN16XSxocK .link:hover span {
  transform: translateX(9px);
}
.cid-uN16XSxocK .carousel-item.active,
.cid-uN16XSxocK .carousel-item-next,
.cid-uN16XSxocK .carousel-item-prev {
  display: flex;
}
.cid-uN16XSxocK .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uN16XSxocK .cloneditem-1,
.cid-uN16XSxocK .cloneditem-2,
.cid-uN16XSxocK .cloneditem-3,
.cid-uN16XSxocK .cloneditem-4,
.cid-uN16XSxocK .cloneditem-5 {
  display: none;
}
.cid-uN16XSxocK .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uN16XSxocK .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uN16XSxocK .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uN16XSxocK .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides2 .cloneditem-1,
  .cid-uN16XSxocK .carousel-inner.slides2 .cloneditem-2,
  .cid-uN16XSxocK .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uN16XSxocK .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uN16XSxocK .carousel-inner.slides3 .cloneditem-1,
  .cid-uN16XSxocK .carousel-inner.slides3 .cloneditem-2,
  .cid-uN16XSxocK .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uN16XSxocK .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-uN16XSxocK .figure:before {
    width: 99px;
    height: 99px;
  }
  .cid-uN16XSxocK .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-uN16XSxocK .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-uN16XSxocK .title__block {
    padding-left: 63px;
  }
  .cid-uN16XSxocK .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-uN16XSxocK .figure:before {
    display: none;
  }
  .cid-uN16XSxocK .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-uN16XSxocK .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-uN16XSxocK .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-uN16XSxocK .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-uN16XSxocK .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-uN16XSxocK .carousel-controls {
    display: none;
  }
}
.cid-uN16XSxocK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 34%;
}
@media (max-width: 1280px) {
  .cid-uN16XSxocK .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uN16XSxocK .embla__slide {
    min-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uN16XSxocK .embla__button--next,
.cid-uN16XSxocK .embla__button--prev {
  display: flex;
}
.cid-uN16XSxocK .embla__button {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #ec3d4a;
  background-color: transparent;
}
.cid-uN16XSxocK .embla__button span {
  color: #ec3d4a;
  font-size: 18px;
}
.cid-uN16XSxocK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uN16XSxocK .embla__button:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uN16XSxocK .embla__button:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uN16XSxocK .embla__button.embla__button--next,
.cid-uN16XSxocK .embla__button.embla__button--prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uN16XSxocK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uN16XSxocK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uN16XSxocK .embla__button {
    top: auto;
  }
}
.cid-uN16XSxocK .embla {
  position: relative;
  width: 100%;
}
.cid-uN16XSxocK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uN16XSxocK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uN16XSxocK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uN16XSxocK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uN16XSxocK .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uN16XSxocK .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uN16XSxocK .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uN16XSxocK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN16XSxocK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN16XSxocK .mbr-section-title {
  text-align: left;
}
.cid-uN16XSxocK .mbr-section-subtitle {
  text-align: left;
  color: #e9071a;
}
.cid-uN16XSxocK .slider__content .slider__subtitle {
  color: #ec3d4a;
}
.cid-uN16XSxocK .img-adjust {
  width: 100%;
  height: 256px !important;
}
.cid-uN16YJqGuz .mbr-section-title div {
  text-align: center;
  color: #ffffff;
}
.cid-uN16YJqGuz .mbr-text,
.cid-uN16YJqGuz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uN16YJqGuz .card1,
.cid-uN16YJqGuz .card2 {
  background-size: cover;
  background-position: center;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-uN16YJqGuz .card1 {
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-uN16YJqGuz .card2 {
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uN16YJqGuz h1,
.cid-uN16YJqGuz p,
.cid-uN16YJqGuz a {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .cid-uN16YJqGuz .card1,
  .cid-uN16YJqGuz .card2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cid-uN16YJqGuz p {
  line-height: 1.6;
}
.cid-uN16YJqGuz .mbr-section-title {
  color: #ec3d4a;
}
.cid-uN1gvrZgH6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9eff1;
}
.cid-uN1gvrZgH6 .title {
  border-bottom: 1px solid #ececec;
}
.cid-uN1gvrZgH6 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uN1gvrZgH6 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uN1gvrZgH6 .card-wrapper:hover .price-box {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 5px;
  bottom: 15px;
}
.cid-uN1gvrZgH6 .display-4 {
  line-height: 1.1;
}
.cid-uN1gvrZgH6 .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-uN1gvrZgH6 .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uN1gvrZgH6 .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uN1gvrZgH6 p {
  line-height: 1.6;
}
.cid-uN1gvrZgH6 .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uN1gvrZgH6 .card-title {
  color: #ec3d4a;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}
.cid-uN1gvrZgH6 .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-uN1gvrZgH6 .price-box {
  position: absolute;
  background: #ec3d4a;
  padding: 0.5rem 1rem;
  left: 0;
  bottom: 1rem;
  transition: all 0.3s;
}
.cid-uN1gvrZgH6 img {
  transition: all 0.3s;
}
.cid-uN1gvrZgH6 h5 {
  margin: 0;
}
.cid-uN1gvrZgH6 .card-box {
  padding: 1.5rem;
}
.cid-uN1gvrZgH6 .mbr-section-title {
  margin: 0 auto;
  color: #ec3d4a;
  text-align: left;
}
.cid-uN1gvrZgH6 .card-box > p,
.cid-uN1gvrZgH6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uN1gvrZgH6 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uN1gvrZgH6 .price {
  color: #ffffff;
  text-align: left;
}
.cid-uN1gvrZgH6 .rev {
  color: #656565;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uN1gvrZgH6 .ico-line-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uN1gvrZgH6 .ico-line {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uN1gvrZgH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN1gvrZgH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN1gvrZgH6 .padrao-img {
  height: 240px;
}
.cid-uN171CahiQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uN171CahiQ .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uN171CahiQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uN171CahiQ .mbr-text {
  color: #444;
}
.cid-uN171CahiQ h5 {
  margin-bottom: 0;
}
.cid-uN171CahiQ .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uN171CahiQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uN171CahiQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-uN171CahiQ .socicon {
  font-size: 1.3rem;
  background: #ec3d4a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uN171CahiQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uN171CahiQ .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-uN171CahiQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uN171CahiQ .social-list a:hover {
  opacity: .4;
}
.cid-uN171CahiQ .media-container-row > div {
  padding: 0px;
}
.cid-uN171CahiQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uN171CahiQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uN171CahiQ .group-title SPAN {
  color: #ffffff;
}
.cid-uN171CahiQ .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uN171CahiQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uN171CahiQ .social-list,
  .cid-uN171CahiQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uN171CahiQ h3 {
    margin-bottom: 10px;
  }
  .cid-uN171CahiQ .navbar-brand {
    text-align: center;
  }
}
.cid-uN171CahiQ .links SPAN {
  color: #9e9e9e;
}
.cid-uN171CahiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN171CahiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
