body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #151515 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #151515 !important;
  border-color: #151515 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #151515;
  border-color: #151515;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #151515 !important;
  border-color: #151515 !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: #149dcc !important;
}
.text-secondary {
  color: #b1a374 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #151515 !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a6e45 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #72a1ac !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !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: #b2ccd2;
}
.alert-warning {
  background-color: #151515;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8c8c8;
}
.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: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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: #b1a374 !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='%23149dcc' %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-t22sieEMBr .modal-body .close {
  background: #1b1b1b;
}
.cid-t22sieEMBr .modal-body .close span {
  font-style: normal;
}
.cid-t22sieEMBr .carousel-inner > .active,
.cid-t22sieEMBr .carousel-inner > .next,
.cid-t22sieEMBr .carousel-inner > .prev {
  display: flex;
}
.cid-t22sieEMBr .carousel-control .icon-next,
.cid-t22sieEMBr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t22sieEMBr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t22sieEMBr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t22sieEMBr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t22sieEMBr .boxed-slider > div {
  position: relative;
}
.cid-t22sieEMBr .container img {
  width: 100%;
}
.cid-t22sieEMBr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t22sieEMBr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t22sieEMBr .mbr-table-cell {
  padding: 0;
}
.cid-t22sieEMBr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t22sieEMBr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t22sieEMBr .mbr-overlay {
  z-index: 1;
}
.cid-t22sieEMBr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t22sieEMBr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-t22sieEMBr .carousel-item.active.right,
.cid-t22sieEMBr .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t22sieEMBr .carousel-item.active.left,
.cid-t22sieEMBr .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t22sieEMBr .carousel-item.active,
.cid-t22sieEMBr .carousel-item.next.left,
.cid-t22sieEMBr .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-t22sieEMBr .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t22sieEMBr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t22sieEMBr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t22sieEMBr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t22sieEMBr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li.active,
.cid-t22sieEMBr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li::after,
.cid-t22sieEMBr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t22sieEMBr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t22sieEMBr .mbr-slider > .container img {
  width: 100%;
}
.cid-t22sieEMBr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t22sieEMBr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t22sieEMBr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t22sieEMBr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t22sieEMBr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t22sieEMBr .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t22sieEMBr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t22sieEMBr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t22sieEMBr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t22sieEMBr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t22sieEMBr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t22sieEMBr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t22sieEMBr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sV3lxmvYYj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV3lxmvYYj .mbr-section-subtitle {
  color: #232323;
}
.cid-sV3lxmvYYj .btn {
  margin: 0 0 .5rem 0;
}
.cid-sV3lxmvYYj H2 {
  text-align: left;
}
.cid-t22hhhskQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t22hhhskQ8 .mbr-text {
  color: #767676;
}
.cid-t22hhhskQ8 .card-subtitle {
  margin: 0;
}
.cid-t22hhhskQ8 .link {
  margin: 0;
}
.cid-t22hhhskQ8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t22hhhskQ8 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-t22hhhskQ8 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-t22hhhskQ8 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-t22hhhskQ8 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-t22hhhskQ8 .card-img:hover:before {
  opacity: 0.4;
}
.cid-t22hhhskQ8 .card-img:hover img {
  transform: scale(1.05);
}
.cid-t22hhhskQ8 .row {
  justify-content: center;
}
.cid-t22hhhskQ8 .card {
  margin-bottom: 4rem;
}
.cid-t22hhhskQ8 .mbr-text,
.cid-t22hhhskQ8 .link {
  color: #232323;
}
.cid-s0M1aBw1pH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0M1aBw1pH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s0M1aBw1pH img:hover {
  transform: scale(1.1);
}
.cid-s0M1aBw1pH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s0M1aBw1pH h2 {
  padding: 0;
  margin: 0;
}
.cid-s0M1aBw1pH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s0M1aBw1pH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s0M1aBw1pH .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-s0M1aBw1pH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s0M1aBw1pH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s0M1aBw1pH .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s0M1aBw1pH .mbr-iconfont {
  margin: 0!important;
}
.cid-s0M1aBw1pH .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-s0M1aBw1pH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s0M1aBw1pH .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s0M1aBw1pH .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s0M1aBw1pH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s0M1aBw1pH H2 {
  color: #333333;
}
.cid-s0M1aBw1pH .mbr-text {
  color: #232323;
}
.cid-vfwHNo6cz2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfwHNo6cz2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vfwHNo6cz2 img:hover {
  transform: scale(1.1);
}
.cid-vfwHNo6cz2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vfwHNo6cz2 h2 {
  padding: 0;
  margin: 0;
}
.cid-vfwHNo6cz2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfwHNo6cz2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-vfwHNo6cz2 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-vfwHNo6cz2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-vfwHNo6cz2 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-vfwHNo6cz2 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-vfwHNo6cz2 .mbr-iconfont {
  margin: 0!important;
}
.cid-vfwHNo6cz2 .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-vfwHNo6cz2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vfwHNo6cz2 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-vfwHNo6cz2 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-vfwHNo6cz2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vfwHNo6cz2 H2 {
  color: #333333;
}
.cid-vfwHNo6cz2 .mbr-text {
  color: #232323;
}
.cid-t22NEv6Umc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22NEv6Umc .mbr-text {
  color: #767676;
}
.cid-t22NEv6Umc h4 {
  text-align: center;
}
.cid-t22NEv6Umc p {
  text-align: center;
}
.cid-t22NEv6Umc .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t22NEv6Umc .card-title,
.cid-t22NEv6Umc .card-img {
  text-align: center;
}
.cid-vfJ5OgfF72 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2.webp");
}
.cid-vfJ5OgfF72 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-vfJ5OgfF72 .social-list a:focus {
  text-decoration: none;
}
.cid-vfwuTiiwe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwuTiiwe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwuTiiwe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwuTiiwe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwuTiiwe1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container {
    padding: 0 22px;
  }
}
.cid-vfwuTiiwe1 .row {
  position: relative;
  z-index: 1;
}
.cid-vfwuTiiwe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwuTiiwe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwuTiiwe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwuTiiwe1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwuTiiwe1 .list {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-contact {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-desc {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwuTiiwe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwuTiiwe1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwuTiiwe1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwuTiiwe1 .mbr-contact,
.cid-vfwuTiiwe1 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwuTiiwe1 .mbr-desc,
.cid-vfwuTiiwe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .contacts-wrapper,
.cid-vfwuTiiwe1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .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-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .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-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2736jIN1S {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #151515;
}
.cid-t2736jIN1S img {
  border-radius: 0px;
}
.cid-t2736jIN1S .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t2736jIN1S .date {
  text-transform: uppercase;
  color: #149dcc;
  text-align: left;
  padding-top: 1rem;
}
.cid-t2736jIN1S .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t2736jIN1S .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #ffffff;
}
.cid-t2736jIN1S .right {
  display: flex;
  flex-direction: column;
}
.cid-t2736jIN1S .mbr-section-btn {
  border: 2px solid #149dcc;
  width: auto;
}
.cid-t2736jIN1S .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc;
}
.cid-t2736jIN1S .card-heading {
  padding-top: 0;
}
.cid-t2736jIN1S .mbr-text {
  padding-top: 10px;
}
.cid-t22zBZfblJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22zBZfblJ p {
  color: #767676;
}
.cid-t22zBZfblJ .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22zBZfblJ .row-element,
.cid-t22zBZfblJ .image-element {
  padding: 0;
}
.cid-t22zBZfblJ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22zBZfblJ .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22zBZfblJ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22zBZfblJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22zBZfblJ .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22zBZfblJ .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22zBZfblJ .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22zBZfblJ .underline .line {
    height: 2px;
  }
  .cid-t22zBZfblJ .mbr-title,
  .cid-t22zBZfblJ .underline,
  .cid-t22zBZfblJ .mbr-text,
  .cid-t22zBZfblJ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22zBZfblJ .mbr-text,
.cid-t22zBZfblJ .mbr-section-btn {
  color: #00260d;
}
.cid-t22zBZfblJ .mbr-title,
.cid-t22zBZfblJ .underline {
  color: #000000;
}
.cid-s4Usg8KmLY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4Usg8KmLY .mbr-section-subtitle {
  color: #767676;
}
.cid-s4Usg8KmLY .btn {
  margin: 0 0 .5rem 0;
}
.cid-s4Usg8KmLY H2 {
  text-align: center;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .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-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .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-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfwuTiiwe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwuTiiwe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwuTiiwe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwuTiiwe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwuTiiwe1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container {
    padding: 0 22px;
  }
}
.cid-vfwuTiiwe1 .row {
  position: relative;
  z-index: 1;
}
.cid-vfwuTiiwe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwuTiiwe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwuTiiwe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwuTiiwe1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwuTiiwe1 .list {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-contact {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-desc {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwuTiiwe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwuTiiwe1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwuTiiwe1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwuTiiwe1 .mbr-contact,
.cid-vfwuTiiwe1 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwuTiiwe1 .mbr-desc,
.cid-vfwuTiiwe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .contacts-wrapper,
.cid-vfwuTiiwe1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-t22MJXZtQe {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/navigation-g18087adcd-1920.jpeg");
}
.cid-t22MJXZtQe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t22MJXZtQe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t22MJXZtQe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t22LOTHaAh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t22LOTHaAh .mbr-section-title,
.cid-t22LOTHaAh .mbr-section-subtitle {
  text-align: center;
}
.cid-t22LOTHaAh .card {
  margin-bottom: 2rem;
}
.cid-t22LOTHaAh .cards-wrap {
  background: #efefef;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-t22LOTHaAh .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-t22LOTHaAh .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-t22LOTHaAh .cards-wrap .card-img {
  font-size: 40px;
  background: #b1a374;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-t22LOTHaAh .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-t22LOTHaAh .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-t22LOTHaAh .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-t22LOTHaAh * {
    text-align: center;
  }
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #232323;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .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-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .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-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfwuTiiwe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwuTiiwe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwuTiiwe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwuTiiwe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwuTiiwe1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container {
    padding: 0 22px;
  }
}
.cid-vfwuTiiwe1 .row {
  position: relative;
  z-index: 1;
}
.cid-vfwuTiiwe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwuTiiwe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwuTiiwe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwuTiiwe1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwuTiiwe1 .list {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-contact {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-desc {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwuTiiwe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwuTiiwe1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwuTiiwe1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwuTiiwe1 .mbr-contact,
.cid-vfwuTiiwe1 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwuTiiwe1 .mbr-desc,
.cid-vfwuTiiwe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .contacts-wrapper,
.cid-vfwuTiiwe1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .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-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .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-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t272HCniCC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #151515;
}
.cid-t272HCniCC img {
  border-radius: 0px;
}
.cid-t272HCniCC .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t272HCniCC .date {
  text-transform: uppercase;
  color: #149dcc;
  text-align: left;
  padding-top: 1rem;
}
.cid-t272HCniCC .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t272HCniCC .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #ffffff;
}
.cid-t272HCniCC .right {
  display: flex;
  flex-direction: column;
}
.cid-t272HCniCC .mbr-section-btn {
  border: 2px solid #149dcc;
  width: auto;
}
.cid-t272HCniCC .mbr-section-btn:hover {
  background-color: #149dcc;
  border: 2px solid #149dcc;
}
.cid-t272HCniCC .card-heading {
  padding-top: 0;
}
.cid-t272HCniCC .mbr-text {
  padding-top: 10px;
}
.cid-t22k1G5whh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22k1G5whh p {
  color: #767676;
}
.cid-t22k1G5whh .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22k1G5whh .row-element,
.cid-t22k1G5whh .image-element {
  padding: 0;
}
.cid-t22k1G5whh .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22k1G5whh .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22k1G5whh .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22k1G5whh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22k1G5whh .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22k1G5whh .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22k1G5whh .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22k1G5whh .underline .line {
    height: 2px;
  }
  .cid-t22k1G5whh .mbr-title,
  .cid-t22k1G5whh .underline,
  .cid-t22k1G5whh .mbr-text,
  .cid-t22k1G5whh .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22k1G5whh .mbr-text,
.cid-t22k1G5whh .mbr-section-btn {
  color: #232323;
}
.cid-t22k1G5whh .mbr-title,
.cid-t22k1G5whh .underline {
  color: #000000;
}
.cid-t22AlqT8NA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22AlqT8NA p {
  color: #767676;
}
.cid-t22AlqT8NA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22AlqT8NA .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t22AlqT8NA .row-element,
.cid-t22AlqT8NA .image-element {
  padding: 0;
}
.cid-t22AlqT8NA .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22AlqT8NA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22AlqT8NA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22AlqT8NA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22AlqT8NA .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22AlqT8NA .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22AlqT8NA .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22AlqT8NA .underline .line {
    height: 2px;
  }
  .cid-t22AlqT8NA .mbr-title,
  .cid-t22AlqT8NA .underline,
  .cid-t22AlqT8NA .mbr-text,
  .cid-t22AlqT8NA .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22AlqT8NA .mbr-text,
.cid-t22AlqT8NA .mbr-section-btn {
  color: #00260d;
}
.cid-t22AlqT8NA .mbr-title,
.cid-t22AlqT8NA .underline {
  color: #00260d;
}
.cid-t22AmURnRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22AmURnRC p {
  color: #767676;
}
.cid-t22AmURnRC .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22AmURnRC .row-element,
.cid-t22AmURnRC .image-element {
  padding: 0;
}
.cid-t22AmURnRC .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22AmURnRC .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22AmURnRC .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22AmURnRC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22AmURnRC .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22AmURnRC .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22AmURnRC .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22AmURnRC .underline .line {
    height: 2px;
  }
  .cid-t22AmURnRC .mbr-title,
  .cid-t22AmURnRC .underline,
  .cid-t22AmURnRC .mbr-text,
  .cid-t22AmURnRC .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22AmURnRC .mbr-text,
.cid-t22AmURnRC .mbr-section-btn {
  color: #00260d;
}
.cid-t22AmURnRC .mbr-title,
.cid-t22AmURnRC .underline {
  color: #00260d;
}
.cid-t22Aor2XKm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22Aor2XKm p {
  color: #767676;
}
.cid-t22Aor2XKm .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22Aor2XKm .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t22Aor2XKm .row-element,
.cid-t22Aor2XKm .image-element {
  padding: 0;
}
.cid-t22Aor2XKm .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22Aor2XKm .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22Aor2XKm .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22Aor2XKm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22Aor2XKm .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22Aor2XKm .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22Aor2XKm .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22Aor2XKm .underline .line {
    height: 2px;
  }
  .cid-t22Aor2XKm .mbr-title,
  .cid-t22Aor2XKm .underline,
  .cid-t22Aor2XKm .mbr-text,
  .cid-t22Aor2XKm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22Aor2XKm .mbr-text,
.cid-t22Aor2XKm .mbr-section-btn {
  color: #00260d;
}
.cid-t22Aor2XKm .mbr-title,
.cid-t22Aor2XKm .underline {
  color: #00260d;
}
.cid-t22AnNcsCS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t22AnNcsCS p {
  color: #767676;
}
.cid-t22AnNcsCS .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-t22AnNcsCS .row-element,
.cid-t22AnNcsCS .image-element {
  padding: 0;
}
.cid-t22AnNcsCS .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t22AnNcsCS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t22AnNcsCS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t22AnNcsCS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-t22AnNcsCS .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-t22AnNcsCS .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t22AnNcsCS .text-content {
    padding: 2rem 1rem;
  }
  .cid-t22AnNcsCS .underline .line {
    height: 2px;
  }
  .cid-t22AnNcsCS .mbr-title,
  .cid-t22AnNcsCS .underline,
  .cid-t22AnNcsCS .mbr-text,
  .cid-t22AnNcsCS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t22AnNcsCS .mbr-text,
.cid-t22AnNcsCS .mbr-section-btn {
  color: #00260d;
}
.cid-t22AnNcsCS .mbr-title,
.cid-t22AnNcsCS .underline {
  color: #00260d;
}
.cid-vfwuTiiwe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwuTiiwe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwuTiiwe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwuTiiwe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwuTiiwe1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container {
    padding: 0 22px;
  }
}
.cid-vfwuTiiwe1 .row {
  position: relative;
  z-index: 1;
}
.cid-vfwuTiiwe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwuTiiwe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwuTiiwe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwuTiiwe1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwuTiiwe1 .list {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-contact {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-desc {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwuTiiwe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwuTiiwe1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwuTiiwe1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwuTiiwe1 .mbr-contact,
.cid-vfwuTiiwe1 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwuTiiwe1 .mbr-desc,
.cid-vfwuTiiwe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .contacts-wrapper,
.cid-vfwuTiiwe1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfwKjyV00O {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfwKjyV00O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwKjyV00O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwKjyV00O .mbr-section-title {
  color: #ffffff;
}
.cid-vfwJLx2hCm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vfwJLx2hCm .mbr-text {
  color: #767676;
}
.cid-vfwJLx2hCm .card-subtitle {
  margin: 0;
}
.cid-vfwJLx2hCm .link {
  margin: 0;
}
.cid-vfwJLx2hCm .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-vfwJLx2hCm .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-vfwJLx2hCm img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-vfwJLx2hCm .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-vfwJLx2hCm .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-vfwJLx2hCm .card-img:hover:before {
  opacity: 0.4;
}
.cid-vfwJLx2hCm .card-img:hover img {
  transform: scale(1.05);
}
.cid-vfwJLx2hCm .row {
  justify-content: center;
}
.cid-vfwJLx2hCm .card {
  margin-bottom: 4rem;
}
.cid-vfwJLx2hCm .mbr-text,
.cid-vfwJLx2hCm .link {
  color: #232323;
}
.cid-vfwuTiiwe1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwuTiiwe1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwuTiiwe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwuTiiwe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwuTiiwe1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .container {
    padding: 0 22px;
  }
}
.cid-vfwuTiiwe1 .row {
  position: relative;
  z-index: 1;
}
.cid-vfwuTiiwe1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwuTiiwe1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwuTiiwe1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwuTiiwe1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwuTiiwe1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwuTiiwe1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwuTiiwe1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwuTiiwe1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwuTiiwe1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwuTiiwe1 .list {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-contact {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .mbr-desc {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwuTiiwe1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwuTiiwe1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwuTiiwe1 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwuTiiwe1 .mbr-contact,
.cid-vfwuTiiwe1 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwuTiiwe1 .mbr-desc,
.cid-vfwuTiiwe1 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwuTiiwe1 .contacts-wrapper,
.cid-vfwuTiiwe1 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwuTiiwe1 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .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-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .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-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfwLRoFGMM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfwLRoFGMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwLRoFGMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwLRoFGMM .mbr-section-title {
  color: #ffffff;
}
.cid-vfwMc9AW35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vfwMc9AW35 p {
  color: #767676;
}
.cid-vfwMc9AW35 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-vfwMc9AW35 .row-element,
.cid-vfwMc9AW35 .image-element {
  padding: 0;
}
.cid-vfwMc9AW35 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vfwMc9AW35 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-vfwMc9AW35 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vfwMc9AW35 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b1a374);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-vfwMc9AW35 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-vfwMc9AW35 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vfwMc9AW35 .text-content {
    padding: 2rem 1rem;
  }
  .cid-vfwMc9AW35 .underline .line {
    height: 2px;
  }
  .cid-vfwMc9AW35 .mbr-title,
  .cid-vfwMc9AW35 .underline,
  .cid-vfwMc9AW35 .mbr-text,
  .cid-vfwMc9AW35 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vfwMc9AW35 .mbr-text,
.cid-vfwMc9AW35 .mbr-section-btn {
  color: #00260d;
}
.cid-vfwMc9AW35 .mbr-title,
.cid-vfwMc9AW35 .underline {
  color: #000000;
}
.cid-vfEmw9BFgE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfEmw9BFgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEmw9BFgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEmw9BFgE .item {
  padding-bottom: 2rem;
}
.cid-vfEmw9BFgE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfEmw9BFgE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfEmw9BFgE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfEmw9BFgE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfEmw9BFgE .carousel-control,
.cid-vfEmw9BFgE .close {
  background: #1b1b1b;
}
.cid-vfEmw9BFgE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfEmw9BFgE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfEmw9BFgE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfEmw9BFgE .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfEmw9BFgE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfEmw9BFgE .close::before {
  content: '\e91a';
}
.cid-vfEmw9BFgE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfEmw9BFgE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfEmw9BFgE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEmw9BFgE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfEmw9BFgE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfEmw9BFgE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfEmw9BFgE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfEmw9BFgE .carousel-indicators li.active,
.cid-vfEmw9BFgE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfEmw9BFgE .carousel-indicators li::after,
.cid-vfEmw9BFgE .carousel-indicators li::before {
  content: none;
}
.cid-vfEmw9BFgE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfEmw9BFgE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfEmw9BFgE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfEmw9BFgE .carousel-indicators {
    display: none;
  }
}
.cid-vfEmw9BFgE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfEmw9BFgE .carousel-inner > .active {
  display: block;
}
.cid-vfEmw9BFgE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEmw9BFgE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfEmw9BFgE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfEmw9BFgE .carousel-control,
  .cid-vfEmw9BFgE .carousel-indicators,
  .cid-vfEmw9BFgE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfEmw9BFgE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfEmw9BFgE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfEmw9BFgE .carousel-indicators .active,
.cid-vfEmw9BFgE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfEmw9BFgE .carousel-indicators .active {
  background: #fff;
}
.cid-vfEmw9BFgE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfEmw9BFgE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfEmw9BFgE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfEmw9BFgE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfEmw9BFgE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfEmw9BFgE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfEmw9BFgE .carousel {
  width: 100%;
}
.cid-vfEmw9BFgE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfEmw9BFgE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfEmw9BFgE .modal.fade .modal-dialog,
.cid-vfEmw9BFgE .modal.in .modal-dialog {
  transform: none;
}
.cid-vfEmw9BFgE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfEmw9BFgE H6 {
  text-align: center;
}
.cid-vfEmw9BFgE .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfwLRrQdxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfwLRrQdxQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfwLRrQdxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwLRrQdxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwLRrQdxQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfwLRrQdxQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .container {
    padding: 0 22px;
  }
}
.cid-vfwLRrQdxQ .row {
  position: relative;
  z-index: 1;
}
.cid-vfwLRrQdxQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfwLRrQdxQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwLRrQdxQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfwLRrQdxQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwLRrQdxQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfwLRrQdxQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfwLRrQdxQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfwLRrQdxQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfwLRrQdxQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap:hover,
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap:hover::before,
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfwLRrQdxQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwLRrQdxQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfwLRrQdxQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfwLRrQdxQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfwLRrQdxQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfwLRrQdxQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfwLRrQdxQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfwLRrQdxQ .mbr-section-title {
  color: #00d0f3;
}
.cid-vfwLRrQdxQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfwLRrQdxQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfwLRrQdxQ .list {
  color: #ffffff;
}
.cid-vfwLRrQdxQ .mbr-contact {
  color: #ffffff;
}
.cid-vfwLRrQdxQ .mbr-desc {
  color: #ffffff;
}
.cid-vfwLRrQdxQ .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfwLRrQdxQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfwLRrQdxQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfwLRrQdxQ .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfwLRrQdxQ .mbr-contact,
.cid-vfwLRrQdxQ .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfwLRrQdxQ .mbr-desc,
.cid-vfwLRrQdxQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwLRrQdxQ .contacts-wrapper,
.cid-vfwLRrQdxQ .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfwLRrQdxQ .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfwLRtBgZ5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfwLRtBgZ5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfwLRtBgZ5 .nav-item,
.cid-vfwLRtBgZ5 .nav-link,
.cid-vfwLRtBgZ5 .navbar-caption {
  font-weight: normal;
}
.cid-vfwLRtBgZ5 .nav-item:focus,
.cid-vfwLRtBgZ5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfwLRtBgZ5 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfwLRtBgZ5 .nav-item .nav-link {
    position: relative;
  }
  .cid-vfwLRtBgZ5 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfwLRtBgZ5 .nav-item:hover .nav-link:before,
  .cid-vfwLRtBgZ5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfwLRtBgZ5 .dropdown .dropdown-menu .dropdown-item .soc-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-vfwLRtBgZ5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfwLRtBgZ5 .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfwLRtBgZ5 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfwLRtBgZ5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfwLRtBgZ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfwLRtBgZ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfwLRtBgZ5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfwLRtBgZ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfwLRtBgZ5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfwLRtBgZ5 .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-vfwLRtBgZ5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfwLRtBgZ5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfwLRtBgZ5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfwLRtBgZ5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfwLRtBgZ5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfwLRtBgZ5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfwLRtBgZ5 .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfwLRtBgZ5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfwLRtBgZ5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfwLRtBgZ5 .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-vfwLRtBgZ5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfwLRtBgZ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfwLRtBgZ5 .dropdown-item.active,
.cid-vfwLRtBgZ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfwLRtBgZ5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfwLRtBgZ5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfwLRtBgZ5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfwLRtBgZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfwLRtBgZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfwLRtBgZ5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfwLRtBgZ5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfwLRtBgZ5 .navbar-buttons {
  text-align: center;
}
.cid-vfwLRtBgZ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfwLRtBgZ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfwLRtBgZ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfwLRtBgZ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwLRtBgZ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfwLRtBgZ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfwLRtBgZ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwLRtBgZ5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfwLRtBgZ5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfwLRtBgZ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfwLRtBgZ5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfwLRtBgZ5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfwLRtBgZ5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfwLRtBgZ5 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfwLRtBgZ5 .soc-item {
  margin: .5rem .3rem;
}
.cid-vfwLRtBgZ5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfwLRtBgZ5 a.nav-link .mbr-iconfont-btn,
.cid-vfwLRtBgZ5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfwLRtBgZ5 a.nav-link:hover .mbr-iconfont-btn,
.cid-vfwLRtBgZ5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfwLRtBgZ5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfwLRtBgZ5 .navbar {
    height: 77px;
  }
  .cid-vfwLRtBgZ5 .navbar.opened {
    height: auto;
  }
  .cid-vfwLRtBgZ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfEodIvrPc {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfEodIvrPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEodIvrPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEodIvrPc .mbr-section-title {
  color: #ffffff;
}
.cid-vfEodJ5bcg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfEodJ5bcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEodJ5bcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEodJ5bcg .item {
  padding-bottom: 2rem;
}
.cid-vfEodJ5bcg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfEodJ5bcg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfEodJ5bcg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfEodJ5bcg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfEodJ5bcg .carousel-control,
.cid-vfEodJ5bcg .close {
  background: #1b1b1b;
}
.cid-vfEodJ5bcg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfEodJ5bcg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfEodJ5bcg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfEodJ5bcg .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfEodJ5bcg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfEodJ5bcg .close::before {
  content: '\e91a';
}
.cid-vfEodJ5bcg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfEodJ5bcg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfEodJ5bcg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEodJ5bcg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfEodJ5bcg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfEodJ5bcg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfEodJ5bcg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfEodJ5bcg .carousel-indicators li.active,
.cid-vfEodJ5bcg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfEodJ5bcg .carousel-indicators li::after,
.cid-vfEodJ5bcg .carousel-indicators li::before {
  content: none;
}
.cid-vfEodJ5bcg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfEodJ5bcg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfEodJ5bcg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfEodJ5bcg .carousel-indicators {
    display: none;
  }
}
.cid-vfEodJ5bcg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfEodJ5bcg .carousel-inner > .active {
  display: block;
}
.cid-vfEodJ5bcg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEodJ5bcg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfEodJ5bcg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfEodJ5bcg .carousel-control,
  .cid-vfEodJ5bcg .carousel-indicators,
  .cid-vfEodJ5bcg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfEodJ5bcg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfEodJ5bcg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfEodJ5bcg .carousel-indicators .active,
.cid-vfEodJ5bcg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfEodJ5bcg .carousel-indicators .active {
  background: #fff;
}
.cid-vfEodJ5bcg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfEodJ5bcg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfEodJ5bcg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfEodJ5bcg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfEodJ5bcg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfEodJ5bcg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfEodJ5bcg .carousel {
  width: 100%;
}
.cid-vfEodJ5bcg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfEodJ5bcg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfEodJ5bcg .modal.fade .modal-dialog,
.cid-vfEodJ5bcg .modal.in .modal-dialog {
  transform: none;
}
.cid-vfEodJ5bcg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfEodJ5bcg H6 {
  text-align: center;
}
.cid-vfEodJ5bcg .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfEodJQtK5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfEodJQtK5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfEodJQtK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEodJQtK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEodJQtK5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfEodJQtK5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .container {
    padding: 0 22px;
  }
}
.cid-vfEodJQtK5 .row {
  position: relative;
  z-index: 1;
}
.cid-vfEodJQtK5 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfEodJQtK5 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEodJQtK5 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEodJQtK5 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEodJQtK5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfEodJQtK5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfEodJQtK5 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfEodJQtK5 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfEodJQtK5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap:hover,
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfEodJQtK5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEodJQtK5 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEodJQtK5 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEodJQtK5 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEodJQtK5 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfEodJQtK5 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfEodJQtK5 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfEodJQtK5 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfEodJQtK5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfEodJQtK5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfEodJQtK5 .list {
  color: #ffffff;
}
.cid-vfEodJQtK5 .mbr-contact {
  color: #ffffff;
}
.cid-vfEodJQtK5 .mbr-desc {
  color: #ffffff;
}
.cid-vfEodJQtK5 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfEodJQtK5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfEodJQtK5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfEodJQtK5 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfEodJQtK5 .mbr-contact,
.cid-vfEodJQtK5 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfEodJQtK5 .mbr-desc,
.cid-vfEodJQtK5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfEodJQtK5 .contacts-wrapper,
.cid-vfEodJQtK5 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfEodJQtK5 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfEodKrvjb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfEodKrvjb .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfEodKrvjb .nav-item,
.cid-vfEodKrvjb .nav-link,
.cid-vfEodKrvjb .navbar-caption {
  font-weight: normal;
}
.cid-vfEodKrvjb .nav-item:focus,
.cid-vfEodKrvjb .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfEodKrvjb .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfEodKrvjb .nav-item .nav-link {
    position: relative;
  }
  .cid-vfEodKrvjb .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfEodKrvjb .nav-item:hover .nav-link:before,
  .cid-vfEodKrvjb .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfEodKrvjb .dropdown .dropdown-menu .dropdown-item .soc-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-vfEodKrvjb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfEodKrvjb .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfEodKrvjb .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfEodKrvjb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfEodKrvjb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfEodKrvjb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfEodKrvjb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfEodKrvjb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfEodKrvjb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfEodKrvjb .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-vfEodKrvjb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfEodKrvjb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfEodKrvjb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfEodKrvjb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfEodKrvjb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfEodKrvjb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfEodKrvjb .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfEodKrvjb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfEodKrvjb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfEodKrvjb .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-vfEodKrvjb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfEodKrvjb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfEodKrvjb .dropdown-item.active,
.cid-vfEodKrvjb .dropdown-item:active {
  background-color: transparent;
}
.cid-vfEodKrvjb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfEodKrvjb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfEodKrvjb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfEodKrvjb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfEodKrvjb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfEodKrvjb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfEodKrvjb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfEodKrvjb .navbar-buttons {
  text-align: center;
}
.cid-vfEodKrvjb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfEodKrvjb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfEodKrvjb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfEodKrvjb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEodKrvjb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEodKrvjb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfEodKrvjb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEodKrvjb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfEodKrvjb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfEodKrvjb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEodKrvjb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfEodKrvjb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEodKrvjb .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfEodKrvjb .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfEodKrvjb .soc-item {
  margin: .5rem .3rem;
}
.cid-vfEodKrvjb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEodKrvjb a.nav-link .mbr-iconfont-btn,
.cid-vfEodKrvjb a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfEodKrvjb a.nav-link:hover .mbr-iconfont-btn,
.cid-vfEodKrvjb a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfEodKrvjb a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfEodKrvjb .navbar {
    height: 77px;
  }
  .cid-vfEodKrvjb .navbar.opened {
    height: auto;
  }
  .cid-vfEodKrvjb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfEoCtUfaG {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfEoCtUfaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEoCtUfaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEoCtUfaG .mbr-section-title {
  color: #ffffff;
}
.cid-vfEoCulK9i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfEoCulK9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEoCulK9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEoCulK9i .item {
  padding-bottom: 2rem;
}
.cid-vfEoCulK9i .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfEoCulK9i .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfEoCulK9i .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfEoCulK9i .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfEoCulK9i .carousel-control,
.cid-vfEoCulK9i .close {
  background: #1b1b1b;
}
.cid-vfEoCulK9i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfEoCulK9i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfEoCulK9i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfEoCulK9i .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfEoCulK9i .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfEoCulK9i .close::before {
  content: '\e91a';
}
.cid-vfEoCulK9i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfEoCulK9i .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfEoCulK9i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEoCulK9i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfEoCulK9i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfEoCulK9i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfEoCulK9i .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfEoCulK9i .carousel-indicators li.active,
.cid-vfEoCulK9i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfEoCulK9i .carousel-indicators li::after,
.cid-vfEoCulK9i .carousel-indicators li::before {
  content: none;
}
.cid-vfEoCulK9i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfEoCulK9i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfEoCulK9i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfEoCulK9i .carousel-indicators {
    display: none;
  }
}
.cid-vfEoCulK9i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfEoCulK9i .carousel-inner > .active {
  display: block;
}
.cid-vfEoCulK9i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEoCulK9i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfEoCulK9i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfEoCulK9i .carousel-control,
  .cid-vfEoCulK9i .carousel-indicators,
  .cid-vfEoCulK9i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfEoCulK9i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfEoCulK9i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfEoCulK9i .carousel-indicators .active,
.cid-vfEoCulK9i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfEoCulK9i .carousel-indicators .active {
  background: #fff;
}
.cid-vfEoCulK9i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfEoCulK9i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfEoCulK9i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfEoCulK9i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfEoCulK9i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfEoCulK9i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfEoCulK9i .carousel {
  width: 100%;
}
.cid-vfEoCulK9i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfEoCulK9i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfEoCulK9i .modal.fade .modal-dialog,
.cid-vfEoCulK9i .modal.in .modal-dialog {
  transform: none;
}
.cid-vfEoCulK9i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfEoCulK9i H6 {
  text-align: center;
}
.cid-vfEoCulK9i .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfEoCvbCXc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfEoCvbCXc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfEoCvbCXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEoCvbCXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEoCvbCXc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfEoCvbCXc .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .container {
    padding: 0 22px;
  }
}
.cid-vfEoCvbCXc .row {
  position: relative;
  z-index: 1;
}
.cid-vfEoCvbCXc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfEoCvbCXc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEoCvbCXc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEoCvbCXc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEoCvbCXc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfEoCvbCXc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfEoCvbCXc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfEoCvbCXc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfEoCvbCXc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap:hover,
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap:hover::before,
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfEoCvbCXc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEoCvbCXc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEoCvbCXc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEoCvbCXc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEoCvbCXc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfEoCvbCXc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfEoCvbCXc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfEoCvbCXc .mbr-section-title {
  color: #00d0f3;
}
.cid-vfEoCvbCXc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfEoCvbCXc .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfEoCvbCXc .list {
  color: #ffffff;
}
.cid-vfEoCvbCXc .mbr-contact {
  color: #ffffff;
}
.cid-vfEoCvbCXc .mbr-desc {
  color: #ffffff;
}
.cid-vfEoCvbCXc .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfEoCvbCXc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfEoCvbCXc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfEoCvbCXc .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfEoCvbCXc .mbr-contact,
.cid-vfEoCvbCXc .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfEoCvbCXc .mbr-desc,
.cid-vfEoCvbCXc .mbr-section-btn {
  color: #ffffff;
}
.cid-vfEoCvbCXc .contacts-wrapper,
.cid-vfEoCvbCXc .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfEoCvbCXc .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfEoCvHUhG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfEoCvHUhG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfEoCvHUhG .nav-item,
.cid-vfEoCvHUhG .nav-link,
.cid-vfEoCvHUhG .navbar-caption {
  font-weight: normal;
}
.cid-vfEoCvHUhG .nav-item:focus,
.cid-vfEoCvHUhG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfEoCvHUhG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfEoCvHUhG .nav-item .nav-link {
    position: relative;
  }
  .cid-vfEoCvHUhG .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfEoCvHUhG .nav-item:hover .nav-link:before,
  .cid-vfEoCvHUhG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfEoCvHUhG .dropdown .dropdown-menu .dropdown-item .soc-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-vfEoCvHUhG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfEoCvHUhG .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfEoCvHUhG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfEoCvHUhG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfEoCvHUhG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfEoCvHUhG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfEoCvHUhG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfEoCvHUhG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfEoCvHUhG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfEoCvHUhG .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-vfEoCvHUhG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfEoCvHUhG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfEoCvHUhG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfEoCvHUhG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfEoCvHUhG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfEoCvHUhG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfEoCvHUhG .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfEoCvHUhG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfEoCvHUhG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfEoCvHUhG .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-vfEoCvHUhG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfEoCvHUhG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfEoCvHUhG .dropdown-item.active,
.cid-vfEoCvHUhG .dropdown-item:active {
  background-color: transparent;
}
.cid-vfEoCvHUhG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfEoCvHUhG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfEoCvHUhG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfEoCvHUhG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfEoCvHUhG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfEoCvHUhG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfEoCvHUhG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfEoCvHUhG .navbar-buttons {
  text-align: center;
}
.cid-vfEoCvHUhG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfEoCvHUhG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfEoCvHUhG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfEoCvHUhG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEoCvHUhG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEoCvHUhG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfEoCvHUhG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEoCvHUhG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfEoCvHUhG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfEoCvHUhG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEoCvHUhG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfEoCvHUhG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEoCvHUhG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfEoCvHUhG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfEoCvHUhG .soc-item {
  margin: .5rem .3rem;
}
.cid-vfEoCvHUhG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEoCvHUhG a.nav-link .mbr-iconfont-btn,
.cid-vfEoCvHUhG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfEoCvHUhG a.nav-link:hover .mbr-iconfont-btn,
.cid-vfEoCvHUhG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfEoCvHUhG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfEoCvHUhG .navbar {
    height: 77px;
  }
  .cid-vfEoCvHUhG .navbar.opened {
    height: auto;
  }
  .cid-vfEoCvHUhG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfEpEIOWYr {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfEpEIOWYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEpEIOWYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEpEIOWYr .mbr-section-title {
  color: #ffffff;
}
.cid-vfEpEJ7ewf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfEpEJ7ewf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEpEJ7ewf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEpEJ7ewf .item {
  padding-bottom: 2rem;
}
.cid-vfEpEJ7ewf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfEpEJ7ewf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfEpEJ7ewf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfEpEJ7ewf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfEpEJ7ewf .carousel-control,
.cid-vfEpEJ7ewf .close {
  background: #1b1b1b;
}
.cid-vfEpEJ7ewf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfEpEJ7ewf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfEpEJ7ewf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfEpEJ7ewf .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfEpEJ7ewf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfEpEJ7ewf .close::before {
  content: '\e91a';
}
.cid-vfEpEJ7ewf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfEpEJ7ewf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfEpEJ7ewf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEpEJ7ewf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfEpEJ7ewf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfEpEJ7ewf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfEpEJ7ewf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfEpEJ7ewf .carousel-indicators li.active,
.cid-vfEpEJ7ewf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfEpEJ7ewf .carousel-indicators li::after,
.cid-vfEpEJ7ewf .carousel-indicators li::before {
  content: none;
}
.cid-vfEpEJ7ewf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfEpEJ7ewf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfEpEJ7ewf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfEpEJ7ewf .carousel-indicators {
    display: none;
  }
}
.cid-vfEpEJ7ewf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfEpEJ7ewf .carousel-inner > .active {
  display: block;
}
.cid-vfEpEJ7ewf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfEpEJ7ewf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfEpEJ7ewf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfEpEJ7ewf .carousel-control,
  .cid-vfEpEJ7ewf .carousel-indicators,
  .cid-vfEpEJ7ewf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfEpEJ7ewf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfEpEJ7ewf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfEpEJ7ewf .carousel-indicators .active,
.cid-vfEpEJ7ewf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfEpEJ7ewf .carousel-indicators .active {
  background: #fff;
}
.cid-vfEpEJ7ewf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfEpEJ7ewf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfEpEJ7ewf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfEpEJ7ewf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfEpEJ7ewf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfEpEJ7ewf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfEpEJ7ewf .carousel {
  width: 100%;
}
.cid-vfEpEJ7ewf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfEpEJ7ewf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfEpEJ7ewf .modal.fade .modal-dialog,
.cid-vfEpEJ7ewf .modal.in .modal-dialog {
  transform: none;
}
.cid-vfEpEJ7ewf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfEpEJ7ewf H6 {
  text-align: center;
}
.cid-vfEpEJ7ewf .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfEpEJwIHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfEpEJwIHM::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfEpEJwIHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEpEJwIHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEpEJwIHM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfEpEJwIHM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .container {
    padding: 0 22px;
  }
}
.cid-vfEpEJwIHM .row {
  position: relative;
  z-index: 1;
}
.cid-vfEpEJwIHM .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfEpEJwIHM .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEpEJwIHM .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfEpEJwIHM .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEpEJwIHM .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfEpEJwIHM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfEpEJwIHM .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfEpEJwIHM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfEpEJwIHM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap:hover,
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap:hover::before,
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfEpEJwIHM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEpEJwIHM .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfEpEJwIHM .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfEpEJwIHM .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfEpEJwIHM .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfEpEJwIHM .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfEpEJwIHM .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfEpEJwIHM .mbr-section-title {
  color: #00d0f3;
}
.cid-vfEpEJwIHM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfEpEJwIHM .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfEpEJwIHM .list {
  color: #ffffff;
}
.cid-vfEpEJwIHM .mbr-contact {
  color: #ffffff;
}
.cid-vfEpEJwIHM .mbr-desc {
  color: #ffffff;
}
.cid-vfEpEJwIHM .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfEpEJwIHM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfEpEJwIHM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfEpEJwIHM .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfEpEJwIHM .mbr-contact,
.cid-vfEpEJwIHM .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfEpEJwIHM .mbr-desc,
.cid-vfEpEJwIHM .mbr-section-btn {
  color: #ffffff;
}
.cid-vfEpEJwIHM .contacts-wrapper,
.cid-vfEpEJwIHM .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfEpEJwIHM .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfEpEK6XCi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfEpEK6XCi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfEpEK6XCi .nav-item,
.cid-vfEpEK6XCi .nav-link,
.cid-vfEpEK6XCi .navbar-caption {
  font-weight: normal;
}
.cid-vfEpEK6XCi .nav-item:focus,
.cid-vfEpEK6XCi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfEpEK6XCi .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfEpEK6XCi .nav-item .nav-link {
    position: relative;
  }
  .cid-vfEpEK6XCi .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfEpEK6XCi .nav-item:hover .nav-link:before,
  .cid-vfEpEK6XCi .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfEpEK6XCi .dropdown .dropdown-menu .dropdown-item .soc-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-vfEpEK6XCi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfEpEK6XCi .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfEpEK6XCi .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfEpEK6XCi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfEpEK6XCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfEpEK6XCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfEpEK6XCi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfEpEK6XCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfEpEK6XCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfEpEK6XCi .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-vfEpEK6XCi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfEpEK6XCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfEpEK6XCi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfEpEK6XCi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfEpEK6XCi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfEpEK6XCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfEpEK6XCi .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfEpEK6XCi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfEpEK6XCi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfEpEK6XCi .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-vfEpEK6XCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfEpEK6XCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfEpEK6XCi .dropdown-item.active,
.cid-vfEpEK6XCi .dropdown-item:active {
  background-color: transparent;
}
.cid-vfEpEK6XCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfEpEK6XCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfEpEK6XCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfEpEK6XCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfEpEK6XCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfEpEK6XCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfEpEK6XCi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfEpEK6XCi .navbar-buttons {
  text-align: center;
}
.cid-vfEpEK6XCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfEpEK6XCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfEpEK6XCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfEpEK6XCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEpEK6XCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfEpEK6XCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfEpEK6XCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEpEK6XCi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfEpEK6XCi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfEpEK6XCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfEpEK6XCi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfEpEK6XCi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEpEK6XCi .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfEpEK6XCi .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfEpEK6XCi .soc-item {
  margin: .5rem .3rem;
}
.cid-vfEpEK6XCi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfEpEK6XCi a.nav-link .mbr-iconfont-btn,
.cid-vfEpEK6XCi a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfEpEK6XCi a.nav-link:hover .mbr-iconfont-btn,
.cid-vfEpEK6XCi a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfEpEK6XCi a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfEpEK6XCi .navbar {
    height: 77px;
  }
  .cid-vfEpEK6XCi .navbar.opened {
    height: auto;
  }
  .cid-vfEpEK6XCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfHZ9ApT49 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfHZ9ApT49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfHZ9ApT49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfHZ9ApT49 .mbr-section-title {
  color: #ffffff;
}
.cid-vfHZ9AJ2W2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfHZ9AJ2W2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfHZ9AJ2W2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfHZ9AJ2W2 .item {
  padding-bottom: 2rem;
}
.cid-vfHZ9AJ2W2 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfHZ9AJ2W2 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfHZ9AJ2W2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfHZ9AJ2W2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfHZ9AJ2W2 .carousel-control,
.cid-vfHZ9AJ2W2 .close {
  background: #1b1b1b;
}
.cid-vfHZ9AJ2W2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfHZ9AJ2W2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfHZ9AJ2W2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfHZ9AJ2W2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfHZ9AJ2W2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfHZ9AJ2W2 .close::before {
  content: '\e91a';
}
.cid-vfHZ9AJ2W2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfHZ9AJ2W2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfHZ9AJ2W2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfHZ9AJ2W2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfHZ9AJ2W2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfHZ9AJ2W2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfHZ9AJ2W2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfHZ9AJ2W2 .carousel-indicators li.active,
.cid-vfHZ9AJ2W2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfHZ9AJ2W2 .carousel-indicators li::after,
.cid-vfHZ9AJ2W2 .carousel-indicators li::before {
  content: none;
}
.cid-vfHZ9AJ2W2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfHZ9AJ2W2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfHZ9AJ2W2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfHZ9AJ2W2 .carousel-indicators {
    display: none;
  }
}
.cid-vfHZ9AJ2W2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfHZ9AJ2W2 .carousel-inner > .active {
  display: block;
}
.cid-vfHZ9AJ2W2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfHZ9AJ2W2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfHZ9AJ2W2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfHZ9AJ2W2 .carousel-control,
  .cid-vfHZ9AJ2W2 .carousel-indicators,
  .cid-vfHZ9AJ2W2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfHZ9AJ2W2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfHZ9AJ2W2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfHZ9AJ2W2 .carousel-indicators .active,
.cid-vfHZ9AJ2W2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfHZ9AJ2W2 .carousel-indicators .active {
  background: #fff;
}
.cid-vfHZ9AJ2W2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfHZ9AJ2W2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfHZ9AJ2W2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfHZ9AJ2W2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfHZ9AJ2W2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfHZ9AJ2W2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfHZ9AJ2W2 .carousel {
  width: 100%;
}
.cid-vfHZ9AJ2W2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfHZ9AJ2W2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfHZ9AJ2W2 .modal.fade .modal-dialog,
.cid-vfHZ9AJ2W2 .modal.in .modal-dialog {
  transform: none;
}
.cid-vfHZ9AJ2W2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfHZ9AJ2W2 H6 {
  text-align: center;
}
.cid-vfHZ9AJ2W2 .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfHZ9Bv6jz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfHZ9Bv6jz::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfHZ9Bv6jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfHZ9Bv6jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfHZ9Bv6jz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfHZ9Bv6jz .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .container {
    padding: 0 22px;
  }
}
.cid-vfHZ9Bv6jz .row {
  position: relative;
  z-index: 1;
}
.cid-vfHZ9Bv6jz .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfHZ9Bv6jz .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfHZ9Bv6jz .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfHZ9Bv6jz .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfHZ9Bv6jz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfHZ9Bv6jz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfHZ9Bv6jz .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfHZ9Bv6jz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfHZ9Bv6jz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap:hover,
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap:hover::before,
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfHZ9Bv6jz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfHZ9Bv6jz .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfHZ9Bv6jz .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfHZ9Bv6jz .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfHZ9Bv6jz .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfHZ9Bv6jz .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfHZ9Bv6jz .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfHZ9Bv6jz .mbr-section-title {
  color: #00d0f3;
}
.cid-vfHZ9Bv6jz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfHZ9Bv6jz .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfHZ9Bv6jz .list {
  color: #ffffff;
}
.cid-vfHZ9Bv6jz .mbr-contact {
  color: #ffffff;
}
.cid-vfHZ9Bv6jz .mbr-desc {
  color: #ffffff;
}
.cid-vfHZ9Bv6jz .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfHZ9Bv6jz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfHZ9Bv6jz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfHZ9Bv6jz .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfHZ9Bv6jz .mbr-contact,
.cid-vfHZ9Bv6jz .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfHZ9Bv6jz .mbr-desc,
.cid-vfHZ9Bv6jz .mbr-section-btn {
  color: #ffffff;
}
.cid-vfHZ9Bv6jz .contacts-wrapper,
.cid-vfHZ9Bv6jz .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfHZ9Bv6jz .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfHZ9C3wJ8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfHZ9C3wJ8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfHZ9C3wJ8 .nav-item,
.cid-vfHZ9C3wJ8 .nav-link,
.cid-vfHZ9C3wJ8 .navbar-caption {
  font-weight: normal;
}
.cid-vfHZ9C3wJ8 .nav-item:focus,
.cid-vfHZ9C3wJ8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfHZ9C3wJ8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfHZ9C3wJ8 .nav-item .nav-link {
    position: relative;
  }
  .cid-vfHZ9C3wJ8 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfHZ9C3wJ8 .nav-item:hover .nav-link:before,
  .cid-vfHZ9C3wJ8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfHZ9C3wJ8 .dropdown .dropdown-menu .dropdown-item .soc-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-vfHZ9C3wJ8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfHZ9C3wJ8 .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfHZ9C3wJ8 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfHZ9C3wJ8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfHZ9C3wJ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfHZ9C3wJ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfHZ9C3wJ8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfHZ9C3wJ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfHZ9C3wJ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfHZ9C3wJ8 .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-vfHZ9C3wJ8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfHZ9C3wJ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfHZ9C3wJ8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfHZ9C3wJ8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfHZ9C3wJ8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfHZ9C3wJ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfHZ9C3wJ8 .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfHZ9C3wJ8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfHZ9C3wJ8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfHZ9C3wJ8 .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-vfHZ9C3wJ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfHZ9C3wJ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfHZ9C3wJ8 .dropdown-item.active,
