.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1a1001 !important;
}
.bg-success {
  background-color: #c0a518 !important;
}
.bg-info {
  background-color: #230202 !important;
}
.bg-warning {
  background-color: #f0ad00 !important;
}
.bg-danger {
  background-color: #6e694f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a1001 !important;
  border-color: #1a1001 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d80a0a !important;
  border-color: #d80a0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #850606 !important;
  border-color: #850606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #850606 !important;
  border-color: #850606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #230202 !important;
  border-color: #230202 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c0a518 !important;
  border-color: #c0a518 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #73630e !important;
  border-color: #73630e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #73630e !important;
  border-color: #73630e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0ad00 !important;
  border-color: #f0ad00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #996f00 !important;
  border-color: #996f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #996f00 !important;
  border-color: #996f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e694f !important;
  border-color: #6e694f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3c392b !important;
  border-color: #3c392b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3c392b !important;
  border-color: #3c392b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1a1001;
  color: #1a1001;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1001 !important;
  border-color: #1a1001 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d80a0a;
  color: #d80a0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #850606 !important;
  background-color: transparent!important;
  border-color: #850606 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d80a0a !important;
  border-color: #d80a0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #230202;
  color: #230202;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #230202 !important;
  border-color: #230202 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #c0a518;
  color: #c0a518;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #73630e !important;
  background-color: transparent!important;
  border-color: #73630e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a518 !important;
  border-color: #c0a518 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0ad00;
  color: #f0ad00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #996f00 !important;
  background-color: transparent!important;
  border-color: #996f00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0ad00 !important;
  border-color: #f0ad00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6e694f;
  color: #6e694f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3c392b !important;
  background-color: transparent!important;
  border-color: #3c392b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e694f !important;
  border-color: #6e694f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1a1001 !important;
}
.text-secondary {
  color: #d80a0a !important;
}
.text-success {
  color: #c0a518 !important;
}
.text-info {
  color: #230202 !important;
}
.text-warning {
  color: #f0ad00 !important;
}
.text-danger {
  color: #6e694f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1a1001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d80a0a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c0a518 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #230202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f0ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6e694f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
.nav-tabs .nav-link.active {
  color: #1a1001;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #230202;
}
.alert-warning {
  background-color: #f0ad00;
}
.alert-danger {
  background-color: #6e694f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a1001;
  border-color: #1a1001;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1a1001;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #facc86;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #edd86b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f99191;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aea98e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1a1001 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1a1001;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a1001;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a1001;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a1001;
  border-bottom-color: #1a1001;
}
.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: #1a1001 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d80a0a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231a1001' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uh0ncuGGnl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uh0ncuGGnl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uh0ncuGGnl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uh0ncuGGnl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh0ncuGGnl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uh0ncuGGnl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh0ncuGGnl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh0ncuGGnl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uh0ncuGGnl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uh0ncuGGnl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uh0ncuGGnl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uh0ncuGGnl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uh0ncuGGnl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uh0ncuGGnl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uh0ncuGGnl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uh0ncuGGnl .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uh0ncuGGnl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uh0ncuGGnl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uh0ncuGGnl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uh0ncuGGnl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uh0ncuGGnl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uh0ncuGGnl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uh0ncuGGnl .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(15, 0, 26, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0f001a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uh0ncuGGnl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uh0ncuGGnl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uh0ncuGGnl .iconfont-wrapper {
  color: #ffdb05 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh0ncuGGnl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #0f001a;
  background: rgba(15, 0, 26, 0.7) !important;
}
.cid-uh0ncuGGnl .nav-item:focus,
.cid-uh0ncuGGnl .nav-link:focus {
  outline: none;
}
.cid-uh0ncuGGnl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh0ncuGGnl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh0ncuGGnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh0ncuGGnl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh0ncuGGnl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh0ncuGGnl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh0ncuGGnl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uh0ncuGGnl .navbar.opened {
  transition: all 0.3s;
}
.cid-uh0ncuGGnl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh0ncuGGnl .navbar .navbar-logo img {
  width: auto;
}
.cid-uh0ncuGGnl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uh0ncuGGnl .navbar.collapsed {
  justify-content: center;
}
.cid-uh0ncuGGnl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh0ncuGGnl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh0ncuGGnl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uh0ncuGGnl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh0ncuGGnl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh0ncuGGnl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uh0ncuGGnl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh0ncuGGnl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh0ncuGGnl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uh0ncuGGnl .navbar {
    min-height: 72px;
  }
  .cid-uh0ncuGGnl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uh0ncuGGnl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh0ncuGGnl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh0ncuGGnl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh0ncuGGnl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh0ncuGGnl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uh0ncuGGnl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh0ncuGGnl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uh0ncuGGnl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh0ncuGGnl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uh0ncuGGnl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uh0ncuGGnl .dropdown-item.active,
