@import url(https://fonts.googleapis.com/css?family=Forum:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Forum', display;
  font-size: 2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Forum', display;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Forum', display;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Forum', display;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cbb68b !important;
}
.bg-success {
  background-color: #f0b402 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cbb68b !important;
  border-color: #cbb68b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b39556 !important;
  border-color: #b39556 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b39556 !important;
  border-color: #b39556 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbb68b !important;
  border-color: #cbb68b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b39556 !important;
  border-color: #b39556 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b39556 !important;
  border-color: #b39556 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f0b402 !important;
  border-color: #f0b402 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a47b01 !important;
  border-color: #a47b01 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a47b01 !important;
  border-color: #a47b01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a6884a;
  color: #a6884a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cbb68b;
  border-color: #cbb68b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb68b !important;
  border-color: #cbb68b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a6884a;
  color: #a6884a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cbb68b;
  border-color: #cbb68b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb68b !important;
  border-color: #cbb68b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8b6801;
  color: #8b6801;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f0b402;
  border-color: #f0b402;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f0b402 !important;
  border-color: #f0b402 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #cbb68b !important;
}
.text-secondary {
  color: #cbb68b !important;
}
.text-success {
  color: #f0b402 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a6884a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6884a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8b6801 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bcbcbc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cbb68b;
  border-color: #cbb68b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cbb68b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feefc0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #cbb68b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cbb68b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cbb68b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cbb68b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cbb68b;
  border-bottom-color: #cbb68b;
}
.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: #cbb68b !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: #cbb68b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23cbb68b' %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.3;
}
.cid-urcetxgGCy {
  padding-top: 180px;
  padding-bottom: 180px;
}
.cid-urcetxgGCy h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-urcetxgGCy .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-urcetxgGCy h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
}
.cid-urcetxgGCy H3 {
  text-align: center;
}
.cid-urcetxgGCy .mbr-text,
.cid-urcetxgGCy .mbr-section-btn {
  text-align: left;
}
.cid-urcetxgGCy H2 {
  text-align: left;
}
.cid-uXBr1HJyOI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uXBr1HJyOI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uXBr1HJyOI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uXBr1HJyOI .title {
    width: 100% !important;
  }
}
.cid-uXBr1HJyOI .mbr-section-title {
  color: #cbb68b;
}
.cid-uXBr1HJyOI .mbr-section-subtitle,
.cid-uXBr1HJyOI .underline {
  color: #cbb68b;
}
.cid-uru8yzFG1h {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #040402, #040402);
}
@media (min-width: 992px) {
  .cid-uru8yzFG1h .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uru8yzFG1h .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uru8yzFG1h .mbr-section-title {
  color: #cbb68b;
}
.cid-uru8yzFG1h .mbr-text,
.cid-uru8yzFG1h .mbr-section-btn {
  color: #efefef;
}
.cid-urFgSSa3v4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-urFgSSa3v4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urFgSSa3v4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urFgSSa3v4 .title {
    width: 100% !important;
  }
}
.cid-urFgSSa3v4 .mbr-section-title {
  color: #cbb68b;
}
.cid-urFgSSa3v4 .mbr-section-subtitle,
.cid-urFgSSa3v4 .underline {
  color: #cbb68b;
}
.cid-usdtI99X1l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-usdtI99X1l .counter-container {
  color: #767676;
}
.cid-usdtI99X1l .counter-container ul {
  margin-bottom: 0;
}
.cid-usdtI99X1l .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-usdtI99X1l .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-usdtI99X1l .mbr-text {
  color: #efefef;
}
.cid-utPItw6QDU {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-utPItw6QDU .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
}
.cid-utPItw6QDU .mbr-text,
.cid-utPItw6QDU .mbr-section-btn {
  color: #efefef;
}
.cid-utPItw6QDU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utPItw6QDU img {
    width: 96%;
  }
}
.cid-utPItw6QDU .mbr-section-title,
.cid-utPItw6QDU .title-wrapper {
  color: #cbb68b;
}
.cid-utPItw6QDU .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-utPItw6QDU .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-utPItw6QDU .hover-image-scale img:hover {
  transform: scale(1.01);
}
.cid-urcd7LcE4y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #040402;
}
.cid-urcd7LcE4y img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-urcd7LcE4y .link-wrapper {
  margin-bottom: 1rem;
}
.cid-urcd7LcE4y .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-urcd7LcE4y .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-urcd7LcE4y .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-urcd7LcE4y .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-urcd7LcE4y .first:hover:before {
  content: none;
}
.cid-urcd7LcE4y .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  content: '';
}
.cid-urcd7LcE4y .last:hover:after {
  content: none;
}
.cid-urcd7LcE4y .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  content: '';
}
.cid-urcd7LcE4y .mbr-section-text {
  color: #efefef;
}
.cid-urcd7LcE4y .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-urcd7LcE4y .card .img-wrapper {
  overflow: hidden;
}
.cid-urcd7LcE4y .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-urcd7LcE4y .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-urcd7LcE4y .card:hover .card-wrapper {
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  color: #ffffff !important;
}
.cid-urcd7LcE4y .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
@media screen and (max-width: 1023px) {
  .cid-urcd7LcE4y .desktop-only {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
  }
}
.cid-urPw8Q47CJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urPw8Q47CJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urPw8Q47CJ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urPw8Q47CJ .title {
    width: 100% !important;
  }
}
.cid-urPw8Q47CJ .mbr-section-title {
  color: #cbb68b;
}
.cid-urPw8Q47CJ .mbr-section-subtitle,
.cid-urPw8Q47CJ .underline {
  color: #efefef;
}
.cid-urPw9JrxHn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urPw9JrxHn .card {
  align-self: stretch;
}
.cid-urPw9JrxHn .card-box {
  height: 100%;
  background-color: #000000;
  padding: 2rem;
  border: 1px solid #cbb68b;
}
.cid-urPw9JrxHn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-urPw9JrxHn p {
  color: #000000;
  text-align: left;
}
.cid-urPw9JrxHn .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-urPw9JrxHn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-urPw9JrxHn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-urPw9JrxHn P {
  color: #efefef;
}
.cid-vg7HlcZ0dw {
  padding-top: 120px;
  padding-bottom: 150px;
  overflow: hidden;
}
.cid-vg7HlcZ0dw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-vg7HlcZ0dw #e2_shape {
  fill: #040402 !important;
}
.cid-vg7HlcZ0dw .mbr-text.display-5 {
  font-size: 26px;
}
.cid-vg7HlcZ0dw .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-vg7HlcZ0dw img {
  margin-left: auto;
  margin-right: auto;
}
.cid-vg7HlcZ0dw .mbr-text,
.cid-vg7HlcZ0dw .mbr-section-btn {
  color: #efefef;
}
.cid-vg7HlcZ0dw .mbr-section-title,
.cid-vg7HlcZ0dw .icon-wrap {
  color: #cbb68b;
}
.cid-vg7HmBME9Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-vg7HmBME9Z .link-wrap {
  width: 100%;
}
.cid-vg7HmBME9Z .link {
  display: inline-block;
}
.cid-vg7HmBME9Z .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-vg7HmBME9Z .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-vg7HmBME9Z .link a:hover {
  text-decoration: underline;
}
.cid-vg7Ho6MroE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-vg7Ho6MroE img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-vg7Ho6MroE .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #295853;
}
.cid-vg7Ho6MroE .card-phone:hover {
  color: #cbb68b;
}
.cid-vg7Ho6MroE .mbr-text,
.cid-vg7Ho6MroE .mbr-section-btn {
  color: #efefef;
}
.cid-vg7Ho6MroE .card-title,
.cid-vg7Ho6MroE .card-box {
  color: #295853;
}
@media (max-width: 992px) {
  .cid-vg7Ho6MroE .img-col {
    margin-bottom: 3rem;
  }
}
.cid-vg7Ho6MroE .mbr-section-subtitle {
  color: #4b9b86;
}
.cid-urz92Sh95v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-urz92Sh95v .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urz92Sh95v .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urz92Sh95v img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cid-urz92Sh95v .mbr-figure {
  height: 100%;
}
.cid-urz92Sh95v .row {
  margin: 0;
  align-items: center;
}
.cid-urz92Sh95v .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urz92Sh95v .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urz92Sh95v .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urz92Sh95v .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urz92Sh95v .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urz92Sh95v .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urz92Sh95v .img-block {
    padding-left: 6rem;
  }
}
.cid-urz92Sh95v .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urz92Sh95v .mbr-text,
.cid-urz92Sh95v .mbr-section-btn {
  color: #ffffff;
}
.cid-urz92Sh95v H4 {
  color: #cbb68b;
}
@media screen and (max-width: 1023px) {
  .cid-urz92Sh95v .desktop-only {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
  }
}
.cid-urz92Sh95v .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-urz92Sh95v .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-urz92Sh95v .hover-image-scale img:hover {
  transform: scale(1.02);
}
.cid-urcejNP0Su {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #040402;
  position: relative;
  overflow: hidden;
}
.cid-urcejNP0Su a {
  transition: 0.3s;
}
.cid-urcejNP0Su h5 {
  margin-bottom: 1.6rem;
}
.cid-urcejNP0Su .card-img2 span {
  padding-top: 6px;
}
.cid-urcejNP0Su .soc-item a {
  padding-top: 5px;
}
.cid-urcejNP0Su .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-urcejNP0Su .link:hover {
  color: #cbb68b !important;
}
@media (max-width: 992px) {
  .cid-urcejNP0Su .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-urcejNP0Su .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-urcejNP0Su .soc-item span {
  font-size: 1rem;
}
.cid-urcejNP0Su .soc-item:hover span {
  color: #cbb68b !important;
}
.cid-urcejNP0Su .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-urcejNP0Su .item h4 {
  margin: 0;
}
.cid-urcejNP0Su .media-wrap {
  margin-bottom: 1rem;
}
.cid-urcejNP0Su .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-urcejNP0Su img {
  width: 80%;
}
.cid-urcejNP0Su .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-urcejNP0Su .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-urcejNP0Su .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-urcejNP0Su .container {
  padding: 0;
}
.cid-urcejNP0Su .btn-primary:hover {
  background-color: #bba068 !important;
}
.cid-uru1fLH6QI {
  background-color: #040402;
}
.cid-uru1fLH6QI svg {
  position: absolute;
  top: 0;
}
.cid-uru1fLH6QI .svg-1 {
  fill: #040402;
}
.cid-uru1fLH6QI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uru1fLH6QI .mbr-text {
  color: #b1bee0;
}
.cid-uru1fLH6QI a {
  text-decoration: underline;
}
.cid-uru1fLH6QI a,
.cid-uru1fLH6QI a:hover {
  font-weight: 400 !important;
}
.cid-uru1fLH6QI .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urtQIwyUA3 {
  padding-top: 180px;
  padding-bottom: 225px;
  overflow: hidden;
}
.cid-urtQIwyUA3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-urtQIwyUA3 #e2_shape {
  fill: #040402 !important;
}
.cid-urtQIwyUA3 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-urtQIwyUA3 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-urtQIwyUA3 img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uuBzyF6X9N {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #040402;
}
.cid-uuBzyF6X9N .title__block {
  position: relative;
  z-index: 10;
}
.cid-uuBzyF6X9N .mbr-section-title {
  margin-bottom: 25px;
  color: #cbb68b;
}
.cid-uuBzyF6X9N .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-uuBzyF6X9N .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-uuBzyF6X9N .mbr-section-btn {
  padding-right: 150px;
}
.cid-uuBzyF6X9N .slider__block .container {
  padding: 0 15px;
}
.cid-uuBzyF6X9N .carousel {
  padding-bottom: 100px;
}
.cid-uuBzyF6X9N .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-uuBzyF6X9N .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-uuBzyF6X9N .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-uuBzyF6X9N .carousel-item .wrap-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transition: all 0s;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-uuBzyF6X9N .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uuBzyF6X9N .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-uuBzyF6X9N .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-uuBzyF6X9N .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-uuBzyF6X9N .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-uuBzyF6X9N .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-uuBzyF6X9N .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-uuBzyF6X9N .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-uuBzyF6X9N .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #cbb68b;
  transition: all 0.3s ease;
}
.cid-uuBzyF6X9N .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uuBzyF6X9N .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uuBzyF6X9N .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-uuBzyF6X9N .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-uuBzyF6X9N .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #cbb68b;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.cid-uuBzyF6X9N .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #cbb68b;
  margin: 0;
  opacity: 1;
}
.cid-uuBzyF6X9N .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-uuBzyF6X9N .cloneditem-1,
.cid-uuBzyF6X9N .cloneditem-2,
.cid-uuBzyF6X9N .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-uuBzyF6X9N .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uuBzyF6X9N .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uuBzyF6X9N .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides2 .cloneditem-1,
  .cid-uuBzyF6X9N .carousel-inner.slides2 .cloneditem-2,
  .cid-uuBzyF6X9N .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uuBzyF6X9N .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-uuBzyF6X9N .carousel-inner.slides3 .cloneditem-1,
  .cid-uuBzyF6X9N .carousel-inner.slides3 .cloneditem-2,
  .cid-uuBzyF6X9N .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-uuBzyF6X9N .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-uuBzyF6X9N .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uuBzyF6X9N .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-uuBzyF6X9N .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-uuBzyF6X9N .mbr-section-btn {
    padding-right: 0;
  }
  .cid-uuBzyF6X9N .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-uuBzyF6X9N .carousel-item {
    transition: all .3s ease;
  }
  .cid-uuBzyF6X9N .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uuBzyF6X9N .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-uuBzyF6X9N .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-uuBzyF6X9N .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-uuBzyF6X9N .carousel {
    padding-bottom: 50px;
  }
}
.cid-uuBzyF6X9N .mbr-text,
.cid-uuBzyF6X9N .mbr-section-btn {
  color: #efefef;
}
.cid-uuBzTu23wE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-uuBzTu23wE .mbr-text {
  color: #efefef;
}
.cid-uuBzTu23wE .mbr-section-title {
  color: #cbb68b;
}
.cid-uuBzSjlI25 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-uuBzSjlI25 .mbr-text {
  color: #efefef;
}
.cid-uuBzSjlI25 .mbr-section-title {
  color: #cbb68b;
}
.cid-urtQymSJzd {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #040402;
}
.cid-urtQymSJzd .mbr-overlay {
  background: #232323;
}
.cid-urtQymSJzd .mbr-section-subtitle {
  color: #cccccc;
}
.cid-urtQugPYxZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urtQugPYxZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urtQugPYxZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urtQugPYxZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urtQugPYxZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urtQugPYxZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #000000) !important;
}
.cid-urtQugPYxZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-urtQugPYxZ .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-urtQugPYxZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-urtQugPYxZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #000000) !important;
}
.cid-uruxOOCtA5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #040402;
}
.cid-uruxOOCtA5 .mbr-overlay {
  background: #232323;
}
.cid-uruxOOCtA5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-urtQuMqEpi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urtQuMqEpi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urtQuMqEpi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urtQuMqEpi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urtQuMqEpi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urtQuMqEpi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-urtQuMqEpi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-urtQuMqEpi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-urtQuMqEpi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-urtQuMqEpi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uruxNwYhli {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #040402;
}
.cid-uruxNwYhli .mbr-overlay {
  background: #232323;
}
.cid-uruxNwYhli .mbr-section-subtitle {
  color: #cccccc;
}
.cid-urtQwH9V0H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urtQwH9V0H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urtQwH9V0H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urtQwH9V0H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urtQwH9V0H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urtQwH9V0H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-urtQwH9V0H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-urtQwH9V0H .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-urtQwH9V0H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-urtQwH9V0H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uruxLnzJKF {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #040402;
}
.cid-uruxLnzJKF .mbr-overlay {
  background: #232323;
}
.cid-uruxLnzJKF .mbr-section-subtitle {
  color: #cccccc;
}
.cid-urtQw9HfuC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urtQw9HfuC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-urtQw9HfuC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-urtQw9HfuC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-urtQw9HfuC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-urtQw9HfuC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-urtQw9HfuC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-urtQw9HfuC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-urtQw9HfuC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-urtQw9HfuC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-urtQkvvelo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urtQkvvelo H2 {
  color: #efefef;
}
.cid-urtQkvvelo .mbr-text,
.cid-urtQkvvelo .mbr-section-btn {
  color: #000000;
}
.cid-urtQkvvelo img {
  max-width: 500px;
  margin: auto;
}
.cid-urtQkvvelo H1 {
  color: #efefef;
}
.cid-urtQkvvelo .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-urtQkvvelo .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-urtQkvvelo .hover-image-scale img:hover {
  transform: scale(1.04);
}
.cid-uru1fLH6QI {
  background-color: #040402;
}
.cid-uru1fLH6QI svg {
  position: absolute;
  top: 0;
}
.cid-uru1fLH6QI .svg-1 {
  fill: #040402;
}
.cid-uru1fLH6QI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uru1fLH6QI .mbr-text {
  color: #b1bee0;
}
.cid-uru1fLH6QI a {
  text-decoration: underline;
}
.cid-uru1fLH6QI a,
.cid-uru1fLH6QI a:hover {
  font-weight: 400 !important;
}
.cid-uru1fLH6QI .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urAgzmegfR {
  padding-top: 135px;
  padding-bottom: 195px;
  overflow: hidden;
}
.cid-urAgzmegfR svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-urAgzmegfR #e2_shape {
  fill: #040402 !important;
}
.cid-urAgzmegfR .mbr-text.display-5 {
  font-size: 26px;
}
.cid-urAgzmegfR .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-urAgzmegfR img {
  margin-left: auto;
  margin-right: auto;
}
.cid-urAgzmegfR .mbr-text,
.cid-urAgzmegfR .mbr-section-btn {
  color: #efefef;
}
.cid-urAgzmegfR .mbr-section-title,
.cid-urAgzmegfR .icon-wrap {
  color: #cbb68b;
}
.cid-uruNfPqUnd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uruNfPqUnd .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uruNfPqUnd .item p {
  margin: 0;
}
.cid-uruNfPqUnd .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uruNfPqUnd .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uruNfPqUnd .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #cbb68b;
}
.cid-uruNfPqUnd .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uruNfPqUnd .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uruNfPqUnd .card-text {
  color: #999999;
}
.cid-uruNfPqUnd .item-text {
  color: #ffffff;
}
.cid-uruNfPqUnd .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uruNfPqUnd .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uruNfPqUnd .card:hover .icon-wrapper .mbr-iconfont,
.cid-uruNfPqUnd .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uruNfPqUnd .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uruNfPqUnd .card:hover .card-wrapper {
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  color: #ffffff !important;
}
.cid-uruNfPqUnd .card:hover .card-wrapper .price,
.cid-uruNfPqUnd .card:hover .card-wrapper .item-text,
.cid-uruNfPqUnd .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uruNfPqUnd .item-text,
.cid-uruNfPqUnd .item-icon {
  color: #999999;
}
.cid-uruNfPqUnd .main-text {
  color: #efefef;
}
.cid-uruNfPqUnd .main-title {
  color: #cbb68b;
}
.cid-uruNcDUN70 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uruNcDUN70 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uruNcDUN70 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #295853;
}
.cid-uruNcDUN70 .card-phone:hover {
  color: #cbb68b;
}
.cid-uruNcDUN70 .mbr-text,
.cid-uruNcDUN70 .mbr-section-btn {
  color: #efefef;
}
.cid-uruNcDUN70 .card-title,
.cid-uruNcDUN70 .card-box {
  color: #295853;
}
@media (max-width: 992px) {
  .cid-uruNcDUN70 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uruNcDUN70 .mbr-section-subtitle {
  color: #4b9b86;
}
.cid-urAgQZo2de {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urAgQZo2de H2 {
  color: #efefef;
}
.cid-urAgQZo2de .mbr-text,
.cid-urAgQZo2de .mbr-section-btn {
  color: #000000;
}
.cid-urAgQZo2de img {
  max-width: 500px;
  margin: auto;
}
.cid-urAgQZo2de H1 {
  color: #efefef;
}
.cid-urAgQZo2de .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-urAgQZo2de .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-urAgQZo2de .hover-image-scale img:hover {
  transform: scale(1.04);
}
.cid-uruGHqFXG4 {
  background-color: #040402;
}
.cid-uruGHqFXG4 svg {
  position: absolute;
  top: 0;
}
.cid-uruGHqFXG4 .svg-1 {
  fill: #040402;
}
.cid-uruGHqFXG4 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uruGHqFXG4 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uruGHqFXG4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uruGHqFXG4 .mbr-text {
  color: #b1bee0;
}
.cid-uruGHqFXG4 a {
  text-decoration: underline;
}
.cid-uruGHqFXG4 a,
.cid-uruGHqFXG4 a:hover {
  font-weight: 400 !important;
}
.cid-uruGHqFXG4 .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utQaW9K6AU {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-utQaW9K6AU p {
  color: #767676;
}
.cid-utQaW9K6AU .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-utQaW9K6AU .row-element,
.cid-utQaW9K6AU .image-element {
  padding: 0;
}
.cid-utQaW9K6AU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utQaW9K6AU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-utQaW9K6AU .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-utQaW9K6AU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cbb68b, #cbb68b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-utQaW9K6AU .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-utQaW9K6AU .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-utQaW9K6AU .text-content {
    padding: 2rem 1rem;
  }
  .cid-utQaW9K6AU .underline .line {
    height: 2px;
  }
  .cid-utQaW9K6AU .mbr-title,
  .cid-utQaW9K6AU .underline,
  .cid-utQaW9K6AU .mbr-text,
  .cid-utQaW9K6AU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-utQaW9K6AU .mbr-title,
.cid-utQaW9K6AU .underline {
  color: #cbb68b;
}
.cid-utQaW9K6AU .mbr-text,
.cid-utQaW9K6AU .mbr-section-btn {
  color: #efefef;
}
.cid-urzFfFWk6j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-urzFfFWk6j .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urzFfFWk6j .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urzFfFWk6j .title {
    width: 100% !important;
  }
}
.cid-urzFfFWk6j .mbr-section-title {
  color: #cbb68b;
}
.cid-urzFfFWk6j .mbr-section-subtitle,
.cid-urzFfFWk6j .underline {
  color: #cbb68b;
}
.cid-utQaYUE4rh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-utQaYUE4rh .counter-container {
  color: #767676;
}
.cid-utQaYUE4rh .counter-container ul {
  margin-bottom: 0;
}
.cid-utQaYUE4rh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-utQaYUE4rh .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-utQaYUE4rh .mbr-text {
  color: #efefef;
}
.cid-uuBAwGvpw0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uuBAwGvpw0 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 0.7rem 0;
}
.cid-uuBAwGvpw0 .item p {
  margin: 0;
}
.cid-uuBAwGvpw0 .card-wrapper {
  background: #191919;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .cid-uuBAwGvpw0 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uuBAwGvpw0 .price {
  border: 1px solid #999999;
  border-radius: 40px;
  margin-bottom: 2rem;
  color: #cbb68b;
}
.cid-uuBAwGvpw0 .item-icon {
  font-size: 1rem;
  color: currentColor;
}
.cid-uuBAwGvpw0 .icon-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uuBAwGvpw0 .card-text {
  color: #999999;
}
.cid-uuBAwGvpw0 .item-text {
  color: #ffffff;
}
.cid-uuBAwGvpw0 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uuBAwGvpw0 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uuBAwGvpw0 .card:hover .icon-wrapper .mbr-iconfont,
.cid-uuBAwGvpw0 .card:hover .item-icon {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uuBAwGvpw0 .card:hover .btn {
  background: transparent !important;
  border: 1px solid #999999 !important;
}
.cid-uuBAwGvpw0 .card:hover .card-wrapper {
  background: linear-gradient(to left, #cbb68b, #cbb68b);
  color: #ffffff !important;
}
.cid-uuBAwGvpw0 .card:hover .card-wrapper .price,
.cid-uuBAwGvpw0 .card:hover .card-wrapper .item-text,
.cid-uuBAwGvpw0 .card:hover .card-wrapper .card-title {
  color: #ffffff !important;
}
.cid-uuBAwGvpw0 .item-text,
.cid-uuBAwGvpw0 .item-icon {
  color: #999999;
}
.cid-uuBAwGvpw0 .main-text {
  color: #efefef;
}
.cid-uuBAwGvpw0 .main-title {
  color: #cbb68b;
}
.cid-uuBAAj114O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-uuBAAj114O .mbr-text {
  color: #efefef;
}
.cid-uuBAAj114O .mbr-section-title {
  color: #cbb68b;
}
.cid-urzM42zsDI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzM42zsDI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urzM42zsDI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urzM42zsDI .title {
    width: 100% !important;
  }
}
.cid-urzM42zsDI .mbr-section-title {
  color: #cbb68b;
}
.cid-urzM42zsDI .mbr-section-subtitle,
.cid-urzM42zsDI .underline {
  color: #efefef;
}
.cid-urzJJlYbFd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzJJlYbFd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urzJJlYbFd H2 {
  color: #cbb68b;
}
.cid-urzJJlYbFd H3 {
  color: #cbb68b;
}
.cid-urzJJlYbFd .mbr-text,
.cid-urzJJlYbFd .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-urzJJlYbFd .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urzJJlYbFd img {
  filter: invert(0.5);
  width: auto;
}
.cid-urzJuJ4BTV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzJuJ4BTV .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urzJuJ4BTV .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urzJuJ4BTV img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cid-urzJuJ4BTV .mbr-figure {
  height: 100%;
}
.cid-urzJuJ4BTV .row {
  margin: 0;
  align-items: center;
}
.cid-urzJuJ4BTV .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urzJuJ4BTV .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzJuJ4BTV .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urzJuJ4BTV .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzJuJ4BTV .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urzJuJ4BTV .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urzJuJ4BTV .img-block {
    padding-left: 6rem;
  }
}
.cid-urzJuJ4BTV .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urzJuJ4BTV .mbr-text,
.cid-urzJuJ4BTV .mbr-section-btn {
  color: #efefef;
}
.cid-urzJuJ4BTV H4 {
  color: #cbb68b;
}
.cid-urzSO12Vlv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzSO12Vlv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urzSO12Vlv H2 {
  color: #cbb68b;
}
.cid-urzSO12Vlv H3 {
  color: #cbb68b;
}
.cid-urzSO12Vlv .mbr-text,
.cid-urzSO12Vlv .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-urzSO12Vlv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urzSO12Vlv img {
  filter: invert(0.5);
  width: auto;
}
.cid-urzTcwfHF0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzTcwfHF0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urzTcwfHF0 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urzTcwfHF0 .title {
    width: 100% !important;
  }
}
.cid-urzTcwfHF0 .mbr-section-title {
  color: #cbb68b;
  text-align: left;
}
.cid-urzTcwfHF0 .mbr-section-subtitle,
.cid-urzTcwfHF0 .underline {
  color: #efefef;
}
.cid-urzJhX1RZ0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #040402;
}
.cid-urzJhX1RZ0 .mbr-section-subtitle {
  font-weight: 500;
  color: #cbb68b;
}
.cid-urzJhX1RZ0 .wrap {
  padding-left: 90px;
}
.cid-urzJhX1RZ0 .mbr-section-title {
  color: #cbb68b;
}
.cid-urzJhX1RZ0 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-urzJhX1RZ0 .link a {
  font-weight: 700;
}
.cid-urzJhX1RZ0 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-urzJhX1RZ0 .link:hover span {
  transform: translateX(9px);
}
.cid-urzJhX1RZ0 .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #efefef;
}
.cid-urzJhX1RZ0 .mbr-text {
  margin-bottom: 10px;
}
.cid-urzJhX1RZ0 .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-urzJhX1RZ0 .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-urzJhX1RZ0 .rotate__image .image {
  min-width: 450px;
  position: relative;
  filter: grayscale(0.45);
}
.cid-urzJhX1RZ0 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urzJhX1RZ0 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-urzJhX1RZ0 .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-urzJhX1RZ0 .rotate__image2 .image {
  min-width: 200px;
  position: relative;
  filter: grayscale(0.45);
}
.cid-urzJhX1RZ0 .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urzJhX1RZ0 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-urzJhX1RZ0 .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-urzJhX1RZ0 .image__block {
    transform: translateX(-30px);
  }
  .cid-urzJhX1RZ0 .figure:before {
    content: none;
  }
  .cid-urzJhX1RZ0 .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-urzJhX1RZ0 .wrap {
    padding-left: 0;
  }
  .cid-urzJhX1RZ0 .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-urzJhX1RZ0 .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-urzJhX1RZ0 .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-urzJhX1RZ0 .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-urzJhX1RZ0 .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-urzJhX1RZ0 .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-urzJhX1RZ0 .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-urzJhX1RZ0 .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-urzTJ356zU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzTJ356zU .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urzTJ356zU .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urzTJ356zU .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urzTJ356zU img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35);
}
.cid-urzTJ356zU .mbr-figure {
  height: 100%;
}
.cid-urzTJ356zU .row {
  margin: 0;
  align-items: center;
}
.cid-urzTJ356zU .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urzTJ356zU .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzTJ356zU .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urzTJ356zU .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzTJ356zU .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urzTJ356zU .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urzTJ356zU .img-block {
    padding-left: 6rem;
  }
}
.cid-urzTJ356zU .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urzTJ356zU .mbr-text,
.cid-urzTJ356zU .mbr-section-btn {
  color: #efefef;
}
.cid-urzTJ356zU H4 {
  color: #cbb68b;
}
.cid-urzTMuoZuj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzTMuoZuj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urzTMuoZuj H2 {
  color: #cbb68b;
}
.cid-urzTMuoZuj H3 {
  color: #cbb68b;
}
.cid-urzTMuoZuj .mbr-text,
.cid-urzTMuoZuj .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-urzTMuoZuj .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urzTMuoZuj img {
  filter: invert(0.5);
  width: auto;
}
.cid-urG1iLwqGH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urG1iLwqGH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urG1iLwqGH .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urG1iLwqGH .title {
    width: 100% !important;
  }
}
.cid-urG1iLwqGH .mbr-section-title {
  color: #cbb68b;
}
.cid-urG1iLwqGH .mbr-section-subtitle,
.cid-urG1iLwqGH .underline {
  color: #efefef;
}
.cid-urG1gGe9sl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urG1gGe9sl .card {
  align-self: stretch;
}
.cid-urG1gGe9sl .card-box {
  height: 100%;
  background-color: #000000;
  padding: 2rem;
  border: 1px solid #cbb68b;
}
.cid-urG1gGe9sl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-urG1gGe9sl p {
  color: #000000;
  text-align: left;
}
.cid-urG1gGe9sl .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-urG1gGe9sl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-urG1gGe9sl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-urG1gGe9sl P {
  color: #efefef;
}
.cid-urzX7mzyqz {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzX7mzyqz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urzX7mzyqz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urzX7mzyqz .title {
    width: 100% !important;
  }
}
.cid-urzX7mzyqz .mbr-section-title {
  color: #cbb68b;
  text-align: left;
}
.cid-urzX7mzyqz .mbr-section-subtitle,
.cid-urzX7mzyqz .underline {
  color: #efefef;
}
.cid-urzX7mzyqz img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 1s;
}
.cid-urzX7mzyqz img:hover {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
}
.cid-urzYZ0PxeV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: visible;
  background-color: #040402;
}
.cid-urzYZ0PxeV .mbr-section-subtitle {
  font-weight: 500;
  color: #cbb68b;
}
.cid-urzYZ0PxeV .wrap {
  padding-left: 90px;
}
.cid-urzYZ0PxeV .mbr-section-title {
  color: #cbb68b;
}
.cid-urzYZ0PxeV .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-urzYZ0PxeV .link a {
  font-weight: 700;
}
.cid-urzYZ0PxeV .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-urzYZ0PxeV .link:hover span {
  transform: translateX(9px);
}
.cid-urzYZ0PxeV .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #efefef;
}
.cid-urzYZ0PxeV .mbr-text {
  margin-bottom: 10px;
}
.cid-urzYZ0PxeV .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-urzYZ0PxeV .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-urzYZ0PxeV .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-urzYZ0PxeV .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urzYZ0PxeV .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-urzYZ0PxeV .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-urzYZ0PxeV .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-urzYZ0PxeV .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urzYZ0PxeV .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-urzYZ0PxeV .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-urzYZ0PxeV .image__block {
    transform: translateX(-30px);
  }
  .cid-urzYZ0PxeV .figure:before {
    content: none;
  }
  .cid-urzYZ0PxeV .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-urzYZ0PxeV .wrap {
    padding-left: 0;
  }
  .cid-urzYZ0PxeV .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-urzYZ0PxeV .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-urzYZ0PxeV .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-urzYZ0PxeV .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-urzYZ0PxeV .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-urzYZ0PxeV .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-urzYZ0PxeV .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-urzYZ0PxeV .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-urzXKG0NED {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzXKG0NED .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urzXKG0NED H2 {
  color: #cbb68b;
}
.cid-urzXKG0NED H3 {
  color: #cbb68b;
}
.cid-urzXKG0NED .mbr-text,
.cid-urzXKG0NED .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-urzXKG0NED .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urzXKG0NED img {
  filter: invert(0.5);
  width: auto;
}
.cid-urzXgqOUr3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urzXgqOUr3 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urzXgqOUr3 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urzXgqOUr3 .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urzXgqOUr3 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-urzXgqOUr3 .mbr-figure {
  height: 100%;
}
.cid-urzXgqOUr3 .row {
  margin: 0;
  align-items: center;
}
.cid-urzXgqOUr3 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urzXgqOUr3 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzXgqOUr3 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urzXgqOUr3 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urzXgqOUr3 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urzXgqOUr3 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urzXgqOUr3 .img-block {
    padding-left: 6rem;
  }
}
.cid-urzXgqOUr3 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urzXgqOUr3 .mbr-text,
.cid-urzXgqOUr3 .mbr-section-btn {
  color: #efefef;
}
.cid-urzXgqOUr3 H4 {
  color: #cbb68b;
}
.cid-urA0XJKNZ5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA0XJKNZ5 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA0XJKNZ5 .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA0XJKNZ5 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
}
.cid-urA0XJKNZ5 .mbr-figure {
  height: 100%;
}
.cid-urA0XJKNZ5 .row {
  margin: 0;
  align-items: center;
}
.cid-urA0XJKNZ5 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA0XJKNZ5 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA0XJKNZ5 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA0XJKNZ5 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA0XJKNZ5 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA0XJKNZ5 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA0XJKNZ5 .img-block {
    padding-left: 6rem;
  }
}
.cid-urA0XJKNZ5 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA0XJKNZ5 .mbr-text,
.cid-urA0XJKNZ5 .mbr-section-btn {
  color: #efefef;
}
.cid-urA0XJKNZ5 H4 {
  color: #cbb68b;
}
.cid-urA1mtiXac {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1mtiXac .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urA1mtiXac .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urA1mtiXac .title {
    width: 100% !important;
  }
}
.cid-urA1mtiXac .mbr-section-title {
  color: #cbb68b;
  text-align: left;
}
.cid-urA1mtiXac .mbr-section-subtitle,
.cid-urA1mtiXac .underline {
  color: #efefef;
}
.cid-urA1r4KEsN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1r4KEsN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urA1r4KEsN H2 {
  color: #cbb68b;
}
.cid-urA1r4KEsN H3 {
  color: #cbb68b;
}
.cid-urA1r4KEsN .mbr-text,
.cid-urA1r4KEsN .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-urA1r4KEsN .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urA1r4KEsN img {
  filter: invert(0.5);
  width: auto;
}
.cid-urA1p0CaWJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1p0CaWJ .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urA1p0CaWJ .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA1p0CaWJ .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA1p0CaWJ img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.45);
}
.cid-urA1p0CaWJ .mbr-figure {
  height: 100%;
}
.cid-urA1p0CaWJ .row {
  margin: 0;
  align-items: center;
}
.cid-urA1p0CaWJ .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA1p0CaWJ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1p0CaWJ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA1p0CaWJ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1p0CaWJ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA1p0CaWJ .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA1p0CaWJ .img-block {
    padding-left: 6rem;
  }
}
.cid-urA1p0CaWJ .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA1p0CaWJ .mbr-text,
.cid-urA1p0CaWJ .mbr-section-btn {
  color: #efefef;
}
.cid-urA1p0CaWJ H4 {
  color: #cbb68b;
}
.cid-urA1zS07VP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1zS07VP .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA1zS07VP .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA1zS07VP img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35);
}
.cid-urA1zS07VP .mbr-figure {
  height: 100%;
}
.cid-urA1zS07VP .row {
  margin: 0;
  align-items: center;
}
.cid-urA1zS07VP .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA1zS07VP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1zS07VP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA1zS07VP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1zS07VP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA1zS07VP .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA1zS07VP .img-block {
    padding-left: 6rem;
  }
}
.cid-urA1zS07VP .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA1zS07VP .mbr-text,
.cid-urA1zS07VP .mbr-section-btn {
  color: #efefef;
}
.cid-urA1zS07VP H4 {
  color: #cbb68b;
}
.cid-urA1wUfrIO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1wUfrIO .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urA1wUfrIO .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA1wUfrIO .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA1wUfrIO img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-urA1wUfrIO .mbr-figure {
  height: 100%;
}
.cid-urA1wUfrIO .row {
  margin: 0;
  align-items: center;
}
.cid-urA1wUfrIO .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA1wUfrIO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1wUfrIO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA1wUfrIO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1wUfrIO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA1wUfrIO .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA1wUfrIO .img-block {
    padding-left: 6rem;
  }
}
.cid-urA1wUfrIO .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA1wUfrIO .mbr-text,
.cid-urA1wUfrIO .mbr-section-btn {
  color: #efefef;
}
.cid-urA1wUfrIO H4 {
  color: #cbb68b;
}
.cid-urA1BtHmHh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1BtHmHh .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urA1BtHmHh .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urA1BtHmHh .title {
    width: 100% !important;
  }
}
.cid-urA1BtHmHh .mbr-section-title {
  color: #cbb68b;
  text-align: left;
}
.cid-urA1BtHmHh .mbr-section-subtitle,
.cid-urA1BtHmHh .underline {
  color: #efefef;
}
.cid-urA1E95s4s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1E95s4s .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urA1E95s4s H2 {
  color: #cbb68b;
}
.cid-urA1E95s4s H3 {
  color: #cbb68b;
}
.cid-urA1E95s4s .mbr-text,
.cid-urA1E95s4s .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-urA1E95s4s .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urA1E95s4s img {
  filter: invert(0.5);
  width: auto;
}
.cid-urA1HcMmxK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1HcMmxK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-urA1HcMmxK .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-urA1HcMmxK .title {
    width: 100% !important;
  }
}
.cid-urA1HcMmxK .mbr-section-title {
  color: #cbb68b;
  text-align: left;
}
.cid-urA1HcMmxK .mbr-section-subtitle,
.cid-urA1HcMmxK .underline {
  color: #efefef;
}
.cid-urA1J9rMnS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1J9rMnS .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA1J9rMnS .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA1J9rMnS img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-urA1J9rMnS .mbr-figure {
  height: 100%;
}
.cid-urA1J9rMnS .row {
  margin: 0;
  align-items: center;
}
.cid-urA1J9rMnS .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA1J9rMnS .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1J9rMnS .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA1J9rMnS .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1J9rMnS .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA1J9rMnS .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA1J9rMnS .img-block {
    padding-left: 6rem;
  }
}
.cid-urA1J9rMnS .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA1J9rMnS .mbr-text,
.cid-urA1J9rMnS .mbr-section-btn {
  color: #efefef;
}
.cid-urA1J9rMnS H4 {
  color: #cbb68b;
}
.cid-urA1NAKHY7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1NAKHY7 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-urA1NAKHY7 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-urA1NAKHY7 .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-urA1NAKHY7 img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-urA1NAKHY7 .mbr-figure {
  height: 100%;
}
.cid-urA1NAKHY7 .row {
  margin: 0;
  align-items: center;
}
.cid-urA1NAKHY7 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-urA1NAKHY7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1NAKHY7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-urA1NAKHY7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-urA1NAKHY7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-urA1NAKHY7 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-urA1NAKHY7 .img-block {
    padding-left: 6rem;
  }
}
.cid-urA1NAKHY7 .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-urA1NAKHY7 .mbr-text,
.cid-urA1NAKHY7 .mbr-section-btn {
  color: #efefef;
}
.cid-urA1NAKHY7 H4 {
  color: #cbb68b;
}
.cid-urA9vkqYhD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #040402;
}
.cid-urA9vkqYhD .mbr-section-subtitle {
  font-weight: 500;
  color: #cbb68b;
}
.cid-urA9vkqYhD .wrap {
  padding-left: 90px;
}
.cid-urA9vkqYhD .mbr-section-title {
  color: #cbb68b;
}
.cid-urA9vkqYhD .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-urA9vkqYhD .link a {
  font-weight: 700;
}
.cid-urA9vkqYhD .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-urA9vkqYhD .link:hover span {
  transform: translateX(9px);
}
.cid-urA9vkqYhD .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #efefef;
}
.cid-urA9vkqYhD .mbr-text {
  margin-bottom: 10px;
}
.cid-urA9vkqYhD .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-urA9vkqYhD .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-urA9vkqYhD .rotate__image .image {
  min-width: 450px;
  position: relative;
  filter: grayscale(0.5);
  transition: 1s;
}
.cid-urA9vkqYhD .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urA9vkqYhD .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-urA9vkqYhD .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-urA9vkqYhD .rotate__image2 .image {
  min-width: 200px;
  position: relative;
  filter: grayscale(0.25);
}
.cid-urA9vkqYhD .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-urA9vkqYhD .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-urA9vkqYhD .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-urA9vkqYhD .image__block {
    transform: translateX(-30px);
  }
  .cid-urA9vkqYhD .figure:before {
    content: none;
  }
  .cid-urA9vkqYhD .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-urA9vkqYhD .wrap {
    padding-left: 0;
  }
  .cid-urA9vkqYhD .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-urA9vkqYhD .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-urA9vkqYhD .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-urA9vkqYhD .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-urA9vkqYhD .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-urA9vkqYhD .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-urA9vkqYhD .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-urA9vkqYhD .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-urA1RAEdln {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1RAEdln .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urA1RAEdln H2 {
  color: #cbb68b;
}
.cid-urA1RAEdln H3 {
  color: #cbb68b;
}
.cid-urA1RAEdln .mbr-text,
.cid-urA1RAEdln .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-urA1RAEdln .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urA1RAEdln img {
  filter: invert(0.5);
  width: auto;
}
.cid-urA1TqukkX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-urA1TqukkX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-urA1TqukkX H2 {
  color: #cbb68b;
}
.cid-urA1TqukkX H3 {
  color: #cbb68b;
}
.cid-urA1TqukkX .mbr-text,
.cid-urA1TqukkX .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-urA1TqukkX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urA1TqukkX img {
  filter: invert(0.5);
  width: auto;
}
.cid-uruGO9jMtf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uruGO9jMtf H2 {
  color: #efefef;
}
.cid-uruGO9jMtf .mbr-text,
.cid-uruGO9jMtf .mbr-section-btn {
  color: #000000;
}
.cid-uruGO9jMtf img {
  max-width: 500px;
  margin: auto;
}
.cid-uruGO9jMtf H1 {
  color: #efefef;
}
.cid-uruGO9jMtf .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-uruGO9jMtf .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-uruGO9jMtf .hover-image-scale img:hover {
  transform: scale(1.04);
}
.cid-uruGOfVjNp {
  background-color: #040402;
}
.cid-uruGOfVjNp svg {
  position: absolute;
  top: 0;
}
.cid-uruGOfVjNp .svg-1 {
  fill: #040402;
}
.cid-uruGOfVjNp .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uruGOfVjNp {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uruGOfVjNp {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uruGOfVjNp .mbr-text {
  color: #b1bee0;
}
.cid-uruGOfVjNp a {
  text-decoration: underline;
}
.cid-uruGOfVjNp a,
.cid-uruGOfVjNp a:hover {
  font-weight: 400 !important;
}
.cid-uruGOfVjNp .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uruGuZbtaB {
  padding-top: 300px;
  padding-bottom: 375px;
  overflow: hidden;
}
.cid-uruGuZbtaB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uruGuZbtaB #e2_shape {
  fill: #040402 !important;
}
.cid-uruGuZbtaB .mbr-text.display-5 {
  font-size: 26px;
}
.cid-uruGuZbtaB .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-uruGuZbtaB img {
  margin-left: auto;
  margin-right: auto;
}
.cid-uruP59g1MI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-uruP59g1MI .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-uruP59g1MI .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-uruP59g1MI .social-list {
  display: flex;
  justify-content: center;
}
.cid-uruP59g1MI .card-inner {
  transition: 0.7s;
}
.cid-uruP59g1MI .btn {
  margin-left: 0rem;
}
.cid-uruP59g1MI .row {
  padding-bottom: 8rem;
}
.cid-uruP59g1MI .link {
  margin: 0;
}
.cid-uruP59g1MI .card-title {
  position: relative;
}
.cid-uruP59g1MI .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-uruP59g1MI .card-box {
  position: relative;
}
.cid-uruP59g1MI .card-img {
  margin-bottom: 1.5rem;
}
.cid-uruP59g1MI .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uruP59g1MI .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uruP59g1MI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uruP59g1MI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uruP59g1MI .mbr-text,
.cid-uruP59g1MI .link {
  color: #efefef;
}
.cid-urzrzgCrVi .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-urzrzgCrVi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urzrzgCrVi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urzrzgCrVi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urzrzgCrVi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgbFwQuIEb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #040402;
  position: relative;
  overflow: hidden;
}
.cid-vgbFwQuIEb a {
  transition: 0.3s;
}
.cid-vgbFwQuIEb h5 {
  margin-bottom: 1.6rem;
}
.cid-vgbFwQuIEb .card-img2 span {
  padding-top: 6px;
}
.cid-vgbFwQuIEb .soc-item a {
  padding-top: 5px;
}
.cid-vgbFwQuIEb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-vgbFwQuIEb .link:hover {
  color: #cbb68b !important;
}
@media (max-width: 992px) {
  .cid-vgbFwQuIEb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgbFwQuIEb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vgbFwQuIEb .soc-item span {
  font-size: 1rem;
}
.cid-vgbFwQuIEb .soc-item:hover span {
  color: #cbb68b !important;
}
.cid-vgbFwQuIEb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vgbFwQuIEb .item h4 {
  margin: 0;
}
.cid-vgbFwQuIEb .media-wrap {
  margin-bottom: 1rem;
}
.cid-vgbFwQuIEb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vgbFwQuIEb img {
  width: 80%;
}
.cid-vgbFwQuIEb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vgbFwQuIEb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vgbFwQuIEb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vgbFwQuIEb .container {
  padding: 0;
}
.cid-vgbFwQuIEb .btn-primary:hover {
  background-color: #bba068 !important;
}
.cid-uruGwdLer0 {
  background-color: #040402;
}
.cid-uruGwdLer0 svg {
  position: absolute;
  top: 0;
}
.cid-uruGwdLer0 .svg-1 {
  fill: #040402;
}
.cid-uruGwdLer0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uruGwdLer0 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uruGwdLer0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uruGwdLer0 .mbr-text {
  color: #b1bee0;
}
.cid-uruGwdLer0 a {
  text-decoration: underline;
}
.cid-uruGwdLer0 a,
.cid-uruGwdLer0 a:hover {
  font-weight: 400 !important;
}
.cid-uruGwdLer0 .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uunmciuUAD {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uunmciuUAD p {
  color: #767676;
}
.cid-uunmciuUAD .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uunmciuUAD .row-element,
.cid-uunmciuUAD .image-element {
  padding: 0;
}
.cid-uunmciuUAD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uunmciuUAD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uunmciuUAD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uunmciuUAD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cbb68b, #cbb68b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uunmciuUAD .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uunmciuUAD .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uunmciuUAD .text-content {
    padding: 2rem 1rem;
  }
  .cid-uunmciuUAD .underline .line {
    height: 2px;
  }
  .cid-uunmciuUAD .mbr-title,
  .cid-uunmciuUAD .underline,
  .cid-uunmciuUAD .mbr-text,
  .cid-uunmciuUAD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uunmciuUAD .mbr-title,
.cid-uunmciuUAD .underline {
  color: #cbb68b;
}
.cid-uunmciuUAD .mbr-text,
.cid-uunmciuUAD .mbr-section-btn {
  color: #efefef;
}
.cid-uunmciuUAD .circle-frame {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  background-color: #CBB68B;
}
.cid-uunmciuUAD .circle-frame img {
  display: block;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  object-fit: cover;
}
.cid-uunmcBBAiQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmcBBAiQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uunmcBBAiQ .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uunmcBBAiQ .title {
    width: 100% !important;
  }
}
.cid-uunmcBBAiQ .mbr-section-title {
  color: #cbb68b;
}
.cid-uunmcBBAiQ .mbr-section-subtitle,
.cid-uunmcBBAiQ .underline {
  color: #efefef;
}
.cid-uuBARtaCAT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uuBARtaCAT .mbr-text,
.cid-uuBARtaCAT .ornament {
  color: #efefef;
  text-align: left;
}
.cid-uunrArmFs5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uunrArmFs5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uunrArmFs5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uunrArmFs5 .title {
    width: 100% !important;
  }
}
.cid-uunrArmFs5 .mbr-section-title {
  color: #cbb68b;
}
.cid-uunrArmFs5 .mbr-section-subtitle,
.cid-uunrArmFs5 .underline {
  color: #cbb68b;
}
.cid-uuBAUaLLKc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uuBAUaLLKc .counter-container {
  color: #767676;
}
.cid-uuBAUaLLKc .counter-container ul {
  margin-bottom: 0;
}
.cid-uuBAUaLLKc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uuBAUaLLKc .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uuBAUaLLKc .mbr-text {
  color: #efefef;
}
.cid-uunwHculJj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunwHculJj .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uunwHculJj .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uunwHculJj img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-uunwHculJj .mbr-figure {
  height: 100%;
}
.cid-uunwHculJj .row {
  margin: 0;
  align-items: center;
}
.cid-uunwHculJj .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uunwHculJj .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunwHculJj .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uunwHculJj .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunwHculJj .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uunwHculJj .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uunwHculJj .img-block {
    padding-left: 6rem;
  }
}
.cid-uunwHculJj .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uunwHculJj .mbr-text,
.cid-uunwHculJj .mbr-section-btn {
  color: #efefef;
}
.cid-uunwHculJj H4 {
  color: #cbb68b;
}
.cid-uunmcv4Eo1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmcv4Eo1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uunmcv4Eo1 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uunmcv4Eo1 .title {
    width: 100% !important;
  }
}
.cid-uunmcv4Eo1 .mbr-section-title {
  color: #cbb68b;
  text-align: center;
}
.cid-uunmcv4Eo1 .mbr-section-subtitle,
.cid-uunmcv4Eo1 .underline {
  color: #efefef;
}
.cid-uunpXG5k6t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uunpXG5k6t .counter-container {
  color: #767676;
}
.cid-uunpXG5k6t .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uunpXG5k6t .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uunpXG5k6t .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uunpXG5k6t .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uunpXG5k6t .mbr-text {
  color: #efefef;
}
.cid-uunmcX5K2n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmcX5K2n .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uunmcX5K2n .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uunmcX5K2n img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-uunmcX5K2n .mbr-figure {
  height: 100%;
}
.cid-uunmcX5K2n .row {
  margin: 0;
  align-items: center;
}
.cid-uunmcX5K2n .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uunmcX5K2n .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunmcX5K2n .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uunmcX5K2n .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunmcX5K2n .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uunmcX5K2n .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uunmcX5K2n .img-block {
    padding-left: 6rem;
  }
}
.cid-uunmcX5K2n .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uunmcX5K2n .mbr-text,
.cid-uunmcX5K2n .mbr-section-btn {
  color: #efefef;
}
.cid-uunmcX5K2n H4 {
  color: #cbb68b;
}
.cid-uunmcYxnoG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmcYxnoG .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uunmcYxnoG .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uunmcYxnoG .mbr-section-title {
  color: #cbb68b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uunmcYxnoG img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25);
}
.cid-uunmcYxnoG .mbr-figure {
  height: 100%;
}
.cid-uunmcYxnoG .row {
  margin: 0;
  align-items: center;
}
.cid-uunmcYxnoG .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uunmcYxnoG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunmcYxnoG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uunmcYxnoG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uunmcYxnoG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uunmcYxnoG .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uunmcYxnoG .img-block {
    padding-left: 6rem;
  }
}
.cid-uunmcYxnoG .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uunmcYxnoG .mbr-text,
.cid-uunmcYxnoG .mbr-section-btn {
  color: #efefef;
}
.cid-uunmcYxnoG H4 {
  color: #cbb68b;
}
.cid-uunmd1QEcJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmd1QEcJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uunmd1QEcJ H2 {
  color: #cbb68b;
}
.cid-uunmd1QEcJ H3 {
  color: #cbb68b;
}
.cid-uunmd1QEcJ .mbr-text,
.cid-uunmd1QEcJ .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-uunmd1QEcJ .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uunmd1QEcJ img {
  filter: invert(0.5);
  width: auto;
}
.cid-uunmd3DNOK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmd3DNOK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uunmd3DNOK H2 {
  color: #cbb68b;
}
.cid-uunmd3DNOK H3 {
  color: #cbb68b;
}
.cid-uunmd3DNOK .mbr-text,
.cid-uunmd3DNOK .mbr-section-btn {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-uunmd3DNOK .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uunmd3DNOK img {
  filter: invert(0.5);
  width: auto;
}
.cid-uunmd5j3xp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uunmd5j3xp H2 {
  color: #efefef;
}
.cid-uunmd5j3xp .mbr-text,
.cid-uunmd5j3xp .mbr-section-btn {
  color: #000000;
}
.cid-uunmd5j3xp img {
  max-width: 500px;
  margin: auto;
}
.cid-uunmd5j3xp H1 {
  color: #efefef;
}
.cid-uunmd5j3xp .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-uunmd5j3xp .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-uunmd5j3xp .hover-image-scale img:hover {
  transform: scale(1.04);
}
.cid-uunmd762Rb {
  background-color: #040402;
}
.cid-uunmd762Rb svg {
  position: absolute;
  top: 0;
}
.cid-uunmd762Rb .svg-1 {
  fill: #040402;
}
.cid-uunmd762Rb .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uunmd762Rb {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uunmd762Rb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uunmd762Rb .mbr-text {
  color: #b1bee0;
}
.cid-uunmd762Rb a {
  text-decoration: underline;
}
.cid-uunmd762Rb a,
.cid-uunmd762Rb a:hover {
  font-weight: 400 !important;
}
.cid-uunmd762Rb .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD3RNfnt67 {
  padding-top: 135px;
  padding-bottom: 0px;
}
.cid-uD3RNfnt67 p {
  color: #767676;
}
.cid-uD3RNfnt67 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uD3RNfnt67 .row-element,
.cid-uD3RNfnt67 .image-element {
  padding: 0;
}
.cid-uD3RNfnt67 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uD3RNfnt67 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uD3RNfnt67 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uD3RNfnt67 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cbb68b, #cbb68b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uD3RNfnt67 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uD3RNfnt67 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uD3RNfnt67 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uD3RNfnt67 .underline .line {
    height: 2px;
  }
  .cid-uD3RNfnt67 .mbr-title,
  .cid-uD3RNfnt67 .underline,
  .cid-uD3RNfnt67 .mbr-text,
  .cid-uD3RNfnt67 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uD3RNfnt67 .mbr-title,
.cid-uD3RNfnt67 .underline {
  color: #cbb68b;
  text-align: left;
}
.cid-uD3RNfnt67 .mbr-text,
.cid-uD3RNfnt67 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-uD3RNfnt67 .text-content {
  padding: 1rem;
}
.cid-v49UvhXrhT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UvhXrhT .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v49UvhXrhT .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v49UvhXrhT .title {
    width: 100% !important;
  }
}
.cid-v49UvhXrhT .mbr-section-title {
  color: #cbb68b;
}
.cid-v49UvhXrhT .mbr-section-subtitle,
.cid-v49UvhXrhT .underline {
  color: #efefef;
}
.cid-uD3W5uz66F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040402;
}
.cid-uD3W5uz66F .counter-container {
  color: #767676;
}
.cid-uD3W5uz66F .counter-container ul {
  margin-bottom: 0;
}
.cid-uD3W5uz66F .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uD3W5uz66F .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #cbb68b;
  color: #cbb68b;
  content: '✓';
}
.cid-uD3W5uz66F .mbr-text {
  color: #efefef;
}
.cid-uD3RNl8F9l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uD3RNl8F9l .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uD3RNl8F9l .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3RNl8F9l .title {
    width: 100% !important;
  }
}
.cid-uD3RNl8F9l .mbr-section-title {
  color: #cbb68b;
}
.cid-uD3RNl8F9l .mbr-section-subtitle,
.cid-uD3RNl8F9l .underline {
  color: #efefef;
}
.cid-uD3RNpew43 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uD3RNpew43 .mbr-text,
.cid-uD3RNpew43 .ornament {
  color: #efefef;
  text-align: left;
}
.cid-v49UJmQrPx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UJmQrPx .mbr-text,
.cid-v49UJmQrPx .ornament {
  color: #ffffff;
  text-align: left;
}
.cid-v49UWFhukQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UWFhukQ .mbr-text,
.cid-v49UWFhukQ .ornament {
  color: #ffffff;
  text-align: left;
}
.cid-v49UWhrRqk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UWhrRqk .mbr-text,
.cid-v49UWhrRqk .ornament {
  color: #ffffff;
  text-align: left;
}
.cid-v49UVOHjqU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UVOHjqU .mbr-text,
.cid-v49UVOHjqU .ornament {
  color: #ffffff;
  text-align: left;
}
.cid-v49UTJ6D7u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-v49UTJ6D7u .mbr-text,
.cid-v49UTJ6D7u .ornament {
  color: #ffffff;
  text-align: left;
}
.cid-uD4EEmjjtA {
  padding-top: 285px;
  background-image: url("../../../assets/images/perevezennja-pomerlyh-5-1820x1024.jpg");
}
.cid-uD40BjGTcD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-uD40BjGTcD .mbr-text {
  color: #efefef;
}
.cid-uD40BjGTcD .mbr-section-title {
  color: #cbb68b;
}
.cid-uD40BjGTcD .mbr-section-subtitle {
  color: #f0b402;
}
.cid-uD3RNt19Lv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-uD3RNt19Lv .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uD3RNt19Lv .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3RNt19Lv .title {
    width: 100% !important;
  }
}
.cid-uD3RNt19Lv .mbr-section-title {
  color: #cbb68b;
}
.cid-uD3RNt19Lv .mbr-section-subtitle,
.cid-uD3RNt19Lv .underline {
  color: #cbb68b;
}
.cid-uD3RNx2Bvi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uD3RNx2Bvi .counter-container {
  color: #767676;
}
.cid-uD3RNx2Bvi .counter-container ul {
  margin-bottom: 0;
}
.cid-uD3RNx2Bvi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uD3RNx2Bvi .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uD3RNx2Bvi .mbr-text {
  color: #efefef;
}
.cid-uD4HgMisdc {
  padding-top: 330px;
  background-image: url("../../../assets/images/perevezennja-pomerlyh1-1-1897x544.jpg");
}
.cid-uD3W6UTWc4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-uD3W6UTWc4 .mbr-text {
  color: #efefef;
}
.cid-uD3W6UTWc4 .mbr-section-title {
  color: #cbb68b;
}
.cid-uD3W6UTWc4 .mbr-section-subtitle {
  color: #f0b402;
}
.cid-uD40znqJt6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #040402;
}
.cid-uD40znqJt6 .mbr-text {
  color: #efefef;
}
.cid-uD40znqJt6 .mbr-section-title {
  color: #cbb68b;
}
.cid-uD40znqJt6 .mbr-section-subtitle {
  color: #f0b402;
}
.cid-uD3RNFiscB {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uD3RNFiscB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uD3RNFiscB .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uD3RNFiscB .title {
    width: 100% !important;
  }
}
.cid-uD3RNFiscB .mbr-section-title {
  color: #cbb68b;
  text-align: center;
}
.cid-uD3RNFiscB .mbr-section-subtitle,
.cid-uD3RNFiscB .underline {
  color: #efefef;
}
.cid-uD3RNKkf1Q {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #040402;
}
.cid-uD3RNKkf1Q .counter-container {
  color: #767676;
}
.cid-uD3RNKkf1Q .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uD3RNKkf1Q .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uD3RNKkf1Q .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uD3RNKkf1Q .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #cbb68b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uD3RNKkf1Q .mbr-text {
  color: #efefef;
}
.cid-uD3RO59hAX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-uD3RO59hAX H2 {
  color: #efefef;
}
.cid-uD3RO59hAX .mbr-text,
.cid-uD3RO59hAX .mbr-section-btn {
  color: #000000;
}
.cid-uD3RO59hAX img {
  max-width: 500px;
  margin: auto;
}
.cid-uD3RO59hAX H1 {
  color: #efefef;
}
.cid-uD3RO59hAX .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-uD3RO59hAX .hover-image-scale img {
  transition: 1s;
  display: block;
}
.cid-uD3RO59hAX .hover-image-scale img:hover {
  transform: scale(1.04);
}
.cid-uD3RO9mibU {
  background-color: #040402;
}
.cid-uD3RO9mibU svg {
  position: absolute;
  top: 0;
}
.cid-uD3RO9mibU .svg-1 {
  fill: #040402;
}
.cid-uD3RO9mibU .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uD3RO9mibU {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uD3RO9mibU {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uD3RO9mibU .mbr-text {
  color: #b1bee0;
}
.cid-uD3RO9mibU a {
  text-decoration: underline;
}
.cid-uD3RO9mibU a,
.cid-uD3RO9mibU a:hover {
  font-weight: 400 !important;
}
.cid-uD3RO9mibU .media-container-row .mbr-text {
  color: #cbb68b;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .nav-item:focus,
.cid-vg7RpDiSA9 .nav-link:focus {
  outline: none;
}
.cid-vg7RpDiSA9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vg7RpDiSA9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vg7RpDiSA9 .container {
  max-width: 1380px;
}
.cid-vg7RpDiSA9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vg7RpDiSA9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vg7RpDiSA9 .nav-link:hover,
.cid-vg7RpDiSA9 .nav-link:active,
.cid-vg7RpDiSA9 .nav-link:focus {
  border-bottom: 3px solid #cbb68b;
  color: #cbb68b !important;
}
.cid-vg7RpDiSA9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-vg7RpDiSA9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vg7RpDiSA9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vg7RpDiSA9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vg7RpDiSA9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vg7RpDiSA9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vg7RpDiSA9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vg7RpDiSA9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vg7RpDiSA9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vg7RpDiSA9 .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-vg7RpDiSA9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vg7RpDiSA9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vg7RpDiSA9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vg7RpDiSA9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vg7RpDiSA9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vg7RpDiSA9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vg7RpDiSA9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vg7RpDiSA9 .icons-menu span {
  color: #af08ba !important;
}
.cid-vg7RpDiSA9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vg7RpDiSA9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vg7RpDiSA9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vg7RpDiSA9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vg7RpDiSA9 .dropdown-item.active,
.cid-vg7RpDiSA9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vg7RpDiSA9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vg7RpDiSA9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vg7RpDiSA9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vg7RpDiSA9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vg7RpDiSA9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vg7RpDiSA9 .navbar-buttons {
  text-align: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cbb68b;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vg7RpDiSA9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vg7RpDiSA9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vg7RpDiSA9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vg7RpDiSA9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vg7RpDiSA9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vg7RpDiSA9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vg7RpDiSA9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vg7RpDiSA9 .navbar {
    height: 77px;
  }
  .cid-vg7RpDiSA9 .navbar.opened {
    height: auto;
  }
  .cid-vg7RpDiSA9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg7JOOevLb {
  padding-top: 300px;
  padding-bottom: 375px;
  background-image: url("../../../assets/images/heder-1920x1080.png");
  overflow: hidden;
}
.cid-vg7JOOevLb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-vg7JOOevLb #e2_shape {
  fill: #040402 !important;
}
.cid-vg7JOOevLb .mbr-text.display-5 {
  font-size: 26px;
}
.cid-vg7JOOevLb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-vg7JOOevLb img {
  margin-left: auto;
  margin-right: auto;
}
.cid-vg7JOOevLb .mbr-text,
.cid-vg7JOOevLb .mbr-section-btn {
  color: #efefef;
}
.cid-vg7JOOevLb .mbr-section-title,
.cid-vg7JOOevLb .icon-wrap {
  color: #cbb68b;
}
.cid-vg89KBGHik {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #040402;
}
.cid-vg89KBGHik .mbr-overlay {
  background: #232323;
}
.cid-vg89KBGHik .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vg89KBGHik H1 {
  color: #cbb68b;
}
.cid-vg89KBGHik .mbr-section-subtitle,
.cid-vg89KBGHik .mbr-section-btn {
  color: #efefef;
}
.cid-vgq6IqnOeB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-vgq6IqnOeB .mbr-text,
.cid-vgq6IqnOeB .ornament {
  color: #efefef;
  text-align: left;
}
.cid-vgq6IqnOeB P {
  color: #ffffff;
}
.cid-vgpZZEMvg3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-vgpZZEMvg3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vgpZZEMvg3 img:hover {
  transform: scale(1.05);
}
.cid-vgpZZEMvg3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vgpZZEMvg3 h2 {
  padding: 0;
  margin: 0;
}
.cid-vgpZZEMvg3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgpZZEMvg3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-vgpZZEMvg3 .mbr-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.cid-vgpZZEMvg3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
}
.cid-vgpZZEMvg3 .mbr-section-btn .btn span {
  transform: rotate(-90deg);
}
.cid-vgpZZEMvg3 .mbr-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-vgpZZEMvg3 .mbr-iconfont {
  margin: 0!important;
}
.cid-vgpZZEMvg3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vgpZZEMvg3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vgpZZEMvg3 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-vgpZZEMvg3 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-vgpZZEMvg3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vgpZZEMvg3 H2 {
  color: #333333;
}
.cid-vgpZZEMvg3 .mbr-text {
  color: #767676;
}
.cid-vgpZZEMvg3 H3 {
  color: #cbb68b;
}
.cid-vgpZZEMvg3 P {
  color: #ffffff;
}
.cid-vgq02Tn4b8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-vgq02Tn4b8 p {
  color: #767676;
}
.cid-vgq02Tn4b8 .row-element,
.cid-vgq02Tn4b8 .image-element {
  padding: 0;
}
.cid-vgq02Tn4b8 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgq02Tn4b8 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
  border: 2px dotted #000000;
}
.cid-vgq02Tn4b8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vgq02Tn4b8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #cbb68b, #cbb68b);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vgq02Tn4b8 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vgq02Tn4b8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgq02Tn4b8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-vgq02Tn4b8 .underline .line {
    height: 2px;
  }
  .cid-vgq02Tn4b8 .mbr-title,
  .cid-vgq02Tn4b8 .underline,
  .cid-vgq02Tn4b8 .mbr-text,
  .cid-vgq02Tn4b8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgq02Tn4b8 .mbr-title,
