body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bbbbbb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #7a5831 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7a5831 !important;
  border-color: #7a5831 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3c2b18 !important;
  border-color: #3c2b18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3c2b18 !important;
  border-color: #3c2b18 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7a5831;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3c2b18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7a5831 !important;
  border-color: #7a5831 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #7a5831 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #312414 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7a5831;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: #c29868;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #bbbbbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bbbbbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCDwCIqtP6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .nav-item:focus,
.cid-tCDwCIqtP6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCDwCIqtP6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link {
    position: relative;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #bbbbbb, #bbbbbb);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tCDwCIqtP6 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDwCIqtP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCDwCIqtP6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tCDwCIqtP6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #bbbbbb;
  background: linear-gradient(#232323, #bbbbbb);
  background: none;
}
.cid-tCDwCIqtP6 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tCDwCIqtP6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCDwCIqtP6 .navbar.collapsed .right-menu,
.cid-tCDwCIqtP6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show .brand-container,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tCDwCIqtP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCDwCIqtP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tCDwCIqtP6 .navbar .right-menu,
  .cid-tCDwCIqtP6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCDwCIqtP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .mbr-overlay {
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDwCIqtP6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDwCIqtP6 .dropdown-item.active,
.cid-tCDwCIqtP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDwCIqtP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCDwCIqtP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCDwCIqtP6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tCDwCIqtP6 .navbar-buttons {
  margin-left: auto;
}
.cid-tCDwCIqtP6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 .navbar-dropdown {
  position: fixed;
}
.cid-tCDwCIqtP6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCDwCIqtP6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCDwCIqtP6 .right-menu,
.cid-tCDwCIqtP6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCDwCIqtP6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-tCDwCIqtP6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tCDwCIqtP6 .card-wrapper {
  z-index: 3;
}
.cid-tCDwCIqtP6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCQ7FXffjH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2b159cf0c77330d8d2cf360e729851be.gif");
  overflow: hidden;
}
.cid-tCQ7FXffjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQ7FXffjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQ7FXffjH .row {
  flex-direction: row-reverse;
}
.cid-tCQ7FXffjH .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tCQ7FXffjH .col-text {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .col-text {
    order: 2;
  }
}
.cid-tCQ7FXffjH .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tCQ7FXffjH .col-img {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .col-img {
    order: 1;
  }
}
.cid-tCQ7FXffjH .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tCQ7FXffjH .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tCQ7FXffjH .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tCQ7FXffjH .mbr-section-btn {
    width: 100%;
  }
}
.cid-tCQ7FXffjH .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 612px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .image-wrapper {
    height: 432px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tCQ7FXffjH .image-wrapper {
    height: auto;
  }
}
.cid-tCQ7FXffjH .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tCQ7FXffjH .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #f5c513 27%, #000000 50%, #f49846 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tCQ7FXffjH .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-vf08OBUDCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf08OBUDCC .section-head {
  margin-bottom: 2rem;
}
.cid-vf08OBUDCC .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vf08OBUDCC .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vf08OBUDCC .row {
    text-align: center;
  }
}
.cid-vf08OBUDCC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vf08OBUDCC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vf08OBUDCC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vf08OBUDCC .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tCAJCRfzOY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCAJCRfzOY h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tCAJCRfzOY span {
  background-image: url("../../../assets/images/wave-golden-abstract-background-illustration-free-vector-356x200.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tCAJCRfzOY .mbr-section-title {
  color: #9132e6;
}
.cid-tCAJZ5EZPH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCAJZ5EZPH h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tCAJZ5EZPH span {
  background-image: url("../../../assets/images/textura-dorada-mx5m680mg3sjrzo9-1920x1200.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tCAJZ5EZPH .mbr-section-title {
  color: #d4b18a;
}
.cid-tCAJApN5gH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCAJApN5gH .line {
  background-color: #d4b18a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCAJApN5gH .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-upRUyCk7CE {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upRUyCk7CE .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-upRUyCk7CE .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-upRUyCk7CE .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #353535;
  border-radius: 50%;
  color: #353535;
  background: #fff;
  opacity: 1;
}
.cid-upRUyCk7CE .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-upRUyCk7CE .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-upRUyCk7CE .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-upRUyCk7CE .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-upRUyCk7CE .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-upRUyCk7CE .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-upRUyCk7CE .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #353535;
  width: 100%;
  height: 100%;
}
.cid-upRUyCk7CE .carousel-indicators .li1::after {
  content: "1";
}
.cid-upRUyCk7CE .carousel-indicators .li2::after {
  content: "2";
}
.cid-upRUyCk7CE .carousel-indicators .li3::after {
  content: "3";
}
.cid-upRUyCk7CE .carousel-indicators .li4::after {
  content: "4";
}
.cid-upRUyCk7CE li.active,
.cid-upRUyCk7CE li:active {
  opacity: 1;
  border-color: #777676;
}
.cid-upRUyCk7CE li.active:after,
.cid-upRUyCk7CE li:active:after {
  color: #777676;
}
.cid-upRUyCk7CE li.active:before,
.cid-upRUyCk7CE li:active:before {
  background-color: #777676 !important;
}
@media (max-width: 767px) {
  .cid-upRUyCk7CE .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-upRUyCk7CE .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-upRUyCk7CE .mbr-text {
  margin-top: 1rem;
}
.cid-upRUyCk7CE .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-upRUyCk7CE .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-upRUyCk7CE .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-upRUyCk7CE .row-element,
.cid-upRUyCk7CE .image-element {
  padding: 0;
}
.cid-upRUyCk7CE .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-upRUyCk7CE .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-upRUyCk7CE .wrap {
  z-index: 2;
}
.cid-upRUyCk7CE .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-upRUyCk7CE .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upRUyCk7CE .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-upRUyCk7CE .card-wrap {
    margin-top: 1rem;
  }
}
.cid-upRUyCk7CE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-upRUyCk7CE .carousel-item.active,
.cid-upRUyCk7CE .carousel-item-next {
  display: flex;
}
.cid-upRUyCk7CE .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-upRUyCk7CE .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upRUyCk7CE .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-upRUyCk7CE .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #bbbbbb;
  background-color: #bbbbbb;
}
.cid-upRUyCk7CE .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-upRUyCk7CE .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upRUyCk7CE .image-element {
    min-width: 50%;
  }
  .cid-upRUyCk7CE .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-upRUyCk7CE .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-upRUyCk7CE .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-upRUyCk7CE .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-upRUyCk7CE .icon-left {
  margin-right: 0.1rem;
}
.cid-upRUyCk7CE .icon-right {
  margin-left: 0.1rem;
}
.cid-upRUyCk7CE H1 {
  text-align: center;
}
.cid-upRUyCk7CE .mbr-section-text,
.cid-upRUyCk7CE .mbr-section-btn {
  text-align: left;
}
.cid-vekkUrjMSr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekkUrjMSr .section-head {
  margin-bottom: 2rem;
}
.cid-vekkUrjMSr .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vekkUrjMSr .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vekkUrjMSr .row {
    text-align: center;
  }
}
.cid-vekkUrjMSr .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vekkUrjMSr .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vekkUrjMSr .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vekkUrjMSr .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tCAR8i4kdj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tCAR8i4kdj .card-wrapper {
  z-index: 3;
}
.cid-tCAR8i4kdj .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-tCAR8i4kdj:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-tCAR8i4kdj .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tCAR8i4kdj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tCAR8i4kdj H2 {
  text-align: center;
  color: #d4a46e;
}
.cid-upRVqPw581 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-upRVqPw581 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRVqPw581 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRVqPw581 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-upRVqPw581 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .container {
    padding: 0 20px;
  }
}
.cid-upRVqPw581 .item {
  margin-top: 32px;
}
.cid-upRVqPw581 .item:first-child {
  margin-top: 0;
}
.cid-upRVqPw581 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-upRVqPw581 .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.cid-upRVqPw581 .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-upRVqPw581 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #bbbbbb;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .card-desc_1,
.cid-upRVqPw581 .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .card-desc_1,
  .cid-upRVqPw581 .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .mbr-iconfont,
  .cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .mbr-iconfont {
    font-size: 60px;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.cid-upRVqPw581 .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-upRVqPw581 .item .item-wrapper .card-box .card-title_1,
.cid-upRVqPw581 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-upRVqPw581 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#000000 31.5%, #bbbbbb);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #bbbbbb);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-upRVqPw581 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upRVqPw581 .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-upRVqPw581 .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-upRVqPw581 .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-upRVqPw581 .card-text_1,
.cid-upRVqPw581 .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-upRVqPw581 .card-text_2,
.cid-upRVqPw581 .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.cid-upRVqPw581 .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-upRVqPw581 .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.cid-upRVqPw581 .card-title_1,
.cid-upRVqPw581 .buttons_1,
.cid-upRVqPw581 .icon-wrapper_1,
.cid-upRVqPw581 .title-wrapper_1 {
  text-align: center;
}
.cid-upRVqPw581 .card-title_2,
.cid-upRVqPw581 .buttons_2,
.cid-upRVqPw581 .icon-wrapper_2,
.cid-upRVqPw581 .title-wrapper_2 {
  text-align: center;
}
.cid-tCAAQAhf9R {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tCAAQAhf9R .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tCAAQAhf9R .card-wrapper {
    padding: 0;
  }
}
.cid-tCAAQAhf9R img {
  width: 100%;
}
.cid-tCAAQAhf9R .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #bbbbbb, #bbbbbb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tCAAQAhf9R .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #bbbbbb, #bbbbbb);
}
.cid-tCAAQAhf9R .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCAAQAhf9R h4 {
  margin: 0;
}
.cid-tCAAQAhf9R .card-text {
  color: #ffffff;
}
.cid-tCAAQAhf9R .mbr-text {
  color: #000000;
}
.cid-tCAAQAhf9R .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tCAAQAhf9R .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tCAAQAhf9R .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tCAAQAhf9R .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tCAAQAhf9R .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tCAAQAhf9R H3 {
  color: #787324;
}
.cid-tCAAQAhf9R .mbr-section-title,
.cid-tCAAQAhf9R .title-wrapper {
  color: #bbbbbb;
}
.cid-tCAAQAhf9R .mbr-text,
.cid-tCAAQAhf9R .mbr-section-btn {
  color: #ffffff;
}
.cid-vekkZfv7ng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vekkZfv7ng .section-head {
  margin-bottom: 2rem;
}
.cid-vekkZfv7ng .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vekkZfv7ng .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vekkZfv7ng .row {
    text-align: center;
  }
}
.cid-vekkZfv7ng .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vekkZfv7ng .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vekkZfv7ng .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vekkZfv7ng .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tCDsw0FfUp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCDsw0FfUp h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tCDsw0FfUp span {
  background-image: url("../../../assets/images/pngtree-3d-render-of-shimmering-silver-metal-wave-background-image-13544630-960x538.png");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tCDsw0FfUp .mbr-section-title {
  color: #9132e6;
}
.cid-tCG1NxmtX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCG1NxmtX4 h2,
.cid-tCG1NxmtX4 h3,
.cid-tCG1NxmtX4 h4,
.cid-tCG1NxmtX4 h5 {
  margin: 0;
}
.cid-tCG1NxmtX4 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-tCG1NxmtX4 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-tCG1NxmtX4 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-tCG1NxmtX4 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-tCG1NxmtX4 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCG1NxmtX4 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-tCG1NxmtX4 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-tCG1NxmtX4 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-tCG1NxmtX4 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-tCG1NxmtX4 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tCG1NxmtX4 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-tCG1NxmtX4 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tCG1NxmtX4 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCG1NxmtX4 .card:hover {
  cursor: pointer;
}
.cid-tCG1NxmtX4 .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-tCG1NxmtX4 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-tCG1NxmtX4 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-tCG1NxmtX4 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-veklB6XEF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veklB6XEF5 .section-head {
  margin-bottom: 2rem;
}
.cid-veklB6XEF5 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-veklB6XEF5 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-veklB6XEF5 .row {
    text-align: center;
  }
}
.cid-veklB6XEF5 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-veklB6XEF5 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-veklB6XEF5 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-veklB6XEF5 .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tCDuenXpml {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCDuenXpml h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tCDuenXpml span {
  background-image: url("../../../assets/images/image-36-11-960x538.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tCDuenXpml .mbr-section-title {
  color: #9132e6;
}
.cid-vfko92hLI1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfko92hLI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfko92hLI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfko92hLI1 .container {
  max-width: 1600px;
}
.cid-vfko92hLI1 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #000000;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfko92hLI1 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-vfko92hLI1 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .col-title {
    margin-bottom: 50px;
  }
}
.cid-vfko92hLI1 .mbr-section-title {
  color: #FFDD65;
}
.cid-vfko92hLI1 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vfko92hLI1 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-vfko92hLI1 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vfko92hLI1 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #bbbbbb;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-vfko92hLI1 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-vfko92hLI1 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vfko92hLI1 .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
  text-align: justify;
}
.cid-vfko92hLI1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-vfko92hLI1 .panel-title:hover .panel-title-edit {
  color: #d4a46e;
}
.cid-vfko92hLI1 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-vfko92hLI1 .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: center;
}
.cid-vfko92hLI1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vfko92hLI1 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .col-text {
    margin-top: 40px;
  }
}
.cid-vfko92hLI1 .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-vfko92hLI1 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-vfko92hLI1 .mbr-text {
    margin-top: 16px;
  }
}
.cid-vfko92hLI1 .custom-section-btn {
  background-image: linear-gradient(90deg, #777676 2.76%, #ffffff 29.66%, #ffffff 61%, #bbbbbb 99.93%);
}
.cid-vfko92hLI1 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #777676 2.76%, #ffffff 29.66%, #ffffff 61%, #bbbbbb 99.93%);
}
.cid-vfko92hLI1 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-vfko92hLI1 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-vfko92hLI1 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vfko92hLI1 .btn-container .btn {
    width: 100%;
  }
}
.cid-tCG0O24qOI {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-tCG0O24qOI .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tCG0O24qOI .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tCG0O24qOI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tCG0O24qOI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #bbbbbb, #bbbbbb);
  display: inline-block;
}
.cid-tCG0O24qOI .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tCG0O24qOI .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tCG0O24qOI .mbr-section-title,
.cid-tCG0O24qOI .social-list,
.cid-tCG0O24qOI .underline {
  color: #ffffff;
  text-align: center;
}
.cid-tCDuTgUCak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCDuTgUCak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDuTgUCak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDuTgUCak .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCDuTgUCak .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCDuTgUCak .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCDuTgUCak .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCDuTgUCak .container {
    max-width: 100%;
  }
  .cid-tCDuTgUCak .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCDuTgUCak .item-wrap {
  width: 100%;
}
.cid-tCDuTgUCak .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-tCDwCIqtP6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .nav-item:focus,
.cid-tCDwCIqtP6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCDwCIqtP6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link {
    position: relative;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #bbbbbb, #bbbbbb);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tCDwCIqtP6 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDwCIqtP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCDwCIqtP6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tCDwCIqtP6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #bbbbbb;
  background: linear-gradient(#232323, #bbbbbb);
  background: none;
}
.cid-tCDwCIqtP6 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tCDwCIqtP6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCDwCIqtP6 .navbar.collapsed .right-menu,
.cid-tCDwCIqtP6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show .brand-container,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tCDwCIqtP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCDwCIqtP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tCDwCIqtP6 .navbar .right-menu,
  .cid-tCDwCIqtP6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCDwCIqtP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .mbr-overlay {
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDwCIqtP6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDwCIqtP6 .dropdown-item.active,
.cid-tCDwCIqtP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDwCIqtP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCDwCIqtP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCDwCIqtP6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tCDwCIqtP6 .navbar-buttons {
  margin-left: auto;
}
.cid-tCDwCIqtP6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 .navbar-dropdown {
  position: fixed;
}
.cid-tCDwCIqtP6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCDwCIqtP6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCDwCIqtP6 .right-menu,
.cid-tCDwCIqtP6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCDwCIqtP6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-tCDwCIqtP6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tCDwCIqtP6 .card-wrapper {
  z-index: 3;
}
.cid-tCDwCIqtP6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAoGKl4ZI {
  background-image: url("../../../assets/images/pexels-yankrukov-4497019-2000x1333.jpg");
}
.cid-tCAoGKl4ZI .animated-element {
  color: #ffffff;
}
.cid-tCAoGKl4ZI .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tCAoGKl4ZI .typed-text {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-tCAoGKl4ZI .mbr-section-text {
  margin-bottom: 1.125rem;
}
.cid-tCAoGKl4ZI .mbr-section-text,
.cid-tCAoGKl4ZI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tCAoGKl4ZI .typed-text .typed-text {
  color: #ef8e81;
}
.cid-usfzJbMSwn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usfzJbMSwn .section-head {
  margin-bottom: 2rem;
}
.cid-usfzJbMSwn .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-usfzJbMSwn .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-usfzJbMSwn .row {
    text-align: center;
  }
}
.cid-usfzJbMSwn .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-usfzJbMSwn .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-usfzJbMSwn .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-usfzJbMSwn .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfkeJOEgrY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfkeJOEgrY h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vfkeJOEgrY span {
  background-image: url("../../../assets/images/textura-dorada-mx5m680mg3sjrzo9-1920x1200.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vfkeJOEgrY .mbr-section-title {
  color: #d4b18a;
}
.cid-vfkeubxDod {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkeubxDod .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkeubxDod .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-vfkeubxDod .container {
    padding: 0 26px;
  }
}
.cid-vfkeubxDod .row {
  justify-content: center;
}
.cid-vfkeubxDod .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-vfkeubxDod .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-vfkeubxDod .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-vfkeubxDod .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vfkeubxDod .mbr-text,
.cid-vfkeubxDod .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vf03QAYE30 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vf03QAYE30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf03QAYE30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf03QAYE30 .row.card {
  padding: 0 90px;
  background-color: #ffffff;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-vf03QAYE30 .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-vf03QAYE30 .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #777676;
  border-radius: 17px;
  padding: 20px;
}
.cid-vf03QAYE30 .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-vf03QAYE30 .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vf03QAYE30 .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-vf03QAYE30 .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-vf03QAYE30 .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-vf03QAYE30 .row.card .image-wrapper {
    display: block;
  }
}
.cid-vf03QAYE30 .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-vf03QAYE30 .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-vf03QAYE30 .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-vf03QAYE30 .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-vf03QAYE30 .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-vf03QAYE30 .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vf03QAYE30 .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-vf03QAYE30 .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-vf03QAYE30 .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #777676;
  transition: all .3s ease;
}
.cid-vf03QAYE30 .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-vf03QAYE30 .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vf03QAYE30 .mbr-section-title {
  color: #232323;
}
.cid-vf03QAYE30 .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-vf03QAYE30 .mbr-text {
  color: #6e716f;
}
.cid-vf03QAYE30 .mbr-text,
.cid-vf03QAYE30 .mbr-section-btn {
  color: #000000;
}
.cid-vf049I6Wk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vf049I6Wk7 .section-head {
  margin-bottom: 2rem;
}
.cid-vf049I6Wk7 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vf049I6Wk7 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vf049I6Wk7 .row {
    text-align: center;
  }
}
.cid-vf049I6Wk7 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vf049I6Wk7 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vf049I6Wk7 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vf049I6Wk7 .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vf044zO9aR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vf044zO9aR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf044zO9aR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf044zO9aR .row.card {
  padding: 0 90px;
  background-color: #000000;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .cid-vf044zO9aR .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.cid-vf044zO9aR .row.card .subtitle-wrapper {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #777676;
  border-radius: 17px;
  padding: 20px;
}
.cid-vf044zO9aR .row.card .subtitle-wrapper .mbr-section-subtitle {
  margin: 0;
}
.cid-vf044zO9aR .row.card .mbr-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vf044zO9aR .row.card .mbr-section-title {
    margin: 32px 0 0 0;
  }
}
.cid-vf044zO9aR .row.card .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .cid-vf044zO9aR .row.card .image-wrapper {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-vf044zO9aR .row.card .image-wrapper {
    display: block;
  }
}
.cid-vf044zO9aR .row.card .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-vf044zO9aR .row.card .image-wrapper img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .cid-vf044zO9aR .row.card .image-wrapper img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.cid-vf044zO9aR .row.card .image-wrapper img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .cid-vf044zO9aR .row.card .image-wrapper img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.cid-vf044zO9aR .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-vf044zO9aR .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.cid-vf044zO9aR .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.cid-vf044zO9aR .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #777676;
  transition: all .3s ease;
}
.cid-vf044zO9aR .row.card .text-wrapper .mbr-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.cid-vf044zO9aR .row.card .text-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vf044zO9aR .mbr-section-title {
  color: #232323;
}
.cid-vf044zO9aR .mbr-section-subtitle {
  color: #101511;
  text-align: center;
}
.cid-vf044zO9aR .mbr-text {
  color: #6e716f;
}
.cid-vf044zO9aR .mbr-text,
.cid-vf044zO9aR .mbr-section-btn {
  color: #ffffff;
}
.cid-vguCRTMWT8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vguCRTMWT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vguCRTMWT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vguCRTMWT8 .container,
.cid-vguCRTMWT8 .container-fluid {
  position: relative;
}
.cid-vguCRTMWT8 .row {
  justify-content: left;
}
.cid-vguCRTMWT8 .col-content {
  position: relative;
  z-index: 10;
}
.cid-vguCRTMWT8 .mbr-section-title {
  color: #ffffff;
}
.cid-vguCRTMWT8 .mbr-section-subtitle {
  color: #2B2B2B;
}
.cid-vguCRTMWT8 .mbr-text {
  color: #2B2B2B;
}
.cid-vguCRTMWT8 .mbr-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.cid-vguCRTMWT8 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .cid-vguCRTMWT8 .circle-blur {
    width: 240px;
    height: 240px;
  }
}
.cid-vguCRTMWT8 .circle-blur1 {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #000000 27%, #000000 50%, #000000 79%);
}
.cid-vguCRTMWT8 .circle-blur2 {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #d4a46e 27%, #d4a46e 50%, #d4a46e 79%);
}
.cid-vguCRTMWT8 .circle-blur3 {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #000000 27%, #000000 50%, #000000 79%);
}
.cid-vguCRTMWT8 .circle-blur4 {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #000000 27%, #000000 50%, #000000 79%);
}
.cid-vi7ktbLnYC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-vi7ktbLnYC .progress {
  width: 100%;
}
.cid-vi7ktbLnYC p {
  margin-bottom: 0.4rem;
}
.cid-vi7ktbLnYC .progressbar-title {
  padding-bottom: 1rem;
}
.cid-vi7ktbLnYC .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-vi7ktbLnYC progress {
  height: 10px;
}
.cid-vi7ktbLnYC .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-vi7ktbLnYC .progress-primary {
  background: rgba(206, 206, 206, 0.9);
  border: none;
  outline: none;
}
.cid-vi7ktbLnYC .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.9);
}
.cid-vi7ktbLnYC .progress_value {
  position: relative;
}
.cid-vi7ktbLnYC .progress1 .progressbar-number:before,
.cid-vi7ktbLnYC .progress2 .progressbar-number:before,
.cid-vi7ktbLnYC .progress3 .progressbar-number:before,
.cid-vi7ktbLnYC .progress4 .progressbar-number:before,
.cid-vi7ktbLnYC .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-vi7ktbLnYC progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-vi7ktbLnYC progress::-webkit-progress-value {
  background: #d4a46e;
}
.cid-vi7ktbLnYC progress[value]::-moz-progress-bar {
  background: #d4a46e;
}
.cid-vi7ktbLnYC progress::-ms-fill {
  background: #d4a46e;
}
.cid-vi7ktbLnYC .progress1 .progressbar-number:before {
  content: "100";
}
.cid-vi7ktbLnYC .progress2 .progressbar-number:before {
  content: "100";
}
.cid-vi7ktbLnYC .progress3 .progressbar-number:before {
  content: "100";
}
.cid-vi7ktbLnYC .progress4 .progressbar-number:before {
  content: "100";
}
.cid-vi7ktbLnYC .progress5 .progressbar-number:before {
  content: "100";
}
.cid-vi7ktbLnYC .section-content-text {
  color: #454545;
}
.cid-vi7ktbLnYC .progressbar-title p,
.cid-vi7ktbLnYC .progress_value {
  color: #ffffff;
  text-align: center;
}
.cid-vi7ktbLnYC .mbr-section-subtitle {
  color: #454545;
}
.cid-vi7ktbLnYC .section-content-title {
  text-align: center;
  color: #ffffff;
}
.cid-vi7ktbLnYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7ktbLnYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDuTgUCak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCDuTgUCak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDuTgUCak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDuTgUCak .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCDuTgUCak .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCDuTgUCak .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCDuTgUCak .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCDuTgUCak .container {
    max-width: 100%;
  }
  .cid-tCDuTgUCak .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCDuTgUCak .item-wrap {
  width: 100%;
}
.cid-tCDuTgUCak .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-tCDwCIqtP6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .nav-item:focus,
.cid-tCDwCIqtP6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCDwCIqtP6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link {
    position: relative;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #bbbbbb, #bbbbbb);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tCDwCIqtP6 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDwCIqtP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCDwCIqtP6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tCDwCIqtP6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #bbbbbb;
  background: linear-gradient(#232323, #bbbbbb);
  background: none;
}
.cid-tCDwCIqtP6 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tCDwCIqtP6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCDwCIqtP6 .navbar.collapsed .right-menu,
.cid-tCDwCIqtP6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show .brand-container,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tCDwCIqtP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCDwCIqtP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tCDwCIqtP6 .navbar .right-menu,
  .cid-tCDwCIqtP6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCDwCIqtP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .mbr-overlay {
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDwCIqtP6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDwCIqtP6 .dropdown-item.active,
.cid-tCDwCIqtP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDwCIqtP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCDwCIqtP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCDwCIqtP6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tCDwCIqtP6 .navbar-buttons {
  margin-left: auto;
}
.cid-tCDwCIqtP6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 .navbar-dropdown {
  position: fixed;
}
.cid-tCDwCIqtP6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCDwCIqtP6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCDwCIqtP6 .right-menu,
.cid-tCDwCIqtP6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCDwCIqtP6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-tCDwCIqtP6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tCDwCIqtP6 .card-wrapper {
  z-index: 3;
}
.cid-tCDwCIqtP6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkrsXynvn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfkrsXynvn h2,
.cid-vfkrsXynvn p {
  margin: 0;
}
.cid-vfkrsXynvn .heading {
  margin-bottom: 50px;
}
.cid-vfkrsXynvn .mbr-section-title {
  color: #a2712f;
  margin-bottom: 30px;
  text-align: center;
}
.cid-vfkrsXynvn .mbr-text {
  color: #6b6b6b;
}
.cid-vfkrsXynvn .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-vfkrsXynvn .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-vfkrsXynvn .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-vfkrsXynvn .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-vfkrsXynvn .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-vfkrsXynvn .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/4f8ea747a314d3bca9d76b91e950fbc7.jpg-564x846.jpg");
}
@media (max-width: 1440px) {
  .cid-vfkrsXynvn .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-vfkrsXynvn .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-vfkrsXynvn .image-left {
    width: 100%;
  }
}
.cid-vfkrsXynvn .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/13663ef8e12f70b0d2327634c1d6bcf9.jpg-564x759.jpg");
}
@media (max-width: 1440px) {
  .cid-vfkrsXynvn .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-vfkrsXynvn .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-vfkrsXynvn .image-middle {
    width: 100%;
  }
}
.cid-vfkrsXynvn .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/7f91cb5948fbb59d0436dd578d761f64-563x672.jpg");
}
@media (max-width: 1440px) {
  .cid-vfkrsXynvn .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-vfkrsXynvn .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-vfkrsXynvn .image-right {
    width: 100%;
  }
}
.cid-vfkwG5YNDJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkwG5YNDJ .section-head {
  margin-bottom: 2rem;
}
.cid-vfkwG5YNDJ .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vfkwG5YNDJ .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vfkwG5YNDJ .row {
    text-align: center;
  }
}
.cid-vfkwG5YNDJ .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vfkwG5YNDJ .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vfkwG5YNDJ .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vfkwG5YNDJ .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfkvKX38BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfkvKX38BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkvKX38BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkvKX38BI .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 12px 16px -8px #ffffff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfkvKX38BI .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vfkvKX38BI .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #909090 0%, #000000 50%, #909090 100%);
}
.cid-vfkvKX38BI .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfkvKX38BI .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfkvKX38BI .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #909090 0%, #000000 50%, #909090 100%);
}
.cid-vfkvKX38BI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfkvKX38BI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfkvKX38BI .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vfkvKX38BI .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vfkvKX38BI .mbr-label,
.cid-vfkvKX38BI .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vfkvKX38BI .mbr-section-title {
  color: #171719;
}
.cid-vfkvKX38BI label {
  color: #565661;
}
.cid-vfkvKX38BI .mbr-section-title,
.cid-vfkvKX38BI .mbr-section-btn,
.cid-vfkvKX38BI .title-wrap {
  text-align: center;
}
.cid-vfkvKX38BI LABEL {
  color: #000000;
}
.cid-vfkwGEDcts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfkwGEDcts .section-head {
  margin-bottom: 2rem;
}
.cid-vfkwGEDcts .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vfkwGEDcts .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vfkwGEDcts .row {
    text-align: center;
  }
}
.cid-vfkwGEDcts .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vfkwGEDcts .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vfkwGEDcts .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vfkwGEDcts .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tCAPpRxSsh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tCAPpRxSsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAPpRxSsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tCAPpRxSsh .row {
    flex-direction: column-reverse;
  }
  .cid-tCAPpRxSsh .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCAPpRxSsh .google-map {
  height: 100%;
  position: relative;
}
.cid-tCAPpRxSsh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCAPpRxSsh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tCAPpRxSsh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCAPpRxSsh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tCAPpRxSsh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCAPpRxSsh .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tCAPpRxSsh .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tCAPpRxSsh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCAPpRxSsh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tCAPpRxSsh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #bbbbbb;
}
.cid-tCAPpRxSsh P {
  color: #ffffff;
}
.cid-tCAPpRxSsh .mbr-section-title {
  color: #bbbbbb;
}
.cid-vfkzJqpm4Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vfkzJqpm4Z img {
  width: 120px;
  margin: auto;
}
.cid-vfkzJqpm4Z .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vfkzJqpm4Z .card {
    max-width: 12.5%;
  }
}
.cid-tCDuTgUCak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCDuTgUCak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDuTgUCak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDuTgUCak .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCDuTgUCak .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCDuTgUCak .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCDuTgUCak .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCDuTgUCak .container {
    max-width: 100%;
  }
  .cid-tCDuTgUCak .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCDuTgUCak .item-wrap {
  width: 100%;
}
.cid-tCDuTgUCak .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-tCDwCIqtP6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .nav-item:focus,
.cid-tCDwCIqtP6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tCDwCIqtP6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link {
    position: relative;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #bbbbbb, #bbbbbb);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tCDwCIqtP6 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tCDwCIqtP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tCDwCIqtP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCDwCIqtP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCDwCIqtP6 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tCDwCIqtP6 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #bbbbbb;
  background: linear-gradient(#232323, #bbbbbb);
  background: none;
}
.cid-tCDwCIqtP6 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tCDwCIqtP6 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCDwCIqtP6 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCDwCIqtP6 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tCDwCIqtP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCDwCIqtP6 .navbar.collapsed .right-menu,
.cid-tCDwCIqtP6 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.show .brand-container,
  .cid-tCDwCIqtP6 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tCDwCIqtP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCDwCIqtP6 .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-tCDwCIqtP6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tCDwCIqtP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCDwCIqtP6 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tCDwCIqtP6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tCDwCIqtP6 .navbar .right-menu,
  .cid-tCDwCIqtP6 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tCDwCIqtP6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .mbr-overlay {
  background: #bbbbbb !important;
  background: linear-gradient(#232323, #bbbbbb) !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tCDwCIqtP6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tCDwCIqtP6 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCDwCIqtP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCDwCIqtP6 .dropdown-item.active,
.cid-tCDwCIqtP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCDwCIqtP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCDwCIqtP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-tCDwCIqtP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCDwCIqtP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCDwCIqtP6 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tCDwCIqtP6 .navbar-buttons {
  margin-left: auto;
}
.cid-tCDwCIqtP6 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCDwCIqtP6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tCDwCIqtP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCDwCIqtP6 .navbar-dropdown {
  position: fixed;
}
.cid-tCDwCIqtP6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCDwCIqtP6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCDwCIqtP6 .right-menu,
.cid-tCDwCIqtP6 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tCDwCIqtP6 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCDwCIqtP6 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-tCDwCIqtP6 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tCDwCIqtP6 .card-wrapper {
  z-index: 3;
}
.cid-tCDwCIqtP6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tCDwCIqtP6 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCDwCIqtP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkcPHpklD {
  background-image: url("../../../assets/images/pexels-krivitskiy-8467567-2000x1464.jpg");
}
.cid-vfkcPHpklD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkcPHpklD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkcPHpklD .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfkcPHpklD .container-fluid {
    padding: 0 25px;
  }
}
.cid-vfkcPHpklD .container-fluid .row {
  padding: 0;
}
.cid-vfkcPHpklD .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-vfkcPHpklD .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-vfkcPHpklD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vfkcPHpklD .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vfkcPHpklD .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vfkcPHpklD .mbr-section-title {
  color: #ffffff;
}
.cid-vfkcPHpklD .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-vfkcPHpklD .mbr-section-title,
.cid-vfkcPHpklD .mbr-section-btn,
.cid-vfkcPHpklD .image-wrapper {
  text-align: center;
}
.cid-vfkhoTqLV5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkhoTqLV5 .section-head {
  margin-bottom: 2rem;
}
.cid-vfkhoTqLV5 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vfkhoTqLV5 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vfkhoTqLV5 .row {
    text-align: center;
  }
}
.cid-vfkhoTqLV5 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vfkhoTqLV5 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vfkhoTqLV5 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vfkhoTqLV5 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfkixqiYya {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfkixqiYya h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vfkixqiYya span {
  background-image: url("../../../assets/images/pngtree-3d-render-of-shimmering-silver-metal-wave-background-image-13544630-960x538.png");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vfkixqiYya .mbr-section-title {
  color: #d4b18a;
}
.cid-vfkkrh9Sdi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfkkrh9Sdi .line {
  background-color: #777676;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfkkrh9Sdi .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vfkglYkkVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkglYkkVQ .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.cid-vfkglYkkVQ .item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.cid-vfkglYkkVQ .item-img {
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(to bottom, #ffffff, #7a5831);
  transition: all 0.3s;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vfkglYkkVQ .item-img {
    height: 350px;
  }
}
.cid-vfkglYkkVQ .item-img .item-content .mbr-text {
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vfkglYkkVQ .item-img .item-content {
    padding: 1rem;
  }
  .cid-vfkglYkkVQ .item-img .item-content .mbr-text {
    opacity: 1;
  }
  .cid-vfkglYkkVQ .item-img .item-content .item-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    white-space: nowrap;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vfkglYkkVQ .item-img .item-content {
    padding: 1rem;
  }
}
.cid-vfkglYkkVQ .item-img:hover,
.cid-vfkglYkkVQ .item-img:focus-within {
  background: linear-gradient(to top, #bbbbbb, #bbbbbb);
}
.cid-vfkglYkkVQ .item-img:hover:before,
.cid-vfkglYkkVQ .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-vfkglYkkVQ .item-img:hover .mbr-text,
.cid-vfkglYkkVQ .item-img:focus-within .mbr-text {
  opacity: 1;
}
.cid-vfkglYkkVQ .item-img:hover .item-title,
.cid-vfkglYkkVQ .item-img:focus-within .item-title {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding-top: 10px;
}
.cid-vfkglYkkVQ .item:focus,
.cid-vfkglYkkVQ span:focus {
  outline: none;
}
.cid-vfkglYkkVQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfkglYkkVQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vfkglYkkVQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfkglYkkVQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkglYkkVQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vfkglYkkVQ .mbr-text,
.cid-vfkglYkkVQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vfkglYkkVQ .item-subtitle {
  color: #000000;
}
.cid-vfkglYkkVQ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vfkhsvsVry {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkhsvsVry .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.cid-vfkhsvsVry .item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.cid-vfkhsvsVry .item-img {
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(to bottom, #ffffff, #7a5831);
  transition: all 0.3s;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vfkhsvsVry .item-img {
    height: 350px;
  }
}
.cid-vfkhsvsVry .item-img .item-content .mbr-text {
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vfkhsvsVry .item-img .item-content {
    padding: 1rem;
  }
  .cid-vfkhsvsVry .item-img .item-content .mbr-text {
    opacity: 1;
  }
  .cid-vfkhsvsVry .item-img .item-content .item-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    white-space: nowrap;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vfkhsvsVry .item-img .item-content {
    padding: 1rem;
  }
}
.cid-vfkhsvsVry .item-img:hover,
.cid-vfkhsvsVry .item-img:focus-within {
  background: linear-gradient(to top, #bbbbbb, #bbbbbb);
}
.cid-vfkhsvsVry .item-img:hover:before,
.cid-vfkhsvsVry .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-vfkhsvsVry .item-img:hover .mbr-text,
.cid-vfkhsvsVry .item-img:focus-within .mbr-text {
  opacity: 1;
}
.cid-vfkhsvsVry .item-img:hover .item-title,
.cid-vfkhsvsVry .item-img:focus-within .item-title {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding-top: 10px;
}
.cid-vfkhsvsVry .item:focus,
.cid-vfkhsvsVry span:focus {
  outline: none;
}
.cid-vfkhsvsVry .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfkhsvsVry .item {
    margin-bottom: 1rem;
  }
}
.cid-vfkhsvsVry .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfkhsvsVry .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkhsvsVry .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vfkhsvsVry .mbr-text,
.cid-vfkhsvsVry .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vfkhsvsVry .item-subtitle {
  color: #000000;
}
.cid-vfkhsvsVry .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vfkiojwZN2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfkiojwZN2 .section-head {
  margin-bottom: 2rem;
}
.cid-vfkiojwZN2 .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vfkiojwZN2 .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vfkiojwZN2 .row {
    text-align: center;
  }
}
.cid-vfkiojwZN2 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vfkiojwZN2 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vfkiojwZN2 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vfkiojwZN2 .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfkiy5lJJZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vfkiy5lJJZ h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vfkiy5lJJZ span {
  background-image: url("../../../assets/images/image-36-11-960x538.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vfkiy5lJJZ .mbr-section-title {
  color: #d4b18a;
}
.cid-vfkkCq2h0T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vfkkCq2h0T .line {
  background-color: #d4a46e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vfkkCq2h0T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfkitlvd8D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfkitlvd8D .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.cid-vfkitlvd8D .item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.cid-vfkitlvd8D .item-img {
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(to bottom, #ffffff, #7a5831);
  transition: all 0.3s;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vfkitlvd8D .item-img {
    height: 350px;
  }
}
.cid-vfkitlvd8D .item-img .item-content .mbr-text {
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vfkitlvd8D .item-img .item-content {
    padding: 1rem;
  }
  .cid-vfkitlvd8D .item-img .item-content .mbr-text {
    opacity: 1;
  }
  .cid-vfkitlvd8D .item-img .item-content .item-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    white-space: nowrap;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vfkitlvd8D .item-img .item-content {
    padding: 1rem;
  }
}
.cid-vfkitlvd8D .item-img:hover,
.cid-vfkitlvd8D .item-img:focus-within {
  background: linear-gradient(to top, #bbbbbb, #bbbbbb);
}
.cid-vfkitlvd8D .item-img:hover:before,
.cid-vfkitlvd8D .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-vfkitlvd8D .item-img:hover .mbr-text,
.cid-vfkitlvd8D .item-img:focus-within .mbr-text {
  opacity: 1;
}
.cid-vfkitlvd8D .item-img:hover .item-title,
.cid-vfkitlvd8D .item-img:focus-within .item-title {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding-top: 10px;
}
.cid-vfkitlvd8D .item:focus,
.cid-vfkitlvd8D span:focus {
  outline: none;
}
.cid-vfkitlvd8D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfkitlvd8D .item {
    margin-bottom: 1rem;
  }
}
.cid-vfkitlvd8D .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfkitlvd8D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkitlvd8D .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vfkitlvd8D .mbr-text,
.cid-vfkitlvd8D .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vfkitlvd8D .item-subtitle {
  color: #000000;
}
.cid-vfkitlvd8D .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vfkjl3PsN3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfkjl3PsN3 .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.cid-vfkjl3PsN3 .item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.cid-vfkjl3PsN3 .item-img {
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(to bottom, #ffffff, #7a5831);
  transition: all 0.3s;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vfkjl3PsN3 .item-img {
    height: 350px;
  }
}
.cid-vfkjl3PsN3 .item-img .item-content .mbr-text {
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vfkjl3PsN3 .item-img .item-content {
    padding: 1rem;
  }
  .cid-vfkjl3PsN3 .item-img .item-content .mbr-text {
    opacity: 1;
  }
  .cid-vfkjl3PsN3 .item-img .item-content .item-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    white-space: nowrap;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-vfkjl3PsN3 .item-img .item-content {
    padding: 1rem;
  }
}
.cid-vfkjl3PsN3 .item-img:hover,
.cid-vfkjl3PsN3 .item-img:focus-within {
  background: linear-gradient(to top, #bbbbbb, #bbbbbb);
}
.cid-vfkjl3PsN3 .item-img:hover:before,
.cid-vfkjl3PsN3 .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-vfkjl3PsN3 .item-img:hover .mbr-text,
.cid-vfkjl3PsN3 .item-img:focus-within .mbr-text {
  opacity: 1;
}
.cid-vfkjl3PsN3 .item-img:hover .item-title,
.cid-vfkjl3PsN3 .item-img:focus-within .item-title {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding-top: 10px;
}
.cid-vfkjl3PsN3 .item:focus,
.cid-vfkjl3PsN3 span:focus {
  outline: none;
}
.cid-vfkjl3PsN3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfkjl3PsN3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vfkjl3PsN3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfkjl3PsN3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfkjl3PsN3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vfkjl3PsN3 .mbr-text,
.cid-vfkjl3PsN3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vfkjl3PsN3 .item-subtitle {
  color: #000000;
}
.cid-vfkjl3PsN3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tCDuTgUCak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCDuTgUCak .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCDuTgUCak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCDuTgUCak .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tCDuTgUCak .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tCDuTgUCak .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCDuTgUCak .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tCDuTgUCak .container {
    max-width: 100%;
  }
  .cid-tCDuTgUCak .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tCDuTgUCak .item-wrap {
  width: 100%;
}
.cid-tCDuTgUCak .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tCDuTgUCak .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tCDuTgUCak .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