.cid-uh0ncuGGnl .dropdown-item:active {
  background-color: transparent;
}
.cid-uh0ncuGGnl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh0ncuGGnl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh0ncuGGnl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh0ncuGGnl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f001a;
}
.cid-uh0ncuGGnl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uh0ncuGGnl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uh0ncuGGnl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh0ncuGGnl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uh0ncuGGnl .navbar-buttons {
    text-align: left;
  }
}
.cid-uh0ncuGGnl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh0ncuGGnl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffdc12;
}
.cid-uh0ncuGGnl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh0ncuGGnl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh0ncuGGnl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh0ncuGGnl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh0ncuGGnl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh0ncuGGnl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh0ncuGGnl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh0ncuGGnl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh0ncuGGnl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uh0ncuGGnl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh0ncuGGnl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uh0ncuGGnl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh0ncuGGnl .navbar {
    height: 70px;
  }
  .cid-uh0ncuGGnl .navbar.opened {
    height: auto;
  }
  .cid-uh0ncuGGnl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uh0ncuGGnl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uh0ncuGGnl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uh0ncuGGnl .navbar-brand {
    margin-right: auto;
  }
  .cid-uh0ncuGGnl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0f001a;
    opacity: 1;
    border-color: rgba(15, 0, 26, 0.7) !important;
    background: rgba(15, 0, 26, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uh0ncuGGnl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uh0ncuGGnl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uh0ncuGGnl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uh0ncuGGnl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uh0ncuGGnl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uh0jeCG5bU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-cover-1.jpg");
}
.cid-uh0jeCG5bU .title__block {
  margin-bottom: 40px;
}
.cid-uh0jeCG5bU .mbr-text {
  margin-bottom: 0;
}
.cid-uh0jeCG5bU .carousel-item {
  justify-content: center;
}
.cid-uh0jeCG5bU .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-uh0jeCG5bU .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-uh0jeCG5bU .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #e6c63b;
  background: rgba(12, 10, 2, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uh0jeCG5bU .carousel-controls a:hover span {
  background: rgba(12, 10, 2, 0.6);
}
.cid-uh0jeCG5bU .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-uh0jeCG5bU .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-uh0jeCG5bU .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-uh0jeCG5bU .user {
    max-width: 87%;
  }
  .cid-uh0jeCG5bU .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-uh0jeCG5bU .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-uh0jeCG5bU .user {
    max-width: 100%;
  }
  .cid-uh0jeCG5bU .carousel-control-prev {
    left: -5%;
  }
  .cid-uh0jeCG5bU .carousel-control-next {
    right: -5%;
  }
  .cid-uh0jeCG5bU .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-uh0jeCG5bU .title__block {
    margin-bottom: 20px;
  }
  .cid-uh0jeCG5bU .carousel-controls {
    display: none;
  }
}
.cid-uh0jeCG5bU .mbr-section-title {
  color: #040000;
}
.cid-uh0lKFtIAx {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/eagle-landing.jpg");
}
.cid-uh0lKFtIAx .mbr-section-title,
.cid-uh0lKFtIAx .mbr-section-subtitle {
  color: #000000;
}
.cid-uh0lKFtIAx .mbr-section-text {
  color: #232323;
}
.cid-uh0lKFtIAx .mbr-text,
.cid-uh0lKFtIAx .typed-text,
.cid-uh0lKFtIAx .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uh0lKFtIAx .btn {
  margin-left: 4px !important;
}
.cid-uh0lKFtIAx .animated-element {
  color: #ffe161;
}
.cid-uh0lKFtIAx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffe161;
}
.cid-uh0lKFtIAx .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uh0lKFtIAx .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uh0lKFtIAx .typed-text,
  .cid-uh0lKFtIAx .mbr-section-subtitle,
  .cid-uh0lKFtIAx .mbr-section-text,
  .cid-uh0lKFtIAx .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uh0lKFtIAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh0lKFtIAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh0lKFtIAx .mbr-section-subtitle,