.cid-vfHZ9C3wJ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfHZ9C3wJ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfHZ9C3wJ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfHZ9C3wJ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfHZ9C3wJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfHZ9C3wJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfHZ9C3wJ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfHZ9C3wJ8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfHZ9C3wJ8 .navbar-buttons {
  text-align: center;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfHZ9C3wJ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfHZ9C3wJ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfHZ9C3wJ8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfHZ9C3wJ8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfHZ9C3wJ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfHZ9C3wJ8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfHZ9C3wJ8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfHZ9C3wJ8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfHZ9C3wJ8 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfHZ9C3wJ8 .soc-item {
  margin: .5rem .3rem;
}
.cid-vfHZ9C3wJ8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfHZ9C3wJ8 a.nav-link .mbr-iconfont-btn,
.cid-vfHZ9C3wJ8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfHZ9C3wJ8 a.nav-link:hover .mbr-iconfont-btn,
.cid-vfHZ9C3wJ8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfHZ9C3wJ8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfHZ9C3wJ8 .navbar {
    height: 77px;
  }
  .cid-vfHZ9C3wJ8 .navbar.opened {
    height: auto;
  }
  .cid-vfHZ9C3wJ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfJ8kwyOJl {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #151515;
}
.cid-vfJ8kwyOJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJ8kwyOJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJ8kwyOJl .mbr-section-title {
  color: #ffffff;
}
.cid-vfJ8kwTlGX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-vfJ8kwTlGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJ8kwTlGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJ8kwTlGX .item {
  padding-bottom: 2rem;
}
.cid-vfJ8kwTlGX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfJ8kwTlGX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfJ8kwTlGX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfJ8kwTlGX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfJ8kwTlGX .carousel-control,
.cid-vfJ8kwTlGX .close {
  background: #1b1b1b;
}
.cid-vfJ8kwTlGX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfJ8kwTlGX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfJ8kwTlGX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfJ8kwTlGX .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfJ8kwTlGX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfJ8kwTlGX .close::before {
  content: '\e91a';
}
.cid-vfJ8kwTlGX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfJ8kwTlGX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vfJ8kwTlGX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfJ8kwTlGX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfJ8kwTlGX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfJ8kwTlGX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfJ8kwTlGX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vfJ8kwTlGX .carousel-indicators li.active,
.cid-vfJ8kwTlGX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfJ8kwTlGX .carousel-indicators li::after,
.cid-vfJ8kwTlGX .carousel-indicators li::before {
  content: none;
}
.cid-vfJ8kwTlGX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfJ8kwTlGX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfJ8kwTlGX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfJ8kwTlGX .carousel-indicators {
    display: none;
  }
}
.cid-vfJ8kwTlGX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfJ8kwTlGX .carousel-inner > .active {
  display: block;
}
.cid-vfJ8kwTlGX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfJ8kwTlGX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfJ8kwTlGX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfJ8kwTlGX .carousel-control,
  .cid-vfJ8kwTlGX .carousel-indicators,
  .cid-vfJ8kwTlGX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfJ8kwTlGX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfJ8kwTlGX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfJ8kwTlGX .carousel-indicators .active,