.cid-vgq02Tn4b8 .underline {
  color: #cbb68b;
  text-align: left;
}
.cid-vgq02Tn4b8 .mbr-text,
.cid-vgq02Tn4b8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vgq02Tn4b8 .hover-image-scale {
  display: inline-block;
  overflow: hidden;
}
.cid-vgq02Tn4b8 .hover-image-scale img {
  transition: 2s;
  display: block;
}
.cid-vgq02Tn4b8 .hover-image-scale img:hover {
  transform: scale(1.05);
}
.cid-vgq02Tn4b8 P {
  color: #ffffff;
}
.cid-vg7O9cns0a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #040402;
}
.cid-vg7O9cns0a .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cbb68b;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-vg7O9cns0a H2 {
  color: #cbb68b;
}
.cid-vg7O9cns0a H3 {
  color: #cbb68b;
}
.cid-vg7O9cns0a .mbr-text,
.cid-vg7O9cns0a .mbr-section-btn {
  color: #efefef;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-vg7O9cns0a .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-vg7O9cns0a img {
  filter: invert(0.5);
  width: auto;
}
.cid-vg7O9cns0a P {
  color: #ffffff;
}
.cid-vgq1F0VyN9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-vgq1F0VyN9 .line {
  background-color: #cbb68b;
  color: #cbb68b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vgq1F0VyN9 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-vgq1F0VyN9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vgq1F0VyN9 .inner-container {
    width: 100% !important;
  }
}
.cid-vgbFcNaWuN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #040402;
  position: relative;
  overflow: hidden;
}
.cid-vgbFcNaWuN a {
  transition: 0.3s;
}
.cid-vgbFcNaWuN h5 {
  margin-bottom: 1.6rem;
}
.cid-vgbFcNaWuN .card-img2 span {
  padding-top: 6px;
}
.cid-vgbFcNaWuN .soc-item a {
  padding-top: 5px;
}
.cid-vgbFcNaWuN .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-vgbFcNaWuN .link:hover {
  color: #cbb68b !important;
}
@media (max-width: 992px) {
  .cid-vgbFcNaWuN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vgbFcNaWuN .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-vgbFcNaWuN .soc-item span {
  font-size: 1rem;
}
.cid-vgbFcNaWuN .soc-item:hover span {
  color: #cbb68b !important;
}
.cid-vgbFcNaWuN .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vgbFcNaWuN .item h4 {
  margin: 0;
}
.cid-vgbFcNaWuN .media-wrap {
  margin-bottom: 1rem;
}
.cid-vgbFcNaWuN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vgbFcNaWuN img {
  width: 80%;
}
.cid-vgbFcNaWuN .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-vgbFcNaWuN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-vgbFcNaWuN .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-vgbFcNaWuN .container {
  padding: 0;
}
.cid-vgbFcNaWuN .btn-primary:hover {
  background-color: #bba068 !important;
}
.cid-uru1fLH6QI {
  background-color: #040402;
}
.cid-uru1fLH6QI svg {
  position: absolute;
  top: 0;
}
.cid-uru1fLH6QI .svg-1 {
  fill: #040402;
}
.cid-uru1fLH6QI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-uru1fLH6QI {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-uru1fLH6QI .mbr-text {
  color: #b1bee0;
}
.cid-uru1fLH6QI a {
  text-decoration: underline;
}
.cid-uru1fLH6QI a,
.cid-uru1fLH6QI a:hover {
  font-weight: 400 !important;
}
.cid-uru1fLH6QI .media-container-row .mbr-text {
  color: #cbb68b;
}