.cid-uh0lKFtIAx .typed-text {
  color: #e6c63b;
}
.cid-uh0lKFtIAx .mbr-section-text,
.cid-uh0lKFtIAx .mbr-section-btn {
  color: #e6c63b;
}
.cid-uh0kYBekop {
  background-image: url("../../../assets/images/landing-eagle.jpg");
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-uh0kYBekop .push__top {
  padding-top: 80px;
}
.cid-uh0kYBekop .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1000px;
}
.cid-uh0kYBekop .title__block {
  width: 70%;
}
.cid-uh0kYBekop .mbr-section-subtitle,
.cid-uh0kYBekop .bottom__about__text,
.cid-uh0kYBekop .bottom__subtitle {
  line-height: 25px;
}
.cid-uh0kYBekop .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ded9c5;
  text-align: center;
}
.cid-uh0kYBekop .mbr-section-title {
  line-height: 57px;
  color: #ffca0c;
  text-align: center;
}
.cid-uh0kYBekop .widget__number {
  margin-bottom: 8px;
  color: #e6c63b;
}
.cid-uh0kYBekop .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(52, 0, 0, 0.5);
}
.cid-uh0kYBekop .divider {
  background-color: #ff0000;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-uh0kYBekop .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uh0kYBekop .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-uh0kYBekop .bottom__about {
  width: 90%;
  background-color: rgba(23, 14, 1, 0.95);
  padding: 40px 40px 70px;
}
.cid-uh0kYBekop .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-uh0kYBekop .mbr-media {
  display: inline-block;
}
.cid-uh0kYBekop .mbr-figure {
  align-self: flex-start;
}
.cid-uh0kYBekop .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(255, 0, 0, 0.95);
  border-radius: 50%;
}
.cid-uh0kYBekop .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-uh0kYBekop .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uh0kYBekop .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(255, 0, 0, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-uh0kYBekop .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-uh0kYBekop .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uh0kYBekop .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uh0kYBekop a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uh0kYBekop a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uh0kYBekop .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-uh0kYBekop .date__block {
    margin-top: 50px;
  }
  .cid-uh0kYBekop .mbr-section-title {
    line-height: 1;
  }
  .cid-uh0kYBekop .push__top {
    padding-top: 30px;
  }
  .cid-uh0kYBekop .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-uh0kYBekop .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-uh0kYBekop .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-uh0kYBekop .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-uh0kYBekop .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-uh0kYBekop .title__block {
    width: 100%;
  }
  .cid-uh0kYBekop .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-uh0kYBekop .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-uh0kYBekop .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-uh0kYBekop .divider {
    margin-bottom: 10px;
  }
  .cid-uh0kYBekop a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uh0kYBekop .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uh0kYBekop .date__text {
  color: #aca376;
  text-align: center;
}
.cid-uh0kYBekop .mbr-figure {
  color: #e6c63b;
}
.cid-uh0kYBekop .widget__text {
  color: #ded9c5;
}
.cid-uh0kYBekop .bottom__about__text {
  color: #ded9c5;
  text-align: center;
}
.cid-uh0kYBekop .bottom__subtitle {
  color: #a99021;
  text-align: center;
}
.cid-sje8w1qMRd {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sje8w1qMRd .link-wrapper {
  width: 100%;
}
.cid-sje8w1qMRd .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sje8w1qMRd .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sje8w1qMRd .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sje8w1qMRd .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sje8w1qMRd .mbr-section-title DIV {
  text-align: center;
}
.cid-sje8w1qMRd .mbr-text,
.cid-sje8w1qMRd .mbr-section-btn {
  text-align: center;
  color: #ffca0c;
}
.cid-sje8w1qMRd .link,
.cid-sje8w1qMRd .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sje8w1qMRd .mbr-section-title {
  color: #aca376;
}
.cid-sjeWcze6nX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ded9c5;
}
.cid-sjeWcze6nX .link-wrapper {
  width: 100%;
}
.cid-sjeWcze6nX .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sjeWcze6nX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sjeWcze6nX .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-sjeWcze6nX .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-sjeWcze6nX .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-sjeWcze6nX img {
  object-fit: cover;
  height: 100%;
}
.cid-sjeWcze6nX .card-wrapper {
  margin-bottom: 3rem;
}
.cid-sjeWcze6nX .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-sjeWcze6nX .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-sjeWcze6nX .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-sjeWcze6nX .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .row {
    justify-content: flex-start;
  }
}
.cid-sjeWcze6nX .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-sjeWcze6nX .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-sjeWcze6nX .first {
  border: 0;
}
.cid-sjeWcze6nX .card-text {
  color: #818181;
}
.cid-sjeWcze6nX .card-text a {
  position: relative;
  background: none!important;
}
.cid-sjeWcze6nX .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjeWcze6nX .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjeWcze6nX .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjeWcze6nX .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWcze6nX .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjeWcze6nX .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjeWcze6nX .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWcze6nX .card-title,
.cid-sjeWcze6nX .iconfont-wrapper {
  color: #000000;
}
.cid-sjeWcze6nX .link,
.cid-sjeWcze6nX .link-wrapper {
  color: #000000;
}
.cid-sjeWKZ3GaO {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dimitri-sirenko-art2-commission.png");
}
.cid-sjeWKZ3GaO .link-wrapper {
  width: 100%;
}
.cid-sjeWKZ3GaO .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-sjeWKZ3GaO .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWKZ3GaO .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-sjeWKZ3GaO .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-sjeWKZ3GaO .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-sjeWKZ3GaO .mbr-section-title DIV {
  text-align: center;
}
.cid-sjeWKZ3GaO .mbr-text,
.cid-sjeWKZ3GaO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sjeWKZ3GaO .link,
.cid-sjeWKZ3GaO .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-sjeWKZ3GaO .mbr-section-title {
  color: #ffffff;
}
.cid-uAtTprSfRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uAtTprSfRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAtTprSfRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAtTprSfRd .items-wrapper {
  margin: 0 -5px;
}
.cid-uAtTprSfRd .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uAtTprSfRd .item {
    margin-bottom: 16px;
  }
  .cid-uAtTprSfRd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uAtTprSfRd .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uAtTprSfRd .item .item-wrapper {
  height: 100%;
}
.cid-uAtTprSfRd .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uAtTprSfRd .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-sjeWZR75jE {
  background-image: url("../../../assets/images/horsemen.jpg");
}
.cid-sjeWZR75jE .container {
  max-width: 1200px;
}
.cid-sjeWZR75jE a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-sjeWZR75jE a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-sjeWZR75jE a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-sjeWZR75jE .mbr-section-subtitle {
  text-align: center;
  color: #f4df80;
}
.cid-sjeWZR75jE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sjeXMH3PPE {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #b9b499;
}
.cid-sjeXMH3PPE .row {
  flex-direction: row-reverse;
}
.cid-sjeXMH3PPE .container {
  max-width: 1400px;
}
.cid-sjeXMH3PPE img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.cid-sjeXMH3PPE p {
  line-height: 1.8;
}
.cid-sjeXMH3PPE .mbr-section-title {
  color: #340000;
}
.cid-sjeWpnkl4d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dce0e4;
}
.cid-sjeWpnkl4d .container {
  max-width: 1750px;
}
.cid-sjeWpnkl4d .card-wrapper {
  border-top: 1px solid #5c4e03;
  padding-top: 2rem;
}
.cid-sjeWpnkl4d img {
  width: 150px;
  display: inline-block;
}
.cid-sjeWpnkl4d p {
  line-height: 1.8;
}
.cid-sjeWw7YtGT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2b1a01;
}
.cid-sjeWw7YtGT .container {
  max-width: 1400px;
}
.cid-sjeWw7YtGT .mbr-text {
  color: #e6c63b;
  text-align: center;
}
.cid-utIIchKfIq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utIIchKfIq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utIIchKfIq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utIIchKfIq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utIIchKfIq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-utIIchKfIq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utIIchKfIq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utIIchKfIq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utIIchKfIq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utIIchKfIq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-utIIchKfIq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utIIchKfIq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utIIchKfIq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utIIchKfIq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utIIchKfIq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utIIchKfIq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utIIchKfIq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utIIchKfIq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utIIchKfIq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utIIchKfIq .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-utIIchKfIq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utIIchKfIq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utIIchKfIq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(15, 0, 26, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0f001a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-utIIchKfIq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utIIchKfIq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utIIchKfIq .iconfont-wrapper {
  color: #ffdb05 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utIIchKfIq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #0f001a;
  background: rgba(15, 0, 26, 0.7) !important;
}
.cid-utIIchKfIq .nav-item:focus,
.cid-utIIchKfIq .nav-link:focus {
  outline: none;
}
.cid-utIIchKfIq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utIIchKfIq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utIIchKfIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utIIchKfIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utIIchKfIq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utIIchKfIq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utIIchKfIq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utIIchKfIq .navbar.opened {
  transition: all 0.3s;
}
.cid-utIIchKfIq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utIIchKfIq .navbar .navbar-logo img {
  width: auto;
}
.cid-utIIchKfIq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utIIchKfIq .navbar.collapsed {
  justify-content: center;
}
.cid-utIIchKfIq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utIIchKfIq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utIIchKfIq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utIIchKfIq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utIIchKfIq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utIIchKfIq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utIIchKfIq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utIIchKfIq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utIIchKfIq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utIIchKfIq .navbar {
    min-height: 72px;
  }
  .cid-utIIchKfIq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utIIchKfIq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utIIchKfIq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utIIchKfIq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utIIchKfIq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utIIchKfIq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utIIchKfIq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utIIchKfIq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utIIchKfIq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utIIchKfIq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utIIchKfIq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utIIchKfIq .dropdown-item.active,
.cid-utIIchKfIq .dropdown-item:active {
  background-color: transparent;
}
.cid-utIIchKfIq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utIIchKfIq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utIIchKfIq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utIIchKfIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f001a;
}
.cid-utIIchKfIq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utIIchKfIq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utIIchKfIq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utIIchKfIq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utIIchKfIq .navbar-buttons {
    text-align: left;
  }
}
.cid-utIIchKfIq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utIIchKfIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffdc12;
}
.cid-utIIchKfIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utIIchKfIq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utIIchKfIq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utIIchKfIq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utIIchKfIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utIIchKfIq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utIIchKfIq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utIIchKfIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utIIchKfIq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utIIchKfIq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utIIchKfIq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utIIchKfIq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utIIchKfIq .navbar {
    height: 70px;
  }
  .cid-utIIchKfIq .navbar.opened {
    height: auto;
  }
  .cid-utIIchKfIq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utIIchKfIq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utIIchKfIq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utIIchKfIq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utIIchKfIq .navbar-brand {
    margin-right: auto;
  }
  .cid-utIIchKfIq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0f001a;
    opacity: 1;
    border-color: rgba(15, 0, 26, 0.7) !important;
    background: rgba(15, 0, 26, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utIIchKfIq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utIIchKfIq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utIIchKfIq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utIIchKfIq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utIIchKfIq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utIIciOfFp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-cover-1.jpg");
}
.cid-utIIciOfFp .title__block {
  margin-bottom: 40px;
}
.cid-utIIciOfFp .mbr-text {
  margin-bottom: 0;
}
.cid-utIIciOfFp .carousel-item {
  justify-content: center;
}
.cid-utIIciOfFp .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-utIIciOfFp .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-utIIciOfFp .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #e6c63b;
  background: rgba(12, 10, 2, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utIIciOfFp .carousel-controls a:hover span {
  background: rgba(12, 10, 2, 0.6);
}
.cid-utIIciOfFp .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-utIIciOfFp .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-utIIciOfFp .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-utIIciOfFp .user {
    max-width: 87%;
  }
  .cid-utIIciOfFp .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-utIIciOfFp .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-utIIciOfFp .user {
    max-width: 100%;
  }
  .cid-utIIciOfFp .carousel-control-prev {
    left: -5%;
  }
  .cid-utIIciOfFp .carousel-control-next {
    right: -5%;
  }
  .cid-utIIciOfFp .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-utIIciOfFp .title__block {
    margin-bottom: 20px;
  }
  .cid-utIIciOfFp .carousel-controls {
    display: none;
  }
}
.cid-utIIciOfFp .mbr-section-title {
  color: #040000;
}
.cid-utIIcjVSpo {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/eagle-landing.jpg");
}
.cid-utIIcjVSpo .mbr-section-title,
.cid-utIIcjVSpo .mbr-section-subtitle {
  color: #000000;
}
.cid-utIIcjVSpo .mbr-section-text {
  color: #232323;
}
.cid-utIIcjVSpo .mbr-text,
.cid-utIIcjVSpo .typed-text,
.cid-utIIcjVSpo .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-utIIcjVSpo .btn {
  margin-left: 4px !important;
}
.cid-utIIcjVSpo .animated-element {
  color: #ffe161;
}
.cid-utIIcjVSpo .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffe161;
}
.cid-utIIcjVSpo .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-utIIcjVSpo .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utIIcjVSpo .typed-text,
  .cid-utIIcjVSpo .mbr-section-subtitle,
  .cid-utIIcjVSpo .mbr-section-text,
  .cid-utIIcjVSpo .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-utIIcjVSpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utIIcjVSpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utIIcjVSpo .mbr-section-subtitle,