.cid-vfJ8kwTlGX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfJ8kwTlGX .carousel-indicators .active {
  background: #fff;
}
.cid-vfJ8kwTlGX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfJ8kwTlGX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfJ8kwTlGX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfJ8kwTlGX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfJ8kwTlGX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfJ8kwTlGX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfJ8kwTlGX .carousel {
  width: 100%;
}
.cid-vfJ8kwTlGX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfJ8kwTlGX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfJ8kwTlGX .modal.fade .modal-dialog,
.cid-vfJ8kwTlGX .modal.in .modal-dialog {
  transform: none;
}
.cid-vfJ8kwTlGX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfJ8kwTlGX H6 {
  text-align: center;
}
.cid-vfJ8kwTlGX .row.mbr-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vfJ8kxqWn9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #151515;
  overflow: hidden;
}
.cid-vfJ8kxqWn9::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #131315 50%);
  z-index: 1;
}
.cid-vfJ8kxqWn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJ8kxqWn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJ8kxqWn9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vfJ8kxqWn9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .container {
    padding: 0 22px;
  }
}
.cid-vfJ8kxqWn9 .row {
  position: relative;
  z-index: 1;
}
.cid-vfJ8kxqWn9 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  align-items: flex-start;
}
.cid-vfJ8kxqWn9 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfJ8kxqWn9 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-vfJ8kxqWn9 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfJ8kxqWn9 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vfJ8kxqWn9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfJ8kxqWn9 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-vfJ8kxqWn9 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-vfJ8kxqWn9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap:hover,
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap:hover {
  color: #000000;
}
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-vfJ8kxqWn9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfJ8kxqWn9 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #000000;
  display: inline-flex;
  margin-right: 20px;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #000000;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vfJ8kxqWn9 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfJ8kxqWn9 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vfJ8kxqWn9 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #000000;
}
.cid-vfJ8kxqWn9 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #b1a374;
  transition: all 0.3s ease-in-out;
}
.cid-vfJ8kxqWn9 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #efefef;
  text-align: center;
}
.cid-vfJ8kxqWn9 .mbr-section-title {
  color: #00d0f3;
}
.cid-vfJ8kxqWn9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vfJ8kxqWn9 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vfJ8kxqWn9 .list {
  color: #ffffff;
}
.cid-vfJ8kxqWn9 .mbr-contact {
  color: #ffffff;
}
.cid-vfJ8kxqWn9 .mbr-desc {
  color: #ffffff;
}
.cid-vfJ8kxqWn9 .media-wrap {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vfJ8kxqWn9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vfJ8kxqWn9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vfJ8kxqWn9 .media-wrap img {
  height: 6rem;
  width: auto;
}
.cid-vfJ8kxqWn9 .mbr-contact,
.cid-vfJ8kxqWn9 .item-contact {
  color: #efefef;
  text-align: left;
}
.cid-vfJ8kxqWn9 .mbr-desc,
.cid-vfJ8kxqWn9 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfJ8kxqWn9 .contacts-wrapper,
.cid-vfJ8kxqWn9 .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.cid-vfJ8kxqWn9 .desc-wrapper .mbr-section-subtitle {
  margin: 0;
  padding: 0;
}
.cid-vfJ8kxY1FL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ffffff;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-vfJ8kxY1FL .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vfJ8kxY1FL .nav-item,
.cid-vfJ8kxY1FL .nav-link,
.cid-vfJ8kxY1FL .navbar-caption {
  font-weight: normal;
}
.cid-vfJ8kxY1FL .nav-item:focus,
.cid-vfJ8kxY1FL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vfJ8kxY1FL .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-vfJ8kxY1FL .nav-item .nav-link {
    position: relative;
  }
  .cid-vfJ8kxY1FL .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-vfJ8kxY1FL .nav-item:hover .nav-link:before,
  .cid-vfJ8kxY1FL .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfJ8kxY1FL .dropdown .dropdown-menu .dropdown-item .soc-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-vfJ8kxY1FL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #151515;
}
.cid-vfJ8kxY1FL .navbar.opened {
  transition: all .3s;
  background: #151515 !important;
}
.cid-vfJ8kxY1FL .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-vfJ8kxY1FL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfJ8kxY1FL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfJ8kxY1FL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfJ8kxY1FL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfJ8kxY1FL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfJ8kxY1FL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfJ8kxY1FL .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-vfJ8kxY1FL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vfJ8kxY1FL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfJ8kxY1FL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfJ8kxY1FL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfJ8kxY1FL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vfJ8kxY1FL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vfJ8kxY1FL .navbar.navbar-short {
  background: #151515 !important;
  min-height: 60px;
}
.cid-vfJ8kxY1FL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vfJ8kxY1FL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfJ8kxY1FL .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-vfJ8kxY1FL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfJ8kxY1FL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfJ8kxY1FL .dropdown-item.active,
.cid-vfJ8kxY1FL .dropdown-item:active {
  background-color: transparent;
}
.cid-vfJ8kxY1FL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfJ8kxY1FL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfJ8kxY1FL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfJ8kxY1FL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151515;
  z-index: 2;
}
.cid-vfJ8kxY1FL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfJ8kxY1FL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfJ8kxY1FL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vfJ8kxY1FL .navbar-buttons {
  text-align: center;
}
.cid-vfJ8kxY1FL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfJ8kxY1FL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfJ8kxY1FL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfJ8kxY1FL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfJ8kxY1FL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfJ8kxY1FL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfJ8kxY1FL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfJ8kxY1FL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfJ8kxY1FL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfJ8kxY1FL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfJ8kxY1FL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vfJ8kxY1FL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfJ8kxY1FL .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b1a374;
  display: inline-flex;
}
.cid-vfJ8kxY1FL .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vfJ8kxY1FL .soc-item {
  margin: .5rem .3rem;
}
.cid-vfJ8kxY1FL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfJ8kxY1FL a.nav-link .mbr-iconfont-btn,
.cid-vfJ8kxY1FL a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-vfJ8kxY1FL a.nav-link:hover .mbr-iconfont-btn,
.cid-vfJ8kxY1FL a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-vfJ8kxY1FL a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfJ8kxY1FL .navbar {
    height: 77px;
  }
  .cid-vfJ8kxY1FL .navbar.opened {
    height: auto;
  }
  .cid-vfJ8kxY1FL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
