body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f20909 !important;
  border-color: #f20909 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #a80606 !important;
  border-color: #a80606 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80606 !important;
  border-color: #a80606 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #900505 !important;
  color: #900505 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f20909 !important;
  border-color: #f20909 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f20909 !important;
  border-color: #f20909 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c19b76 !important;
}
.text-secondary {
  color: #f20909 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #900505 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !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: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #c19b76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !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: #f20909 !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='%23c19b76' %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-tSzB7fuE7o .nav-item:focus,
.cid-tSzB7fuE7o .nav-link:focus {
  outline: none;
}
.cid-tSzB7fuE7o a.nav-link:focus {
  color: #f20909 !important;
}
.cid-tSzB7fuE7o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tSzB7fuE7o .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tSzB7fuE7o .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tSzB7fuE7o .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tSzB7fuE7o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSzB7fuE7o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tSzB7fuE7o .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tSzB7fuE7o .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tSzB7fuE7o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSzB7fuE7o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tSzB7fuE7o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tSzB7fuE7o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSzB7fuE7o .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tSzB7fuE7o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tSzB7fuE7o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSzB7fuE7o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSzB7fuE7o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tSzB7fuE7o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tSzB7fuE7o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSzB7fuE7o .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tSzB7fuE7o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tSzB7fuE7o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tSzB7fuE7o .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tSzB7fuE7o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tSzB7fuE7o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSzB7fuE7o .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSzB7fuE7o .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tSzB7fuE7o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tSzB7fuE7o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSzB7fuE7o .dropdown-item.active,
.cid-tSzB7fuE7o .dropdown-item:active {
  background-color: transparent;
}
.cid-tSzB7fuE7o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSzB7fuE7o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSzB7fuE7o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSzB7fuE7o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tSzB7fuE7o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tSzB7fuE7o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSzB7fuE7o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tSzB7fuE7o .navbar-buttons {
  text-align: center;
}
.cid-tSzB7fuE7o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSzB7fuE7o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSzB7fuE7o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSzB7fuE7o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSzB7fuE7o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSzB7fuE7o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSzB7fuE7o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSzB7fuE7o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSzB7fuE7o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSzB7fuE7o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSzB7fuE7o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tSzB7fuE7o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tSzB7fuE7o .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tSzB7fuE7o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tSzB7fuE7o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tSzB7fuE7o .nav-link:hover,
.cid-tSzB7fuE7o .icons-menu .mbr-iconfont:hover {
  color: #f20909 !important;
}
.cid-tSzB7fuE7o .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-tSzB7fuE7o .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f20909;
  transition: width 0.3s ease-in;
}
.cid-tSzB7fuE7o .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tSzB7fuE7o .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tSzB7fuE7o .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tSzB7fuE7o .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tSzB7fuE7o .dropdown-menu {
    top: 100%;
  }
  .cid-tSzB7fuE7o .dropdown-item {
    border-bottom: 1px solid #5e0404;
    box-shadow: 0px 2px 5px #f20909;
    background: #f20909 !important;
  }
  .cid-tSzB7fuE7o .dropdown-item:hover {
    background: #c10707 !important;
  }
  .cid-tSzB7fuE7o .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tSzB7fuE7o .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tRPUOpBNXj {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/header-ebarros-7-1200x675.jpg");
  overflow: hidden;
}
.cid-tRPUOpBNXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPUOpBNXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPUOpBNXj path {
  fill: #c19b76;
}
@keyframes wave3 {
  0% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
  50% {
    transform: scaleY(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scaleY(0.9) translate(-50%, -50%);
  }
}
.cid-tRPUOpBNXj b,
.cid-tRPUOpBNXj strong {
  font-weight: 900;
}
.cid-tRPUOpBNXj svg {
  position: absolute;
  top: 30px;
  left: 45%;
  right: 50%;
  animation: 5s ease infinite wave3;
  transform-origin: top;
  transform: scaleY(0.8) translate(-50%, -50%);
}
.cid-tRPUOpBNXj a {
  font-weight: 900;
  background: #f20909;
}
.cid-tRPUOpBNXj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tRPUOpBNXj .mbr-text,
.cid-tRPUOpBNXj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tRPUOpBNXj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tTHPB3aLPG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTHPB3aLPG h2,
.cid-tTHPB3aLPG h4,
.cid-tTHPB3aLPG p {
  margin: 0;
}
.cid-tTHPB3aLPG .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-tTHPB3aLPG .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-tTHPB3aLPG .image-wrap {
    margin-top: 30px;
  }
}
.cid-tTHPB3aLPG img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-tTHPB3aLPG .mbr-section-title {
  color: #17003b;
  margin-bottom: 8px;
  text-align: center;
}
.cid-tTHPB3aLPG .mbr-section-subtitle {
  color: #17003b;
  margin-bottom: 8px;
  text-align: center;
}
.cid-tTHPB3aLPG .mbr-text {
  color: #000000;
  margin-bottom: 30px;
  text-align: left;
}
.cid-tTHPB3aLPG .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tTHPB3aLPG .socials p {
  margin: 0 20px 0 0;
}
.cid-tTHPB3aLPG .socials-item .link {
  color: #000000;
}
.cid-tTHPB3aLPG .socials-item,
.cid-tTHPB3aLPG .link P {
  color: #c10303;
}
.cid-tYxvkgYFGv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYxvkgYFGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYxvkgYFGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYxvkgYFGv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYxvkgYFGv .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYxvkgYFGv .container {
    padding: 0 25px;
  }
}
.cid-tYxvkgYFGv .row {
  justify-content: center;
}
.cid-tYxvkgYFGv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYxvkgYFGv .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYxvkgYFGv .card {
    margin-bottom: 50px;
  }
}
.cid-tYxvkgYFGv .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tYxvkgYFGv .card .card-wrap {
    padding: 0;
  }
}
.cid-tYxvkgYFGv .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tYxvkgYFGv .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #444444;
}
.cid-tYxvkgYFGv .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tYxvkgYFGv .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tYxvkgYFGv .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tYxvkgYFGv .mbr-card-title {
  color: #E33030;
}
.cid-tYxvkgYFGv .mbr-text {
  color: #E33030;
  text-align: center;
}
.cid-tYxvkgYFGv .mbr-card-title,
.cid-tYxvkgYFGv .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tYxvkgYFGv .mbr-section-title,
.cid-tYxvkgYFGv .icon-wrapper {
  color: #17003b;
}
.cid-tYxwk4K8iw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYxwk4K8iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYxwk4K8iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYxwk4K8iw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYxwk4K8iw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYxwk4K8iw .container {
    padding: 0 25px;
  }
}
.cid-tYxwk4K8iw .row {
  justify-content: center;
}
.cid-tYxwk4K8iw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tYxwk4K8iw .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYxwk4K8iw .card {
    margin-bottom: 50px;
  }
}
.cid-tYxwk4K8iw .card .card-wrap {
  padding: 0 34px;
}
@media (max-width: 992px) {
  .cid-tYxwk4K8iw .card .card-wrap {
    padding: 0;
  }
}
.cid-tYxwk4K8iw .card .card-wrap .icon-wrapper {
  padding: 20px 0;
}
.cid-tYxwk4K8iw .card .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 50px;
  color: #444444;
}
.cid-tYxwk4K8iw .card .card-wrap .mbr-card-title {
  margin-bottom: 10px;
}
.cid-tYxwk4K8iw .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tYxwk4K8iw .mbr-section-title {
  color: #E33030;
  text-align: center;
}
.cid-tYxwk4K8iw .mbr-card-title {
  color: #E33030;
}
.cid-tYxwk4K8iw .mbr-text {
  color: #E33030;
  text-align: center;
}
.cid-tYxwk4K8iw .mbr-card-title,
.cid-tYxwk4K8iw .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tYxwk4K8iw .mbr-section-title,
.cid-tYxwk4K8iw .icon-wrapper {
  color: #17003b;
}
.cid-tRPUyujeER {
  background-color: #ffffff;
}
.cid-tRPUyujeER .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPUyujeER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPUyujeER img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-tRPUyujeER img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-tRPUyujeER .row {
  flex-direction: row-reverse;
}
.cid-tRPUyujeER .row {
  align-items: center;
}
.cid-tRPUyujeER .mbr-section-title {
  color: #17003b;
}
.cid-tRPUyujeER .mbr-text,
.cid-tRPUyujeER .mbr-section-btn {
  color: #353535;
}
.cid-tTHXrmwPfb {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-tTHXrmwPfb img {
  width: 15%;
}
.cid-tTHXrmwPfb .wrap {
  display: none;
}
.cid-tTHXrmwPfb .card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cid-tTHXrmwPfb .card-box {
  width: 100%;
}
.cid-tTHXrmwPfb .card-img {
  padding: 1rem;
  height: 120px;
  width: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  background-color: #133996;
  border-radius: 50%;
}
.cid-tTHXrmwPfb .card-img span {
  color: #ffffff;
  font-size: 3.4rem;
}
.cid-tTHXrmwPfb .mbr-text {
  color: #767676;
}
.cid-tTHXrmwPfb p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tTHXrmwPfb .card {
    margin-bottom: 2rem;
  }
}
.cid-tTHXrmwPfb .card-title,
.cid-tTHXrmwPfb .card-img {
  color: #f20909;
  text-align: center;
}
.cid-tTHXrmwPfb .mbr-section-title {
  text-align: center;
  position: relative;
  z-index: 99999;
}
.cid-tTHXrmwPfb .mbr-section-sub-title {
  position: relative;
  z-index: 99999;
  text-align: center;
  color: #9e9e9e;
}
.cid-tTHXrmwPfb .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tTHXrmwPfb .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #17003b;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tTHXrmwPfb .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-tTHXrmwPfb .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #e9e9e9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-tTHXrmwPfb .mbr-section-title,
.cid-tTHXrmwPfb .line-wrap {
  text-align: center;
  color: #17003b;
}
.cid-tTHXrmwPfb .mbr-text,
.cid-tTHXrmwPfb .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-tTHXrmwPfb img {
  vertical-align: middle;
  display: inline-block;
}
.cid-tTHXrmwPfb .media-container-row {
  position: relative;
  z-index: 999999;
}
.cid-tTHXrmwPfb .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tTHXrmwPfb .image-1 {
  position: absolute;
  left: -455px;
  bottom: 107px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-tTHXrmwPfb .image-2 {
  position: absolute;
  left: 517px;
  top: 35px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-tTHXrmwPfb .image-3 {
  position: absolute;
  left: 1189px;
  bottom: -1px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-tTHXrmwPfb .image-4 {
  position: absolute;
  left: auto;
  right: 1109px;
  bottom: -112px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-tTHXrmwPfb .image-5 {
  position: absolute;
  left: 707px;
  top: -65px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-tTHXrmwPfb .image-6 {
  position: absolute;
  left: -155px;
  top: 40px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-tTHXrmwPfb .image-1 {
    left: -175px;
    bottom: 349px;
  }
  .cid-tTHXrmwPfb .image-2 {
    left: 677px;
    top: -475px;
  }
  .cid-tTHXrmwPfb .image-3 {
    left: 469px;
    bottom: -61px;
  }
  .cid-tTHXrmwPfb .image-4 {
    right: 99px;
    bottom: -192px;
  }
  .cid-tTHXrmwPfb .image-5 {
    left: 7px;
    top: -45px;
  }
  .cid-tTHXrmwPfb .image-6 {
    left: 215px;
    top: -460px;
  }
}
@media (max-width: 992px) {
  .cid-tTHXrmwPfb .image-1 {
    bottom: 287px;
    left: -285px;
  }
  .cid-tTHXrmwPfb .image-2 {
    top: -385px;
    left: 807px;
  }
  .cid-tTHXrmwPfb .image-3 {
    left: -98px;
    bottom: 139px;
  }
  .cid-tTHXrmwPfb .image-4 {
    right: 49px;
    bottom: -102px;
  }
  .cid-tTHXrmwPfb .image-5 {
    left: 207px;
    top: -45px;
  }
  .cid-tTHXrmwPfb .image-6 {
    left: -165px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tTHXrmwPfb .image-1 {
    left: -185px;
    bottom: 937px;
  }
  .cid-tTHXrmwPfb .image-2 {
    top: -685px;
    left: 477px;
  }
  .cid-tTHXrmwPfb .image-3 {
    left: -41px;
    bottom: 539px;
  }
  .cid-tTHXrmwPfb .image-4 {
    bottom: 288px;
    right: 99px;
  }
  .cid-tTHXrmwPfb .image-5 {
    left: -93px;
    top: -245px;
  }
  .cid-tTHXrmwPfb .image-6 {
    left: 205px;
    top: -80px;
  }
}
.cid-tTHXrmwPfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTHXrmwPfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQ54im0ET {
  background-color: #101511;
}
.cid-tRQ54im0ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQ54im0ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQ54im0ET .row {
  justify-content: center;
}
.cid-tRQ54im0ET .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tRQ54im0ET .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tRQ54im0ET .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tRQ54im0ET .card-wrapper {
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 40px;
  min-width: 216px;
}
@media (max-width: 992px) {
  .cid-tRQ54im0ET .card-wrapper {
    margin: 0 0 24px 0 !important;
    transform: none !important;
  }
}
.cid-tRQ54im0ET .mbr-text_1,
.cid-tRQ54im0ET .mbr-text_2,
.cid-tRQ54im0ET .mbr-text_3 {
  margin-bottom: 0;
}
.cid-tRQ54im0ET .cards_1 .card-wrapper:first-child {
  transform: rotate(350deg);
  background-color: #6e716f;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tRQ54im0ET .cards_1 .card-wrapper:nth-child(2) {
  transform: rotate(340deg);
  background-color: #eafa72;
  margin: -35px -3rem 20px 12rem;
  position: relative;
  z-index: 1;
}
.cid-tRQ54im0ET .cards_1 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tRQ54im0ET .cards_2 .card-wrapper:first-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tRQ54im0ET .cards_2 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 24px 10rem 0px -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tRQ54im0ET .cards_2 .card-wrapper:last-child {
  transform: rotate(0);
  background-color: #eafa72;
  margin: 0 -3rem 0 6rem;
  position: relative;
  z-index: 1;
}
.cid-tRQ54im0ET .cards_3 .card-wrapper:first-child {
  transform: rotate(15deg);
  background-color: #eafa72;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-tRQ54im0ET .cards_3 .card-wrapper:nth-child(2) {
  transform: rotate(353deg);
  background-color: #6e716f;
  margin: 0 10rem 0 -3rem;
  opacity: .9;
  position: relative;
  z-index: 2;
}
.cid-tRQ54im0ET .cards_3 .card-wrapper:last-child {
  transform: rotate(5deg);
  background-color: #e8e8e8;
}
.cid-tRQ54im0ET .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tRQ54im0ET .mbr-text_1 {
  color: #000000;
  text-align: center;
}
.cid-tRQ54im0ET .mbr-text_2 {
  color: #101511;
  text-align: center;
}
.cid-tRQ54im0ET .mbr-text_3 {
  color: #101511;
  text-align: center;
}
.cid-tS7nGkKQD7 {
  background-color: #ffffff;
}
.cid-tS7nGkKQD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS7nGkKQD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS7nGkKQD7 a {
  font-weight: bold;
}
.cid-tS7nGkKQD7 .mbr-section-title {
  color: #151515;
  text-align: center;
}
.cid-tS7nGkKQD7 .mbr-text,
.cid-tS7nGkKQD7 .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-tRQ4H3FAVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRQ4H3FAVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQ4H3FAVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQ4H3FAVd .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tRQ4H3FAVd .container-fluid {
    padding: 0;
  }
}
.cid-tRQ4H3FAVd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRQ4H3FAVd .container {
    padding: 0 20px;
  }
}
.cid-tRQ4H3FAVd .row {
  justify-content: center;
  margin: 0;
}
.cid-tRQ4H3FAVd .item {
  padding: 0;
}
.cid-tRQ4H3FAVd .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-tRQ4H3FAVd .item a:hover .item-wrapper .item-img .item-content .title-wrap .item-title {
  transform: translateX(0);
  opacity: 1;
}
.cid-tRQ4H3FAVd .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  transform: translateX(0);
  opacity: 1;
}
.cid-tRQ4H3FAVd .item a .item-wrapper {
  overflow: hidden;
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img {
  position: relative;
  height: 960px;
}
@media (max-width: 992px) {
  .cid-tRQ4H3FAVd .item a .item-wrapper .item-img {
    height: 450px;
  }
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .title-wrap {
  pointer-events: visible;
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #000000;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
  margin-top: 5px;
}
.cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 6px 20px;
  background-color: #161616;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tRQ4H3FAVd .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-tRQ4H3FAVd .item-title {
  color: #ffffff;
}
.cid-tRQ4H3FAVd .item-subtitle {
  color: #D2D3D5;
}
.cid-tRQ4H3FAVd .item-title,
.cid-tRQ4H3FAVd .title-wrap {
  text-align: left;
}
.cid-tRQ4Ow4YR8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4154f1;
  background: linear-gradient(-45deg, rgba(65, 84, 241, 0.8), #6b3df0);
}
.cid-tRQ4Ow4YR8 .title_block {
  margin-bottom: 50px;
}
.cid-tRQ4Ow4YR8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tRQ4Ow4YR8 .mbr-section-title {
  color: #ffffff;
}
.cid-tRQ4Ow4YR8 .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(193, 155, 118, 0.4);
  background-image: linear-gradient(40deg, #c19b76 0%, #e1cebc 100%);
}
.cid-tRQ4Ow4YR8 .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(40deg, #ffffff 0%, #ffffff 100%);
}
.cid-tRQ4Ow4YR8 .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(183, 182, 182, 0.4);
  background-image: linear-gradient(40deg, #b7b6b6 0%, #eae9e9 100%);
}
.cid-tRQ4Ow4YR8 .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(226, 108, 90, 0.4);
  background-image: linear-gradient(40deg, #e26c5a 0%, #f1b9b1 100%);
}
.cid-tRQ4Ow4YR8 .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(112, 159, 175, 0.4);
  background-image: linear-gradient(40deg, #709faf 0%, #b1cbd4 100%);
}
.cid-tRQ4Ow4YR8 .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(242, 9, 9, 0.4);
  background-image: linear-gradient(40deg, #f20909 0%, #f96868 100%);
}
.cid-tRQ4Ow4YR8 .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-tRQ4Ow4YR8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-tRQ4Ow4YR8 .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tRQ4Ow4YR8 .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-tRQ4Ow4YR8 .card_title {
  margin-bottom: 20px;
  color: #f20909;
}
@media (max-width: 991px) {
  .cid-tRQ4Ow4YR8 .title_block {
    margin-bottom: 30px;
  }
  .cid-tRQ4Ow4YR8 .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-tRQ4Ow4YR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQ4Ow4YR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPXCfCnOO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRPXCfCnOO .row {
  justify-content: space-between;
}
.cid-tRPXCfCnOO .text-wrapper {
  display: flex;
}
.cid-tRPXCfCnOO .text-wrapper span {
  color: #c19b76;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-tRPXCfCnOO .mbr-main-subtitle {
  background: #c19b76;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
  color: #151515;
}
.cid-tRPXCfCnOO .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #c19b76;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tRPXCfCnOO .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tRPXCfCnOO .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
.cid-tRPXCfCnOO .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #c19b76;
}
@media (max-width: 767px) {
  .cid-tRPXCfCnOO .social {
    padding-left: 0rem;
  }
}
.cid-tRPXCfCnOO .embla__button {
  border-radius: 0;
  background: white !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tRPXCfCnOO .embla__button span {
  color: gray;
}
.cid-tRPXCfCnOO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tRPXCfCnOO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tRPXCfCnOO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRPXCfCnOO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRPXCfCnOO .embla__button {
    top: auto;
  }
}
.cid-tRPXCfCnOO img,
.cid-tRPXCfCnOO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tRPXCfCnOO .item:focus,
.cid-tRPXCfCnOO span:focus {
  outline: none;
}
.cid-tRPXCfCnOO .mbr-section-head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRPXCfCnOO .mbr-section-head {
    margin-bottom: 4rem;
  }
}
.cid-tRPXCfCnOO .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.cid-tRPXCfCnOO .slide-content .item-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRPXCfCnOO .slide-content .item-img {
    margin-right: 5px;
  }
}
.cid-tRPXCfCnOO .slide-content .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tRPXCfCnOO .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRPXCfCnOO .btn:hover {
  border: none;
  box-shadow: none;
}
.cid-tRPXCfCnOO .mbr-section-title {
  margin-bottom: 22px;
  color: #17003b;
}
.cid-tRPXCfCnOO .mbr-text {
  margin-bottom: 22px;
  color: #404a4f;
}
.cid-tRPXCfCnOO .item-title {
  margin-bottom: 0;
  color: #404a4f;
  text-align: center;
}
.cid-tRPXCfCnOO .embla__button--next,
.cid-tRPXCfCnOO .embla__button--prev {
  display: flex;
}
.cid-tRPXCfCnOO .embla {
  position: relative;
  width: 100%;
}
.cid-tRPXCfCnOO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tRPXCfCnOO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tRPXCfCnOO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tRPXCfCnOO .embla__container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 800px;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-tRPXCfCnOO .embla__container {
    justify-content: center;
  }
}
.cid-tRPXCfCnOO .embla__slide {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .cid-tRPXCfCnOO .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tRPXCfCnOO .embla__button.embla__button--prev {
  right: -20px;
  top: 50%;
  left: auto;
  margin: 0;
  transform: rotate(90deg);
}
.cid-tRPXCfCnOO .embla__button.embla__button--prev span {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .cid-tRPXCfCnOO .embla__button.embla__button--prev {
    right: 0px;
  }
}
.cid-tRPXCfCnOO .embla__button.embla__button--next {
  right: -20px;
  left: auto;
  top: 50%;
  transform: rotate(90deg) translateX(40px);
  margin: 0;
}
.cid-tRPXCfCnOO .embla__button.embla__button--next span {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .cid-tRPXCfCnOO .embla__button.embla__button--next {
    right: 0px;
  }
}
.cid-tRPXCfCnOO .soc-link,
.cid-tRPXCfCnOO .soc-wrapper {
  color: #c10303;
}
.cid-tRQ4PJqfCl {
  background-color: #ffffff;
}
.cid-tRQ4PJqfCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRQ4PJqfCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRQ4PJqfCl .text-primary {
  background-color: #ffffff;
}
.cid-tRQ4PJqfCl .mbr-section-title {
  color: #17003b;
}
.cid-tTCJhQyoxK {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tTCJhQyoxK .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tTCJhQyoxK .mbr-section-title {
  color: #FF014E;
}
.cid-tTCJhQyoxK .mbr-section-subtitle {
  color: #17003b;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tTCJhQyoxK .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tTCJhQyoxK .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-tTCJhQyoxK .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-tTCJhQyoxK .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-tTCJhQyoxK .carousel {
    max-width: 100%;
  }
}
.cid-tTCJhQyoxK .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-tTCJhQyoxK .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .item-wrapper {
    padding: 0 10px;
  }
}
.cid-tTCJhQyoxK .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 #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tTCJhQyoxK .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-tTCJhQyoxK .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tTCJhQyoxK .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tTCJhQyoxK .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-tTCJhQyoxK .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-tTCJhQyoxK .info-card-title {
  color: #FF014E;
  margin-bottom: 10px;
}
.cid-tTCJhQyoxK .info-card-subtitle {
  color: #C4CFDE;
}
.cid-tTCJhQyoxK .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-tTCJhQyoxK .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-tTCJhQyoxK .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #16181c;
  left: -43px;
  z-index: 9;
  top: 66px;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .card-description::before {
    display: none;
  }
}
.cid-tTCJhQyoxK .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 #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tTCJhQyoxK .card-description-wrapper {
    padding: 20px;
  }
}
.cid-tTCJhQyoxK .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-tTCJhQyoxK .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-tTCJhQyoxK .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-tTCJhQyoxK .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tTCJhQyoxK .card-description-title {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-tTCJhQyoxK .card-description-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tTCJhQyoxK .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tTCJhQyoxK .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-tTCJhQyoxK .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTCJhQyoxK .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-tTCJhQyoxK .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ff014e;
}
.cid-tTCJhQyoxK .card-description-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tTCJhQyoxK .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .absolute-icon-wrapper {
    display: none;
  }
}
.cid-tTCJhQyoxK .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-tTCJhQyoxK .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-tTCJhQyoxK .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-tTCJhQyoxK .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-tTCJhQyoxK .carousel-control {
    display: none;
  }
}
.cid-tTCJhQyoxK .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #c19b76 !important;
  opacity: 1;
}
.cid-tTCJhQyoxK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tTCJhQyoxK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tTCJhQyoxK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tTCJhQyoxK .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-tTCJhQyoxK .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-tTCJhQyoxK .carousel-indicators li.active,
.cid-tTCJhQyoxK .carousel-indicators li:hover {
  opacity: 1;
  background: #c19b76 !important;
}
.cid-tTCJhQyoxK .carousel-indicators li::after,
.cid-tTCJhQyoxK .carousel-indicators li::before {
  content: none;
}
.cid-tTCJhQyoxK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tTCJhQyoxK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tRPwSUbCpd {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tRPwSUbCpd .card-title {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-tRPwSUbCpd .dash {
  width: 100%;
  padding: 2rem 2rem;
  border: 2px dashed #ffffff !important;
  border-radius: 30px;
}
.cid-tRPwSUbCpd .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #17003b;
}
.cid-tRPwSUbCpd .imageContainer {
  position: relative;
}
.cid-tRPwSUbCpd .imageContainer img {
  width: 65%;
  border-radius: 30px;
}
.cid-tRPwSUbCpd .form-title {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tRPwSUbCpd .form-group {
  padding: 0rem;
}
.cid-tRPwSUbCpd .textarea {
  height: 8rem;
}
.cid-tRPwSUbCpd .container-fluid {
  max-width: 1200px;
  padding: 0 1.8rem;
}
.cid-tRPwSUbCpd .mbr-section-btn {
  margin: 0;
}
.cid-tRPwSUbCpd .btn {
  margin: 0;
  width: 100%;
}
.cid-tRPwSUbCpd .btn:hover {
  background-color: #c9a888 !important;
}
.cid-tRPwSUbCpd .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-tRPwSUbCpd .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-tRPwSUbCpd .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  background-color: #45b3df;
}
.cid-tRPwSUbCpd .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-tRPwSUbCpd .mbr-text {
  margin-top: 2rem;
}
.cid-tRPwSUbCpd .itemList {
  margin-top: 2rem;
}
.cid-tRPwSUbCpd .dragArea {
  position: absolute;
  top: 4rem;
  right: 0;
  background-color: #f20909;
  border-radius: 30px;
  padding: 1.5rem;
  width: 350px;
}
@media (max-width: 767px) {
  .cid-tRPwSUbCpd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-tRPwSUbCpd .imageContainer img {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-tRPwSUbCpd .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
    text-align: center;
  }
  .cid-tRPwSUbCpd .row {
    margin: 0rem;
  }
  .cid-tRPwSUbCpd .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRPwSUbCpd .mbr-text {
    text-align: left;
  }
  .cid-tRPwSUbCpd .dragArea {
    position: static;
    width: 100%;
    padding: 1rem;
  }
  .cid-tRPwSUbCpd .dash {
    padding: 1rem 1rem;
  }
  .cid-tRPwSUbCpd .imageContainer {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tRPwSUbCpd .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cid-tRPwSUbCpd .dragArea {
    right: 4rem;
  }
  .cid-tRPwSUbCpd .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-tRPwSUbCpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPwSUbCpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPwSUbCpd .mbr-section-title {
  color: #17003b;
}
.cid-tRPwSUbCpd .circle-icon,
.cid-tRPwSUbCpd .card-title {
  color: #444444;
}
.cid-tTOim2uldY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tTOim2uldY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTOim2uldY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTOim2uldY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTOim2uldY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTOim2uldY .container {
    padding: 0;
  }
}
.cid-tTOim2uldY .row {
  justify-content: center;
  margin: 0;
}
.cid-tTOim2uldY .item {
  padding: 0;
}
.cid-tTOim2uldY .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tTOim2uldY .item a .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  height: 550px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tTOim2uldY .item a .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-tTOim2uldY .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tTOim2uldY .item a .item-wrapper .item-img .item-content {
  width: 100%;
  position: relative;
  padding: 16px;
  background-color: #f20909;
}
.cid-tTOim2uldY .item a .item-wrapper .item-img .item-content .item-title {
  margin-bottom: 0;
}
.cid-tTOim2uldY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-rzMi9GHrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