.cid-utIIcjVSpo .typed-text {
  color: #e6c63b;
}
.cid-utIIcjVSpo .mbr-section-text,
.cid-utIIcjVSpo .mbr-section-btn {
  color: #e6c63b;
}
.cid-utIIcmutkL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ded9c5;
}
.cid-utIIcmutkL .link-wrapper {
  width: 100%;
}
.cid-utIIcmutkL .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-utIIcmutkL .container-fluid {
    padding: 0 1rem;
  }
}
.cid-utIIcmutkL .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-utIIcmutkL .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-utIIcmutkL .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-utIIcmutkL .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-utIIcmutkL img {
  object-fit: cover;
  height: 100%;
}
.cid-utIIcmutkL .card-wrapper {
  margin-bottom: 3rem;
}
.cid-utIIcmutkL .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-utIIcmutkL .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-utIIcmutkL .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-utIIcmutkL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-utIIcmutkL .row {
    justify-content: flex-start;
  }
}
.cid-utIIcmutkL .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-utIIcmutkL .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-utIIcmutkL .first {
  border: 0;
}
.cid-utIIcmutkL .card-text {
  color: #818181;
}
.cid-utIIcmutkL .card-text a {
  position: relative;
  background: none!important;
}
.cid-utIIcmutkL .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-utIIcmutkL .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-utIIcmutkL .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-utIIcmutkL .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-utIIcmutkL .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-utIIcmutkL .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-utIIcmutkL .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-utIIcmutkL .card-title,
.cid-utIIcmutkL .iconfont-wrapper {
  color: #000000;
}
.cid-utIIcmutkL .link,
.cid-utIIcmutkL .link-wrapper {
  color: #000000;
}
.cid-utIKUGF7qM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ded9c5;
}
.cid-utIKUGF7qM .link-wrapper {
  width: 100%;
}
.cid-utIKUGF7qM .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-utIKUGF7qM .container-fluid {
    padding: 0 1rem;
  }
}
.cid-utIKUGF7qM .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-utIKUGF7qM .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-utIKUGF7qM .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-utIKUGF7qM .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-utIKUGF7qM img {
  object-fit: cover;
  height: 100%;
}
.cid-utIKUGF7qM .card-wrapper {
  margin-bottom: 3rem;
}
.cid-utIKUGF7qM .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-utIKUGF7qM .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-utIKUGF7qM .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-utIKUGF7qM .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-utIKUGF7qM .row {
    justify-content: flex-start;
  }
}
.cid-utIKUGF7qM .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-utIKUGF7qM .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-utIKUGF7qM .first {
  border: 0;
}
.cid-utIKUGF7qM .card-text {
  color: #818181;
}
.cid-utIKUGF7qM .card-text a {
  position: relative;
  background: none!important;
}
.cid-utIKUGF7qM .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-utIKUGF7qM .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-utIKUGF7qM .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-utIKUGF7qM .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-utIKUGF7qM .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-utIKUGF7qM .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-utIKUGF7qM .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-utIKUGF7qM .card-title,
.cid-utIKUGF7qM .iconfont-wrapper {
  color: #000000;
}
.cid-utIKUGF7qM .link,
.cid-utIKUGF7qM .link-wrapper {
  color: #000000;
}
.cid-utIIcq183r {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #b9b499;
}
.cid-utIIcq183r .row {
  flex-direction: row-reverse;
}
.cid-utIIcq183r .container {
  max-width: 1400px;
}
.cid-utIIcq183r img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.cid-utIIcq183r p {
  line-height: 1.8;
}
.cid-utIIcq183r .mbr-section-title {
  color: #340000;
}
.cid-utIIcrjL8d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d6d5;
}
.cid-utIIcrjL8d .container {
  max-width: 1750px;
}
.cid-utIIcrjL8d .card-wrapper {
  border-top: 1px solid #5c4e03;
  padding-top: 2rem;
}
.cid-utIIcrjL8d img {
  width: 150px;
  display: inline-block;
}
.cid-utIIcrjL8d p {
  line-height: 1.8;
}
.cid-utIIcrSEVk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2b1a01;
}
.cid-utIIcrSEVk .container {
  max-width: 1400px;
}
.cid-utIIcrSEVk .mbr-text {
  color: #e6c63b;
  text-align: center;
}
.cid-utILQffCFC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utILQffCFC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utILQffCFC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utILQffCFC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utILQffCFC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-utILQffCFC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utILQffCFC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utILQffCFC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utILQffCFC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utILQffCFC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-utILQffCFC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utILQffCFC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utILQffCFC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utILQffCFC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utILQffCFC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utILQffCFC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utILQffCFC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utILQffCFC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utILQffCFC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utILQffCFC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-utILQffCFC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utILQffCFC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utILQffCFC .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(15, 0, 26, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0f001a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-utILQffCFC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utILQffCFC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utILQffCFC .iconfont-wrapper {
  color: #ffdb05 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utILQffCFC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #0f001a;
  background: rgba(15, 0, 26, 0.7) !important;
}
.cid-utILQffCFC .nav-item:focus,
.cid-utILQffCFC .nav-link:focus {
  outline: none;
}
.cid-utILQffCFC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utILQffCFC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utILQffCFC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utILQffCFC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utILQffCFC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utILQffCFC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utILQffCFC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utILQffCFC .navbar.opened {
  transition: all 0.3s;
}
.cid-utILQffCFC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utILQffCFC .navbar .navbar-logo img {
  width: auto;
}
.cid-utILQffCFC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utILQffCFC .navbar.collapsed {
  justify-content: center;
}
.cid-utILQffCFC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utILQffCFC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utILQffCFC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utILQffCFC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utILQffCFC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utILQffCFC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utILQffCFC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utILQffCFC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utILQffCFC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utILQffCFC .navbar {
    min-height: 72px;
  }
  .cid-utILQffCFC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utILQffCFC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utILQffCFC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utILQffCFC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utILQffCFC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utILQffCFC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utILQffCFC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utILQffCFC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utILQffCFC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utILQffCFC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utILQffCFC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utILQffCFC .dropdown-item.active,
.cid-utILQffCFC .dropdown-item:active {
  background-color: transparent;
}
.cid-utILQffCFC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utILQffCFC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utILQffCFC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utILQffCFC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f001a;
}
.cid-utILQffCFC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utILQffCFC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utILQffCFC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utILQffCFC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utILQffCFC .navbar-buttons {
    text-align: left;
  }
}
.cid-utILQffCFC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utILQffCFC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffdc12;
}
.cid-utILQffCFC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utILQffCFC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utILQffCFC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utILQffCFC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utILQffCFC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utILQffCFC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utILQffCFC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utILQffCFC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utILQffCFC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utILQffCFC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utILQffCFC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utILQffCFC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utILQffCFC .navbar {
    height: 70px;
  }
  .cid-utILQffCFC .navbar.opened {
    height: auto;
  }
  .cid-utILQffCFC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utILQffCFC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utILQffCFC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utILQffCFC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utILQffCFC .navbar-brand {
    margin-right: auto;
  }
  .cid-utILQffCFC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0f001a;
    opacity: 1;
    border-color: rgba(15, 0, 26, 0.7) !important;
    background: rgba(15, 0, 26, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utILQffCFC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utILQffCFC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utILQffCFC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utILQffCFC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utILQffCFC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utILQg3bbH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-cover-1.jpg");
}
.cid-utILQg3bbH .title__block {
  margin-bottom: 40px;
}
.cid-utILQg3bbH .mbr-text {
  margin-bottom: 0;
}
.cid-utILQg3bbH .carousel-item {
  justify-content: center;
}
.cid-utILQg3bbH .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-utILQg3bbH .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-utILQg3bbH .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #e6c63b;
  background: rgba(12, 10, 2, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utILQg3bbH .carousel-controls a:hover span {
  background: rgba(12, 10, 2, 0.6);
}
.cid-utILQg3bbH .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-utILQg3bbH .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-utILQg3bbH .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-utILQg3bbH .user {
    max-width: 87%;
  }
  .cid-utILQg3bbH .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-utILQg3bbH .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-utILQg3bbH .user {
    max-width: 100%;
  }
  .cid-utILQg3bbH .carousel-control-prev {
    left: -5%;
  }
  .cid-utILQg3bbH .carousel-control-next {
    right: -5%;
  }
  .cid-utILQg3bbH .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-utILQg3bbH .title__block {
    margin-bottom: 20px;
  }
  .cid-utILQg3bbH .carousel-controls {
    display: none;
  }
}
.cid-utILQg3bbH .mbr-section-title {
  color: #040000;
}
.cid-utILQl3ugm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/painting-cameleon-7.png");
}
.cid-utILQl3ugm .mbr-overlay {
  background-color: #5c5117;
  opacity: 0.8;
}
.cid-utILQl3ugm .form-control,
.cid-utILQl3ugm .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #aca376;
  border-color: #2b1a01;
  color: #beb798;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-utILQl3ugm .form-control::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input::-webkit-input-placeholder,
.cid-utILQl3ugm .form-control::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input::-webkit-input-placeholder {
  color: #440202;
}
.cid-utILQl3ugm .form-control:-moz-placeholder,
.cid-utILQl3ugm .field-input:-moz-placeholder,
.cid-utILQl3ugm .form-control:-moz-placeholder,
.cid-utILQl3ugm .field-input:-moz-placeholder {
  color: #440202;
}
.cid-utILQl3ugm .form-control:hover,
.cid-utILQl3ugm .field-input:hover,
.cid-utILQl3ugm .form-control:focus,
.cid-utILQl3ugm .field-input:focus {
  background-color: #5c4e03;
  border-color: #2b1a01;
  color: #ffe161;
  box-shadow: none;
  outline: none;
}
.cid-utILQl3ugm .form-control:hover::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input:hover::-webkit-input-placeholder,
.cid-utILQl3ugm .form-control:focus::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input:focus::-webkit-input-placeholder,
.cid-utILQl3ugm .form-control:hover::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input:hover::-webkit-input-placeholder,
.cid-utILQl3ugm .form-control:focus::-webkit-input-placeholder,
.cid-utILQl3ugm .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-utILQl3ugm .form-control:hover:-moz-placeholder,
.cid-utILQl3ugm .field-input:hover:-moz-placeholder,
.cid-utILQl3ugm .form-control:focus:-moz-placeholder,
.cid-utILQl3ugm .field-input:focus:-moz-placeholder,
.cid-utILQl3ugm .form-control:hover:-moz-placeholder,
.cid-utILQl3ugm .field-input:hover:-moz-placeholder,
.cid-utILQl3ugm .form-control:focus:-moz-placeholder,
.cid-utILQl3ugm .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-utILQl3ugm textarea {
  padding-top: 1rem!important;
}
.cid-utILQl3ugm .jq-number__spin:hover,
.cid-utILQl3ugm .jq-number__spin:focus {
  background-color: #5c4e03;
  border-color: #2b1a01;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-utILQl3ugm .jq-number__spin {
  background-color: #aca376;
  border-color: #2b1a01;
  color: #beb798;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-utILQl3ugm .jq-selectbox li,
.cid-utILQl3ugm .jq-selectbox li {
  background-color: #aca376;
  color: #000000;
}
.cid-utILQl3ugm .jq-selectbox li:hover,
.cid-utILQl3ugm .jq-selectbox li.selected {
  background-color: #5c4e03;
  color: #ffffff;
}
.cid-utILQl3ugm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-utILQl3ugm .jq-number__spin.minus:hover:after,
.cid-utILQl3ugm .jq-number__spin.plus:hover:after {
  border-top-color: #aca376;
  border-bottom-color: #aca376;
}
.cid-utILQl3ugm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-utILQl3ugm .jq-number__spin.minus:after,
.cid-utILQl3ugm .jq-number__spin.plus:after {
  border-top-color: #5c4e03;
  border-bottom-color: #5c4e03;
}
.cid-utILQl3ugm input::-webkit-clear-button {
  display: none;
}
.cid-utILQl3ugm input::-webkit-inner-spin-button {
  display: none;
}
.cid-utILQl3ugm input::-webkit-outer-spin-button {
  display: none;
}
.cid-utILQl3ugm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-utILQl3ugm H5 {
  text-align: center;
  color: #1a0101;
}
.cid-utILQlAR6x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d6d5;
}
.cid-utILQlAR6x .container {
  max-width: 1750px;
}
.cid-utILQlAR6x .card-wrapper {
  border-top: 1px solid #5c4e03;
  padding-top: 2rem;
}
.cid-utILQlAR6x img {
  width: 150px;
  display: inline-block;
}
.cid-utILQlAR6x p {
  line-height: 1.8;
}
.cid-utILQm0Eyo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2b1a01;
}
.cid-utILQm0Eyo .container {
  max-width: 1400px;
}
.cid-utILQm0Eyo .mbr-text {
  color: #e6c63b;
  text-align: center;
}
.cid-utINjPAiVE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-utINjPAiVE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-utINjPAiVE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-utINjPAiVE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utINjPAiVE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-utINjPAiVE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utINjPAiVE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utINjPAiVE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-utINjPAiVE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-utINjPAiVE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-utINjPAiVE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-utINjPAiVE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-utINjPAiVE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-utINjPAiVE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-utINjPAiVE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-utINjPAiVE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-utINjPAiVE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-utINjPAiVE .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-utINjPAiVE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-utINjPAiVE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-utINjPAiVE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-utINjPAiVE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-utINjPAiVE .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(15, 0, 26, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #0f001a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-utINjPAiVE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utINjPAiVE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-utINjPAiVE .iconfont-wrapper {
  color: #ffdb05 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utINjPAiVE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #0f001a;
  background: rgba(15, 0, 26, 0.7) !important;
}
.cid-utINjPAiVE .nav-item:focus,
.cid-utINjPAiVE .nav-link:focus {
  outline: none;
}
.cid-utINjPAiVE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utINjPAiVE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utINjPAiVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utINjPAiVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utINjPAiVE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utINjPAiVE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utINjPAiVE .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-utINjPAiVE .navbar.opened {
  transition: all 0.3s;
}
.cid-utINjPAiVE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utINjPAiVE .navbar .navbar-logo img {
  width: auto;
}
.cid-utINjPAiVE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-utINjPAiVE .navbar.collapsed {
  justify-content: center;
}
.cid-utINjPAiVE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utINjPAiVE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utINjPAiVE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-utINjPAiVE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utINjPAiVE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utINjPAiVE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utINjPAiVE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utINjPAiVE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utINjPAiVE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-utINjPAiVE .navbar {
    min-height: 72px;
  }
  .cid-utINjPAiVE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-utINjPAiVE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utINjPAiVE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utINjPAiVE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utINjPAiVE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utINjPAiVE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utINjPAiVE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utINjPAiVE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-utINjPAiVE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utINjPAiVE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utINjPAiVE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-utINjPAiVE .dropdown-item.active,
.cid-utINjPAiVE .dropdown-item:active {
  background-color: transparent;
}
.cid-utINjPAiVE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utINjPAiVE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utINjPAiVE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utINjPAiVE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f001a;
}
.cid-utINjPAiVE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-utINjPAiVE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-utINjPAiVE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utINjPAiVE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-utINjPAiVE .navbar-buttons {
    text-align: left;
  }
}
.cid-utINjPAiVE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utINjPAiVE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffdc12;
}
.cid-utINjPAiVE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utINjPAiVE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utINjPAiVE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utINjPAiVE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utINjPAiVE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utINjPAiVE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utINjPAiVE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utINjPAiVE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utINjPAiVE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-utINjPAiVE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utINjPAiVE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utINjPAiVE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utINjPAiVE .navbar {
    height: 70px;
  }
  .cid-utINjPAiVE .navbar.opened {
    height: auto;
  }
  .cid-utINjPAiVE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utINjPAiVE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-utINjPAiVE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-utINjPAiVE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-utINjPAiVE .navbar-brand {
    margin-right: auto;
  }
  .cid-utINjPAiVE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0f001a;
    opacity: 1;
    border-color: rgba(15, 0, 26, 0.7) !important;
    background: rgba(15, 0, 26, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-utINjPAiVE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-utINjPAiVE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-utINjPAiVE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-utINjPAiVE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-utINjPAiVE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-utINjQo5ox {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-cover-1.jpg");
}
.cid-utINjQo5ox .title__block {
  margin-bottom: 40px;
}
.cid-utINjQo5ox .mbr-text {
  margin-bottom: 0;
}
.cid-utINjQo5ox .carousel-item {
  justify-content: center;
}
.cid-utINjQo5ox .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-utINjQo5ox .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-utINjQo5ox .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #e6c63b;
  background: rgba(12, 10, 2, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-utINjQo5ox .carousel-controls a:hover span {
  background: rgba(12, 10, 2, 0.6);
}
.cid-utINjQo5ox .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-utINjQo5ox .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-utINjQo5ox .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-utINjQo5ox .user {
    max-width: 87%;
  }
  .cid-utINjQo5ox .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-utINjQo5ox .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-utINjQo5ox .user {
    max-width: 100%;
  }
  .cid-utINjQo5ox .carousel-control-prev {
    left: -5%;
  }
  .cid-utINjQo5ox .carousel-control-next {
    right: -5%;
  }
  .cid-utINjQo5ox .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-utINjQo5ox .title__block {
    margin-bottom: 20px;
  }
  .cid-utINjQo5ox .carousel-controls {
    display: none;
  }
}
.cid-utINjQo5ox .mbr-section-title {
  color: #040000;
}
.cid-utINjRk0Fw {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/eagle-landing.jpg");
}
.cid-utINjRk0Fw .mbr-section-title,
.cid-utINjRk0Fw .mbr-section-subtitle {
  color: #000000;
}
.cid-utINjRk0Fw .mbr-section-text {
  color: #232323;
}
.cid-utINjRk0Fw .mbr-text,
.cid-utINjRk0Fw .typed-text,
.cid-utINjRk0Fw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-utINjRk0Fw .btn {
  margin-left: 4px !important;
}
.cid-utINjRk0Fw .animated-element {
  color: #ffe161;
}
.cid-utINjRk0Fw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffe161;
}
.cid-utINjRk0Fw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-utINjRk0Fw .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utINjRk0Fw .typed-text,
  .cid-utINjRk0Fw .mbr-section-subtitle,
  .cid-utINjRk0Fw .mbr-section-text,
  .cid-utINjRk0Fw .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-utINjRk0Fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utINjRk0Fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utINjRk0Fw .mbr-section-subtitle,
.cid-utINjRk0Fw .typed-text {
  color: #e6c63b;
}
.cid-utINjRk0Fw .mbr-section-text,
.cid-utINjRk0Fw .mbr-section-btn {
  color: #e6c63b;
}
.cid-utINjSDSvQ {
  background-image: url("../../../assets/images/african-elephant.png");
}
.cid-utINjSDSvQ .link-wrapper {
  width: 100%;
}
.cid-utINjSDSvQ .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-utINjSDSvQ .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-utINjSDSvQ .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-utINjSDSvQ .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-utINjSDSvQ .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-utINjSDSvQ .mbr-section-title DIV {
  text-align: left;
}
.cid-utINjSDSvQ .mbr-text,
.cid-utINjSDSvQ .mbr-section-btn {
  text-align: left;
  color: #ffca0c;
}
.cid-utINjSDSvQ .link,
.cid-utINjSDSvQ .link-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-utINjSDSvQ .mbr-section-title {
  color: #ffffff;
}
.cid-utINjT4mut {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ded9c5;
}
.cid-utINjT4mut .link-wrapper {
  width: 100%;
}
.cid-utINjT4mut .container-fluid {
  max-width: 1750px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-utINjT4mut .container-fluid {
    padding: 0 1rem;
  }
}
.cid-utINjT4mut .card-big {
  border-right: 1px solid #000000;
  padding-right: 3rem;
}
@media (max-width: 992px) {
  .cid-utINjT4mut .card-big {
    border-right: 0px;
    padding-right: 1rem;
  }
}
.cid-utINjT4mut .img-big {
  height: 680px;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.cid-utINjT4mut .item-img {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  height: 250px;
}
.cid-utINjT4mut img {
  object-fit: cover;
  height: 100%;
}
.cid-utINjT4mut .card-wrapper {
  margin-bottom: 3rem;
}
.cid-utINjT4mut .card-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  line-height: 2;
  padding: 4px 12px;
  text-align: center;
}
.cid-utINjT4mut .card-date:before {
  top: 50%;
  content: '';
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 1px ;
  background: #efefef;
}
.cid-utINjT4mut .card-type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  width: fit-content;
  color: #ffffff;
  margin: 0;
  padding: 4px 12px;
}
.cid-utINjT4mut .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-utINjT4mut .row {
    justify-content: flex-start;
  }
}
.cid-utINjT4mut .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-utINjT4mut .card {
    border-left: 0px;
    padding-left: 0rem;
  }
}
.cid-utINjT4mut .first {
  border: 0;
}
.cid-utINjT4mut .card-text {
  color: #818181;
}
.cid-utINjT4mut .card-text a {
  position: relative;
  background: none!important;
}
.cid-utINjT4mut .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-utINjT4mut .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-utINjT4mut .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-utINjT4mut .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-utINjT4mut .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-utINjT4mut .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-utINjT4mut .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-utINjT4mut .card-title,
.cid-utINjT4mut .iconfont-wrapper {
  color: #000000;
}
.cid-utINjT4mut .link,
.cid-utINjT4mut .link-wrapper {
  color: #000000;
}
.cid-utINjUNQKZ {
  background-image: url("../../../assets/images/horsemen.jpg");
}
.cid-utINjUNQKZ .container {
  max-width: 1200px;
}
.cid-utINjUNQKZ a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-utINjUNQKZ a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-utINjUNQKZ a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-utINjUNQKZ .mbr-section-subtitle {
  text-align: center;
  color: #1a0101;
}
.cid-utINjUNQKZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-utINjXvI4x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d7d6d5;
}
.cid-utINjXvI4x .container {
  max-width: 1750px;
}
.cid-utINjXvI4x .card-wrapper {
  border-top: 1px solid #5c4e03;
  padding-top: 2rem;
}
.cid-utINjXvI4x img {
  width: 150px;
  display: inline-block;
}
.cid-utINjXvI4x p {
  line-height: 1.8;
}
.cid-utINjXXlxK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2b1a01;
}
.cid-utINjXXlxK .container {
  max-width: 1400px;
}
.cid-utINjXXlxK .mbr-text {
  color: #e6c63b;
  text-align: center;
}
